@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

*{
	  font-family: "Lexend", sans-serif!important;
}
.glyphicon{
	font-family: 'Glyphicons Halflings'!important;
}
.fa{
	font-family: 'FontAwesome'!important;
}

@font-face {
	font-family:'Times';
	src:url('0278_vectordepvn_fonttv.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family:'CCPleasurePoint1';
	src:url("//cdn.hstatic.net/themes/1000280264/1001389859/14/CCPleasurePoint.ttf?v=2021") format('truetype');

}

@font-face {
	font-family:'CCPleasurePoint';
	src:url("//cdn.hstatic.net/themes/1000280264/1001389859/14/svn_gotham_rounded_regular.ttf?v=2021") format('truetype');

}

@font-face {
	font-family:'GothamRounded-Book';
	src:url("//cdn.hstatic.net/themes/1000280264/1001389859/14/svn_gotham_rounded_regular.ttf?v=2021") format('truetype');
}

.col-lg-2:nth-child(6n+1){
	clear: left;
}




html,body
{
	border: 0;
	background-color: #fff;
}
*{
	margin: 0;
	padding: 0;
}
html
{
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}
body
{
	line-height: 21px;
	font-size: 13px;
	color: #6a6a6a;
	overflow-x: hidden;
	background : #fff;
	position: initial !important;
}


/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }

