@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=vietnamese');
@font-face {
	font-family: Futura;
	font-weight: 400;
	font-style: normal;
	src: url("futura.woff2") format("woff2")
}
@font-face {
	font-family: 'FontAwesome';
	src: url('//theme.hstatic.net/200000483115/1001069760/14/fontawesome.eot?v=993');
	src: url('//theme.hstatic.net/200000483115/1001069760/14/fontawesome.eot?v=993') format('embedded-opentype'), url('//theme.hstatic.net/200000483115/1001069760/14/fontawesome.woff?v=993') format('woff'), url('//theme.hstatic.net/200000483115/1001069760/14/fontawesome.ttf?v=993') format('truetype'), url('//theme.hstatic.net/200000483115/1001069760/14/fontawesome.svg?v=993') format('svg');
	font-weight: normal;"
	font-style: normal;
} 
@font-face {
	font-family:'Glyphicons Halflings';
	src:url('//theme.hstatic.net/200000483115/1001069760/14/glyphicons-halflings-regular.eot?v=993');
	src:url('//theme.hstatic.net/200000483115/1001069760/14/glyphicons-halflings-regular.eot?#iefix?v=993') format('embedded-opentype'),url('//theme.hstatic.net/200000483115/1001069760/14/glyphicons-halflings-regular.woff?v=993') format('woff'),url(//theme.hstatic.net/200000483115/1001069760/14/glyphicons-halflings-regular.ttf?v=993) format('truetype'),url(//theme.hstatic.net/200000483115/1001069760/14/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=993) format('svg')
}
*{font-family:'svn-gotham-book', sans-serif!important;margin: 0;padding: 0;}
.glyphicon{font-family: 'Glyphicons Halflings'!important;}
.fa{font-family: 'FontAwesome'!important;}
html,body{border: 0;background-color: #fff;}
html{font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
img{max-width:100%;}
body{
	line-height:1.4;
	font-size: 14px;
	color:#252a2b;
	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:#252a2b; margin:0 0 13px 0;  font-weight:500;line-height:1.2}
h1 { font-size: 36px; }
h2 { font-size: 28px;}
h3 { font-size: 24px;}
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
p{ margin: 0 0 10px 0; line-height: 21px }
/* 1.5 - Links and Buttons */
a {color:#252a2b;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#dd8593;text-decoration: none; outline: none;}	
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#252a2b;line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#dd8593;}
/* 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; }
/* 2.3 - Lists */
ul{	padding:0;list-style-type:none;}
ul.unstyled, ol.unstyled { margin: 0; list-style: none outside none; }
ul.unstyled > li, ol.unstyled > li { list-style: none; }
ul.horizontal > li, ol.horizontal > li { display: block; float: left; }
ul.horizontal-inline, ol.horizontal-inline { text-align: center; }
ul.horizontal-inline > li, ol.horizontal-inline > li { display: inline; margin: 0 5px; }
ul.expanded > li, ol.expanded > li { margin-bottom: 10px; }
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
input:focus {outline: none;}
/* lazyload */
.owl-carousel .owl-item img,
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: initial !important; }
img.owl-lazy:not([src]){visibility: hidden;}
.owl-carousel .owl-item img {
	width: auto!important;
	text-align: center;
	margin: auto;
	overflow: hidden;
}

.ratiobox {position: relative;display: block;}
.ratiobox .ls-blur-up-is-loading,.ratiobox .lazyload:not([src]) {	visibility: hidden;}
.ratiobox .ls-blur-up-img{
	position: absolute;top: 0;left: 0;
	width: 100%;height: 100%;display: block;
	font-family: "blur-up: auto", "object-fit: contain";
	-o-object-fit: contain;object-fit: contain;filter: blur(8px);
	opacity: 1;transition: opacity 500ms, filter 700ms;
}
.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {opacity: 0;	filter: blur(5px);}
/* END ++++ lazyload */
@media(min-width:1200px) {
	.container {
		width: auto;
		max-width: 1200px;
	}
	.container-fluid {max-width: 1600px;padding: 0 85px;}
	.wrapper-home-information .container-fluid{padding-left: 0;}
	.layout-pageContact .container-fluid {padding-left: 0;}
}
/*========================================================================*/
main.main-index{position: relative;	z-index:99;}
.button {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	line-height: normal;
	border: 1px solid #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	color: #252a2b;
	overflow: hidden;
}
.button:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover {color:#fff;}
.button.dark {color: #fff;border-color: #65d1e6;}
.button.dark:before {background-color:#65d1e6;}
.button.dark:hover {color:#252a2b;}
.button:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.wrap-flex-align{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.flex-column{	-webkit-flex-direction: column;flex-direction: column;}
button:focus{border-color: transparent; outline: none;}
.heading-page h1{font-size: 30px;font-weight: 700;margin-bottom: 30px;}

.sitebox-recaptcha {padding:6px 0 0;text-align: left;color: #9e9e9e; font-size: 13px;    clear: both;}
.sitebox-recaptcha a{color: #2962ff;}
.grecaptcha-badge { visibility: hidden; }

.pd-page {padding-top:30px;}
.main-body {position: relative;}
@media(min-width:1200px){
	.animation-tran .site-animation{-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);transform:translateY(60px);opacity:0;-webkit-transition:opacity 300ms linear, transform 300ms linear;-moz-transition:opacity 300ms linear, transform 300ms linear;-o-transition:opacity 300ms linear, transform 300ms linear;transition:opacity 300ms linear, transform 300ms linear}
	.animation-tran.active .site-animation{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
.flex-box {display: flex;}
.flex-w {flex-wrap: wrap;}
.align-c {align-items: center;}
.justify-c {justify-content: center;}
.justify-s {justify-content: space-between;}
.flex-box.row:before, .flex-box.row:after{display:none;}
/****************************CSS CHUNG ******************************/
.mg-top-50 {
	margin-top: 50px;
}
.mg-top-30 {
	margin-top: 30px;
}
.mg-top-80{
	margin-top: 80px;
}
.owl-carousel .owl-item img, .content-banner img {
	display: block;
	width: 100% !important;
}
.product-loop .product-img {
	position: relative;
	overflow: hidden;
}
.product-loop .product-img:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.product-loop .product-img .product-image, .product-loop .product-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-loop .product-img img.hover {
	opacity: 0;
	visibility: hidden;
}
.product-loop .product-info h3 {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px;
	height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-loop .product-info {
	text-align: center;
	padding: 10px 15px 0px;
}
.btn-shopnow {
	display: inline-block;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 13px;
	background: #FFF;
	color: #7b616a;
	line-height: 40px;
	letter-spacing: 1px;
	margin-top: 10px;
	border: 1px solid #7b616a;
	font-weight: bold;
}
.price-box p.special-price {
	color: #7b616a;
	margin-bottom: 0px;
}
.product-loop {
	border: 1px solid #f3dee3;
	padding: 0px 0px 30px;
}
.product-loop .btn-shopnow:hover {
	background: #dd8593;
	color: #FFF;
	border-color: #dd8593;
}
/**********************HEADER****************************/
header {
	background: #EAB9C7;
}
header .flex-box.row{
	margin: 0 -15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.header-upper-logo {
	max-width: 18%;
}
nav.main-nav ul {
	margin-bottom: 0px;
}
.menu-desktop {
	position: relative;
}
.text-center {
	text-align: center;
}
#nav .main-nav>ul>li {
	position: relative;
	float: none;
	display: inline-block;
	z-index: 10;
}
#nav .main-nav > ul>li>a {
	padding: 25px 0px;
	color: #252a2b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 12px;
	text-transform: uppercase;
}
#nav .main-nav ul>li a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 9px;
	margin-left: 4px;
	margin-bottom: 2px;
}
#nav .main-nav .sub_menu {
	background: #fff;
	position: absolute;
	z-index: 999;
	min-width: 120px;
	-webkit-box-shadow: 2px 4px 12px rgb(0 0 0 / 10%);
	-moz-box-shadow: 2px 4px 12px rgba(0,0,0,.1);
	-o-box-shadow: 2px 4px 12px rgba(0,0,0,.1);
	-ms-box-shadow: 2px 4px 12px rgba(0,0,0,.1);
	box-shadow: 2px 4px 12px rgb(0 0 0 / 10%);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-wrap-icon {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.header-action_text .header-action__link .box-icon svg {
	width: 22px;
	height: 40px;
	fill: #252a2b;
}
#nav .main-nav > ul>li>a:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-bottom: 2px solid #5c5c5c;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
#nav .main-nav li:hover>.sub_menu {
	-webkit-transform: rotate3d(0,0,0,0deg);
	-moz-transform: rotate3d(0,0,0,0deg);
	-o-transform: rotate3d(0,0,0,0deg);
	-ms-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
}
#nav .main-nav .sub_menu a {
	padding: 9px 18px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 14px;
}
#nav .main-nav .sub_menu li:not(:first-child) {
	border-top: 1px solid #ecf0f1;
}
.header-wrap-icon .header-action {
	display: inline-block;
	transition: opacity 150ms linear;
	font-size: 12px;
	margin-left: 20px;
	color: #333333;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
span.box-icon {
	float: left;
	margin-right: 10px;
}
.search-box.wpo-wrapper-search {
	position: relative;
}
form.searchform input.searchinput {
	background: #FFF;
	border: 1px solid #FFF;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	width: 100%;
	height: 40px;
	padding: 0 0px 0 40px;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	transition: all 150ms linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 30px;
}
form.searchform button#search-header-btn {
	position: absolute;
	top: 0px;
	background: #FFF;
	left: 13px;
	height: 40px;
	width: 23px;
	padding: 0px;
}
.header-wrap-icon img {
	width: 20px;
}
.header-action.header-action_account span.title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
form.searchform button#search-header-btn img {
	position: relative;
	top: -2px;
}
.header-action_text .header-action__link .box-icon, .header-mb-right .box-icon{
	position: relative;
}
.header-action_text .header-action__link .box-icon .count-holder, .header-mb-right span.count-holder {
	position: absolute;
	top: -8px;
	height: 18px;
	line-height: 18px;
	left: auto;
	right: -12px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	width: 18px;
	height: 18px;
	background: #dd8593;
	border-radius: 50%;
	color: #231f20;
}
.promotion-header{
	background: #f3e7e9;
	box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 20%);
	position: relative;
	z-index: 3;
}
.content-promotion a {
	color: #6d4150;
	font-size: 14px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
}
#ajaxSearchResults {
	position: absolute;
	z-index: 10;
	background: #FFF;
	width: 150%;
}
.smart-search-wrapper .item-ult {
	padding: 10px 10px;
	border-bottom: 1px dotted #dfe0e1;
	clear: both;
}
.smart-search-wrapper .item-ult .thumbs {
	width: 40px;
	display: inline-block;
	text-align: right;
}
.smart-search-wrapper .item-ult .thumbs img {
	width: 100%;
}
.smart-search-wrapper .item-ult .title {
	width: calc(100% - 40px);
	padding-right: 5px;
	float: left;
	line-height: 20px;
	position: relative;
	margin-top: 0px!important;
}
.content-promotion a:hover {
	color: #000;
}

/***************MENU CSS MOBILE***********************/
.header-mb {
	padding: 10px 0;
}
.header-mb .logo img {
	max-width: 160px;
}
.header-mb-right span img, .header-mb-right a img {
	width: 20px;
}
.hamburger-menu {
	width: 30px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	display: block;
	transition: all 150ms linear;
}
.hamburger-menu .bar {
	position: relative;
	background: #252a2b;
	display: inline-block;
	vertical-align: middle;
	-ms-transition: all 0ms 100ms, width 150ms linear;
	-webkit-transition: all 0ms 100ms, width 150ms linear;
	transition: all 0ms 100ms, width 150ms linear;
}
.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
	width: 25px;
	height: 2px;
}
.hamburger-menu .bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	background: #252a2b;
	-ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	-webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.hamburger-menu .bar:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	background: #252a2b;
	-ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	-webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
/******************INDEX****************************/
.index-bestsell .index-title {
	margin: 0 0 35px;
}
.index-title {
	font-size: 36px;
	margin-bottom: 40px;
	color: #1d1d1d;
	font-weight: bold;
	text-transform: uppercase;
}
#owl-product-index{
	margin-top: 5px; 
}
#owl-product-index .owl-nav button, #owl-product-index-product .owl-nav button{
	position: absolute;
	top: calc(50% - 40px);
	transform: translateY(-50%);
	width: 20px;
	height: 32px;
}
#owl-product-index .owl-nav button span.icon-right img, #owl-product-index-product .owl-nav button span.icon-right img{
	transform: rotate(180deg);
}
#owl-product-index .owl-nav button.owl-next, #owl-product-index-product  .owl-nav button.owl-next{
	right: -50px;
}
#owl-product-index .owl-nav button.owl-prev, #owl-product-index-product .owl-nav button.owl-prev{
	left: -50px;
}
@media(max-width:767px){
	#owl-product-index .owl-nav button.owl-next, #owl-product-index-product  .owl-nav button.owl-next{
		right: 0px;
	}
	#owl-product-index .owl-nav button.owl-prev, #owl-product-index-product .owl-nav button.owl-prev{
		left: 0px;
	}
	#owl-product-index .owl-nav button.owl-next img, #owl-product-index-product  .owl-nav button.owl-next img{
		width: 10px;
	}
	#owl-product-index .owl-nav button.owl-prev img, #owl-product-index-product .owl-nav button.owl-prev img{
		width: 10px;
	}
}
.wrapper-video{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.wrapper-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index-video-ytb .content-info h2.title {
	font-size: 51px;
	margin-bottom: 25px;
}
.index-video-ytb .content-info p{
	font-size: 18px;
	line-height: 24px;
}
.bg-index.home_video_youtube {
	background: #F9DCE1;
	padding: 5px 0px 80px;
}
.article-loop {
	border: 1px solid #edddde;
	margin: 0 0 30px;
}
.article-loop .article-info {
	padding: 10px;
}
.article-loop .article-info h3.article-name {
	font-size: 17px;
	line-height: 23px;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 46px;
}
.article-loop .article-info a.read-more{
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}

/******************************CSS FOOTER********************************/
footer {
	background: #000;
	padding: 20px 0px;
}
@media screen and (min-width: 1024px){
	footer .col-xs-12.col-sm-7 {
		width: 60%;
	}
	footer .col-xs-12.col-sm-5 {
		width: 40%;
	}
}
.connect-social .title-social h3 {
	color: #FFF;
	letter-spacing: 2px;
}
.connect-social .icons-social ul li {
	display: inline-block;
	margin-right: 8px;
}
.connect-social .icons-social ul li img{
	height: 25px;
}
.address-footer, .register-footer{
	padding: 60px 0px 35px;
	border-bottom: 1px solid #181818;
}
.address-footer .info-address-footer p{
	color: #FFF;
	margin-bottom: 5px;
}
.address-footer .info-address-footer p {
	color: #FFF;
	margin-bottom: 5px;
	letter-spacing: 0.3px;
}
.info-address-footer p a{
	color: #FFF;
}
.register-form h3 {
	color: #FFF;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
}
.form_newsletter.form_newsletter_customer form.contact-form {
	height: 40px;
}
.form_newsletter.form_newsletter_customer form.contact-form .input-group{
	width: 80%;
	position: relative;
}
.form_newsletter.form_newsletter_customer form.contact-form input#newsletter-email {
	width: 100%;
	height: 40px;
	padding: 5px 25px;
	border-radius: 50px;
	font-size: 13px;
	font-style: italic;
	position: absolute;
	border: 0px;
}
.form_newsletter.form_newsletter_customer form.contact-form .input-group button.button.dark {
	position: absolute;
	border: 0px;
	height: 36px;
	top: 2px;
	right: 2px;
	border-radius: 50px;
	background: transparent;
	color: #000;
	padding: 0px 20px;
}
.form_newsletter.form_newsletter_customer form.contact-form .button.dark:before {
	background-color: transparent;
	color: #000;
}
.linklists-footer ul li a {
	color: #FFF;
	margin-bottom: 5px;
	display: block;
}
.icon-arrow.flex-box.flex-w.align-c {
	justify-content: end;
	padding-right: 40px;
	border-right: 1px solid #181818;
	color: #c8c6c7;
	font-size: 25px;
}
.info-copyright {
	padding: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.info-copyright p{
	margin-bottom: 0px;
}

/************************CSS BREAKCRUMD***********************************/
.breadcrumb {
	background-color: #FFF;
	padding: 10px 0px;
	margin: 10px 0px 20px 0px;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "|";
}
.breadcrumb li * {
	text-transform: uppercase;
	color: #7b616a;
	font-size: 12px;
}


/***************************CSS COLLECTIONS**********************************/
.banner-collection-header img {
	width: 100%;
}
.product-loop-collection {
	margin-bottom: 30px;
}




/**********************************CSS PRODUCT*****************************/
.product-title h1 strong {
	font-size: 24px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	font-weight: initial !important;
}
.product-title p.product-type {
	color: #797375;
	margin: 20px 0px;
}
#price-preview span {
	color: #000;
	font-size: 20px;
	line-height: 1;
	margin: 5px 0px 30px;
	display: inline-block;
}
.box_qty .qty-btn, .quantity-area .qty-btn {
	float: left;
	background: transparent;
	border: 1px solid #000;
	cursor: pointer;
	outline: none;
	height: 36px;
	width: 36px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	color: #000mm;
}
.box_qty input[type="text"], .quantity-area input[type="text"] {
	background: #fff;
	height: 36px;
	padding: 0;
	text-align: center;
	width: 150px;
	border: 1px solid #000;
	float: left;
	font-size: 18px;
	margin: 0px 15px;
	border-radius: 30px;
}
button#add-to-cart {
	display: block;
	width: 100%;
	margin: 40px 0px 0px;
	padding: 15px 0px;
	text-transform: uppercase;
	border: 0px;
	background: #f5ebec;
	font-weight: bold;
	cursor: pointer;
}
#sliderproduct-mobile img {
	border: 1px solid #f8ecee;
}
#sliderproduct-mobile .owl-item.active.current img {
	border: 1px solid #6d4150;
}
.more-info-product {
	margin: 40px 0px 60px;
}
.product-description .panel-group h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding: 0px 10px 0px;
	cursor: pointer;
}
.panel-description {
	padding-left: 80px;
}
.product-description .panel-group .panel-title {
	position: relative;
}
.product-description .panel-group .panel-title:before{
	content: '\f107';
	font-size: 22px;
	position: absolute;
	right: 15px;
	font-family: "FontAwesome";
	top: -5px;
	color: #8e8588;
}
.product-description .panel-group {
	padding-top: 20px;
	border-top: 1px solid #b3b1b2;
	padding-bottom: 20px;
	margin: 0px; 
}
.panel-description{
	display: none;
	margin-top: 20px;
}
.product-description .panel-group.opened .panel-title:before{
	content: '\f106';
}
.product-description.product-description--accordion .panel-group:last-child {
	border-bottom: 1px solid #b3b1b2;
}
.product-recomment-types{
	margin-bottom: 30px;
}
/*------- card added notify -----*/
.cart-add-info {
	top: 95px;
	position: fixed;
	background: #fff;
	right: 0;
	width: 345px;
	font-size: 12px;
	z-index: 2000;
	border: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	padding: 7px;
	box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	transform: translateX(100%);
	transition: transform .3s cubic-bezier(.4,0,1,1);
}
.cart-add-info.active {transform: translateX(0);}
.cart-add-info .cart-add-title {
	font-weight: bold;
	font-size: 14px;
}
.cart-add-center p {
	margin: 0;
	text-align: center;
}
.cart-add-bottom, .cart-add-custom {
	padding: 7px 0;
}
.cart-add-bottom p {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 35px;
	min-width: 150px;
	border: 1px solid #000;
	width: 210px;
	margin: 0;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}
.cart-add-bottom p:hover {border-color: #d91560;}
.cart-add-bottom a {
	min-width: 150px;
	display: inline-block;
	padding: 0 20px;
	border: 0;
	background: #000000;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration:none !important;
}
.cart-add-top {
	border-top: 1px solid rgba(204,204,204,.5);
	border-bottom: 1px solid rgba(204,204,204,.5);
	margin: 7px 0;
	padding: 14px 0 7px;
	display: flex;
}
.cart-add-top img {flex:0 0 103px;width: 103px;align-self: flex-start;}
.cart-add-top .info {
	flex:0 0 calc(100% - 103px);
	width: calc(100% - 103px);
	padding: 0 7px 0 14px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cart-add-top .info h4 {
	font-size: 14px;
	line-height: 18px;
}
.cart-add-top .info p {
	margin: 0;
	line-height: 15px;
}
.cart-add-top .info p span {display: inline-block;}
.cart-add-top .info .price {
	font-size: 14px;
	line-height: 18px;
}
.cart-add-top .add-price .price {
	font-size: 14px;
	line-height: 18px;
}
.box-cart--hoadon .check--hoadon input {
	display: none;
}
.box-cart--hoadon .note--hoadon {
	position: relative;
	padding: 8px 10px;
	border-radius: 0.25rem;
	background: rgba(225, 123, 26, 0.1);
	border: 1px solid rgba(225, 123, 26, 0.5);
}
/*------ end cart added --------*/

/*--------------------- CSS PRODUCT --------------------*/
.swatch .select-swap {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}
.swatch .swatch-element {
	display: inline-block;
	margin-right: 8px;
	position: relative;
	vertical-align: bottom;
}
.swatch input {
	display: none;
}
.swatch .swatch-element label.sd {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.swatch .swatch-element label {
	display: block;
	margin: 0;
	background: #fff;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	padding: 0px 10px;
}
.selector-wrapper, .select {
	display: none;
}
.product-title p.product-type {
	color: #797375;
	margin: 20px 0px 10px;
}
.product-price span.pro-sale {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px !important;
	background: #ededed;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px !important;
	color: #f94c43;
}
.product-price span.pro-price {
	opacity: .92;
	position: relative;
	top: 5px;
}
.product-price del {
	font-size: 14px;
	color: #777a7b;
	padding-left: 10px;
	font-weight: 500;
}
/************CSS CART****************************/

.heading-page .header-page {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
}
.heading-page .header-page h1 {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 30px;
	margin-bottom: 0px;
}
.heading-page .header-page p {
	margin-bottom: 2px;
}
.contentCart-detail {
	margin-bottom: 50px;
	padding-right: 50px;
}
.contentCart-detail.cart-item:last-child{
	border: 0px;
}
.mb-cart .product_image img {
	max-width: 180px;
	margin: 0 0 10px;
}
.cart-item {
	padding: 30px 0px;
	border-bottom: 1px solid #DDD;
}
.mb-cart .product_image, .cart-bar-left {
	flex: 0 0 200px;
	width: 200px;
	margin-right: 20px;
}
.mb-cart .product-info, .cart-bar-right {
	flex: 0 0 calc(100% - 220px);
	width: calc(100% - 220px);
	font-size: 16px;
	justify-content: space-between;
}
.mb-cart .product-info .col-1, .cart-bar-right .col-1 {
	flex: 0 0 35%;
	width: 35%;
}
.title.relative {
	flex: 0 0 45%;
	width: 45%;
	display: flex;
	flex-wrap: wrap;
}
.wrapper-cart-detail .box_qty{
	position: relative;
	margin-left: calc(50% - 80px);
}
.wrapper-cart-detail input#quantity{
	margin: 0px;
}
.wrapper-cart-detail input.qty-btn.btn-sub{
	position: absolute;
	border: 0px;
	left: 25px;
}
.wrapper-cart-detail input.qty-btn.btn-plus{
	position: absolute;
	border: 0px;
	left: 114px;
	font-size: 24px;
}
.cart-item .item-remove {
	display: flex;
	align-items: flex-end;
	font-size: 14px;
}
.cart-item  .price-text {
	line-height: 40px;
}
.cart-item .item-remove a {
	font-size: 14px;
	border-bottom: 1px dotted #DDD;
}
input.quantity-selector.gift {
	border: 0px;
}
.cart-item .item-remove i {
	margin-right: 5px;
}
.sidebox-order {
	background: #f3e7e9;
	padding: 20px 30px;
}
.sidebox-order_title h3 {
	text-transform: uppercase;
	font-size: 30px;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.sidebox-order_total {
	padding: 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.sidebox-order_total span.total-price,.sidebox-order_total span.total-price-shipping{
	float: right;
}
.sidebox-order_action .btncart-checkout{
	padding: 15px 25px;
	font-size: 16px;
	display: block;
	cursor: pointer;
	text-align: center;
	background: #dd8593;
	color: #FFF;
}
.sidebox-order-inner .panel-group{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0px;
	margin: 20px 0px;
}
.sidebox-order-inner .panel-group h2{
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px 10px;
	margin-bottom: 0px;
}
.sidebox-order-inner .panel-group .panel-description {
	padding-left: 10px;
}
.sidebox-order_totals span.total-price{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebox-order_totals span.total-price{
	float: right;
	font-weight: initial !important;
}
p.dataEmpty {
	padding: 10px;
	font-size: 13px;
}
#page-wrap .blog-layout{
	background: url('https://file.hstatic.net/200000483115/file/bg-blog_cff475b857d44bff8bd962e81a180f03.jpg') repeat;
}
.header-blog-content{
	padding: 80px 0px 50px
}
.blog-layout ol.breadcrumb.breadcrumb-arrows {
	margin-bottom: 5px;
}
.filter-blog .filter-block {
	margin-left: 10px;
	flex: 0 0 300px;
	width: 300px;
}
.filter-items {
	position: relative;
	z-index: 2;
}
.filter-items > ul, .filter-items > .filter-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 15px 18px 10px;
	border: 1px solid #a69f97;
	border-radius: 0px;
	max-height: 350px;
	overflow-y: auto;
	display: none;
	border-top: 0px;
}
.filter-check li {
	margin-bottom: 10px;
}
.filter-items.open > ul, .filter-items.open > .filter-menu {
	display: block;
}
#page-wrap .blog-layout ol.breadcrumb.breadcrumb-arrows{
	background: transparent;
}
#page-wrap .header-blog-content {
	padding: 30px 0px 50px;
}
.filter-items {
	position: relative;
	z-index: 2;
	max-width: 280px;
}
.filter-items .title-filter .icon-right {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-size: 20px;
}
.filter-items .title-filter .icon-right i{
	position: relative;
	top: 3px;
}
.filter-items .title-filter {
	padding: 2px 0px 2px 25px;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	color: #dd8593;
	border: 1px solid #dd8593;
}
.filter-check li a {
	display: block;
}
.filter-items.open .title-filter .icon-right {
	transform: rotate(180deg);
}
.blog-posts .article-loop {
	margin-bottom: 30px;
}
.blog-posts .article-loop img{
	width: 100%
}
#pagination{
	margin: 0px 0px 30px;
}
#pagination .page-node {
	border: 1px solid #1d1d1d;
	display: block;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	margin: 0 5px;
	padding: 0 3px;
	text-decoration: none;
	font-size: 16px;
}
#pagination .page-node.current {
	background: #1d1d1d;
	color: #fff;
}
#pagination a.page-node:hover {
	background: #1d1d1d;
	color: #fff;
}
#mmenu {
	width: 85%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -100%;
	height: 100vh;
	background: #fff;
	-webkit-transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow-y: auto;
}
.banner-slider-about-us {
	text-align: center;
}
.info-about-us .info-item h3 {
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}
.info-about-us .info-item p{
	font-size: 16px;
	line-height: 30px;
}
.quote-hannah {
	background: #fcefef;
	margin: 30px 0px 40px;
	padding: 50px 0px 35px;
	text-transform: uppercase;
}
.quote-hannah h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.quote-hannah h4{
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}
.video-intro h2.index-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.policy-about-us {
	text-align: center;
	margin: 60px 0px;
}
.policy-about-us .info-policy h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 5px;
}
.policy-about-us .info-policy p{
	font-size: 15px;
	padding: 0px 5px;
}
.info-item .read-more {
	margin-top: 15px;
	font-size: 12px;
}
.smart-search-wrapper .item-ult .title a{
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.smart-search-wrapper .item-ult .title p {
	margin-bottom: 0px;
	font-weight: bold;
}
#sliderproduct-mobile {
	margin-top: 20px;
}
.box-article-heading h1.sb-title-article {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}
.box-article-heading ul.article-info-more li time {
	border-bottom: 1px dashed #DDD;
}
.sidebar-blog .sidebarblog-title.title_block h2 {
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 25px;
	margin-top: 2px;
}
.sidebar-blog .list-news-latest .article-loop{
	margin-bottom: 30px;
}
.blog-index{
	margin-bottom: 50px;
}
#blog .brand-video {
	margin: 50px 0px 0px;
	background: #F9DBE2;
	padding: 50px 0px;
}
.blog-layout .filter-blog {
	text-transform: uppercase;
}
/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {padding-bottom:50px;}
.title-infor-account{
	padding: 30px 15px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 60px;
}
.title-infor-account h1{
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.title-infor-account h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin:50px auto 0;
	background:#252a2b;
}
.title-detail{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom:8px;
}
.sb-title:after{
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
.name_account {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin:10px 0 5px
}
#customer_sidebar p{ margin-bottom: 0;font-size: 14px;}
.customer-table-wrap {background: #f7f7f7; padding: 10px;}
.customer-table-bg {background: #fff; padding: 10px;}
.customer-table-bg p {margin:0;}
#customer_orders table thead th, #order_details tr th { font-weight:600; font-size: 14px;}
#customer_orders table tr a {
	font-weight: 500;
	float: left;
	width: 85%;
	margin-left: 3px;
	line-height: 20px;
	opacity: 0.66;
}
#customer_orders table, #order_details {width: 100%;background: #fff;}
#customer_orders table tr, #order_details tr { height: 25px;line-height: 30px;}
#customer_orders table tr.odd, #order_details tr {background: #fff;}
#customer_orders table tr td, #order_details tr td {vertical-align: middle;	border-top: none;	font-size: 14px;}
#order_details tr td{	line-height:21px;}
#order_details tr td a,#order_details b{font-weight:500;}
#order_details tr td.total b{font-weight: 600;}
#order_details tr td.total,#order_details tr th.total{padding-right:8px;}
#order_details tr.order_border{border-top: 1px solid #ededed;}
#order_details tr td.order-image{width:70px;}
#order_details tr td.order-image a{display:block;width:60px;border: 1px solid #f7f7f7;}
a#view_address {font-weight: 500; opacity: 0.8;}
#customer_orders,#order_payment, #order_shipping{ margin-bottom: 30px; margin-top: 30px;}
.customer-table-bg .table>tbody>tr>th {border-top: none;}
.detail-table-order { margin-top: 30px;}
.name-order {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.order_section_title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.order_date {font-weight: normal;font-size: 14px;text-transform: none;}
.text_status {font-weight: 500;}
.address p {margin-bottom: 5px;}
.account-order .address {margin: 0px 0px 30px;padding: 10px;background-color: #fbfbfb;}
span.variant_acc { font-size: 13px; opacity: 0.8;}
.alert-info {border-radius: 0; margin-bottom: 0;}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 70px 10px 10px;
	background-color: #fcd4d2;
	border-color: #fcd4d2;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding:15px;
}
.address_title h3 { margin: 0;font-size: 14px;}
.account-address .note { border: none; padding: 0;}
p.address_actions.text-right {margin:7px 5px 0px 0;position: absolute;z-index: 99;top:0;right:0;}
.action_link a {text-transform: uppercase; font-size: 15px;}
span.action_link {padding: 5px;}
.view_address p > b {font-weight: 500; font-size: 14px;}
.view_address p { margin: 5px 0; line-height: 15px;font-size: 14px;}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background:#fcd4d2;
	color:#000!important;
	text-transform: uppercase;
}
.add-new-address:focus { color:#fff;}
.account-address .input-group-addon{display:none}
.input-group { margin: 15px 0px;}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.input-group .form-control {
	-webkit-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-color: #ebebeb;
}
.icon-user:after {content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);}
.icon-envelope:after {content: url(//hstatic.net/0/0/global/design/theme-default/email.png);}
.icon-shield:after {content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);}
.layout-info-account .action_bottom .btn {
	height: 35px;
	line-height: 35px;
	outline: 0;
	margin-right: 5px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0;
	background:#fcd4d2;
	color: #000;
	display: inline-block;
	border-radius: 0;
}
.AccountTitle{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
.AccountList ul > li > a {display: block;	position: relative;	padding: 5px 0px;}
.AccountList ul > li > a:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 8px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: 2px;
}
#order_cancelled {margin-bottom:15px;}
#order_cancelled h5 {margin:0;}
form#customer_login label.icon-field i {
	display: none;
}
button#add-to-cart:hover {
	background: #dd8593;
	color: #FFF;
}
.connect-social.clearfix {
	border-bottom: 1px solid #181818;
}
.connect-social .flex-box.flex-w.row {
	padding: 30px 0px;
	position: relative;
}
.icons-social ul {
	margin: 0px;
}
.connect-social .icons-social ul li img {
	height: 30px;
}
.connect-social .register-form {
	position: relative;
}
.connect-social .register-form:after {
	content: ' ';
	width: 1px;
	height: calc(100% + 60px);
	position: absolute;
	left: -50px;
	top: -30px;
	background: #181818;
}  
.connect-social button.btn.send-newsletter {
	position: absolute;
	right: 0px;
	width: 90px;
	height: 40px;
	border-radius: 0px 30px 30px 0px;
	color: #FFF;
	font-size: 13px;
	line-height: 40px;
	padding: 0px;
	background: #dd8593;
	font-weight: bold;
}
#collection .product-loop-collection:nth-child(3n + 1) {
	clear: both;
}
.product-loop .product-info .short_des {
	margin-bottom: 5px;
	font-size: 13px;
}
@media screen and (min-width: 768px){
	#fter-content{
		display: block;
		visibility: visible;
	}
}
.product-loop:hover .product-img img.hover{
	opacity: 1;
	visibility: visible;
}
.title-expand a {
	font-weight: 600;
	font-size: 18px;
	padding: 20px 15px;
	display: block;
} 
.title-expand a span {
	font-size: 18px;
	opacity: .78;
	padding: 0px 10px;
	font-weight: bold;
	vertical-align: text-bottom;
	padding-left: 10px;
	-webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.title-expand a.btn-fter:not(.collapsed) span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
@media screen and (max-width: 992px){
	.search-bar-mobile form.searchform {
		position: relative;
	}
	.search-bar-mobile form.searchform .close-search {
		position: absolute;
		right: 0px;
		top: 0;
		bottom: 0;
		z-index: 100;
		margin: auto;
		height: 24px;
		width: 40px;
		text-align: center;
		cursor: pointer;
		visibility: hidden;
	}
	.search-bar-mobile form.searchform .btn-search {
		top: 0px;
		right: 0px;
		width: 40px;
		height: 32px;
		line-height: 32px;
	}
	.header-search-mobile {
		margin-top: 15px;
	}
	.search-bar-mobile form.searchform .btn-search {
		top: 0px;
		right: 15px;
		width: 25px;
		height: 32px;
		line-height: 32px;
		background: transparent;
		position: absolute;
		padding: 0px;
	}
	form.searchform input.searchinput {
		padding: 0 0px 0 20px;
	}
	.mg-top-50 {
		margin-top: 30px;
	}
	.mg-top-80{
		margin-top: 60px;
	}
	.index-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.index-video-ytb .content-info h2.title {
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.index-video-ytb .content-info p {
		font-size: 16px;
		line-height: 24px;
	}
	footer {
		background: #000;
		padding: 20px 0px 0px;
	}
	footer .logo-footer {
		margin-bottom: 15px;
	}
	.connect-social .title-social h3 {
		color: #FFF;
		letter-spacing: 2px;
		font-size: 18px;
	}
	.address-footer, .register-footer {
		padding: 30px 0px 25px;
		border-bottom: 1px solid #181818;
	}
	.register-form h3 {
		padding-left: 0px;
	}
	.form_newsletter.form_newsletter_customer form.contact-form .input-group {
		width: 85%;
		position: relative;
	}
	.linklists-footer {
		margin-top: 30px;
	}
	.address-footer .info-address-footer p {
		margin-bottom: 5px;
		font-size: 12px;
		margin-top: 5px;
	}
	.header-mb-right.flex-box a:last-child {
		margin-left: 5px;
	}
	#ajaxSearchResults-mb {
		background: #FFF;
		position: absolute;
		z-index: 1000;
		width: 100%;
		margin-top: 1px;
	}
	.contentCart-detail {
		margin-bottom: 50px;
		padding-right: 15px;
	}
	.mb-cart .product_image, .cart-bar-left {
		flex: 0 0 150px;
		width: 150px;
		margin-right: 0px;
	}
	.mb-cart .product-info, .cart-bar-right {
		flex: 0 0 calc(100% - 170px);
		width: calc(100% - 170px);
		font-size: 16px;
		justify-content: space-between;
	}
	.mb-cart .product_image img {
		max-width: 130px;
		margin: 0 0 10px;
	}
	.cart-item .price-text {
		line-height: 40px;
		padding-left: 5px;
	}
	.title.relative {
		flex: 0 0 100%;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.cart-item {
		padding: 20px 0px 10px;
		border-bottom: 1px solid #DDD;
	}
	.mb-cart .product-info .col-1, .cart-bar-right .col-1 {
		flex: 0 0 100%;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.box_qty {
		position: relative;
		margin-left: 0px;
	}
	input.quantity-selector.gift {
		text-align: left;
		padding: 0px;
		margin: 0px 5px;
	}
	.cart-item .item-remove {
		display: flex;
		align-items: flex-end;
		font-size: 14px;
		margin: 15px 0px 0px;
	}
	.sidebarCart {
		margin-bottom: 30px;
	}
	.contentCart-detail {
		margin-bottom: 25px;
		padding-right: 15px;
	}
	#mmenu.active {
		left: 0;
	}

	#header-nav-mobile li {
		padding-left: 15px;
		display: flex;
		height: 50px;
		align-items: center;
		border-bottom: 1px solid #d1d1d1;
	}
	#header-nav-mobile li a img {
		align-self: center;
		width: 20px;
		margin-right: 10px;
	}
	#header-nav-mobile li>ul {
		position: absolute;
		width: 100%;
		top: 0;
		right: -100%;
		background: #fff;
		height: 100%;
		padding: 0;
		transition: all 0.5s ease;
	}
	#header-nav-mobile li.has-child span.icon-sub {
		font-size: 18px;
		width: 45px;
		text-align: center;
		cursor: pointer;
		color: #000;
	}
	#header-nav-mobile li a {
		font-size: 14px;
		color: #1d1d1d;
		width: calc(100% - 45px);
	}
	#header-nav-mobile li.active>ul {
		right: 0;
	}
	#header-nav-mobile li.back {
		color: #333;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: bold;
	}
	#header-nav-mobile li.back i {
		font-size: 18px;
		margin-right: 12px;
	}
	.menu-nav-mobile-close {
		position: fixed;
		width: 100%;
		height: 100vh;
		right: 0;
		top: 0;
		background-color: rgba(46,55,61,.32);
		z-index: 888888;
		overflow: hidden;
		transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 0;
		visibility: hidden;
	}
	.open-cart .cart-mobile-close, .open-menu .menu-nav-mobile-close {
		opacity: 1;
		visibility: visible;
	}
	.open-menu .menu-nav-mobile-click-close {
		display: block;
	}
	.menu-nav-mobile-click-close {
		display: none;
		padding: 15px;
		background: #464646;
		text-align: center;
		width: 15%;
		max-width: 40px;
		position: absolute;
		right: 0;
		height: 40px;
		cursor: pointer;
	}
	.search-close:before, .search-close:after, .menu-nav-mobile-click-close:before, .menu-nav-mobile-click-close:after {
		content: '';
		position: absolute;
		width: 20px;
		top: 20px;
		left: 10px;
		height: 1px;
		background: #fff;
	}
	.menu-nav-mobile-click-close:before, .search-close:before {
		transform: rotate(45deg);
	}
	.menu-nav-mobile-click-close:after, .search-close:after {
		transform: rotate(-45deg);
	}
	.header-blog-content {
		padding: 30px 0px 50px;
	}
	.policy-about-us {
		text-align: center;
		margin: 40px 0px;
	}
	.info-about-us .info-item h3 {
		font-size: 24px;
		font-weight: bold;
		margin: 10px 0px; 
		text-align: center;
	}
	.quote-hannah h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 35px;
	}
	.info-about-us .info-item p {
		font-size: 14px;
		font-weight: initial;
		line-height: 20px;
	}
	.content-policy-about-us.row .item-policy {
		margin-bottom: 20px;
	}
	.quote-hannah {
		background: #fcefef;
		margin: 20px 0px 30px;
	}
	.connect-social .icons-social {
		margin-bottom: 30px;
	}
	.product-loop .product-info h3 {
		display: block;
		display: -webkit-box;
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 5px;
		height: 32px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.btn-shopnow {
		display: block;
		padding: 0 5px;
		text-transform: uppercase;
		font-size: 12px;
		background: #FFF;
		color: #7b616a;
		line-height: 32px;
		font-weight: bold;
	}
	.product-loop {
		border: 1px solid #f3dee3;
		padding: 0px 0px 15px;
	}
	.article-loop .article-info h3.article-name a{
		font-size: 14px;
		line-height: 23px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
	} 
	.bg-index {
		background: #fbefef;
		padding: 5px 0px 0px;
		margin-top: 0px;
	}
	.index-collections-product.mg-top-50 {
		margin-top: 15px;
	}
	#collection .product-loop-collection {
		padding: 0px 10px;
	}
	.breadcrumb {
		margin: 10px 0px 20px 0px;
		white-space: nowrap;
		overflow: auto;
	}
	.product-title h1 strong {
		font-size: 20px;
		line-height: 28px;
		display: block;
		text-transform: none;
		font-weight: initial !important;
		margin-top: 20px;
	}
	#price-preview span {
		color: #000;
		font-size: 18px;
		line-height: 1;
		margin: 0px 0px 11px;
		display: inline-block;
	}
	.product-price span.pro-price {
		top: 0px;
	}
	.panel-description {
		padding-left: 15px;
	}
	.product-description .panel-group {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.panel-description {
		margin-top: 15px;
	}
	.index-title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.more-info-product {
		margin: 40px 0px 30px;
	}
	#owl-product-index {
		margin-top: 0px;
	}
	.blog-index.mg-top-80 {
		margin: 30px 0px 35px;
	}
	.header-mb-right span.box-icon.account {
		margin-right: 5px;
	}
	.header-mb-right span.box-icon.account img{
		width: 18px;
	}
	.header-mb-right span.box-icon.cart img {
		position: relative;
		top: 2px;
	}
	.header-mb .logo img {
		max-width: 160px;
		position: relative;
		left: 15%;
	}
	.article-loop .article-info a.read-more{
		width: 32px !important;
		height: 32px !important;
	}
	.header-search-mobile {
		margin-top: 15px;
		position: absolute;
		z-index: 1000;
		width: calc(100% - 20px);
		top: 16px;
		left: 10px;
	}
	.search-bar-mobile form.searchform .btn-search {
		top: 1px;
		left: 14px;
		width: 20px;
		height: 25px;
	}
	form.searchform input.searchinput {
		padding: 0 0px 0 40px;
	}
	.search-close {
		position: absolute;
		right: 0px;
		top: 0;
		bottom: 0;
		z-index: 100;
		margin: auto;
		width: 40px;
		text-align: center;
		cursor: pointer;
	}
	.search-close:after, .search-close:before{
		content: '';
		position: absolute;
		width: 20px;
		top: 20px;
		left: 10px;
		height: 1px;
		background: #000;
	}
	search-close:before {
		transform: rotate(45deg);
	}
	.search-close:after {
		transform: rotate(-45deg);
	}
	.expanded-message p.cart-empty {
		margin-top: 30px;
	}
	.content-promotion a {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
	}
	button#add-to-cart {
		display: block;
		width: 100%;
		margin: 20px 0px 20px;
		padding: 13px 0px;
		text-transform: uppercase;
		border: 0px;
		background: #f5ebec;
		font-weight: bold;
		cursor: pointer;
	}
	.product-action-bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 700;
		background: #fff;
		box-shadow: 0 0 4px rgb(0 0 0 / 20%);
		padding: 8px 10px;
	}
	.product-action-bottom .input-bottom {
		width: 40px;
		float: left;
		margin-right: 15px;
	}
	#add-to-cartbottom {
		height: 40px;
		width: calc(100% - 55px);
		float: left;
		background: #fff;
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
		line-height: 40px;
		text-align: center;
		letter-spacing: 1px;
		border: 1px solid #f5ebec;
		background: #f5ebec;
		font-weight: bold;
	}
	.product-action-bottom .input-bottom input {
		width: 40px;
		height: 40px;
		border: 1px solid #f5ebec;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #f5ebec;
		font-size: 16px;
	}
	.index-title {
		font-size: 23px;
		margin-bottom: 15px;
	}
	#sliderproduct .owl-dots button {
		flex: 0 0 10px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin: 0 8px;
		background: rgba(17,17,17,0.1);
		margin-bottom: 15px;
	}
	#sliderproduct .owl-dots {
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		border-top: 1px solid #ededed;
		padding-top: 15px;
		display: flex;
	}
	#sliderproduct .owl-dots button.active {
		background: rgba(17,17,17,0.3);
	}
	#page-wrap .header-blog-content {
		padding: 30px 0px 0px;
	}
	.blog-posts .col-xs-6.col-sm-4.article-loop-mobile {
		padding: 0px 8px;
	}
	.blog-posts.row.mg-top-30 {
		padding: 0px 5px;
	}
	#pagination {
		margin: 0px 0px 30px;
	}
	#pagination .page-node {
		border: 1px solid #1d1d1d;
		display: block;
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 28px;
		margin: 0 5px;
		padding: 0 3px;
		text-decoration: none;
		font-size: 13px;
	}
	.filter-items .title-filter {
		padding: 2px 0px 2px 15px;
		cursor: pointer;
		font-size: 14px;
		line-height: 30px;
		color: #dd8593;
		border: 1px solid #dd8593;
	}
	#price-preview {
		text-align: center;
	}
	.box_qty {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#collection .product-loop-collection:nth-child(3n + 1) {
		clear: initial;
	}
	#collection .product-loop-collection:nth-child(2n + 1) {
		clear: both;
	}
	.fancybox-slide {
		padding: 0px 15px !important;
	}
}
.flexsocial{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  
	flex-wrap:wrap;
	margin-top: 10px;
	padding: 0px 15px;
}
.flexsocial > div{
	width:50px;
	text-align:left;
}
.flexsocial img{
	width:35px;
	height:35px;
	border-radius: 100%;
}