/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { color:#333333; margin:0 0 5px 0;  }
h1,h2,h3,h4,h5,h6,.cart-summary, .toolbar {  }
h1 { font-weight: 400; color: #333333;  font-size: 36px; line-height: 1.35; }
h2 { font-weight: 400; color: #333333;  font-size: 28px; line-height:1.35; }
h3 { font-weight: 400; color: #333333;  font-size: 24px; line-height: 1.35; }
h4 { font-size: 13px; line-height: 1.35; }
h5 { font-size: 12px; line-height: 1.35; }
h6 { font-size: 10px; line-height: 1.35; text-transform:uppercase; }
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 12px;}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #ef8742; }
p { margin: 0 0 0px 0; line-height: 21px }
/* 1.5 - Links and Buttons */
a {  text-decoration: none; outline: none; color:#ffb548;}
a#view_address
{
	color:#ffb548;
}

a#view_address:hover
{
	color:#ffb548;
}
a:hover, a:focus {
	color:#ffb548;
	text-decoration: none;
}

a:active { outline: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#ffb548; }
.accent-color { color: #ef8742 !important; }

/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
//table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
//table tr td:first-child, table tr th:first-child { padding-left: 0px; }
//table tr td:last-child, table tr th:last-child { padding-right: 0px; }

strong { font-weight: 700; }
em { font-style: italic; }


/*      SECTION 2      */
/* =================== */
/* 2.1 - Helper Classes */
.row:before, .row:after, .clearfix:before, .clearfix:after {content:"\0020";display:block;height:0;visibility:hidden}
.clearfix:after, .row:after { clear:both; }
.clearfix, .row { zoom:1; }

/* 2.3 - Lists */
ul{
	padding:0;list-style-type:none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}
img {
	max-width: 100%;
}


@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}


.zoomWrapper {
	position: relative;
	text-align: center;
	width: 100% !important;
}

.zoomWrapper img {
	max-width: 100%;
	max-height: 100%;
	position: relative !important;
}

/* =================== =============================*/
/* ===================================     STYLE     ============================ */

.wrapper {
	margin: 0 auto;
	position: relative;
}
.header-container {
	color: #787878;
	position: relative;
	z-index: 2000;
}
.header-container .header .header-sticky.ontop.show {
	top: 0;
}
.header-container .header .header-sticky.ontop {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	left: 0;
	min-height: 50px;
	position: fixed;
	top: -50px;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header-container .headerSpace.show {
	display: block;
}
.header-container .headerSpace {
	display: none;
	float: left;
	width: 100%;
}
.header-sticky.ontop {
	background-color: rgba(255,255,255,0.81);
}
.header-sticky.ontop {
	background-color: rgba(255,255,255,0.81);
}
.header-sticky.ontop {
	background-color: rgba(255,255,255,0.81);
}
.header-container .top-bar {
	position: relative;
	background: #ffffff;
	color: #252525;
}
.header-container .phone-number {
	float: left;
	margin: 0;
	/* margin-left: 25px; */
	padding: 3px 15px;
	color: #525252;
	font-weight: normal;
}
.header-container .phone-number i {
	color: #fff;
	background: #ffa400;
	padding: 4px 5px;
	border-radius: 50%;
}


/****************** tài khoản top-menu  ******************8*/
.header-container .top-menu {
	float: right;
	width: 50px;
	height: 55px;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	position: relative;
	cursor: pointer;
}
.header-container .top-menu:before {
	content: "\f007";
	font-family: FontAwesome;
	display: block;
	width: 50px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 17px;
}
.header-container .top-menu .top-menu-container {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 15px;
	min-width: 170px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	position: absolute;
	z-index: 1111;
	right: 0;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	text-align: right;
}
.header-container .top-menu .top-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-container .top-menu .top-menu-container ul li a {
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-left: 7px;
	color: #252525;
}
.header-container .top-menu:hover {
	color:#ffb548;
}
.header-container .top-menu:hover .top-menu-container {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header-container .top-menu .top-menu-container ul li a:hover {
	color:#ffb548;
}
/* end tài khoản  */

/*=================================== search ==================*/
.header-container .search-switcher {
	float: right;
	position: relative;
	//	width: 50px;
	//	height: 55px;
	//	line-height: 55px;
	cursor: pointer;
	text-align: center;
	//	border-left: 1px solid #eaeaea;
	padding: 3px 0;
}
.header-container .search-switcher .dropdown-switcher {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: -50px;
	top: 130%;
	z-index: 1111;
	padding: 0 20px 20px;
	color: #6a6a6a;
	opacity: 0;
	visibility: hidden;
}
.header-container .search-switcher:hover {
	color:#ffb548;
}
.header-container .search-switcher:hover .dropdown-switcher {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header-container .search-switcher:after {
	font-family: FontAwesome;
	//	content: "\f002";
	font-size: 14px;
	display: block;
}
.header-container .widget.widget_product_search #searchform div {
	position: relative;
	width: 200px;
	height: 23px;
}
.header-container .widget.widget_product_search #searchform div #ws {
	padding: 0;
	width: 100%;
	height: 23px;
	line-height: 23px;
	padding-left: 45px;
	padding-right: 10px;
	//	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	border: 1px solid #eaeaea;
	position: absolute;
	left: 0;
	top: 0;
	background: #f3f3f3;
	border-radius: 20px;
	color: #525252;
	outline: none;
}
.header-container .widget.widget_product_search #searchform div #wsearchsubmit {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
	font-size: 15px;
	padding: 0;
	background: none;
	border-radius: 0;
	border: 0;
	color: #252525;
	background: url(search.png) no-repeat;
	background-size: auto 14px;
	background-position: 10px;
}

.header-container .color-page .widget.widget_product_search #searchform div #wsearchsubmit {
	background: url(searchpage.png) no-repeat;
	left: 8px;
	top: 7px;
}
.color-page form#searchform_mb button{
	left: 10px;
	top: 10px;
	background: url(searchpage.png) no-repeat;
}
.color-page a{
	color:#afa99f;
}
.header-container .color-page .phone-number i {
	background: #afa99f;

}
/* end-search */

/*++++++++++++++++++++++++++= cart mini cart +++++++++++++++++++++++++++++++++++*/
.header-container .widget_shopping_cart {
	float: right;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content {
	float: right;
	position: relative;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content .cart-toggler {
	position: relative;
	width: 50px;
	height: 55px;
	display: block;
	border-right: 1px solid #eaeaea;
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/icon-cart.png?v=2021) no-repeat 50% 50%;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content .cart-toggler .cart-number {
	display: block;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #2f2f2f;
	border-radius: 100%;
	position: absolute;
	right: 5px;
	top: 13px;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content .cart-view{
	background: #fff;
	color: #6a6a6a;
	overflow: hidden;
	line-height: 1.5;
	padding:15px 5px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	display: none;
	z-index: 99999;
	border: 1px solid #eaeaea;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .item-cart {
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .item-cart figure.image-cart {
	width: 25%;
	float: left;
	margin-right: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .item-cart .text_cart {
	float: left;
	font-size: 13px;
	width: 60%;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .item-cart .text_cart h4 a {
	color:#333333
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .item-cart .remove_link {
	position: absolute;
	right: 10px;
	top: 8px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .item-cart .remove_link a{
	font-size:15px;
	color: #999999
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .text-mini-cart {
	font-weight:bold;
	padding: 10px 20px 22px 20px;
	text-transform: uppercase;
	font-size:13px;
	color: #6a6a6a;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .cart_block_total {
	float: right;
	font-size:18px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .cart-check-mini a {
	display: block;
	background:#2f2f2f;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0px 30px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart-view .cart-check-mini a i {
	font-size: 12px;
	margin-left:10px;
}
/* end - cart mini cart */
/**************       header   **********/
.header-container .header {
	//	min-height: 80px;

}
.home .header-container .header {
	background: rgba(255, 255, 255, 0.9);
}
/* Logo */
.header-container .logo {
	//	background: #fff;
	z-index: 11111;
	position: relative;
	margin-top: 0px;
	max-width: 150px;
}
.logo a img, .logo h1 a { display: block; margin: auto;}
.logo a img, .logo h1 a:hover{opacity:1; filter: alpha(opacity = 100); }
.logo h1 { text-align: left; }
.logo h1 { margin:0; border:0; }
.logo h1 a { word-break:break-all; text-decoration:none; font-size:35px; line-height:35px; color:#333333;  margin:0; padding:0; border:0; }
.logo h1 a:hover { text-decoration:none; color:#333333; }
.logo a, .logo img { display:block; margin:0; }
/* end Logo */

h1.logo-name{
	text-align: center;
	padding: 15px;
	position: absolute;
	width: 100%;
	background: #fff;
}
.header-container .header .header-sticky.ontop.show .logo {
	margin: 0;
	background: none; 
}
.header-container .header .header-sticky.ontop.show .logo img {
	max-height:80px;
}
.header-container .header .header-sticky.ontop.show .logo h1.logo-name {
	background: none; 
}
.header-container .header .header-sticky.ontop.show .logo h1.logo-name a{
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
/************************  main content *****************  index   **************/

.main-container {
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom: 20px;
	clear: both;
}
.slide-revo{
	margin-bottom: 30px;
}
.corporate-about{
	margin-bottom: 30px;
}
.corporate-about .vc_column-inner {
	box-sizing: border-box;
	margin-bottom: 10px
		width: 100%;
}
.corporate-about .vc_column-inner .wpb_wrapper .wpb_single_image {
	//	float: left;
	margin: 0;
}
.corporate-about .vc_column-inner .wpb_wrapper .wpb_text_column {
	//overflow: hidden;
	zoom: 1;
	padding-left: 10px;
}
.corporate-about .vc_column-inner .wpb_wrapper .wpb_text_column  .wpb_wrapper h4 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color:#333333;
	margin: 20px 0 10px;
}
.corporate-about .vc_column-inner .wpb_wrapper .wpb_text_column  .wpb_wrapper h4:after {
	//	content: "";
	display: block;
	border-bottom: 2px solid #333333;
	width: 45px;
	margin-top: 2px;
}
/**********==============    ----   sản phẩm bestseller  =================----******* */
.bestseller{
	margin-bottom: 50px;
}
.bestseller .row-container {
	display: block;
	margin: 0 auto;
}
.wpb_column_padding {
	padding-left: 0;
	padding-right: 0;
}
.bestseller .wpb_column_padding  .wpb_content_element {
	padding: 12px 20px 15px;
	background: #333;
}
.bestseller .wpb_column_padding .wpb_content_element h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.bestseller .wpb_column_padding .wpb_content_element p {
	color: #999999;
}


/*=================== product item-col=====================*/
.item-col{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.item-col .product-wrapper {
	border-right: 1px solid #fff;
	position: relative;
}
.item-col .product-wrapper .onsale{
	background:#2f2f2f;
	border: 1px solid #2f2f2f;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
	height: 30px;
	min-height: 30px;
	font-weight: normal;
	left: auto;
	right: 0;
	line-height: 28px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	top: 0;
	z-index: 3;
}
.item-col .product-wrapper .onsale .sale-text {
	color: #ffffff;
}
.item-col .product-wrapper .product-image {
	display: block;
	position: relative;
}
.item-col .product-wrapper .product-image a {
	display: block;
	position: relative;
}
.item-col .product-wrapper .product-image a img {
	box-shadow: none;
	display: block;
	float: none;
	margin: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item-col .product-wrapper .product-image a img.secondary_image {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.item-col .product-wrapper .actions {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 11;
}
.item-col .product-wrapper .actions ul.add-to-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-col .product-wrapper .actions ul.add-to-links li {
	float: left;
	position: relative;
	height: 34px;
	text-align: center;
}
.item-col .product-wrapper .list-col4 .actions ul.add-to-links li {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.item-col .product-wrapper .list-col4 .actions ul.add-to-links li:nth-child(1) {
	-webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
	-moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
	-ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
	-o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
	transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}

.item-col .product-wrapper .actions ul.add-to-links li a.ajax_add_to_cart {
	background:#2f2f2f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	text-shadow: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item-col .product-wrapper .list-col4 .actions ul.add-to-links li a.ajax_add_to_cart.disabled{
	filter: alpha(opacity=45);
	opacity:0.8;
	pointer-events: none;
	cursor: not-allowed;
}
.item-col .product-wrapper .list-col4 .actions ul.add-to-links li:nth-child(2) {
	-webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.35s ease-out;
	-moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.35s ease-out;
	-ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.35s ease-out;
	-o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.35s ease-out;
	transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.item-col .product-wrapper .actions ul.add-to-links li .quickview {
	display: block;
	line-height: 34px;
	height: 34px;
	width: 34px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	color: #fff;
	background: #2f2f2f;
	padding: 0;
	border-radius: 0;
	font-size: 0;
	font-weight: normal;
	text-indent: -9999px;
}
.item-col .product-wrapper .actions ul.add-to-links li .quickview:before {
	content: "\f06e";
	font-family: FontAwesome;
	font-size: 15px;
	text-indent: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.item-col .product-wrapper .list-col4 .actions ul.add-to-links li:nth-child(3) {
	-webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.45s ease-out;
	-moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.45s ease-out;
	-ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.45s ease-out;
	-o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.45s ease-out;
	transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.45s ease-out;
}
.item-col .product-wrapper .actions ul.add-to-links li a.button-detail {
	display: block;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	color: #fff;
	background: #2f2f2f;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	border-radius: 0;
	font-size: 0;
	font-weight: normal;
	text-indent: -9999px;
}
.item-col .product-wrapper .actions ul.add-to-links li a.button-detail:before {
	content: "\f0b2";
	font-family: FontAwesome;
	font-size: 15px;
	text-indent: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.item-col .product-wrapper .roadtip {
	top: -40px;
}
.roadtip {
	background: #2f2f2f;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	left: 0;
	padding: 4px 8px;
	position: absolute;
	top: -25px;
	white-space: nowrap;
	width: auto;
	z-index: 2;
	line-height: 2;
}
.roadtip:after {
	background: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #2f2f2f;
	bottom: -6px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	transform: none;
	width: 0;
}
.item-col .product-wrapper:hover .product-image a img.secondary_image {
	opacity: 1;
	background: #fff;
}
.item-col .product-wrapper:hover .list-col4 .actions ul.add-to-links li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.item-col .product-wrapper:hover .list-col4 .actions ul.add-to-links li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.item-col .product-wrapper h2.product-name {
	text-transform: none;
	font-size: 12.5px;
	color: #f9a21a;
	font-weight: 400;
	margin-top: 30px;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	//    padding: 0 20px;
}
.item-col .product-wrapper h2.product-name a{
	color:#333333;
	//	white-space: pre;
	//	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	float: left;

}
.item-col .product-wrapper h2.product-name a:hover{
	color:#ffb548;
}
.item-col .product-wrapper .price-box {
	color:#ffb548;
	font-size: 16px;
	font-weight: 400;
	margin-top: 3px;
	z-index: 2;
	text-align: center;
}
.item-col .product-wrapper .price-box del {
	display: inline-block;
	color: #bababa;
}
.item-col .product-wrapper .price-box del .amount {
	color: #bababa;
	font-size: 13px;
	margin-right: 10px;
	text-decoration: line-through;
}
.item-col .product-wrapper .list-col8 {
	margin: 10px 0 0;
	overflow: hidden;
}
.item-col .product-wrapper .price-box ins {
	display: inline-block;
	text-decoration: none;
}
.item-col .product-wrapper .actions ul.add-to-links li a:hover{
	background: #ffb548;
}
.bestseller .row-container .wpb_column_padding.item-col .product-wrapper .list-col8:before {
	content: "";
	border-top: 1px solid #ddd;
	position: absolute;
	right: 10px;
	left: 10px;
	top: 0;
}
.bestseller .row-container .wpb_column_padding.item-col .product-wrapper .list-col8 {
	margin: 0;
	padding: 10px;
	background: #efefef;
	position: relative;
	overflow: hidden;
}
.bestseller .row-container .wpb_column_padding.item-col .product-wrapper .list-col4 .product-image .actions {
	left: 10px;
}

/*=================== end product =====================*/

/*===================  homepage-product-list-2  product-list-2=====================*/

.block-title .wpb_wrapper h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	background: #FAB629;
	padding:5px 10px;
	text-transform: uppercase;
	position: relative;
	padding-left: 10px;
	display: inline-block;
	color:#fff;
}
.block-title .wpb_wrapper h3:after {
	//content: "\f04d";
	//font-family: FontAwesome;
	//	font-size: 7px;
	//margin-left: 10px;
	//color:#ffb548;
}

.block-content{
	padding-top: 40px;
}

.wpb_wrapper_2 .item-col .product-wrapper .list-col4 .product-image .actions {
	left: 0px;
}
.wpb_wrapper_2 .item-col {
	margin: 0 0 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-slick.slick-slider button {
	height: 28px;
	width: 32px;
	right: 15px;
	left: auto;
	margin-top: -70px;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	z-index: 2;
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/button-slider.png?v=2021) no-repeat 100% 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-slick.slick-slider button.slick-prev {
	right: 55px;
	background-position: 0 0;
}

.product-slick.slick-slider button.slick-prev:hover {
	background-position: 0 100%;
}
.product-slick.slick-slider button.slick-prev:hover {
	background-position: 0 100%;
}
.product-slick.slick-slider button:hover {
	background-position: 100% 100%;
}
.product-slick.slick-slider button.slick-disabled {
	opacity: 0.2;
}

/**********==============    ----   homepage-product-list-3  =================----******* */

.product-list-3 .block-title .wpb_wrapper  {
	text-align: center;
}
.wpb_wrapper_3 .item-col .product-wrapper:hover .list-col4 .product-image .list-col2 {
	opacity: 1;
	visibility: visible;
}
.wpb_wrapper_3 .item-col .product-wrapper .list-col4 .product-image .list-col2 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px;
	z-index: 12;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.wpb_wrapper_3.slick-slider button.slick-next {
	right: 40px;
}
.wpb_wrapper_3.slick-slider button.slick-prev {
	right:80px;
}
/**********==============    ----   homepage-product-list-4  =================----******* */
.product-list-4 {
	margin-bottom: 20px;
}
/**********==============    ---- -banner-bgr =================----******* */
.banner-bgr{
	padding:60px 0 30px 60px;
	background-image: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/banner-bgr.jpg?v=2021) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-bottom: 50px;
}
.banner-bgr .banner-text .des-banner {
	background: #fff;
	box-shadow: -22px -22px rgba(99,100,101,0.58);
	position: relative;
	padding: 50px 20px;
	text-align: center;
	text-transform: uppercase;
}
.banner-bgr .banner-text .des-banner p.des-1 {
	display: inline-block;
	color:#333333;
	border: 1px solid #333333;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 20px;
}
.banner-text .des-banner h4 {
	color:#ffb548;
}
.banner-text .des-banner h2 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
	color:#333333;
}
.banner-text .des-banner a.buton {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ffb548;
	color: #ffb548;
	font-weight: bold;
	margin: 10px 0 0;
}
/**********==============    ----   homepage-blog  =================----******* */
.home-blog{
	margin-bottom: 70px 
}
.home-blog .box-title{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.home-blog .box-title .wpb_wrapper {
	border-top: 1px solid #eaeaea;
	padding: 20px 0 0;
}
.home-blog .box-title .wpb_wrapper h4 {
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}
.home-blog .box-title .wpb_wrapper h3 {
	font-size: 30px;
	font-weight: bold;
	color:#333333;
}
.posts-carousel{
	padding-top: 40px;
}
.posts-carousel .item-article{
	text-align: left;
	margin-bottom: 10px;
}
.posts-carousel .item-article .post-wrapper .post-info {
	margin: 10px 0 0;
}
.posts-carousel .item-article .post-wrapper .post-info .post-title {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.posts-carousel .item-article .post-wrapper .post-info .post-title a{
	color:#333333;
}
.posts-carousel .item-article .post-wrapper .post-info .post-date {
	margin-right: 5px;
	font-weight: 500;
	color:#ffb548;
	text-transform: uppercase;
}
.posts-carousel .item-article .post-wrapper .post-info .post-excerpt {
	font-style: italic;
	margin: 5px 0 10px;
}
.posts-carousel .item-article .post-wrapper .post-info .readmore {
	border: 1px solid #eaeaea;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	color:#333333;
}
.posts-carousel .item-article .post-wrapper .post-info .readmore:hover {
	background:#ffb548;
	color: #fff;
	border-color:#ffb548;
}

.posts-carousel .item-article .post-wrapper .post-thumb a {
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.posts-carousel .item-article .post-wrapper .post-thumb a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 10px solid #f3f2f0;
	pointer-events: none;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.posts-carousel .item-article .post-wrapper .post-thumb a img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	max-height: 400px;
}
.posts-carousel .item-article .post-wrapper .post-thumb a:after {
	width: 115px;
	height: 115px;
	text-align: center;
	line-height: 115px;
	font-size: 50px;
	color: #444;
	background: rgba(240,238,238,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "\f1c5";
	font-family: FontAwesome;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.posts-carousel .item-article .post-wrapper .post-thumb a:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.posts-carousel .item-article .post-wrapper .post-thumb a:hover:before {
	opacity: 0.8;
	visibility: visible;
}
.posts-carousel .item-article  .post-wrapper .post-thumb a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.posts-carousel .slick-dots {
	bottom: auto;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.posts-carousel .slick-dots li {
	display: inline-block;
	height: 13px;
	margin: 0 2px;
	width: 13px;
}
.posts-carousel .slick-dots li.slick-active button {
	background:#ffb548;
}
.posts-carousel .slick-dots li button {
	background: none;
	border: 2px solid #d1d1d1;
	border-radius: 100%;
	height: 100%;
	margin: 0;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	position: static;
	text-indent: -9999px;
	visibility: visible;
	width: 100%;
}
/**********==============    ----   homepage-newsletter  =================----******* */
.newsletter {
	background: -webkit-gradient(linear,left top,right top,90deg,#f5f5f5 50%,#eae8e8 50%);
	background: -webkit-linear-gradient(90deg,#f5f5f5 50%,#eae8e8 50%);
	background: linear-gradient(90deg,#f5f5f5 50%,#eae8e8 50%);
	padding: 35px 0 35px 0px;
}
.box-inner .wpb_wrapper {
	border-top: 1px solid #d1d1d1;
	padding: 10px 0 0;
	margin: 0 0 20px;
}
.box-inner{
	margin: 0 15px 0 0;
}
.box-inner .wpb_wrapper h3 {
	font-size: 16px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	color:#333333;
}
.box-inner .wpb_wrapper h3:before {
	content: "\f003";
	font-family: FontAwesome;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background:#2f2f2f;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.newsletter_wrapper .newsletter-form {
	position: relative;
	width: 95%;
}
.newsletter_wrapper .newsletter-form .newsletter-input{
	width: 100%;
	background:#ffffff;
	border: 0;
	padding-left: 10px;
	padding-right: 120px;
	border-radius: 0;
	padding: 0 0 0 10px;
}
.newsletter_wrapper .newsletter-form .button-small{
	position: absolute;
	right: 0;
	top: 0;
	background:#2f2f2f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	text-shadow: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.social_wrapper .box-inner{
	margin: 0 0 0 15px;
}
.social_wrapper .wpb_wrapper h3:before {
	content: "\f0c1";
}
.list-unstyled li a {
	float: left;
	color: #fff;
	width: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	font-size: 19px;
	font-weight: 400;
}
.list-unstyled li.facebook a {
	background: #3a5898;
}
.list-unstyled li.twitter a {
	background: #00acee;
}
.list-unstyled li.google-plus a {
	background: #de6463;
}
.list-unstyled li.rss a {
	background: #0EBA9E;
}
.list-unstyled li {
	margin-left: 10px;
	display: inline-block;
}
.list-unstyled li a:hover{
	background:#ffb548;
}
/**********==============    ----   footeer  =================----******* */
.footer-top {
	padding: 20px 0 40px;
	//	background: -webkit-gradient(linear,left top,right top,90deg,#ffffff 50%,#ffffff 50%);
	//background: -webkit-linear-gradient(90deg,#ffffff 50%,#ffffff 50%);
	//background: linear-gradient(90deg,#ffffff 50%,#ffffff 50%);
	background: #fff;

}
.footer-top .widget_contact_us .logo-footer{
	display: block;
	margin: 0 0 10px;
}

.footer-top .widget_contact_us .logo-footer a img,
.footer-top .widget_contact_us .logo-footer h1 a:hover{opacity:1; filter: alpha(opacity = 100); }
.footer-top .widget_contact_us .logo-footer h1 { text-align: left; }
.footer-top .widget_contact_us .logo-footer h1 { margin:0; border:0; }
.footer-top .widget_contact_us .logo-footer h1 a {
	word-break:break-all;
	text-decoration:none;
	font-size:40px;
	line-height:40px; color:#fff; 
	margin:0;
	padding:0;
	border:0; 
}
.footer-top .widget_contact_us .logo-footer h1 a:hover { text-decoration:none; color:#333333; }
.footer-top .widget_contact_us .logo-footer a,
.footer-top .widget_contact_us .logo-footer img { display:block; margin:0; }

.footer-top .widget_contact_us ul {
	margin: 20px 0 0;
	list-style: none;
	padding: 0;
}
.footer-top .widget_contact_us ul li {
	margin-bottom: 15px;
	background: #383838;
	line-height: 25px;
	color:#000000;
}
.footer-top .widget_contact_us ul li i {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #838383;
	margin-right: 10px;
	color: #c4c4c4;
	font-weight: bold;
}
.footer-top .widget-title, .footer-top .widgettitle {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 2px solid #ffa400;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
.footer-top #menu-infomation li {
	line-height: 28px;
	//	border-bottom: 1px solid #363636;
}
.footer-top #menu-infomation li a{
	color:#000000;
	font-size: 13px;
}
.footer-top #menu-infomation li a:hover{
	color:#ffb548;
}
.footer-top #menu-infomation li a:before {
	//	content: "\f192";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 10px;
}
.footer-bottom {
	padding: 20px 0;
	background-color:#ffffff;
}
.footer-bottom  .copyright {
	margin: 10px 0 0;
	text-transform: uppercase;
}
.footer-bottom  .copyright p {
	margin:0;
	color:#000000;
}
.footer-bottom .widget-payment {
	text-align: right;
}
.scrollToTop {
	border-radius: 0px;
	width: 45px;
	height: 45px;
	padding: 9px;
	text-align: center;
	background: #999999;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 5px;
	display: none;
	background: #28303e;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/**********==============    ----   collection *** =================----******* */
.toolbar .grid-list li {
	float: left;
	margin-left: 4px;
}
.toolbar .grid-list li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	vertical-align: top;
	text-align: center;
	border: 1px solid #eaeaea;
	color: #878787;
	font-size: 16px;
}
.display li.selected a {
	color: #fff;
	background:#ffb548;
}
.tool-sortby .browse-tags .sort-by {
	font-size: inherit;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-left: 10px;
}
.tool-sortby .browse-tags .sort-by:focus{
	border:0;
}
.page-title.category-title {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.page-title.category-title h1{
	font-size: 20px;
	//font-weight: 500;
	padding: 8px 0;
	margin: 0;
	color:#333333;
}
.toolbar-inner{
	margin-bottom: 25px;
}
.ajax_block_product.item-col {
	margin: 0 0 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list .item-col .product-wrapper .actions.actions-list{
	position: initial;
}

.list .item-col .product-wrapper .price-box{
	margin-bottom:10px;
}

/**********==============    ----   end collection *** =================----******* */
/**********==============    ----  product detail *** =================----******* */
.pagination-border{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}
div#mota * {
	max-width: 100%!important;
}
.slide-nav{
	position:absolute;
	top:40%;
	left:20px;
	z-index:99;
}
.slide-nav.slide-next{
	right:20px;
	left:auto;
}
.slide-nav i{
	font-size:1.6em;
}
/* img zoom */
.flexslider li.product-thumb a {
	display: block;
	position: relative;
}
.product-thumb.active a:after,
.product-thumb:hover a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #E05544;
	content: "";
	position: absolute;
	top: -5px;
	left: calc(50% - 4px);
}
.selector-wrapper,.select-wrapper {
	margin-top : 17px;
}
.selector-wrapper label,.select-wrapper label {
	font-size : 13px;
	color :#808080;
	display:block;
}
.product-thumb{
	box-sizing: border-box;
	width:60px;
}
.flex-control-nav{display: none !important;}
li.product-thumb {
	border: 1px solid #eee;
	margin-right:10px;
	padding:1px;
	text-align:center;
	display:inline-block;
}
.product-thumb.active,
.product-thumb:hover {
	border: 1px solid #f00;
	position: relative;
}
#sliderproduct{
	position: relative;
}
#sliderproduct .flex-viewport {
	//	width: 400px;
	margin: auto;
}

#sliderproduct .flex-direction-nav li a{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 30px;
	height: 35px;
	display: block;
	background:none;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: inherit;
	text-align: center;
	font-size: 0;
	line-height: 33px;
	color:#ccc;
}
#sliderproduct .flex-direction-nav li a.flex-prev {
	left: 0;
}
#sliderproduct .flex-direction-nav li a.flex-next {
	right: 0;
}
#sliderproduct .flex-direction-nav li a.flex-prev:before{
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
}
#sliderproduct .flex-direction-nav li a.flex-next:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
}
.product-sale {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 1;
	background: #2f2f2f;
	border: 1px solid #2f2f2f;
	font-size: 18px;
	height: 35px;
	line-height: 33px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.product-title h1 {
	font-weight: 500;
	text-transform: uppercase;
	font-size:25px;
	color:#000;
}
#pro_sku {
	font-size: 14px;
	color: #000;
	padding-left: 2px;
}
.product-price {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-top: 10px;
}
.product-price span {
	font-size: 25px;
	color:#ffb548;
	margin-right: 25px;
}
.product-price del {
	font-size: 20px;
	color: #aaaaaa;
}
.selector-wrapper, .select-wrapper {
	margin-top: 17px;
}
.selector-wrapper label, .select-wrapper label {
	font-size: 13px;
	color: #808080;
	display: block;
}
#quantity {
	text-indent: 10px;
	height: 35px;
	border: 1px solid #ccc;
	max-width: 100%;
	width: 60px;
	margin-bottom: 20px;
}
.btn-color-add {
	background:#2f2f2f;
	margin: 10px 0px;
}
.btn-detail {
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius:0px;
	height: 50px;
	line-height: 47px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	font-size:15px;
}
.btn-detail:before {
	content: "";
	width: 30px;
	height: 100%;
	float: left;
	margin-left: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
#buy-now {
	display: inline-block;
	padding: 0 30px 0 60px;
	margin-left: 20px;
}
#add-to-cart{
	display: inline-block;
	padding: 0 30px 0 60px;
}
.btn-color-buy:before {
	background: url(//hstatic.net/0/0/global/design/theme-default/check.png) no-repeat center center;
}
.btn-color-add:before {
	background: url(//hstatic.net/0/0/global/design/theme-default/cart.png) no-repeat center center;
}
.btn-color-buy{
	background:#ffb548;
	cursor: pointer;
	margin: 10px 0px;
}
.product-des {
	margin-top: 15px;
}
#wrapper-detail{
	margin-bottom: 50px;
}
ul#page-product {
	padding-top: 40px;
	border: none;
	background-color: transparent;
	margin-bottom: 15px;
	border-top: 1px solid #eaeaea;
}
ul#page-product > li {
	display: block;
	margin: 0;
	float: left;
	background: #fff;
	padding: 0 10px 0 0;
}

ul#page-product > li > a {
	color:#333333;
	text-transform: uppercase;
	font-size: 15px;
	background: none;
	padding: 7px 15px;
	border:0;
	border-radius: 0;
	font-weight:600;
	margin: 0px;
}

#page-product li.active a, #page-product li:hover a {
	color: #fff;
	background: #fab629;
}
.product-comment {
	padding: 0px 15px;
	margin-bottom: 40px;
}
.hides {
	opacity: 0;
	height: 0;
}
.product-comment .tab-content{
	border: 1px solid #eaeaea;
	padding:15px 0;
}
#like .product-list .item-col{
	margin: 0 0 40px;
}

.custom-dropdown {
	margin-top: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	max-width: 100%;
	overflow: hidden;
	margin-left: 2px;
	border-radius: 0px;
}
.browse-tags .custom-dropdown{
	width:180px;
	margin-top:0px;
	margin-bottom:10px;
}
.custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.custom-dropdown__select {
	font-size: inherit;
	padding: .5em;
	margin: 0;
	width:100%;
}
.custom-dropdown__select--white {
	background-color: #fff;
	color: #444;
}
.custom-dropdown__select {
	padding-right: 2.5em;
	border: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}





/*Product tag*/
.tag-wrapper {
	float: left;
	margin: 10px 0px;
	width: 100%;
}

.tag-wrapper a {
	background: #56A2CD;
	color: #fff;
	padding: 1px 5px;
	font-size: 10px;
	border-left: 3px solid #3F5AA6;
	float: left;
	margin: 0px 5px;
}

.tag-wrapper label {
	font-size: 16px;
	float: left;
	line-height: 37px;
}

.tag-wrapper .tags li.active a, .tag-wrapper .tags li.active a:before {
	border-left-color:#ffb548;
}
/*Tags*/
.tags li {
	display: inline-block;
	list-style-type: none;
}

.tags li a {
	display: inline-block;
	background:#2f2f2f;
	border-left: 3px solid #3BAFDA;
	color: #fff;
	padding: 4px 9px;
	position: relative;
	margin: 5px;
}

.tags li a:before {
	left: 0;
	top: 11px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3BAFDA;
	border-width: 4px;
}

.tags li.active a, .tags li.active a:before {
	border-left-color: #8CC152;
}
/*Endtags*/
/*End if protag*/


/*=============******======   end product  ====*******===============*/
/*=============******======   blog blog  ====*******===============*/
/* breadcrumb */
.breadcrumb{
	font-size: 12px;
	margin: 15px 0 15px;
	font-weight: normal;
	color: #2f2f2f;
	background: transparent;
	padding: 0;
}
.breadcrumb li a{
	color:#2f2f2f
}
/* phân trang pagination-default */
#pagination .page-node span {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	padding: 0 8px;
	color:#ffb548;
}
div#pagination span.page-node.current span {
	color:#2f2f2f;
	font-weight: 700;
}
#pagination:before {
	background:#ffb548;
	//content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -80px;
	position: absolute;
	top: 0;
	width: 160px;
}
div#pagination .prev span, div#pagination .next span {
	font-size: 12px;
	padding: 0 8px;
	color:#ffb548;
}
#pagination {
	border-radius: 0;
	margin: 0 0 30px;
	padding: 6px 0 0;
}
/* end phân trang pagination-default */
.entry-header {

	margin: 30px 0 40px;
	width: 100%;
}
.entry-header .entry-title {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #ffa400;
}
.entry-header .entry-title:after {
	background: #f25862;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
}
.news-content{
	//	margin: 0 0 60px;
	padding: 30px 0;
	//border-bottom: 1px solid rgb(242, 242, 242);
}

.blog-page .post-thumbnail {
	//	padding: 0 0 22px 22px;
}
.blog-page .post-thumbnail a img {
	display: block;
	//	box-shadow: -22px 22px rgba(234,234,234,0.59);
}
.blog-page .post-info{
	//	margin-top:30px;
}
.blog-page .post-info h1.title-article a {
	color:#3db3c3;
	font-size: 20px;
	white-space: inherit;
	text-transform: uppercase;
	font-weight: bold;
}
.blog-page .post-info h1.title-article a:hover{
	color:#ffb548;
}
.blog-page .post-info .info-more li {
	position: relative;
	display: inline-block;
}
.blog-page .post-info .info-more li a{
	color: #f25862;
	font-size: 12px;
}
.blog-page .post-info .entry-meta{
	margin:0px 0 20px;
	text-transform: capitalize;
	//	border-bottom: 1px solid #eaeaea;
}
.news-content .readmore {
	font-weight: bold;
	color:#ffb548;
	text-transform: capitalize;
}
.news-content .readmore span{
	margin-right: 7px;
}
.news-content .readmore:hover{
	color:#ffb548;
}

/*News date*/
.author-date .date-post .icon-time{
	background: url('//hstatic.net/0/0/global/design/theme-default/time-big.png') no-repeat center;
}
.author-date ul{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.date-post{
	background:#2f2f2f;
	width:90px;
	height:70px
}
.date-post p{text-align:center;font-size: 12px;}
.author-date .date-post li{
	position: relative;
	display: inline-block;
	color:#fff;
	width:100%;
}
.icon-time{
	display: inline-block;
	margin: 8px 0px 1px 0;
	min-height: 32px;
	width: 100%;
}
/*News date*/
/*News count*/

.article-count .count-comment .icon-comment{
	background: url('//hstatic.net/0/0/global/design/theme-default/comment.png') no-repeat center;
}
.article-count ul{
	float:left;
	width:100%;
}
.count-comment{
	background:#f0f0f0;
	width:90px;
	height:70px
}
.count-comment a{color:#53a1cc;font-size: 12px}
.count-comment span{color:#444444;}
.article-count .count-comment li{
	position: relative;
	display: inline-block;
	color:#fff;
	width:100%;
	text-align:center;
}
.icon-comment{
	display: inline-block;
	margin: 8px 0px 1px 0;
	min-height: 32px;
	width: 100%;
}
/*end news count*/

/*=============******======   blog_sidebar  ====*******===============*/
span.sign {
	right: 0;
	position: absolute;
	padding-right: 10px;
}
.sidebar-blog{
	border-left: 1px solid #eaeaea;
	padding-left: 10px;
}
.widget-title {
	font-size: 18px;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffa400;
}
#menu-blog>li{
	border-bottom: 1px solid #eaeaea;
}
#menu-blog li a{
	color:#444;
	padding: 10px 0;
}
.news-latest .item-article .post-content a:hover,
#menu-blog li a:hover{
	color:#ffb548;
}
.news-menu #menu-blog li.active a{
	color:#ffb548;
}
#menu-blog > li.item>ul >li> a {
	margin-left: 0;
	padding-left: 20px;
	border-top: 1px solid #eaeaea;
}
#menu-blog ul li a {
	padding-left: 35px;
	border-top: 1px solid #eaeaea;
}
.sidebar-blog .list-group {
	margin-bottom:40px;
}

.news-latest .item-article {
	display: inline-block;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #eaeaea;
	padding:15px 0;
}
.news-latest .item-article .post-image {
	float: left;
	margin: 0 15px 0 0;
	width: 32%;
}
.news-latest .item-article .post-content{
	float: left;
	width: 60%;
}
.news-latest .item-article .post-content a{
	font-size: 14px;
	font-weight: 500;
	display: block;
	color:#333333;
}

/*=============******======  end blog_sidebar  ====*******===============*/
/*=============******======  article  ====*******===============*/
/* tag blog */
.tagged-article{
	margin: 0 0 40px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #999999;
	padding: 5px 0;
}
.tagged-article .tags-container {
	display: inline-block;
	margin: 0;
}
.tagged{
	display: inline-block;
}
.tagged-article .tags-container li{
	display: inline-block;
}
.tagged-article .tags-container li a{
	color: #999999;
}
/* end tag blog */

.comments-area {
	max-width: 100%;
	padding: 0 50px;
	margin: 0 0 60px;
}
.comments-area  div#comments {
	margin: 0 0 40px;
}
.product-comment li a {
	border-top: 1px solid #eaeaea;
	font-size: 24px;
	margin: 0 0 30px;
	padding: 22px 0 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.35;
	color:#333333;
}
.product-comment li a:hover{
	color:#333333;
}
.comment_form label{
	color: #999999;
	display: block;
	margin: 0 0 5px;
	font-weight: normal;
}
#comments input, #comments textarea {
	background: #f7f7f7;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 10px;
}
.comment_form .btn-primary {
	background: #2f2f2f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	text-transform: uppercase;
}
.comment_form .btn-primary:hover{
	background:#ffb548;
}
.notice {
	margin-bottom: 20px;
	color: #737373;
}
.title-bl{
	border-top: 1px solid #eaeaea;
	font-size: 24px;
	margin: 0 0 30px;
	padding: 22px 0 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.35;
}
.title-bl h2{
	color:#333333;
}
#binhluan h3.author {
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
}
#binhluan .date
{
	float: right;
	color: #aaa;
	font-size: 12px;
}
#article .comment {
	margin-bottom: 15px;
}
.border-bottom {
	border-bottom: 1px solid #dddddd;
}
.comment div {
	margin-bottom: 20px;
	color: #aaa;
}
/*=============******======   end article  ====*******===============*/
/*=============******======   page.contact   ====*******===============*/
.map-wrapper{
	margin-bottom: 50px;
}
.content-contact h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.35;
	color:#333333;
}
.content-contact h3:after {
	content: "";
	display: block;
	border-bottom: 2px solid 	#333333;
	width: 45px;
	margin-top:4px;
}
.content-contact h4.name-company {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.35;
	margin: 10px 0;
	white-space: nowrap;
}
#col-right .glyphicon {
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f2f;
	position: absolute;
	left: 0;
	top: 8px
}
#col-right .info-address li span{
	line-height: 20px;
	display: inline-block;
}
#col-right .info-address li {
	line-height: 30px;
	text-transform: uppercase;
	color: #6a6a6a;
	font-size: 13px;
	position: relative;
	padding-left: 25px;
}
.contact-input{
	margin-bottom:0;
}
.contact-input .form-control{
	background: none;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	padding:15px;
	width: 100%;
	margin: 0 0 25px;
	box-shadow: none;
}
.contact-form .btn-lg{
	background:#ffb548;
	border-radius: 10px;
	color: #fff;
	float: right;
	font-size: 14px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	text-transform: uppercase;
	border: 0;
}
.contact-form .btn-lg:hover {
	background:#ffb548;
}
div#page {
	margin-bottom: 50px;
}
/*=============******======   end page.contact  ====*******===============*/
/*=============******======  page giới thiệu  ====*******===============*/
.introduce-title{
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/abouts.jpg?v=2021);
	background-repeat: no-repeat;
	background-size: cover;
}
.introduce-title h1{
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.introduce-content{
	border-bottom:1px solid #eeeeee;
	margin-bottom: 50px;
	padding:70px 0;
}
.introduce-skill{
	margin-bottom: 50px
}
.our_team{
	background-color: #f2f2f2;
	margin-bottom: 60px;
	padding:40px 0;
}
.our_team .our-team-title h3{
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 50px;
	color:#333333;
}
.our-team-content .image_holder,.our-team-content .article_content{
	margin-bottom: 20px;
	text-align: center;
}
.our-team-content .article_content h4{
	font-size: 18px;
	color:#333333;
}
.our-team-content .article_content h5{
	font-size: 14px;
}
.introduce-skill	.the-title {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	color:#333333;
}
.skillbar {
	background: #f7f7f7;
	position: relative;
	margin-bottom: 11.67px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.skillbar-title {
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	color: #fff;
	padding: 4px 15px;
	position: relative;
	display: block;
	z-index: 1;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	font-size: 11px;
}
.skillbar-bar {
	display: block;
	position: absolute;
	height: 100%;
	background-color:#2f2f2f;
	width: 0;
	top: 0;
	left: 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/*=============******======   tài khoản customer  ====*******===============*/
.layout-customers{
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 50px 0;
	text-align: left;
	border-radius: 5px;
}
.layout-customers .header-page h1,
.layout-customers .header-page h2,
#layout-page .header-page h1{
	background: #fff;
	text-transform: uppercase;
	color:#333333;
	font-size: 26px;
	text-align: center;
	font-weight: 500;
}
.userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	margin:auto;
	margin-bottom:20px;
}
.userbox h2 {
	color: #75828C;
	font-size: 16px;
	margin-top: 0;
	display: inline;
}
.icon-field {
	background-color: #F8F8F8 !important;
	color: white;
	border: solid 1px #E7E7E7;
	text-align: center;
	height: 37px;
	vertical-align: middle;
	line-height: 33px;
	width: 35px;
	margin-top: 10px;
	margin-bottom: 2px;
	float: left;
}
.icon-login {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
.icon-envelope:after {
	content: url(//hstatic.net/0/0/global/design/theme-default/email.png);
}
.icon-user:after {
	content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
	max-width: calc(100% - 30px)!important;
	width: 270px !important;
	height: 37px;
	display: inline-block !important;
	background-color: #fff;
	border: solid 1px #E7E7E7;
	margin-left: -5px;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	outline: none;
	margin-bottom: 0px !important;
}
.icon-shield:after {
	content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);
	margin-top: 8px;
	display: block;
}
.action_bottom .btn {
	font-size: 14px;
	font-weight: 600;
	color: white;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height:40px;
	background:#2f2f2f;
	text-align: center;
	border: none;
	margin-top: 15px;
	border-radius: 0;
	text-transform: uppercase;
}

#customer-login .action_bottom {
	margin-top : 0px;
}
.req_pass {
	margin-top:10px;
}
.req_pass a {
	color : #28303e !important;
}
.req_pass a:hover {
	color : #ff0000 !important;
}
div#recover-password h2 {
	color: #4091BD;
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
	border-bottom: 1px solid;
}
li.user{
	color: #fff;
	font-size: 18px!important;
}
li.user a:not(.fa) {
	font-size: 18px!important;
	font-weight: bold;
	line-height: 50px;
}
/* 3.7 - Cart */
#cart .buttons { margin-top: 30px; }
#cart .extra-checkout-buttons { float: right; text-align: right;  padding-top: 15px; }
#cart .extra-checkout-buttons input { border: none; box-shadow: none; height: 42px; }
#cart .qty { text-align: center; }
#cart .price { text-align: right; }
#checkout { float: right; margin-left: 15px; }
#update-cart { float: right; }
#cart .image { text-align: center; }
#cart .image a, #cart .image img { margin: 0; border: none;max-height:100px }
#cart a .variant_title { display: block; color: #555555; }
#cart a:hover .variant_title { }
#cart .item { max-width: 400px; }
#cart .item-description { font-size: 12px; }
#cart .item-quantity{width:50px; text-align: center;}
.subtext.success { font-weight: 700; color: #40954a; }
div.errors, .subtext.error { font-weight: 700; color: #f00; }
div.errors a{color: #53A1CC}
div.errors { margin-bottom: 15px; }

.cart-buttons { float:right!important}

.button-default {
	background:#2f2f2f;
	border: none;
	padding: 0 40px;
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	float: right;
	line-height: 40px;
	cursor: pointer;
	margin: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
.checkout-buttons textarea {
	border-radius: 0px;
	height: 100px;
	border-color: #DDD7D7;
	margin-top: 3px;
}
.checkout-buttons label{
	display: block;
}
#cart .item-quantity, .line-item input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	outline: none;
	padding-left: 15px;
}
#cart{
	margin: 50px 0;
}
#cart table tr td,
#cart table tr th {
	border:1px solid #eaeaea;
}
#cart .remove {
	text-align: center;
}
form#cartformpage {
	margin-top: 30px;
}
#cart table{
	margin-bottom:20px;
}
a.logout {
	float: right;
	font-size: 20px;
	padding: 10px 0;
}
.input-group {
	margin: 10px 0px;
}
.input-group-addon {
	color: #DFDEDE;
	background-color: #F8F8F8 !important;
	border-color: #E7E7E7;
	border-radius: 0;
}
.input-group .form-control:last-child {
	border-radius: 0;
	box-shadow: none;
	border-color: #eaeaea;
}
/*=============******======  end tài khoản   ====*******===============*/
/*=============******======  quickview   ====*******===============*/
/*Quickview*/
.close:hover, .close:focus, .close {
	opacity: 1;
}
#quick-view-modal {
	background: rgba(0,0,0,0.7);
	z-index: 9999;
}
#quick-view-modal .image-zoom.row {
	text-align: center;
}
#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 10px;
}
#quick-view-modal div#p-sliderproduct {
	width: 270px;
	margin: auto;
}

#p-sliderproduct .owl-next, #p-sliderproduct .owl-prev{
	border: 1px solid #eaeaea;
	border-radius: 3px;
	width: 25px;
	height: 30px;
	display: block;
	background:none;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: inherit;
	text-align: center;
	font-size: 0;
	line-height: 28px;
}
#p-sliderproduct .owl-next:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
}
#p-sliderproduct .owl-prev:before{
	content: "\f104";
	font-family: FontAwesome;
	font-size:18px;
}
#p-sliderproduct .owl-next {
	right: -32px !important;
}
#p-sliderproduct .owl-prev {
	left: -32px !important;
}

#quick-view-modal .item:hover, #quick-view-modal .item.active {
	border: 1px solid #E05544 !important;
}
#p-sliderproduct .owl-item .item {
	margin: 0px 3px;
	border: 1px solid #ddd;
	padding: 2px;
}
#quick-view-modal .modal-title.p-title {
	font-size: 22px;
	margin: 0 20px 20px 0;
	color:#333333;
}
#quick-view-modal button.close a:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 15px;
}
#quick-view-modal button.close a{
	border: 1px solid #999999;
	border-radius: 3px;
	color: #999999;
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 22px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 30px;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#quick-view-modal button.close a:hover{
	border: 1px solid #f25862;
	color: #f25862;
}
#quick-view-modal .p-price{
	font-size:20px;
	color:#ffb548;
	margin-right: 15px;
}
#quick-view-modal del{
	font-size: 15px;
	color: #aaa;
}
#quick-view-modal .form-input label {
	width: 100%;
	color: #828282;
}
#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	border-radius: 0px;
	border: 1px solid #6a6a6a;
}
#quick-view-modal .btn-detail {
	float: left;
}
#quick-view-modal .btn-color-add {
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	height: 50px;
	line-height: 47px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	padding: 0 30px 0 60px;
}
#quick-view-modal .btn-color-add:hover {
	background: #f25862;
	color: #fff;
	text-shadow: none;
}
#quick-view-modal .form-input {
	margin-bottom:20px;
}
#quick-view-modal .qv-readmore {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 10px 0px;
	padding-left: 20px;
}
#quick-view-modal .qv-readmore a {
	color: #E05543;
	font-weight: bold;
}
/*End Quickview*/