/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp{
	text-align: center;padding: 0!important;
	font-size:0;background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;
}
.modal-productApp:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-productApp .modal-dialog-centered {display: inline-block;text-align: left;vertical-align: middle;font-size:14px;}
.modal-productApp.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-productApp .modal-dialog-centered .modal-content {width: 100%; }
.modal-productApp.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-productApp.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
.modal-productApp .modal-footer {padding: 15px;text-align: center;}
.modal-productApp .modal-footer .button{margin:0 5px;    font-weight: 600;}
.modal-productApp .modal-footer .button:first-child:not(:hover){color:#000000;}
.modal-productApp .modal-footer .button:first-child:not(:hover):before{background:#ffffff;}
.modal-productApp .modal-header{padding:15px 20px ;}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {margin: 0;font-weight: bold;font-size:22px;padding: 0px 30px 0px 0px;}
.modal-productApp .modal-header .combo-title {margin:10px 0 0;font-size: 14px;	font-weight: bold;}
.modal-productApp .modal-header .close-modal-app {display: inline-block;position: absolute;background-color: #ffffff;width: 30px;height: 30px;	border-radius: 50%;	border: 1px solid #333;	right: 13px;top: 9px;z-index: 9;	opacity: 1;margin: 0;}
.modal-productApp .modal-header .close-modal-app svg {display: inline-block;fill: currentColor;position: relative;width: 12px;line-height: 30px;margin-top:-2px;}
#combo-program {max-height:400px;    overflow: auto;}
#combo-program .combo-title b {color: #ff0707;}
#combo-program .combo-w {border: 0;margin-bottom:0px;padding:0px 10px 0px 40px;position: relative;}
#combo-program .combo-w:after {content: '\2714\fe0e';font-size: 16px;position: absolute;top: calc(50% - 11px);left: 11px;color:#000000;opacity: 0;}
#combo-program .combo-w:before {content: '';width: 20px;height: 20px;border: 1px solid #e1e1e1;border-radius: 3px;position: absolute;top: calc(50% - 10px);left: 7px;}
#combo-program .combo-w.checked:after {opacity: 1;}
#combo-program .combo-w.checked:before {border: 1px solid #000000;}
#combo-program table tr {margin-bottom: 3px;}
#combo-program table tr:first-child td { border-top:0; }
#combo-program table label {font-weight: normal;font-size: 13px;display: block;border: none;padding: 2px 5px;cursor: pointer;}
#combo-program table label:after {content: "";display: table;clear: both;}
#combo-program table label img {display: inline-block;width:85px;	float: left;}
#combo-program table label p {display: inline-block;width: calc(100% - 85px);float: left;margin-bottom: 0px;padding-left: 15px;}
#combo-program table label .discount-promotion-price b {color: #fa0303;}
#combo-program table label .discount-promotion-price del {margin-left: 5px;}
#combo-program table input {display: none;}
#combo-program table input:checked + label {color: #000;background: #fff8f8;}
#buyxgety-program {margin:20px 0;border: 2px dotted #000000;padding:10px;position: relative;min-height: 100px;z-index: 0;}
#buyxgety-program .buyxgety-heading{padding:5px 10px;position: relative;padding-right:60px;}
#buyxgety-program .buyxgety-heading h3{font-size: 18px;font-weight: 600;margin: 0 0 4px;}
#buyxgety-program .buyxgety-heading:after {
	content: "";
	position: absolute;width:35px;height:35px;right: 10px;	top:6px;
	background-image: url('https://file.hstatic.net/1000308580/file/icon-gifbox_21127e78739a40a28f058e5e123d41b1.png');
	background-repeat: no-repeat;background-size: contain;
}
#buyxgety-program .modal-body{padding:15px 30px;}
.buyxgety_item {display: -webkit-flex;display: flex;padding: 5px 10px 10px;}
.buyxgety_item .buyxgety_checkbox {width:35px;float: left;padding-top:7px;}
.buyxgety_item .buyxgety_image {width: 60px;float: right;}
.buyxgety_item .buyxgety_item_title{width:calc(100% - 95px);float: right;padding-left:15px;}
.buyxgety_item .buyxgety_list_variant select{font-size: 94%; font-style: italic;min-width:110px;	outline: none; padding: 1px 15px 2px;	margin:2px 0 5px;}
.buyxgety_item .buyxgety_checkbox input[type=radio]{cursor: pointer;width:15px;height:15px;}
.product-loop .product-img .gift.product_gift_label{
	width: 35px;height: 35px;line-height: 35px;
	position: absolute;top: 5px;right: 5px;	z-index: 1;text-align: center;	
	border-radius: 50%;padding: 0 5px;background:#ffffff;border:1px solid #000;
}
.product-loop .product-img .gift.product_gift_label img {
	object-fit: contain;
	transform: none;
	position: static;
}
button.btn-product-gift{width: 100%;padding: 14px 35px; font-size: 16px;}
table.table-cart tr td.item .ico-gift{display: inline-block;width: 16px;vertical-align: text-bottom;margin-left: 10px;}
@media(max-width:767px){
	.modal-productApp .modal-dialog-centered{margin:30px 10px 50px;}
	.modal-productApp .modal-header{padding-left:15px;}
	.modal-productApp .modal-header .name-combo,
	.modal-productApp .modal-header .modal-title{ font-size: 18px;}
	.modal-productApp .modal-footer .button{width:100%;margin: 0;}
	.modal-productApp .modal-footer .button + .button{margin-top:10px;}
}
/** End APP **/



@media screen and (min-width:1200px){
	.product-loop .product-img .has-effect:hover img {
		opacity: 0;
		visibility: hidden;
	}
	.product-loop .product-img .has-effect:hover img.hover {
		opacity: 1;
		visibility: visible;
	}
}
.btn-shopdetail {
	display: inline-block;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 13px;
	background: #FFF;
	color: #7b616a;
	line-height: 40px;
	letter-spacing: 1px;
	margin-top: 10px;
	border: 1px solid #7b616a;
	font-weight: bold;
}
@media(max-width:767px){ 
	.btn-shopdetail {
    padding: 0 10px;
}
.product-loop .btn-shopdetail:hover {
	background: #dd8593;
	color: #FFF;
	border-color: #dd8593;
}
	a.logo_bct img {
    margin-top: 20px;
}
}
	a.logo_bct img {
		max-width: 160px;
	} 


.blog-posts.row {display: flex;flex-wrap: wrap;}
/*hot-line*/

.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 120px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 200000 !important;
}
.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
}
.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
}
.suntory-alo-ph-img-circle {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 0.7;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: #EB278D;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #bfebfc;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}
@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}	
.call-now-new {
	font-weight: bold;
	font-size: 17px;
	margin-top: -30px;
	display: block;
	background: #003399;
	color: white;
	text-align: center;
	border-radius: 4px;
}