/* cart-modal modal-cart */
#cart-modal .modal-body,#cart-modal .modal-footer{
	padding:0;
}
div#cart-modal {
	background: rgba(0,0,0,0.7);
	z-index: 99999;
}
#cart-modal .modal-content{
	border:0;
	border-radius:0;
}

#cart-modal .modal-title ,.ajax_cart_product_txt_s{
	font-size: 17px;
	text-align: left;      
	font-weight: 600;    
	color:#333333;    
	margin-bottom: 22px;   
	text-transform: uppercase;
}
#cart-modal .product-image-container {
	max-width: 178px;
	border: 1px solid #d6d4d4;
	padding: 5px;
	float: left;
	margin-right: 30px;
}
#cart-modal .item-title {
	display: block;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	margin: 20px 0 5px;
	width: 100%;
}
#cart-modal .item-title a{
	font-size: 15px;
	color:#333333;
}
.layer_cart_cart{
	padding: 30px 30px 30px 30px;
	position: relative;
}
#cart-modal  .cart-count {
	color:#ffb548;
	font-weight: bold;
}
#cart-modal .modal.in .modal-dialog {
	background-color: #fff;
}
.buttons.btn-modal-cart {
	float: left;
	display: inline-block;
}
.layer_cart_cart.last{
	background-color:#F7F7F7;
}
.subTotal em.item-total {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 10px;
	color:#ffb548;
}
.buttons.btn-modal-cart button {
	background:#2f2f2f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	height: 34px;

	padding: 0 15px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 500;
}
.buttons.btn-modal-cart button:hover {
	background-color:#ffb548;
}
.layer_cart_cart.first{
	border-right:1px solid #d6d4d4;
}
.text-bottom{ position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 30px 20px 30px;
}
.news-mod .close:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 15px;
}
.news-mod .close:focus {
	outline: none;
}
.news-mod .close {
	border: 1px solid #999999;
	border-radius: 3px;
	color: #999999;
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 22px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 30px;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 480px) {
	.layer_cart_cart.first {
		border-right: none!important;
		border-bottom: 1px solid #ddd;
	}
	.layer_cart_cart {
		padding: 10px;
	}
	.section-about .aboutWrap .aboutBus {
		top: -49px!important;
		width: 90px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 1200px){
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.layer_cart_cart {
		min-height: 315px;
	}
}
@media (max-width: 480px) {
	.layer_cart_cart.first {
		border-right: none!important;
		border-bottom: 1px solid #ddd;
	}
	.layer_cart_cart {
		padding: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.layer_cart_cart {
		min-height: 318px;
	}
}
@media (min-width: 1200px){
	.layer_cart_cart {
		min-height: 318px;
	}
	.logo h1 img {
		position: absolute;
		top: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.layer_cart_cart {
		min-height: 315px;
	}

	.buttons.btn-modal-cart{
		margin-bottom:15px;
	}
	#checkout {
		margin-left: 0;
	}
}
@media (max-width:992px) {
	.modal-dialog {
		margin: 10px auto;
	}
	#cart-modal .product-image-container {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.text-bottom {
		padding: 0px 10px 20px 10px;
	}
	.layer_cart_cart_color {
		background-color:#fff;
	}
}
@media (min-width:560px) and (max-width : 767px) { 
	.text-bottom {
		position: relative!important;
		clear: both;
		padding: 10px 0!important;
	}
	.img-article img {margin-bottom: 10px;}
	.news-mod .close{
		top: 4px;
		right: 6px;
	}
	.buttons.btn-modal-cart button#checkout{
		margin-left: 10px;
		/*margin-top: 10px;*/
	}
}

@media (min-width: 375px) and (max-width : 767px) {
	#checkout {margin-left: 10px;

	}

}
@media (min-width:300px) and (max-width : 559px) { 
	.img-article img {
		border: 1px solid #ccc;
		margin-left: -15px;
		margin-right: -15px;
		max-width: calc(100% + 30px);
		margin-bottom:10px;
	}
	.text-bottom {
		position: relative!important;
		clear: both;
		padding: 10px 0!important;
	}
	.buttons.btn-modal-cart button {
		padding: 10px 2px;
		font-size:12px;
	}
	.layer_cart_cart_color {padding-bottom: 30px!important;}
	#cart-modal .modal-title, .ajax_cart_product_txt_s {font-size: 15px;}
	#cart #layout-page{padding:0;}
	.form-account {
		padding: 14px 0;
	}
	.col-md-6.cart-buttons.inner-right.inner-left {
		padding: 0;
		margin-bottom: 25px;
	}
	.account-content {padding: 0;}
	.news-mod .close{
		top: 4px;
		right: 8px;
	}
}
/* end cart-modal */
/*=============******======  404   ====*******===============*/
.page-found{
	text-align:center;
	padding: 50px 0;
}
.page-found h2{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 38px;
	position: relative;
	padding: 0 0 5px;
	margin-bottom:10px;
}
.page-found h2:after {
	background: #f25862;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 80px;
}
.page-found span{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
#cartformpage img {
	max-width: 50px;
}
.bg-t.block .btn-navbar:before {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.bg-t.block .btn-navbar {
	position: absolute;
	right: 10px;
	top: 8px;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
}
/*=============******======   reponsive  ====*******===============*/
@media ( max-width: 767px) {
	.header-container .top-bar {
		text-align: right;
	}
	.header-container .logo {
		margin-top: 0;
		background: none;
		text-align: center;
	}
	.header-container .header {
		border-top: 1px solid #e5e5e5;
	}

	.main-menu.clearfix{
		position: inherit;
	}
	.header-container .logo {
		position: absolute;
		top: 0;
		max-width: 100px;
	}
	.slide-revo #rev_slider_3_1_wrapper{
		margin:0!important;
	}
	.slide-revo #rev_slider_3_1_wrapper .tp-tabs{
		display:none;
	}
	.bestseller.product-list-1 .item-col{
		margin:0 0 40px;
		padding: 0 15px;
	}
	.bestseller .row-container .wpb_column_padding.item-col .product-wrapper .list-col8 {
		background: #FFFFFF;
	}
	.product-list-3 .block-content,	.product-list-4 .block-content{
		padding-top: 60px;
	}
	.product-list-3 .block-content .product-slick.slick-slider button{
		top:20px;
	}
	.product-list-3 .block-title .wpb_wrapper h3{
		margin: 0px 25px;
	}
	.product-list-4 .product-slick.slick-slider button{
		top:20px;
	}
	.banner-bgr {
		padding: 60px 0 30px 0px;
	}
	.social_wrapper .box-inner {
		margin: 0 0 0 0px;
	}
	.btn-detail{
		width:100%;
	}
	#buy-now {
		margin-left:0;
	}
	.introduce-skill	.the-title {
		margin-top: 20px;
	}
	#page .content-contact{
		padding: 0 15px;
	}
	.bg-t.block {
		background:#ffb548;
		padding: 5px 15px;
	}
	.bg-t.block p.title_block {
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 500;
		margin: 0;
		padding: 10px 0px;
	}

	div#cart-modal {
		padding: 15px;
	}
	#cart-modal .modal-title{

		margin-right: 30px;
	}
	#cart-modal .product-image-container {
		max-width: 30%;
	}
	.buttons.btn-modal-cart {
		width: 100%;
		margin-bottom: 10px;
	}
	.buttons.btn-modal-cart button {
		padding: 10px 2px;
		font-size: 12px;
		width: 100%;
	}
	div#cart {
		padding: 0;
	}
	.header-container .search-switcher .dropdown-switcher{
		right:-90px;
	}
	#sliderproduct .flex-viewport {
		width: 215px;
		margin: auto;
	}
	.slide-revo #rev_slider_3_1_wrapper{
		margin:0!important;
	}
	.header-container .logo{
		margin-top:0;
	}
	.item-col .product-wrapper .list-col4 .actions ul.add-to-links li{
		display:none;
	}

	div#rev_slider_3_1_wrapper,div#rev_slider_3_1 {
		height: 270px!important;
	}
}
@media ( min-width: 767px) and ( max-width: 992px){
	.item-col .product-wrapper .list-col4 .actions ul.add-to-links li{
		display:block;
		visibility: initial;
	}
	.item-col .product-wrapper .list-col4 .actions ul.add-to-links li {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(0px);
	}
	#quick-view-modal div#p-sliderproduct {
		width: 138px;
	}
	#mega_main_menu_first > .menu_holder > .menu_inner > ul > li > .item_link > .link_content{
		padding: 0px;
	}

}

@media screen and (max-width: 767px) {
	.mobile-customer{
		position: absolute;
		right: 0;
		z-index: 99999;
		top: 0;
	}
}
@media screen and (max-width: 1024px) {

	.mobile-menu .mbmenu-toggler {
		color: #ffb548;
		cursor: pointer;
		float:right;

		font-size: 21px;
		font-weight: 400;
		line-height: 55px;
		padding: 0 12px;
		text-transform: uppercase;
	}
	.mobile-menu .mbmenu-toggler span.mbmenu-icon {
		display: block;
		float: right;
		margin-left: 5px;
		width: 22px;
	}
	.mobile-menu .mobile-menu-container {
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 3px 5px rgba(0,0,0,0.6);
		float: left;
		height: 0;
		max-width: 100%;
		overflow: hidden;
		padding: 0 12px;
		min-width: 320px;
		//		-webkit-transition: all 0.5s ease;
		//		transition: all 0.5s ease;
		margin-top: 32px;
	}
	.mobile-menu .mobile-menu-container.open {
		display: block;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu {
		float: left;
		margin: 5px 0;
		padding: 0;
		width: 100%;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li {
		float: left;
		list-style: none;
		position: relative;
		width: 100%;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li > a {
		border-top: 1px solid #eaeaea;
		color: #999999;
		display: block;
		float: left;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		text-transform: none;
		width: 100%;
		text-align: left;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li > a:hover {
		color: #f25862;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li:first-child a {
		border-top: none;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li .fa {
		color: #999999;
		cursor: pointer;
		float: right;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 40px;
		z-index: 2;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li .fa:hover {
		color: #f25862;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li > ul.sub-menu > li > a {
		color: #999999;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li > ul.sub-menu > li > a:hover {
		color: #f25862;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu {
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
		width: 100%;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu li {
		float: left;
		list-style: none;
		position: relative;
		width: 100%;
	}
	.mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu li a {
		border-top: 1px solid #ddd;
		color: #999999;
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		width: 100%;
		text-align: left;
	}

	.home .main-menu.clearfix {
		position: relative;
	}

	.header-container .header {
		border-top: 1px solid #e5e5e5;
	}
}

#mega_main_menu_first > .menu_holder > .menu_inner > ul > li > .item_link > .link_content img {
	margin: 5px 0;
	max-width: 28px;
}

.header-container .search-switcher i {
	color: #fff;
}

.wpb_wrapper {
	text-align: center;
}
.section-about {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/section_about_bg.jpg?v=2021) ;
	padding: 235px 0 150px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-about h2 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
}

.section-about h2 b {
	font-family: 'GothamRounded-Medium';
}

.section-about p {
	color: #fff;
	margin-top: 15px;
	font-size: 12.5px;
	line-height: 190%;
}

.section-about .more {
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 35px;
	font-family: 'CCPleasurePoint'!important;
	margin-top: 25px;
	display: inline-block;
}

.section-about .aboutWrap {
	float: left;
	padding: 45px 40px 30px;
	background: rgba(3, 73, 105, 0.8);
	border-radius: 15px;
	max-width: 570px;
	position: relative;
}

.section-about .aboutWrap .aboutBus {
	position: absolute;
	right: 0;
	top: -83px;
}



@keyframes shakemenu {
	0% {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	40% {
		-moz-transform: translateX(5px);
		-ms-transform: translateX(5px);
		-o-transform: translateX(5px);
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	60% {
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	80% {
		-moz-transform: translateX(5px);
		-ms-transform: translateX(5px);
		-o-transform: translateX(5px);
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes wiggle {
	0% {
		-ms-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	50% {
		-ms-transform: rotate(-1deg);
		-moz-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
	100% {
		-ms-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
}

@-moz-keyframes wiggle {
	0% {
		-moz-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	50% {
		-moz-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
	100% {
		-moz-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	50% {
		-webkit-transform: rotate(-1deg);
		-moz-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
	100% {
		-webkit-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		transform: rotate(1deg);
	}
}

@keyframes wiggle {
	0% {
		-moz-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	50% {
		-moz-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
	100% {
		-moz-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
}
.wiggle {
	-ms-animation: wiggle .3s infinite;
	-moz-animation: wiggle .3s infinite;
	-webkit-animation: wiggle .3s infinite;
	-o-animation: wiggle .3s infinite;
	animation: wiggle .3s infinite;
}

// section_categories

.section-categories {
	background: #fff;
	padding: 60px 0 60px 0;
}

.section-categories .categoryList {
	float: left;
	width: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 30px;
	border-right: 2px dashed #b8babc;
}

.section-categories .categoryList li {
	float: left;
	width: 100%;
	border-top: 2px dashed #b8babc;
	padding: 10px 0;
	position: relative;
}

.section-categories .categoryList li:first-child {
	border-top: 0;
}

.section-categories .categoryList li a {
	float: left;
	width: 100%;
	padding: 15px 0 15px 78px;
	text-decoration: none;
	font-size: 20px;
	color: #818385;
	position: relative;
}

.section-categories .categoryList li a b {
	font-family: 'GothamRounded-Medium', Arial, Verdana, sans-serif;
	font-weight: 400;
}

.section-categories .categoryList li.pushchairs {
	border-top: 0;
}

.section-categories .categoryList li.pushchairs a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/category-pushchairs.png?v=2021) no-repeat 5px 50%;
	background-size: auto 46px;
}

.section-categories .categoryList li.pushchairs.active a {
	color: #3cc2d2;
}

.section-categories .categoryList li.pushchairs.active .plusIcon .vLine {
	background: #3cc2d2;
}

.section-categories .categoryList li.pushchairs.active .plusIcon .hLine {
	background: #3cc2d2;
}

.section-categories .categoryList li.systems a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/category-travelsystems.png?v=2021) no-repeat 5px 50%;
	background-size: auto 46px;
}

.section-categories .categoryList li.systems.active a {
	color: #004d72;
}

.section-categories .categoryList li.systems.active .plusIcon .vLine {
	background: #004d72;
}

.section-categories .categoryList li.systems.active .plusIcon .hLine {
	background: #004d72;
}

.section-categories .categoryList li.carseats a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/category-carseats.png?v=2021) no-repeat 0 50%;
}

.section-categories .categoryList li.carseats.active a {
	color: #00a261;
}

.section-categories .categoryList li.carseats.active .plusIcon .vLine {
	background: #00a261;
}

.section-categories .categoryList li.carseats.active .plusIcon .hLine {
	background: #00a261;
}

.section-categories .categoryList li.travelcots a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/category-travelcots.png?v=2021) no-repeat 5px 50%;
	background-size: auto 40px;
}

.section-categories .categoryList li.travelcots.active a {
	color: #d01460;
}

.section-categories .categoryList li.travelcots.active .plusIcon .vLine {
	background: #d01460;
}

.section-categories .categoryList li.travelcots.active .plusIcon .hLine {
	background: #d01460;
}

.section-categories .categoryList li.highchairs a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/category-highchairs.png?v=2021) no-repeat 5px 50%;
	background-size: auto 48px;
}

.section-categories .categoryList li.highchairs.active a {
	color: #69207f;
}

.section-categories .categoryList li.highchairs.active .plusIcon .vLine {
	background: #69207f;
}

.section-categories .categoryList li.highchairs.active .plusIcon .hLine {
	background: #69207f;
}

.section-categories .categoryList li.soothers a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/category-soothers.png?v=2021) no-repeat 5px 50%;
	background-size: auto 32px;
}

.section-categories .categoryList li.soothers.active a {
	color: #1f9bde;
}

.section-categories .categoryList li.soothers.active .plusIcon .vLine {
	background: #1f9bde;
}

.section-categories .categoryList li.soothers.active .plusIcon .hLine {
	background: #1f9bde;
}

.section-categories .categoryList li.active .plusIcon .vLine {
	top: 0;
	margin-left: -2px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-categories .categoryList li.active .plusIcon .hLine {
	top: 50%;
	margin-top: -2px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-categories .categoryList li.introCategory {
	display: none;
}

.section-categories .plusIcon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.section-categories .plusIcon .vLine {
	position: absolute;
	width: 4px;
	height: 20px;
	background: #808284;
	border-radius: 5px;
	top: 0;
	margin-left: -2px;
	left: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-categories .plusIcon .hLine {
	position: absolute;
	width: 20px;
	height: 4px;
	background: #808284;
	border-radius: 5px;
	top: 50%;
	margin-top: -2px;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-categories .categoryWrap {
	float: right;
	width: 100%;
	min-height: 365px;
	padding: 30px 30px 20px;
}

.section-categories .categoryWrap.introCategory {
	padding: 20px 30px 0;
	text-align: center;
}

.section-categories .categoryWrap.introCategory h1 {
	font-size: 48px;
	color: #055477;
	margin-top: 20px;
}

.section-categories .categoryWrap.introCategory h1 b {
	font-family: 'GothamRounded-Medium', Arial, Verdana, sans-serif;
}

.section-categories .categoryWrap.introCategory p {
	font-size: 12.5px;
	color: #818181;
	line-height: 160%;
	margin-top: 40px;
}

.section-categories .categoryWrap.introCategory .more {
	color: #ffa400;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 35px;
	font-family: 'CCPleasurePoint'!important;
	line-height: 100%;
	display: inline-block;
}

.section-categories .categoryWrap .categoryIcon {
	float: left;
	width: 100%;
	text-align: center;
}

.section-categories .categoryWrap .categoryDescription {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.section-categories .categoryWrap .categoryDescription h2 {
	color: #fff;
	font-size: 40px;
}

.section-categories .categoryWrap .categoryDescription h2 b {
	font-family: 'GothamRounded-Medium', Arial, Verdana, sans-serif;
}

.section-categories .categoryWrap .categoryDescription p {
	text-align: left;
	margin-top: 20px;
	color: #fff;
	font-size: 12.5px;
	line-height: 160%;
}

.section-categories .categoryWrap .categoryDescription .more {
	margin-top: 20px;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 40px;
	font-family: 'CCPleasurePoint';
	display: inline-block;
}

.section-categories .categoryWrap.pushchairs {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/pattern-overlay.png?v=2021) repeat 50% 50% #3cc2d2;
}

.section-categories .categoryWrap.carseats {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/pattern-overlay.png?v=2021) repeat 50% 50% #00a261;
}

.section-categories .categoryWrap.travelcots {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/pattern-overlay.png?v=2021) repeat 50% 50% #d01460;
}

.section-categories .categoryWrap.highchairs {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/pattern-overlay.png?v=2021) repeat 50% 50% #69207f;
}

.section-categories .categoryWrap.soothers {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/pattern-overlay.png?v=2021) repeat 50% 50% #1f9bde;
}

.section-categories .categoryWrap.systems {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/pattern-overlay.png?v=2021) repeat 50% 50% #004d72;
}

.section-categories .categoryWrapContent {
	float: right;
	width: 50%;
	padding: 0 0 25px 30px;
}

.categoryWrapper {
	float: left;
	width: 100%;
	padding: 0 140px;
}




.categoryPage {
	border-bottom: 2px solid #ffa400;
	background: #fff;
}

.categoryHeader {
	background-image: url(../images/pattern-overlay.png);
	background-repeat: repeat;
	background-position: 50% 50%;
	background-color: #898989;
	padding: 145px 0 40px;
}

.categoryHeader .headerWrap {
	padding: 0 100px;
	display: table;
	float: left;
	width: 100%;
}

.categoryHeader .headerWrap .categoryTitle {
	display: table;
	vertical-align: middle;
	padding: 30px 30px 30px 0;
}

.categoryHeader .headerWrap .categoryDescription {
	display: table-cell;
	padding: 30px 0 30px 40px;
	border-left: 2px dashed #fff;
	vertical-align: middle;
}

.categoryHeader .headerWrap .categoryIconWrap {
	vertical-align: middle;
	display: table-cell;
}

.categoryHeader .headerWrap .categoryIconWrap .categoryIcon {
	display: inline;
	vertical-align: middle;
}

.categoryHeader .headerWrap .categoryIconWrap .categoryIcon img {
	display: block;
	min-width: 65px;
	margin: 20px 0;
}

.categoryHeader .headerWrap h1 {
	font-size: 54px;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	white-space: nowrap;
}

.categoryHeader .headerWrap h2 {
	font-size: 16px;
	color: #fff;
}

.pushchairs .categoryHeader {
	background-color: #3cc2d2;
}

.pushchairs .categoryProducts .categoryFilter a {
	color: #3cc2d2;
}

.pushchairs .categoryProducts .productWrap .articleWrap h3 a {
	color: #3cc2d2;
}

.pushchairs.productPage h1, .pushchairs .productPage h1, .pushchairs.productPage .more, .pushchairs .productPage .more {
	color: #3cc2d2;
}

.pushchairs.productPage h1 a, .pushchairs .productPage h1 a, .pushchairs.productPage .more a, .pushchairs .productPage .more a {
	color: #3cc2d2;
}

.pushchairs .categoryBackground {
	background: #3cc2d2;
}

.pushchairs .categoryBackground h1, .pushchairs .categoryBackground h2, .pushchairs .categoryBackground h3, .pushchairs .categoryBackground h4, .pushchairs .categoryBackground h5, .pushchairs .categoryBackground h6, .pushchairs .categoryBackground p {
	color: #fff;
}

.pushchairs .categoryBackground h1 a, .pushchairs .categoryBackground h2 a, .pushchairs .categoryBackground h3 a, .pushchairs .categoryBackground h4 a, .pushchairs .categoryBackground h5 a, .pushchairs .categoryBackground h6 a, .pushchairs .categoryBackground p a {
	color: #fff;
}

.pushchairs .categoryBackground .more {
	color: #fff;
}

.pushchairs .section-shop .pickColor .colorPreview .colorTitle {
	color: #3cc2d2;
}

.pushchairs .section-description.no-parallax {
	background-color: #fff;
}

.pushchairs .section-description .descriptionText h1, .pushchairs .section-description .descriptionText h2, .pushchairs .section-description .descriptionText h3, .pushchairs .section-description .descriptionText h4, .pushchairs .section-description .descriptionText h5, .pushchairs .section-description .descriptionText h6, .pushchairs .section-description .descriptionText p, .pushchairs .section-description .descriptionText ol, .pushchairs .section-description .descriptionText ul {
	color: #3cc2d2;
}

.pushchairs .section-description .descriptionText a {
	color: #3cc2d2;
}

.pushchairs .section-description.noBgSection {
	background: #3cc2d2;
}

.pushchairs .section-description:nth-child(odd).no-parallax {
	background-color: #3cc2d2;
}

.pushchairs .section-description:nth-child(odd) .descriptionText h1, .pushchairs .section-description:nth-child(odd) .descriptionText h2, .pushchairs .section-description:nth-child(odd) .descriptionText h3, .pushchairs .section-description:nth-child(odd) .descriptionText h4, .pushchairs .section-description:nth-child(odd) .descriptionText h5, .pushchairs .section-description:nth-child(odd) .descriptionText h6, .pushchairs .section-description:nth-child(odd) .descriptionText p, .pushchairs .section-description:nth-child(odd) .descriptionText ol, .pushchairs .section-description:nth-child(odd) .descriptionText ul {
	color: #fff;
}

.pushchairs .section-description:nth-child(odd) .descriptionText a {
	color: #fff;
}

.pushchairs .productTabs .tabs li a {
	color: #3cc2d2;
	border: 2px dashed #3cc2d2;
}

.pushchairs .productTabs .tabs li.active a {
	background: #3cc2d2;
}

.pushchairs .productTabs .tab h1, .pushchairs .productTabs .tab h2, .pushchairs .productTabs .tab h3, .pushchairs .productTabs .tab h4, .pushchairs .productTabs .tab h5, .pushchairs .productTabs .tab h6 {
	color: #3cc2d2;
}

.pushchairs .productTabs .tab h1 a, .pushchairs .productTabs .tab h2 a, .pushchairs .productTabs .tab h3 a, .pushchairs .productTabs .tab h4 a, .pushchairs .productTabs .tab h5 a, .pushchairs .productTabs .tab h6 a {
	color: #3cc2d2;
}

.pushchairs .productTabs .tab h1 p a, .pushchairs .productTabs .tab h2 p a, .pushchairs .productTabs .tab h3 p a, .pushchairs .productTabs .tab h4 p a, .pushchairs .productTabs .tab h5 p a, .pushchairs .productTabs .tab h6 p a {
	color: #3cc2d2;
}

.pushchairs .accessoryImage {
	border-bottom: 1px solid #3cc2d2;
}

.pushchairs .btn {
	background: #3cc2d2;
}

.pushchairs .lightboxWrap .lightboxThumbs li.active a {
	background: #3cc2d2;
}

.pushchairs .startSlideshow {
	color: #3cc2d2;
}

.pushchairs .categoryFilter .selectnav {
	border: 2px solid #3cc2d2;
}

.pushchairs .featuresBox {
	background: rgba(60, 194, 210, 0.9);
}

.pushchairs .section-video {
	background: #3cc2d2;
}

.pushchairs .parallax-mirror:before {
	background: #3cc2d2;
}

.systems .categoryHeader {
	background-color: #004d72;
}

.systems .categoryProducts .categoryFilter a {
	color: #004d72;
}

.systems .categoryProducts .productWrap .articleWrap h3 a {
	color: #004d72;
}

.systems.productPage h1, .systems .productPage h1, .systems.productPage .more, .systems .productPage .more {
	color: #004d72;
}

.systems.productPage h1 a, .systems .productPage h1 a, .systems.productPage .more a, .systems .productPage .more a {
	color: #004d72;
}

.systems .categoryBackground {
	background: #004d72;
}

.systems .categoryBackground h1, .systems .categoryBackground h2, .systems .categoryBackground h3, .systems .categoryBackground h4, .systems .categoryBackground h5, .systems .categoryBackground h6, .systems .categoryBackground p {
	color: #fff;
}

.systems .categoryBackground h1 a, .systems .categoryBackground h2 a, .systems .categoryBackground h3 a, .systems .categoryBackground h4 a, .systems .categoryBackground h5 a, .systems .categoryBackground h6 a, .systems .categoryBackground p a {
	color: #fff;
}

.systems .categoryBackground .more {
	color: #fff;
}

.systems .section-shop .pickColor .colorPreview .colorTitle {
	color: #004d72;
}

.systems .section-description.no-parallax {
	background-color: #fff;
}

.systems .section-description .descriptionText h1, .systems .section-description .descriptionText h2, .systems .section-description .descriptionText h3, .systems .section-description .descriptionText h4, .systems .section-description .descriptionText h5, .systems .section-description .descriptionText h6, .systems .section-description .descriptionText p, .systems .section-description .descriptionText ol, .systems .section-description .descriptionText ul {
	color: #004d72;
}

.systems .section-description .descriptionText a {
	color: #004d72;
}

.systems .section-description.noBgSection {
	background: #004d72;
}

.systems .section-description:nth-child(odd).no-parallax {
	background-color: #004d72;
}

.systems .section-description:nth-child(odd) .descriptionText h1, .systems .section-description:nth-child(odd) .descriptionText h2, .systems .section-description:nth-child(odd) .descriptionText h3, .systems .section-description:nth-child(odd) .descriptionText h4, .systems .section-description:nth-child(odd) .descriptionText h5, .systems .section-description:nth-child(odd) .descriptionText h6, .systems .section-description:nth-child(odd) .descriptionText p, .systems .section-description:nth-child(odd) .descriptionText ol, .systems .section-description:nth-child(odd) .descriptionText ul {
	color: #fff;
}

.systems .section-description:nth-child(odd) .descriptionText a {
	color: #fff;
}

.systems .productTabs .tabs li a {
	color: #004d72;
	border: 2px dashed #004d72;
}

.systems .productTabs .tabs li.active a {
	background: #004d72;
}

.systems .productTabs .tab h1, .systems .productTabs .tab h2, .systems .productTabs .tab h3, .systems .productTabs .tab h4, .systems .productTabs .tab h5, .systems .productTabs .tab h6 {
	color: #004d72;
}

.systems .productTabs .tab h1 a, .systems .productTabs .tab h2 a, .systems .productTabs .tab h3 a, .systems .productTabs .tab h4 a, .systems .productTabs .tab h5 a, .systems .productTabs .tab h6 a {
	color: #004d72;
}

.systems .productTabs .tab h1 p a, .systems .productTabs .tab h2 p a, .systems .productTabs .tab h3 p a, .systems .productTabs .tab h4 p a, .systems .productTabs .tab h5 p a, .systems .productTabs .tab h6 p a {
	color: #004d72;
}

.systems .accessoryImage {
	border-bottom: 1px solid #004d72;
}

.systems .btn {
	background: #004d72;
}

.systems .lightboxWrap .lightboxThumbs li.active a {
	background: #004d72;
}

.systems .startSlideshow {
	color: #004d72;
}

.systems .categoryFilter .selectnav {
	border: 2px solid #004d72;
}

.systems .featuresBox {
	background: rgba(0, 77, 114, 0.9);
}

.systems .section-video {
	background: #004d72;
}

.systems .parallax-mirror:before {
	background: #004d72;
}

.carseats .categoryHeader {
	background-color: #00a261;
}

.carseats .categoryProducts .categoryFilter a {
	color: #00a261;
}

.carseats .categoryProducts .productWrap .articleWrap h3 a {
	color: #00a261;
}

.carseats.productPage h1, .carseats .productPage h1, .carseats.productPage .more, .carseats .productPage .more {
	color: #00a261;
}

.carseats.productPage h1 a, .carseats .productPage h1 a, .carseats.productPage .more a, .carseats .productPage .more a {
	color: #00a261;
}

.carseats .categoryBackground {
	background: #00a261;
}

.carseats .categoryBackground h1, .carseats .categoryBackground h2, .carseats .categoryBackground h3, .carseats .categoryBackground h4, .carseats .categoryBackground h5, .carseats .categoryBackground h6, .carseats .categoryBackground p {
	color: #fff;
}

.carseats .categoryBackground h1 a, .carseats .categoryBackground h2 a, .carseats .categoryBackground h3 a, .carseats .categoryBackground h4 a, .carseats .categoryBackground h5 a, .carseats .categoryBackground h6 a, .carseats .categoryBackground p a {
	color: #fff;
}

.carseats .categoryBackground .more {
	color: #fff;
}

.carseats .section-shop .pickColor .colorPreview .colorTitle {
	color: #00a261;
}

.carseats .section-description.no-parallax {
	background-color: #fff;
}

.carseats .section-description .descriptionText h1, .carseats .section-description .descriptionText h2, .carseats .section-description .descriptionText h3, .carseats .section-description .descriptionText h4, .carseats .section-description .descriptionText h5, .carseats .section-description .descriptionText h6, .carseats .section-description .descriptionText p, .carseats .section-description .descriptionText ol, .carseats .section-description .descriptionText ul {
	color: #00a261;
}

.carseats .section-description .descriptionText a {
	color: #00a261;
}

.carseats .section-description.noBgSection {
	background: #00a261;
}

.carseats .section-description:nth-child(odd).no-parallax {
	background-color: #00a261;
}

.carseats .section-description:nth-child(odd) .descriptionText h1, .carseats .section-description:nth-child(odd) .descriptionText h2, .carseats .section-description:nth-child(odd) .descriptionText h3, .carseats .section-description:nth-child(odd) .descriptionText h4, .carseats .section-description:nth-child(odd) .descriptionText h5, .carseats .section-description:nth-child(odd) .descriptionText h6, .carseats .section-description:nth-child(odd) .descriptionText p, .carseats .section-description:nth-child(odd) .descriptionText ol, .carseats .section-description:nth-child(odd) .descriptionText ul {
	color: #fff;
}

.carseats .section-description:nth-child(odd) .descriptionText a {
	color: #fff;
}

.carseats .productTabs .tabs li a {
	color: #00a261;
	border: 2px dashed #00a261;
}

.carseats .productTabs .tabs li.active a {
	background: #00a261;
}

.carseats .productTabs .tab h1, .carseats .productTabs .tab h2, .carseats .productTabs .tab h3, .carseats .productTabs .tab h4, .carseats .productTabs .tab h5, .carseats .productTabs .tab h6 {
	color: #00a261;
}

.carseats .productTabs .tab h1 a, .carseats .productTabs .tab h2 a, .carseats .productTabs .tab h3 a, .carseats .productTabs .tab h4 a, .carseats .productTabs .tab h5 a, .carseats .productTabs .tab h6 a {
	color: #00a261;
}

.carseats .productTabs .tab h1 p a, .carseats .productTabs .tab h2 p a, .carseats .productTabs .tab h3 p a, .carseats .productTabs .tab h4 p a, .carseats .productTabs .tab h5 p a, .carseats .productTabs .tab h6 p a {
	color: #00a261;
}

.carseats .accessoryImage {
	border-bottom: 1px solid #00a261;
}

.carseats .btn {
	background: #00a261;
}

.carseats .lightboxWrap .lightboxThumbs li.active a {
	background: #00a261;
}

.carseats .startSlideshow {
	color: #00a261;
}

.carseats .categoryFilter .selectnav {
	border: 2px solid #00a261;
}

.carseats .featuresBox {
	background: rgba(0, 162, 97, 0.9);
}

.carseats .section-video {
	background: #00a261;
}

.carseats .parallax-mirror:before {
	background: #00a261;
}

.travelcots .categoryHeader {
	background-color: #d01460;
}

.travelcots .categoryProducts .categoryFilter a {
	color: #d01460;
}

.travelcots .categoryProducts .productWrap .articleWrap h3 a {
	color: #d01460;
}

.travelcots.productPage h1, .travelcots .productPage h1, .travelcots.productPage .more, .travelcots .productPage .more {
	color: #d01460;
}

.travelcots.productPage h1 a, .travelcots .productPage h1 a, .travelcots.productPage .more a, .travelcots .productPage .more a {
	color: #d01460;
}

.travelcots .categoryBackground {
	background: #d01460;
}

.travelcots .categoryBackground h1, .travelcots .categoryBackground h2, .travelcots .categoryBackground h3, .travelcots .categoryBackground h4, .travelcots .categoryBackground h5, .travelcots .categoryBackground h6, .travelcots .categoryBackground p {
	color: #fff;
}

.travelcots .categoryBackground h1 a, .travelcots .categoryBackground h2 a, .travelcots .categoryBackground h3 a, .travelcots .categoryBackground h4 a, .travelcots .categoryBackground h5 a, .travelcots .categoryBackground h6 a, .travelcots .categoryBackground p a {
	color: #fff;
}

.travelcots .categoryBackground .more {
	color: #fff;
}

.travelcots .section-shop .pickColor .colorPreview .colorTitle {
	color: #d01460;
}

.travelcots .section-description.no-parallax {
	background-color: #fff;
}

.travelcots .section-description .descriptionText h1, .travelcots .section-description .descriptionText h2, .travelcots .section-description .descriptionText h3, .travelcots .section-description .descriptionText h4, .travelcots .section-description .descriptionText h5, .travelcots .section-description .descriptionText h6, .travelcots .section-description .descriptionText p, .travelcots .section-description .descriptionText ol, .travelcots .section-description .descriptionText ul {
	color: #d01460;
}

.travelcots .section-description .descriptionText a {
	color: #d01460;
}

.travelcots .section-description.noBgSection {
	background: #d01460;
}

.travelcots .section-description:nth-child(odd).no-parallax {
	background-color: #d01460;
}

.travelcots .section-description:nth-child(odd) .descriptionText h1, .travelcots .section-description:nth-child(odd) .descriptionText h2, .travelcots .section-description:nth-child(odd) .descriptionText h3, .travelcots .section-description:nth-child(odd) .descriptionText h4, .travelcots .section-description:nth-child(odd) .descriptionText h5, .travelcots .section-description:nth-child(odd) .descriptionText h6, .travelcots .section-description:nth-child(odd) .descriptionText p, .travelcots .section-description:nth-child(odd) .descriptionText ol, .travelcots .section-description:nth-child(odd) .descriptionText ul {
	color: #fff;
}

.travelcots .section-description:nth-child(odd) .descriptionText a {
	color: #fff;
}

.travelcots .productTabs .tabs li a {
	color: #d01460;
	border: 2px dashed #d01460;
}

.travelcots .productTabs .tabs li.active a {
	background: #d01460;
}

.travelcots .productTabs .tab h1, .travelcots .productTabs .tab h2, .travelcots .productTabs .tab h3, .travelcots .productTabs .tab h4, .travelcots .productTabs .tab h5, .travelcots .productTabs .tab h6 {
	color: #d01460;
}

.travelcots .productTabs .tab h1 a, .travelcots .productTabs .tab h2 a, .travelcots .productTabs .tab h3 a, .travelcots .productTabs .tab h4 a, .travelcots .productTabs .tab h5 a, .travelcots .productTabs .tab h6 a {
	color: #d01460;
}

.travelcots .productTabs .tab h1 p a, .travelcots .productTabs .tab h2 p a, .travelcots .productTabs .tab h3 p a, .travelcots .productTabs .tab h4 p a, .travelcots .productTabs .tab h5 p a, .travelcots .productTabs .tab h6 p a {
	color: #d01460;
}

.travelcots .accessoryImage {
	border-bottom: 1px solid #d01460;
}

.travelcots .btn {
	background: #d01460;
}

.travelcots .lightboxWrap .lightboxThumbs li.active a {
	background: #d01460;
}

.travelcots .startSlideshow {
	color: #d01460;
}

.travelcots .categoryFilter .selectnav {
	border: 2px solid #d01460;
}

.travelcots .featuresBox {
	background: rgba(208, 20, 96, 0.9);
}

.travelcots .section-video {
	background: #d01460;
}

.travelcots .parallax-mirror:before {
	background: #d01460;
}

.highchairs .categoryHeader {
	background-color: #69207f;
}

.highchairs .categoryProducts .categoryFilter a {
	color: #69207f;
}

.highchairs .categoryProducts .productWrap .articleWrap h3 a {
	color: #69207f;
}

.highchairs.productPage h1, .highchairs .productPage h1, .highchairs.productPage .more, .highchairs .productPage .more {
	color: #69207f;
}

.highchairs.productPage h1 a, .highchairs .productPage h1 a, .highchairs.productPage .more a, .highchairs .productPage .more a {
	color: #69207f;
}

.highchairs .categoryBackground {
	background: #69207f;
}

.highchairs .categoryBackground h1, .highchairs .categoryBackground h2, .highchairs .categoryBackground h3, .highchairs .categoryBackground h4, .highchairs .categoryBackground h5, .highchairs .categoryBackground h6, .highchairs .categoryBackground p {
	color: #fff;
}

.highchairs .categoryBackground h1 a, .highchairs .categoryBackground h2 a, .highchairs .categoryBackground h3 a, .highchairs .categoryBackground h4 a, .highchairs .categoryBackground h5 a, .highchairs .categoryBackground h6 a, .highchairs .categoryBackground p a {
	color: #fff;
}

.highchairs .categoryBackground .more {
	color: #fff;
}

.highchairs .section-shop .pickColor .colorPreview .colorTitle {
	color: #69207f;
}

.highchairs .section-description.no-parallax {
	background-color: #fff;
}

.highchairs .section-description .descriptionText h1, .highchairs .section-description .descriptionText h2, .highchairs .section-description .descriptionText h3, .highchairs .section-description .descriptionText h4, .highchairs .section-description .descriptionText h5, .highchairs .section-description .descriptionText h6, .highchairs .section-description .descriptionText p, .highchairs .section-description .descriptionText ol, .highchairs .section-description .descriptionText ul {
	color: #69207f;
}

.highchairs .section-description .descriptionText a {
	color: #69207f;
}

.highchairs .section-description.noBgSection {
	background: #69207f;
}

.highchairs .section-description:nth-child(odd).no-parallax {
	background-color: #69207f;
}

.highchairs .section-description:nth-child(odd) .descriptionText h1, .highchairs .section-description:nth-child(odd) .descriptionText h2, .highchairs .section-description:nth-child(odd) .descriptionText h3, .highchairs .section-description:nth-child(odd) .descriptionText h4, .highchairs .section-description:nth-child(odd) .descriptionText h5, .highchairs .section-description:nth-child(odd) .descriptionText h6, .highchairs .section-description:nth-child(odd) .descriptionText p, .highchairs .section-description:nth-child(odd) .descriptionText ol, .highchairs .section-description:nth-child(odd) .descriptionText ul {
	color: #fff;
}

.highchairs .section-description:nth-child(odd) .descriptionText a {
	color: #fff;
}

.highchairs .productTabs .tabs li a {
	color: #69207f;
	border: 2px dashed #69207f;
}

.highchairs .productTabs .tabs li.active a {
	background: #69207f;
}

.highchairs .productTabs .tab h1, .highchairs .productTabs .tab h2, .highchairs .productTabs .tab h3, .highchairs .productTabs .tab h4, .highchairs .productTabs .tab h5, .highchairs .productTabs .tab h6 {
	color: #69207f;
}

.highchairs .productTabs .tab h1 a, .highchairs .productTabs .tab h2 a, .highchairs .productTabs .tab h3 a, .highchairs .productTabs .tab h4 a, .highchairs .productTabs .tab h5 a, .highchairs .productTabs .tab h6 a {
	color: #69207f;
}

.highchairs .productTabs .tab h1 p a, .highchairs .productTabs .tab h2 p a, .highchairs .productTabs .tab h3 p a, .highchairs .productTabs .tab h4 p a, .highchairs .productTabs .tab h5 p a, .highchairs .productTabs .tab h6 p a {
	color: #69207f;
}

.highchairs .accessoryImage {
	border-bottom: 1px solid #69207f;
}

.highchairs .btn {
	background: #69207f;
}

.highchairs .lightboxWrap .lightboxThumbs li.active a {
	background: #69207f;
}

.highchairs .startSlideshow {
	color: #69207f;
}

.highchairs .categoryFilter .selectnav {
	border: 2px solid #69207f;
}

.highchairs .featuresBox {
	background: rgba(105, 32, 127, 0.9);
}

.highchairs .section-video {
	background: #69207f;
}

.highchairs .parallax-mirror:before {
	background: #69207f;
}

.soothers .categoryHeader {
	background-color: #1f9bde;
}

.soothers .categoryProducts .categoryFilter a {
	color: #1f9bde;
}

.soothers .categoryProducts .productWrap .articleWrap h3 a {
	color: #1f9bde;
}

.soothers.productPage h1, .soothers .productPage h1, .soothers.productPage .more, .soothers .productPage .more {
	color: #1f9bde;
}

.soothers.productPage h1 a, .soothers .productPage h1 a, .soothers.productPage .more a, .soothers .productPage .more a {
	color: #1f9bde;
}

.soothers .categoryBackground {
	background: #1f9bde;
}

.soothers .categoryBackground h1, .soothers .categoryBackground h2, .soothers .categoryBackground h3, .soothers .categoryBackground h4, .soothers .categoryBackground h5, .soothers .categoryBackground h6, .soothers .categoryBackground p {
	color: #fff;
}

.soothers .categoryBackground h1 a, .soothers .categoryBackground h2 a, .soothers .categoryBackground h3 a, .soothers .categoryBackground h4 a, .soothers .categoryBackground h5 a, .soothers .categoryBackground h6 a, .soothers .categoryBackground p a {
	color: #fff;
}

.soothers .categoryBackground .more {
	color: #fff;
}

.soothers .section-shop .pickColor .colorPreview .colorTitle {
	color: #1f9bde;
}

.soothers .section-description.no-parallax {
	background-color: #fff;
}

.soothers .section-description .descriptionText h1, .soothers .section-description .descriptionText h2, .soothers .section-description .descriptionText h3, .soothers .section-description .descriptionText h4, .soothers .section-description .descriptionText h5, .soothers .section-description .descriptionText h6, .soothers .section-description .descriptionText p, .soothers .section-description .descriptionText ol, .soothers .section-description .descriptionText ul {
	color: #1f9bde;
}

.soothers .section-description .descriptionText a {
	color: #1f9bde;
}

.soothers .section-description.noBgSection {
	background: #1f9bde;
}

.soothers .section-description:nth-child(odd).no-parallax {
	background-color: #1f9bde;
}

.soothers .section-description:nth-child(odd) .descriptionText h1, .soothers .section-description:nth-child(odd) .descriptionText h2, .soothers .section-description:nth-child(odd) .descriptionText h3, .soothers .section-description:nth-child(odd) .descriptionText h4, .soothers .section-description:nth-child(odd) .descriptionText h5, .soothers .section-description:nth-child(odd) .descriptionText h6, .soothers .section-description:nth-child(odd) .descriptionText p, .soothers .section-description:nth-child(odd) .descriptionText ol, .soothers .section-description:nth-child(odd) .descriptionText ul {
	color: #fff;
}

.soothers .section-description:nth-child(odd) .descriptionText a {
	color: #fff;
}

.soothers .productTabs .tabs li a {
	color: #1f9bde;
	border: 2px dashed #1f9bde;
}

.soothers .productTabs .tabs li.active a {
	background: #1f9bde;
}

.soothers .productTabs .tab h1, .soothers .productTabs .tab h2, .soothers .productTabs .tab h3, .soothers .productTabs .tab h4, .soothers .productTabs .tab h5, .soothers .productTabs .tab h6 {
	color: #1f9bde;
}

.soothers .productTabs .tab h1 a, .soothers .productTabs .tab h2 a, .soothers .productTabs .tab h3 a, .soothers .productTabs .tab h4 a, .soothers .productTabs .tab h5 a, .soothers .productTabs .tab h6 a {
	color: #1f9bde;
}

.soothers .productTabs .tab h1 p a, .soothers .productTabs .tab h2 p a, .soothers .productTabs .tab h3 p a, .soothers .productTabs .tab h4 p a, .soothers .productTabs .tab h5 p a, .soothers .productTabs .tab h6 p a {
	color: #1f9bde;
}

.soothers .accessoryImage {
	border-bottom: 1px solid #1f9bde;
}

.soothers .btn {
	background: #1f9bde;
}

.soothers .lightboxWrap .lightboxThumbs li.active a {
	background: #1f9bde;
}

.soothers .startSlideshow {
	color: #1f9bde;
}

.soothers .categoryFilter .selectnav {
	border: 2px solid #1f9bde;
}

.soothers .featuresBox {
	background: rgba(31, 155, 222, 0.9);
}

.soothers .section-video {
	background: #1f9bde;
}

.soothers .parallax-mirror:before {
	background: #1f9bde;
}

.categoryProducts {
	padding: 50px 0;
}

.categoryProducts .productWrap {
	float: left;
	width: 25%;
	padding: 60px 0;
	border-top: 1px dashed #cccccc;
	/*&:nth-child(-n+4) {
	border-top:0;
}
	&:nth-child(4n-7) {
	.articleWrap {
	.articleImage {
	border-left:2px solid #fff;
}
}
}*/
}

.categoryProducts .productWrap .articleWrap {
	float: left;
	width: 100%;
	text-align: center;
}

.categoryProducts .productWrap .articleWrap .articleImage {
	float: left;
	width: 100%;
	padding: 0 50px 20px;
	border-left: 1px solid #bbbabc;
	position: relative;
	display: inline-block;
}

.categoryProducts .productWrap .articleWrap .articleImage:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 1px;
	background: #bbbabc;
}

.categoryProducts .productWrap .articleWrap h3 {
	font-size: 12.5px;
	color: #f9a21a;
	font-weight: 400;
	margin-top: 30px;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

.categoryProducts .productWrap .articleWrap h3 a {
	color: #f9a21a;
	text-decoration: none;
}

.categoryProducts .all {
	float: right;
	font-size: 12.5px;
	color: #808285;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px;
}

.categoryProducts .categoryFilter, .categoryProducts .menu-faq-menu-container {
	float: left;
	max-width: 90%;
}

.categoryProducts .categoryFilter a, .categoryProducts .menu-faq-menu-container a {
	font-size: 12.5px;
	font-weight: 400;
	color: #f9a21a;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
}

.categoryProducts .categoryFilter a.active, .categoryProducts .menu-faq-menu-container a.active {
	font-weight: 600;
}

.categoryProducts .categoryFilter .menu-item a, .categoryProducts .menu-faq-menu-container .menu-item a {
	color: #ed154e;
}

.categoryProducts .categoryFilter .current-menu-item a, .categoryProducts .menu-faq-menu-container .current-menu-item a {
	font-weight: 600;
}

.categoryProducts .categoryFilter ul, .categoryProducts .menu-faq-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.categoryProducts .categoryFilter ul li, .categoryProducts .menu-faq-menu-container ul li {
	display: inline-block;
}

.categoryProducts h4 {
	font-size: 35px;
	color: #828486;
	font-family: 'CCPleasurePoint';
	text-transform: lowercase;
}

.categoryProducts .productsWrap {
	padding-top: 50px;
}

#pageContent {
	z-index: 10;
	position: relative;
}

.snapjs-right .navTrigger .hamburger li:first-of-type {
	opacity: 0;
	-webkit-transform: translate3d(0, -40px, 0);
	-moz-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

.snapjs-right .navTrigger .hamburger li:nth-of-type(3) {
	opacity: 0;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.snapjs-right .navTrigger .hamburger li:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.snapjs-right .navTrigger .hamburger li:nth-of-type(4) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.snapjs-right #pageContent {
	position: absolute;
	height: 100%;
	overflow: hidden;
}

.snapjs-right .heroSlider li {
	width: 100% !important;
}

.mobileNav {
	float: left;
	width: 100%;
	height: 130%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 99;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
}

.mobileNav li {
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #e2e2e2;
}

.mobileNav li.signatureMenuButton > a {
	background: url(../images/signatureMenuLogo.png) no-repeat 5px 5px;
	background-size: auto 26px;
}

.mobileNav li.pushchairs > a {
	background: url(../images/nav-pushchairs.png) no-repeat 5px 2px;
	background-size: auto 26px;
}

.mobileNav li.systems > a {
	background: url(../images/nav-systems-active.png) no-repeat 5px 2px;
	background-size: auto 26px;
}

.mobileNav li.carseats > a {
	background: url(../images/nav-carseats-active.png) no-repeat 7px 1px;
	background-size: auto 29px;
}

.mobileNav li.travelcots > a {
	background: url(../images/nav-travelcots-active.png) no-repeat 3px 1px;
	background-size: auto 26px;
}

.mobileNav li.highchairs > a {
	background: url(../images/nav-highchairs-active.png) no-repeat 8px 1px;
	background-size: auto 26px;
}

.mobileNav li.soothers > a {
	background: url(../images/nav-soothers-active.png) no-repeat 9px 1px;
	background-size: auto 26px;
}

.mobileNav li.explorejoie > a {
	background: url(../images/nav-explorejoie-active.png) no-repeat 7px 1px;
	background-size: auto 26px;
}

.mobileNav li.isizeMenu > a {
	background: url(../images/i-size.png) no-repeat 4px 4px;
	background-size: auto 26px;
}

.mobileNav li.lookbackMenu > a {
	background: url(../images/backlonger.png) no-repeat 4px 4px;
	background-size: auto 26px;
}

.mobileNav li a {
	padding: 10px 15px 10px 40px;
	float: left;
	width: 100%;
	text-decoration: none;
	color: #525252;
	font-size: 14px;
}

.mobileNav li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	display: none;
}

.mobileNav li ul li {
	float: left;
	width: 100%;
	padding: 5px 20px;
	border: none;
}

.mobileNav li ul li a {
	float: left;
	width: 100%;
	padding: 8px 40px;
	font-size: 12px;
}

.section-categories {
	background: #fff;
	padding: 60px 0 60px 0;
}

.footerIcon span {
	width: 46px;
	height: 48px;
	display: block;
	margin: 0 auto;
	background: url(joie_footer_static_heart.jpg) no-repeat center center;
}
.footerIcon span:hover {
	background: url(joie_footer_animated_hearts.gif) no-repeat center center;
}


#layout-page .section-instagram {
	background: #ffffff;
	padding: 10px 0;
}

.desktop_socials {
	max-width: 800px;
	margin: 0 auto;
}

.desktop_socials .social_item {
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: center;
}
.desktop_socials img {
	border: 0px solid #fff;
	max-width: 100px;
	max-height: 100px;
	border-radius: 100%;
	overflow: hidden;
}
h2.home_social_title {
	text-align: center;
	color: #fbaa18;
	font-size: 40px;
	margin-bottom: 30px;
}

.tp-tab {
	width: 16px!important;
	height: 16px!important;
	background: #ec9522;
	opacity: 1!important;
	border-radius: 50%;

}
.tp-tab:hover, .tp-tab.selected, .tp-thumb:hover, .tp-thumb.selected {
	background: #fff!important;;
}

.coll_title {
	background-image: url(pattern-overlay.png);
	background-repeat: repeat;
	background-position: 50% 50%;
	background-color: #3cc2d2;
	padding: 40px 0 15px;
}
.coll_title h1 {
	color: #fff!important;
	font-size: 46px!important;
	letter-spacing: 1px;
	line-height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px!important;
}
.collection_tit {
	display: flex;
	align-items: center;
	padding: 30px 0 30px 30px;
	border-right: 2px dashed #fff;
	justify-content: center;
}
h4.sortby {
	font-size: 35px;
	color: #828486;
	font-family: 'CCPleasurePoint'!important;

	text-transform: lowercase;
}
ul.categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.categories-list li {
	display: inline-block;
}

ul.categories-list li a {
	font-size: 12.5px;
	font-weight: 400;
	color: #3cc2d2;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
}

.product-wrapper{
	padding: 60px 0;
}

.left-block.list-col4 {
	padding: 0 50px 20px;
	position: relative;
	border-left: 1px solid #bbbabc;
}
.item-col:nth-child(4n-7) .left-block.list-col4 {
	border-left: 2px solid #fff;

}
.pd0 {
	padding: 0!important;
}
.left-block.list-col4:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 1px;
	background: #bbbabc;
}
.item-col {
	border-top: 1px dashed #cccccc;

}

.item-col:nth-child(-n+4) {
	border-top: 0;
}

a.video-btn svg {
	position: absolute;
	width: 20px;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
}
ul.info-more li {
	color: #fab629;
}
#mega_main_menu_first > .menu_holder > .menu_inner > ul > li:hover > a {
	text-decoration: none;
	-moz-animation: shakemenu 0.5s ease-in-out;
	-o-animation: shakemenu 0.5s ease-in-out;
	-webkit-animation: shakemenu 0.5s ease-in-out;
	animation: shakemenu 0.5s ease-in-out;
}


.collection_desc {
	color: #fff;
	padding: 30px 100px 30px 30px;
	font-size: 16px;
}
.thongsokythuat p span {
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 15px;
	border: 0;
	border-radius: 0;
	font-weight: 600;
	margin: 0px;
	color: #fff;
	background: #fab629;
}
.sharing {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #f2f2f2;
	border-radius: 5px;
	margin-top: 20px;
}
.sharing ul {
	display: flex;
}

.sharing ul li {
	margin-right: 10px;
}

.sharing ul li:last-child {
	position: absolute;
	right: 15px;
	top: calc(50% - 16px);
}

footer {
	border-top: 2px solid #ffa400;
}
.footer-top .widget_contact_us .logo-footer img {
	margin: 51px auto;
}
@media (min-width: 768px){
	.mobile-menu {
		display: none !IMPORTANT;
	}
	.menu-decktop {
		display: block !important;
	}
}
@media (min-width: 767px){
	.sigBottomSection{
		background: url('//cdn.hstatic.net/themes/1000280264/1001389859/14/Footer_Desktop.jpg?v=2021') no-repeat center center !important;
	}
	.corporate-about {
		max-width: 950px;
	}
	.item-col .product-wrapper h2.product-name a {
		height: 32px;
	}
}



@media (max-width: 767px){

	.sigBottomSection{
		height:460px;
		background: url('//cdn.hstatic.net/themes/1000280264/1001389859/14/Footer_Mobile.jpg?v=2021') no-repeat center center !important;
	}

}




#layout-page .header-page h1 {
	padding: 20px 0;
}
.small_logo {
	max-height: 60px!important;
	padding-top: 10px;
}

.zoomWindowContainer > div {
	border: 1px solid rgb(136, 136, 136)!important;
}
.date {
	color: #ffa400;
}

.date i {
	margin-right: 5px;
}
.logo-page .img-responsive.big_logo {
	top: 32px;
}
@media ( min-width: 767px) and ( max-width: 992px){
	.categoryWrapper {
		float: left;
		width: 100%;
		padding: 0;
	}
	.categoryWrap{
		display: none;
	}
	.categoryWrap.introCategory {
		display: block;
	}
	.footer-top .col-md-3.col-sm-6:nth-child(2n+1) {
		clear: left;
	}
	.section-categories .categoryWrap.introCategory h1 {
		font-size: 35px;
	}
	.section-categories .categoryWrap.introCategory .more {
		font-size: 25px;
	}
	.modal-content {
		transform: translate(-50%, -10%) !important;
		z-index: 999909;
	}
	.singleSignatureWrap .section-features.signature-features .featuresBox {
		float: none;
		border-radius: 0;
		padding: 15px 0px 50px 15px !important;
		background: rgba(100, 92, 89, 0.9);
	}
}
@media (max-width: 480px){
	.corporate-about .vc_column-inner .wpb_wrapper .wpb_text_column{
		padding-left:0;
	}
	.footer-top .widget_contact_us .logo-footer img {
		margin: 0px auto;
	}
	.menu-decktop {
		display: none;
	}
	.footer-bottom {
		padding: 5px;
	}
	.footer-top {
		padding: 10px 0 0;
		background: #fff;
	}
}

button, input, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	user-select: text;
}

.thongsokythuat > div {
	padding: 10px 0;
}




.sigExploreMore {
	display: inline-block;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px;
	margin: 15px 55px;
}
@media (max-width:768px){

	.mobile-menu .mbmenu-toggler{
		color: #FFA400;
	}
	.header-container .phone-number i{
		background: #FFA400;
	}
	.phone-number a{
		color:#FFA400!important;
	}
	.bx-wrapper img{
		height:300px;
	}
	.singleSignatureWrap .signatureSliderWrap .signatureSlider .sigSlideContent article div section {
		//vertical-align: top !important;
	}

}
.tp-caption.rev-btn{
	z-index:999 !important;
}
.modal-body{
	margin-top: -30px;
}
.modal-header{
	border:none;
}
.modal-content{
	border-radius: 8px;
	margin-left: -170px;
	margin-top: 300px;
	width: 900px;
	height: 533px;
}
.iframe{
	height:490px;
}
div#player_uid_712361696_1{
	height:480px;
}