@media(min-width:768px){.show-hldes-lo{display:none;}}
.panel-description.panel-review {
	padding-left: 0;
}
.product-info-right .ezca-reviews-badge {
	    justify-content: start!important;
}

.article-loop .post-image a:last-child {
	text-align: center;
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 100%;
	background-position: 50% 50%;
	background-size: cover;
	display:block;
}
.article-loop .post-image a:last-child img { 
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	object-position: 50% 50%;
	object-fit: cover;
}
.article-content .background-img img {
	width: 100%;
	height: auto;
}

#nav .main-nav ul li .sub_menu li{position: relative;}
#nav .main-nav .sub_menu .sub_menu {
	left: 100%;top: 0px;margin-left: 0px;margin-top: 0;
	-webkit-transform: rotate3d(0,1,0,90deg);-moz-transform: rotate3d(0,1,0,90deg);
	-o-transform: rotate3d(0,1,0,90deg);-ms-transform: rotate3d(0,1,0,90deg);transform: rotate3d(0,1,0,90deg)
}
.bg-index.home_video_youtube .barandslider {
	background: #F9DCE1;
}
@media (max-width: 767px){
	.main-article-content iframe{width: 100%;}
	.main-article-content img{height: auto !important}
}


@media (max-width: 1199px) and (min-width: 991px){
nav.main-nav ul {
    
    display: flex;
}
  .container{max-width: 98%}
}
@media (min-width: 1200px){
nav.main-nav ul {
    
    display: flex;
}
  .container{max-width: 90%}
}