.modal-header button span{
	position: absolute;
	background: #080707;
	color:#ffffff;
	top: -15px;
	padding: 1px 5px 3px 6px;
	border: 2px solid #ffffff;
	border-radius: 16px;

}
.section-features.signature-features.clearfix{
	background-size: cover;
	background: fixed;
}

div#section-video{
	height:614px;
}

.color-page .phone-number a {
	color: #afa99f!important;
}
.color-page .mobile-menu .mbmenu-toggler {
	color: #afa99f;
}
.tp-tabs.inner.custom {
	top: 90%!important;
}
#mega_main_menu_first > .menu_holder > .menu_inner > ul > li > .item_link > .link_content img {
	margin: 5px 0;
	max-width: 28px;
	max-height: 28px;
}
a.bocongthuong img {
	max-width: 200px;
}
.section-categories .categoryList li.soothers.soothers-2 a {
	background: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/sot.png?v=2021) no-repeat 15px 50%;
	background-size: 30px;
}


/* Nam 30/12/2021 */
.fullwidthbanner-container .fullwidthabanner {
	height: 100%;
}
.rev_slider >ul {
	width: 100%;
	height: 100%;
}
.rev_slider >ul >li {
	visibility: visible !important;
	width: 100%;
	height: 100%;
}
#main-slider #owl-main-slider:hover .owl-next, #main-slider #owl-main-slider:hover .owl-prev {
	opacity: 0.5;
}
#main-slider #owl-main-slider:hover .owl-next:hover, #main-slider #owl-main-slider:hover .owl-prev:hover {
	opacity: 1;
}
#main-slider #owl-main-slider .owl-controls .owl-page span {
	opacity: 1;
}
#main-slider #owl-main-slider .owl-controls .owl-page.active span, #main-slider #owl-main-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}
#main-slider #owl-main-slider .owl-pagination {
	position: absolute;
	left: 50%;
}
#main-slider #owl-main-slider .owl-prev {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border-radius: 0;
	font-size: 24px;
	padding: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0;
}
#main-slider #owl-main-slider .owl-next {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border-radius: 0;
	font-size: 24px;
	padding: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0;
}
#main-slider #owl-main-slider .item img {
	width: 100%;
	vertical-align: middle;
}
#main-slider .slide-bg {
	z-index: 1;
}
#main-slider .slide-bg img {
	vertical-align: middle;
	width: 100%;
}
#main-slider .item {
	position: relative;
}
#main-slider .item .slide-content-outside {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#main-slider .item .slide-content-outside .btn-slider {
	margin: 15px;
	background-color: #576398;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#main-slider .item .slide-content-outside .btn-slider:hover {
	background-color: #fff;
}
#main-slider .item .slide-content-outside .slide-content {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.64);
}
#main-slider .owl-dots {
	height: 20px;
	position: absolute;
	width: 100%;
	bottom: 5%;
	z-index: 9999;
}
#main-slider .owl-dots {
	height: 15px;
	position: absolute;
	width: 100%;
	bottom: 5%;
	z-index: 9999;
	display: flex;
	justify-content: center;
}
#main-slider .owl-dot {
	height: 15px;
	background: #ec9522;
	width: 15px;
	border-radius: 50%;
	margin: 0 4px;
}
#main-slider .owl-dot.active {
	background: #fff;
}

#layout-page .content-page table { 
	width: 100% !important;
}
@media (max-width: 768px) {

	#layout-page .content-page table tbody, #layout-page .content-page table tr{ 
		width: 100% !important;
		display: block;
	}
	#layout-page .content-page table tr {
		display: flex;
		flex-wrap: wrap;
	}
	#layout-page .content-page table td {
		width: 50% !important;
	}
}
.article-content a {
	color: #337ab7;
	text-decoration: none;
}
.article-content ul {
	list-style-type: initial;
	padding-left: 40px;
}
/* Nam 18/01/2022 */
.slide-bg a {
	display: block;
}
.product-sale,
.item-col .product-wrapper .onsale {
	display: none;
}



.wrapper-heading-home{padding:20px 0 30px;}
.wrapper-heading-home .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapper-heading-home h2 {    color: #fbaa18;
	font-size: 40px;line-height: 1.6;	margin:0;font-weight:500;}
.section-gallery .section-gallery-2-center {
	display: flex;
	justify-content: center;
}
.section-gallery .wrapper-heading-home .heading {justify-content: center;}
.gallery_item{padding:0;position: relative;margin-bottom: 30px;display: flex;	justify-content: center;}
.gallery_item a {
	position: relative;
}

@media (max-width:767px) {
	.section-gallery .row {margin-right: -5px;margin-left: -5px;}
	.section-gallery div[class^="col-"] {padding:5px;}
	.section-gallery .gallery_item {margin-bottom:0;}
}

.d-flex{display: flex;flex-wrap: wrap;}

.js-center{
	justify-content: center;
}
.section-instagram {padding-top: 40px;}

.innerResultStore .addressStore span.info-time {
	display: block;
}
.corporate-about .row {
	display: flex;
	justify-content: center;
}


.newsletter {
    
    background: none;
    padding: initial;
}
.filter-options .label{
  color:#000
}


h1.page-title{
  font-size:32px;
  margin-bottom:25px !important;
}

.joie-tabs__title--first.active .joie-tabs__icon {
   
    transform: translateY(-50%) rotate(180deg);
}

.bigimage {
  .slick-arrow{
    //display:none !important
  }
}
.smallimage .slick-track {
    margin: 0 !important;
}

.smallimage .slick-slide {
      margin: 0 7px;
  }

  .smallimage .slick-list {
      margin: 0 -7px;
  }
.zprices{
      color: #ffb813;
    font-size: 20px;
    margin-bottom: 20px;
} 

@media(max-width:767px){
  .page-products .columns {
    padding-top: 0;
 
}
}
a:focus {
    border: none !important; 
    border-radius: initial;
      outline: none !important; 
}
@media (min-width: 769px), print {
    .page-header {
        margin-bottom: 0 !important;
    }
}

.smallimage {
  position: relative;
}

.smallimage .slider-index {
  position: relative;
}

.smallimage .slider-index.next,
.smallimage .slider-index.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.smallimage .slider-index.next {
  right: 15px;
}

.smallimage .slider-index.prev {
  left: 15px;
}

.smallimage .slick-slider .slick-arrow{
     background: none !important;
}
.smallimage .slider-index.next svg,
.smallimage .slider-index.prev svg {
  width: 24px;
}

.smallimage .slider-index.prev svg {
  transform: rotate(180deg);
}

.smallimage .slider-index.next svg path,
.smallimage .slider-index.prev svg path {
  stroke: #000;
}

.smallimage .slider-index:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1;
}

.bigimage  {
  position: relative;
}

.bigimage  .slider-index {
  position: relative;
}

.bigimage  .slider-index.next,
.bigimage  .slider-index.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.bigimage  .slider-index.next {
  right: 15px;
}

.bigimage  .slider-index.prev {
  left: 15px;
}

.bigimage  .slick-slider .slick-arrow{
     background: none !important;
}
.bigimage  .slider-index.next svg,
.bigimage  .slider-index.prev svg {
  width: 24px;
}

.bigimage  .slider-index.prev svg {
  transform: rotate(180deg);
}

.bigimage  .slider-index.next svg path,
.bigimage  .slider-index.prev svg path {
  stroke: #000;
}

.bigimage  .slider-index:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1;
}

.footer__socials{
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.header.content .block-search .block-content {
   
    border: none;
    background: transparent;
}

@media (max-width:767px){
  .logo img {
  
   //max-width: 40px;
}
}
.ui-widget-content{
  border:none
}

@media only screen and (max-width: 768px) {
    .nav-sections.active {
        background: #f7f4f0;
        width: 100%;
        left: 0;
        overflow-y: scroll;
        z-index: 999000;
    }
}
.navigation .submenu.level0.active{
  left:0 !important
}

.navigation .submenu:not(:first-child) .back-prev-level:after {
        background-image: url(//cdn.hstatic.net/themes/1000280264/1001389859/14/back.svg?v=2021);
       
    }
}
.realclick{
  display: block;
   border-bottom: 3px solid transparent !important;
    padding-bottom: 0px;
}
.wao .realclick{
      border-bottom: 3px solid #000 !important;
    padding-bottom: 0px;
      border-radius: 0;
}
.footer__list a {
      font-size: 17.6px;
    color: #434446 !important;
}

.tag-item {
    position: absolute;
    left: 0;
    top: 0;
    background: #03A9F4;
    padding: 3px 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #494646;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    font-weight: 500;
  z-index:999;
}
  

.attribute.description p {
   
    line-height: 1.8;
}

.product-info-main h1.page-title,.product-info-main h1.page-title span{
 font-size: 36px;
  font-family: "MikadoFix", sans-serif !important;
  font-weight: 400;
}

.zprices {
      font-size: 24px;
    color: #FBAA19;
    font-family: "Lexend", sans-serif !important;
    font-weight: 300;
}
.tabbt *{
   font-family: "MikadoFix", sans-serif !important;
   font-weight: 300;
}
.fixablock{
  a{
    display: block
  }
}
.fixablock a img{
 width:100%
}
.smallimage{
  margin-top:10px;
}
.description{
  ul, ol {
   
    list-style: initial;
           list-style-position: outside;
    padding-left: 30px;
}

}

@media (min-width:1000px){
    .home__icon-lifestyle-text {
        min-height: 84px;
    }
.footer__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    max-width: 75%;
    margin: 0 auto;
}

.home-fhi-content {
    padding-right: 15px;
}
.signature-difference__subtitle{width:630px !important;}
}

.footer__heading,
.footer__list a,
.navigation .level0>.level-top,
.navigation .level0>.level-top span{
    font-size: 16px !important;
}
.footer__socials {
    margin-bottom: 10px;
}
@media (min-width:768px){
.home__row.common-content .home__icon-points-item .home__icon-points-icon {
    padding-top: 0;
}
}

h4.footer__heading{
      font-family: "Lexend", sans-serif !important;
}

 @media (min-width: 1000px)  and (max-width:1600px){
       .signature-difference__cards {
        width: 81.5625%;
    }
  }
  @media (min-width: 1600px) {
 .signature-difference__cards {
        width: 100%;
    }
}

.filter-options-content [class*=am-filter-items-] .label {
    word-break: break-word;
    padding-left: 0;
    color: #434446;
       font-size: 16px;
    font-weight: 400;
}

.tabbt {
       margin-top: 5px;
    margin-bottom: 25px;
  
  *{
      font-weight: 300;
  }
}
.product-info-main h1.page-title span{
  white-space: nowrap
}
.zprices {
    color: #FBAA19;
}
.home-fhi-btn {
    background-color: #4e4745 !important;
}

.home-fhi-btn:hover {
      opacity: 1 !important;
    background: #2f2b29 !important;
}
@media (max-width:767px){
  .index-banner {
    padding-top: 55px;
}
  .home__parent-picks-text-block {
    margin-top: 40px!important;
}

.index-banner {
    padding-top: 55px;
}
}


@media (min-width: 769px), print {
    .signature-difference__title {
        font-family: 'MikadoFix', sans-serif !important;
        font-size: 50px  !important;
        font-weight: 300  !important;
    }

.navigation .category-menu-banner [data-content-type=text] {
    font-size: 1.6rem !important;    color: #434446;
}
}
.tabbt .hrvproduct-tabs p {
    font-size: 20px;
}

 

.colornewset{
      color: #295891 !important;
}
.parentclcik  > img{
    position: initial;
    top: -13px;
    width: 131px;
}
.block-content.filter-content {
    padding-top: 0;
}


.tag-item {
    background: #a5dfd3;
}

@media (min-width:1000px){
.index-banner .index-banner-wrap {
    margin-top: 60px;
}
  }

 .joie-tabs .joie-tabs__title--first {
          border-top: 0 !important;
      }
        .joie-tabs .bulli:first-child .joie-tabs__title--first {
          border-top: 1px #c4c5c7 solid !important;
      }

@media (min-width: 768px) {
    .home__row.common-content .home__icon-points-item .home__icon-points-icon {
        height: 105px; 
    }
}

.home__product-card-title.joie-color--periwinkle.joie-large-text.joie-bold-text {
    font-family: 'Lexend', sans-serif !important;
    font-size: 24px;
}

.signature-page .product-marketing__img-box video {
    border-radius: 20px;
}

}

.your-galery{
  padding:0 !important
}

.main-product-info-sku{
    margin-bottom: 0px;
    strong{
        font-size: 14px;
        font-weight: 400;
    }
    span{
        font-size: 14px;
        font-weight: 400;
    }
}



.footer__columns .footer__col h4 {
    font-weight: 700 !important;
}



.tag-item {
    display: inline-block;
    justify-content: center;
     background: #a1e1d1;
    padding: 1px 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #494646;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    font-weight: 500;
    position: initial!important;
}
  .flex-wwq {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
    gap: 10px;
}
 .tag-item.loop-1{
    background: #a1e1d1;
 }
  .tag-item.loop-2{
    background: #5b514f;
    color: #fff;
 }

.your-galerysmall {
    padding: 0 !important;
}
.smallimage {
    overflow: hidden;
}

section.home-slick {
    margin-top: 50px;
}
@media (max-width:767px){
  section.home-slick {
    margin-top: 20px;
}
}

#article .content-page.blog-page .body-content p {
    font-weight: 300 !important;
    font-size: 13px;
}

#article .content-page.blog-page .body-content h2,#article .content-page.blog-page .body-content h2 * {
    font-weight: 400 !important;
    color: #333333;
    font-size: 28px;
    line-height: 1.35;
}

#article .content-page.blog-page .body-content h3, #article .content-page.blog-page .body-content h3 * {
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    line-height: 1.35;
}

#article .content-page.blog-page .body-content h4, #article .content-page.blog-page .body-content h4 * {
    font-size: 13px;
    line-height: 1.35;
}

#article .content-page.blog-page .body-content ul li * {font-weight: 300 !important;font-size: 13px;}

#article .content-page.blog-page .body-content ul li {
    font-weight: 300 !important;
    font-size: 13px;
}

#article .content-page.blog-page .body-content ul li {
    margin-bottom: 0;
}


.addressStore * {
    text-decoration: none !important;
    font-weight: 400;
  }

