/*--- COLORS: Red #A71F37 (173,1,50) | Gold #997956 (153,121,86) | Light Gray #A6A7AA | Dark Gray #333 (51,51,51) ---*/
/* reset */
html {
	overflow-y: scroll;
	box-sizing: border-box;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, figure, footer, header, nav, section, details, summary {
	display: block;
}
fieldset, img, object {
	border: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
}
ul, ol {
	list-style-type: none;
	list-style-image: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	outline: none;
	vertical-align: baseline;
	background: transparent;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
input[text], textarea {
	vertical-align: middle;
}
input, select, textarea, button {
	font-family: 'Crimson Text', Helvetica, Arial, Microsoft JhengHei, PMingLiu, sans-serif;
	outline: none;
	font-size: 1rem
}
input, textarea {
	padding: 5px 10px;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	position: relative;
	top: -4px;
	vertical-align: middle;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* make buttons play nice in IE */
button {
	width: auto;
	overflow: visible;
}
small, .small {
	font-size: 0.8em;
}
strong {
	font-weight: 400;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* reset end */
/* Global */
body {
	background: #FFF;
	font-family: 'Crimson Text', Helvetica, Arial, Microsoft JhengHei, PMingLiu, sans-serif;
	font-size: 15px;
	position: relative;
	color: #997956
}
a:link, a:visited {
	color: #997956;
	transition-property: background, border-radius;
	transition-duration: .2s, 1s;
	transition-timing-function: linear, ease-in;
	transition-delay: 0s, 1s;
}
a:hover {
	color: #333;
}
a.line {
	text-decoration: underline
}
/*-- Typographic --*/
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'FontAwesome';
	src: url('../fonts/font-awesome-4.6.3/fonts/fontawesome-webfont.eot');
	url('../fonts/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/font-awesome-4.6.3/fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/font-awesome-4.6.3/fonts/fontawesome-webfont.svg#awesome') format('svg');
}
h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1em;
}
h1, h2, h3, h4, h5 {
	font-weight: 400
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.buttonStyle, a.buttonStyle {
	background: #A71F37;
	display: block;
	line-height: 3em;
	color: #FFF;
	text-align: center;
}
.buttonStyle:hover, a.buttonStyle:hover {
	background: #333;
	color: #FFF
}
.disableBtn, .disableBtn:hover {
	background: #EEE;
	color: #555
}
.text-center {
	text-align: center;
}
/*-- Structure --*/
#open-button {
	display: none
}
#wrapper {
	background: url("../images/bodyBg.jpg") 0 0 repeat;
	width: 100%;
	height: 100%
}
#masthead .container, #footer .container, #mainnav .container, .recommend .container, .productDetail, #wineWording .container, .list .wrapper.clearfix, .awardGroup .container.clearfix, .recommend .container,
.selectBox .container, .onsaleBox .container, .Learnmore .container, .Register {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.awardGroup .container.clearfix, .recommend .container, .list .wrapper.clearfix, .foodPairing .headTitle, .FoodSlide {
	max-width: 1200px
}
.productDetail {
	max-width: 840px
}
#notificationSlide {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 49;
	width: 310px;
	height: 180px;
	margin-right: -274px;
	transition-duration: .25s, 1s;
	transition-timing-function: linear, ease-in;
	transition-delay: 0s, 1s;
}
#notificationSlide.disable {display: none}
#notificationSlide .container {
	background: #FFF;
	border: #A71F37 2px solid;
	padding: 1rem 1.5rem;
	color: #A71F37;
	text-align: center;
	position: relative;
	height: 180px;
}
#notificationSlide a {
	color: #A71F37
}
#notificationSlide a:hover {
	color: #333
}
#notificationSlide .container:after {
	background: url("../images/Navicon.png") 0 -220px no-repeat;
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	left: 2px;
	bottom: 6px;
	z-index: 0
}
#notificationSlide .title.show {
	display: inline-block;
	font-weight: 700;
	transition-duration: .2s, 1s;
	transition-timing-function: linear, ease-in;
	transition-delay: 0s, 1s;
	/*-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;*/
	position: relative;
	left: -132px;
	width: 18px
}
#notificationSlide:hover {margin: 0px;}
#notificationSlide:hover .container {
	border: #A71F37 1px solid;
	border-top: #A71F37 3px solid;
}
#notificationSlide:hover .title.show {
	display: none
}
#notificationSlide .container:hover:after {
	left: 45%
}
#notificationSlide .detail .title {
	border: #A71F37 2px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 15px 0;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 1.25rem;
	font-size: 0.8em;
}
#notificationSlide .readmore {
	display: block;
	margin-top: 0.5rem;
	text-decoration: underline
}
#notificationSlide .moresearch-close {
	opacity: 1;
	width: 24px;
	height: 24px;
}
#notificationSlide .moresearch-close::before, #notificationSlide .moresearch-close::after {background: #AAA}
#gototop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 50;
}
#gototop a {
	background: rgba(51,51,51,0.8);
	color: #FFF;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer;
}
#gototop a:hover {
	background-color: #000;
	text-decoration: none;
}
#wineWording {
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #FFF;
	font-size: 3.2em;
	letter-spacing: 0.25em;
	text-align: center;
	z-index: 49;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
#wineWording .container {
	background: url("../images/wineWordingBg.png") center 0 no-repeat;
	padding-top: 1.5rem;
	background-size: contain;
	width: 80%
}
#wineWording img {
	width: 50px;
	display: inline;
	position: relative;
	top: 4px
}
#totop.show, #wineWording.show {
	opacity: 1;
}
#bagInfo, #actionBar {
	position: fixed;
	background: #FFF;
	padding: 0.75rem;
	z-index: 100;
	right: 5%;
	box-shadow: 0 0 8px #AAA;
	text-align: left;
	border: #997956 1px solid;
	display: none;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	width: 300px;
	font-size: 1.15em
}
#actionBar {left: -91%;width: 180px;position: absolute}
#bagInfo:before, #actionBar:before {
	content: ' ';
	height: 0;
	right: 45%;
	width: 0;
	margin: 0 0 0 -130px;
	position: absolute;
	top: -24px;
	border: 12px solid transparent;
	border-bottom-color: #997956;
}
#bagInfo:after, #actionBar:after {
	content: ' ';
	height: 0;
	width: 0;
	margin: 0 0 0 -11px;
	position: absolute;
	right: 45.75%;
	top: -22px;
	border: 11px solid transparent;
	border-bottom-color: #fff;
}
#bagInfo table, #actionBar ul {
	margin-bottom: 10px;
	width: 100%;
	font-weight: 100
}
#bagInfo td, #actionBar ul li {
	padding: 8px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #997956;
	clear: both;
	line-height: 1.2em
}
#bagInfo td.text-center {
	border: none
}
#bagInfo .thumb {
	float: left;
	width: 20%
}
#bagInfo .title small {
	display: block;
	margin: 0.25rem auto 0.5rem
}
.topmenu .member .thumb {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 5px 0 0;
	position: relative;
	top: 8px
}
.shopping:hover #bagInfo, .shopping:focus #bagInfo, #bagInfo.active, .topmenu .member:hover #actionBar, .topmenu .member:focus #actionBar {
	display: block;
	opacity: 1
}
/* General styles for all types of buttons */
.progress-button {
	outline: none;
	border: none;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: 4;
}
.progress-button[disabled], .progress-button[disabled].state-loading {
	cursor: default;
}
.progress-button .content {
	position: relative;
	display: block;
}
.progress-button .content::before, .progress-button .content::after {
	position: absolute;
	right: 20px;
	color: #FFF;
	font-family: "FontAwesome";
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
	font-size: 1.5em;
}
.progress-button .content::before {
	content: "\f00c";
/* Checkmark for success */
}
.progress-button .content::after {
	content: "\f00d";
/* Cross for error */
}
.progress-button.state-success .content::before, .progress-button.state-error .content::after {
	opacity: 1;
}
.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
.progress-button .progress {
	background: #148544;
}
.progress-button .progress-inner {
	position: absolute;
	left: 0;
	background: #997956;
}
.progress-button[data-horizontal] .progress-inner {
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 0.3s, opacity 0.3s;
	transition: width 0.3s, opacity 0.3s;
}
.progress-button[data-vertical] .progress-inner {
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: height 0.3s, opacity 0.3s;
	transition: height 0.3s, opacity 0.3s;
}
.progress-button[data-style="shrink"] {
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
.progress-button[data-style="shrink"][data-horizontal] .content {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.progress-button[data-style="shrink"][data-horizontal] .content::before, .progress-button[data-style="shrink"][data-horizontal] .content::after {
	top: 100%;
	right: auto;
	left: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.progress-button[data-style="shrink"][data-horizontal].state-loading {
	-webkit-transform: scaleY(0.3);
	transform: scaleY(0.3);
}
.progress-button[data-style="shrink"][data-horizontal].state-loading .content {
	opacity: 0;
}
.progress-button[data-style="shrink"][data-horizontal].state-success .content, .progress-button[data-style="shrink"][data-horizontal].state-error .content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
/* Header */
#masthead {
	background: url("../images/headerBg.jpg") 0 0 no-repeat;
	position: relative;
	text-align: center;
	font-weight: 700;
}
#masthead > .container::before,
#masthead > .container::after {
	background: #997956;
	content: '';
	height: 1px;
	width: 41%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#masthead > .container::after {
	left: inherit;
	right: 0;
	visibility: visible;
}
#masthead .logo {
	display: inline-block;
	text-align: center;
	width: 250px;
	position: relative;
	z-index: 1;
	margin: 0 auto -15px;
	padding: 2rem 0 0
}
.topmenu {
	position: absolute;
	right: 0;
	top: 42px;
	font-size: 0.9rem;
	font-size: 14.5px
}
.topmenu  > ul  > li {
	display: inline-block;
	margin: 0 2px;
	padding-bottom: 20px;
	position: relative
}
.topmenu .collect a {
	background: url("../images/Navicon_fav.png") 0 0 no-repeat;
	padding: 12px 0 0px 28px;
	background-size: auto;
}
.topmenu .shopping > a {
	background: url("../images/Navicon_buy.png") 0 0 no-repeat;
	padding: 10px 0 0px 28px;
	background-size: auto
}
.topmenu a .fa {font-size: 1.1em}
#masthead .followus {
	position: absolute;
	left: 0;
	top: 42px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 32px
}
#masthead .followus a {
	color: #FFF;
}
.followus > div {
	display: inline-block;
	margin: 0 10px;
}
.followus .wording {
	font-size: 13px;
	position: relative;
	top: -4px;
	margin: 0px
}
#masthead  .fa-line {
	background: url("../images/Navicon.png") -5px -33px no-repeat;
	width: 30px;
	height: 30px;
}
/* Overlay Search */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(173, 1, 50, 0.9)/*#A71F37*/;
	z-index: 50;
	color: #FFF
}
.moresearch-close {
	border: none;
	outline: none;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale3d(0,0,1);
	transform: scale3d(0,0,1);
	background: transparent;
}
.overlay.open .moresearch-close {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.moresearch-close::before, .moresearch-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	border-radius: 3px;
	background: #997956;
}
.moresearch-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.moresearch-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.contentContainer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.contentContainer.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.moresearch-form {
	width: 80%;
	margin: 0 auto;
	position: relative;
	-webkit-transition-property: width, height, -webkit-transform;
	transition-property: width, height, transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	top: 40%
}
.moresearch-input {
	font-size: 7em;
	width: 100%;
	padding: 0 15% 0 10px;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.5);
	background: transparent;
	color: #FFF;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
	overflow: hidden;
}
.moresearch-submit {
	font-size: 7em;
	border: none;
	line-height: 160%;
	background: transparent;
	text-transform: uppercase;
	padding: 0;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	color: #FFF;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 45.5%;
	outline: none
}
.moresearch-close {
	display: block;
	box-sizing: border-box;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
	-webkit-transform: initial;
	transform: initial;
	pointer-events: auto
}
/* Effects for line
.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
}
.lightbox-target .container {
	width: 90%;
	height: 90%;
	color: #FFF;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	box-sizing: border-box;
	-moz-transition: ease-in-out 0.8s;
	-o-transition: ease-in-out 0.8s;
	-webkit-transition: ease-in-out 0.8s;
	transition: ease-in-out 0.8s;
	opacity: 0;
}
.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	z-index: 50
}
.lightbox-target:target .container {
	opacity: 1;
	max-height: 100%;
	max-width: 100%;
}
.lightbox-target:target .moresearch-close {
	opacity: 1;
}*/
/* Nav */
#mainnav li {
	display: inline-block;
	margin: 0 1.2rem 10px;
	min-width: 80px;
	line-height: 28px;
	position: relative
}
#mainnav {
	padding: 25px 0 0px 0;
	width: 100%
}
#mainnav .container {border-bottom: #997956 1px solid}
.mainnav li .menuTitle {
	display: block;
	opacity: 1;
	-webkit-transition: 100ms;
	-moz-transition: 100ms;
	-ms-transition: 100ms;
	transition: 100ms;
}
.mainnav li .secondName {
	display: none;
	opacity: 0;
}
.mainnav li:hover .menuTitle {
	opacity: 0;
	display: none
}
.mainnav li:hover .secondName {
	opacity: 1;
	display: block
}
.mainnav .note {
	position: absolute;
	top: 2px;
	right: -58px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #997956;
	color: #FFF;
	line-height: 120%;
	padding: 5px 5px 0;
}
.divider {
    border-top: 1px solid #997956;
    margin: 1.5rem auto;
	width: 75%
}

/*-- Primary --*/
.maincontent.content-wrap {
	border-top: #997956 1px solid;
}
.maincontent .section {
	margin: 4rem auto
}
.headTitle {
	border-top: #997956 1px dotted;
	text-align: center;
	color: #997956;
	padding: 1rem 0 0;
	margin-bottom: -1rem;
}
.headTitle.white, .headTitle.none {
	border: none;
	margin-bottom: -2rem;
	padding: 1rem 0 0;
}
.headTitle h3 {
	background: url("../images/bodyBg.jpg") 0 0 repeat;
	display: inline-block;
	position: relative;
	padding: 0 1.5rem;
	top: -36px
}
.headTitle h3 small {
	display: block;
	color: #A71F37
}
.headTitle.white h3 {
	background: #FFF
}
.headTitle.none h3 {
	background: transparent
}
.goodsitem {
	float: left;
	width: 30%;
	margin: 0 auto 3rem;
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.goodsList .goodsitem:nth-child(2) {
	margin: 0 5% 2rem
}
.goodsitem .thumb {
	height: 230px
}
.goodsitem .thumb img {width: auto;height: 100%}
.goodsitem .detail {
	text-align: center;
	position: relative;
	overflow: hidden
}
.goodsName {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 0.5rem auto 1rem;
	padding: 0 0.5rem;
}
.goodsName small {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 16px;
}
.goodsinfo > div {
	display: inline-block;
	margin: 1rem 10px 0;
	text-align: center;
	font-weight: 700;
	width: 44px;
	height: 44px;
	line-height: 48px;
}
.goodsinfo .award {
	background: url("../images/detailIcon.png") 0 0px no-repeat;
	background-size: cover;
	text-indent: -9999em
}
.goodsinfo .discount {
	background: url("../images/detailIcon.png") 0 -43px no-repeat;
	background-size: cover;
	position: inherit;
	color: #997956;
}
.addToCollect {
	background: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	left: 18%;
	top: 10px;
	font-size: 1em;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center
}
.addToCollect:hover {
	background: #A71F37
}
.addToCollect:hover a.addToCollectBtn {
	color: #FFF
}
a.addToCollectBtn, .addToCollect.action:hover a.addToCollectBtn {
	color: #A71F37;
}
.addToCollect.action {
	background: transparent
}
.addToCartBtn, .actionBtn {
	border: #997956 1px solid;
	display: block;
	line-height: 36px;
	text-align: center;
	position: absolute;
	bottom: 2px;
	width: 100%;
	overflow: hidden;
	z-index: 9
}
.addToCartBtn .price {
	float: left;
	width: 40%
}
.addToCartBtn strong {
	background: #997956;
	color: #FFF;
	float: right;
	width: 60%
}
.addToCartBtn:hover {
	color: #FFF;
	border-color: #A71F37;
	color: #A71F37
}
.addToCartBtn:hover strong {
	background: #A71F37
}
.openMoreBtn {
	text-decoration: underline;
	color: #997956;
	cursor: pointer;
}
.moreDetail {
	background: url("../images/bodyBg.jpg") 0 0 repeat;
	-webkit-transform: translateY(300px);
	-moz-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	transition: 400ms;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: #997956 1px solid;
	box-sizing: border-box;
	color: #997956;
	padding: 12px;
}
.moreDetail li {
	font-size: 0.9em;
	line-height: 1.7em;
}
.moreDetail .title {
	border-bottom: #997956 1px solid;
	margin-bottom: 10px;
	padding-bottom: 5px
}
.moreDetail .close-button {
	font-size: 1.6em;
	right: 0.25em;
	left: inherit;
}
.moreDetail .close-button::before, .moreDetail .close-button::after {
	width: 1px;
	background: #997956
}
.actionOn {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}
.detailIcon {
	text-align: center;
}
.detailIcon li {
	display: inline-block;
	margin: 0 1.5rem;
	vertical-align: top;
}
.detailIcon span.thumb {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	text-align: center;
	line-height: 80px;
	border: #95979a 1px solid;
	width: 80px;
	height: 80px;
	color: #95979a;
	display: block;
    overflow: hidden;
}
.detailIcon span.thumb img {width: 90%;margin-top: 5%}
.detailIcon .fa-map-marker {
	font-size: 2.7em;
	color: #95979a
}
.detailIcon .fa-grape {
	background: url("../images/detailIcon.png") 5px -132px no-repeat;
	background-size: 85%
}
.detailIcon .fa-alcohol {
	background: url("../images/detailIcon.png") 5px -204px no-repeat;
	background-size: 85%
}
.detailIcon .fa-temperature {
	background: url("../images/detailIcon.png") 5px -266px no-repeat;
	background-size: 85%
}
.detailIcon .fa-taste {
	background: url("../images/detailIcon.png") 5px -332px no-repeat;
	background-size: 85%
}
.detailIcon strong {
	display: block;
	margin: 0.5rem auto 0.25rem;
	font-size: 0.9em;
	color: #95979a;
}
.awardGroup {
	position: relative
}
.awardGroup:after {
	content: "";
	background: url("../images/detailIcon.png") center 0px no-repeat;
	position: absolute;
	bottom: -45px;
	width: 100%;
	height: 72px;
}
.awarditem {
	font-size: 1.25em
}
.awarditem strong {
	display: block;
	margin: 0.5rem auto;
}

/*-- Secondary --*/
.maincontent .section.mainBanner {
	margin: 0 auto 4rem auto;
	background: #FFF;
	position: relative;
	z-index: 1
}
.section.mainBanner .gallerySlide {
	float: right;
	width: 55%
}
.section.mainBanner .intro {
	float: left;
	width: 42.5%;
	text-align: center;
	position: relative
}
.mainBanner .headTitle {
	font-size: 1.9em;
	margin: 0 15% -0.5em;
}
.mainBanner .goodsName small {
	font-size: 0.5em
}
.section.mainBanner .intro .thumb {
	width: 160px;
	margin: 2.1rem auto 0
}
.discount {
	background: url("../images/discount.png") 0 0 no-repeat;
	text-align: center;
	color: #FFF;
	position: absolute;
	left: 2.5%;
	top: 0;
	width: 85px;
	height: 92px;
	z-index: 1;
}
.discount .wording {
	font-size: 12px;
	margin-top: 8px
}
.discount strong {
	font-size: 2.4em
}
.section.mainBanner .intro .addToCollect {
	right: 0;
	left: inherit;
	font-size: 1.75em;
	top: 1em
}
.section.mainBanner .intro .addToCart {
	width: 80%;
	margin: 1.5rem auto 0;
	min-width: 280px;
	max-width: 300px
}
.section.mainBanner .intro .addToCartBtn {
	background: #A71F37;
	color: #FFF;
	border: none;
	position: relative;
	line-height: 44px;
}
.section.mainBanner .intro .addToCartBtn:hover {
	background: #333;
	border-color: #333
}
.section.mainBanner .intro .price {
	font-size: 1.75em;
	color: #A71F37;
}
.section.mainBanner .intro .priceOriginal {
	text-decoration: line-through;
	color: #555;
	padding-right: 8px;
	font-size: 0.75em
}
.quantityGroup {
	border: #A71F37 1px solid;
	position: relative;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 0.5rem;
	line-height: 44px;
	color: #A71F37;
	cursor: pointer
}
.quantityGroup label {
	position: absolute;
	left: 20px
}
.quantityGroup .fa {
	position: absolute;
	right: 5px;
	padding: 10px;
	top: 5px;
	z-index: 9;
	cursor: pointer
}
.quantityText {
	display: none;
}
.quantityText.active {
	left: -1px;
	right: -1px;
	width: auto;
	padding: 0 0 3px;
	position: absolute;
	border: 1px solid #A71F37;
	border-top: 0;
	display: block;
	z-index: 49;
	background: #FFF;
	line-height: 28px;
}
.quantityText li {
	padding: 5px 20px
}
.quantityText li:hover, .quantityText li.selected {
	background: #EEE;
	cursor: pointer
}
.quantityGroup .fa-angle-down.active {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	transition: 400ms;
}
.foodPairing {
	background: #A71F37;
	color: #FFF;
	width: 100%;
	padding: 3rem 0 1rem;
	position: relative
}
.foodPairing .headTitle {
	width: 75%;
	margin: 0 auto;
	border-top: #FFF 1px solid
}
.foodPairing .headTitle h3 {
	background: #A71F37;
	color: #FFF
}
.photoType {
	width: auto;
	margin: -2rem auto 2rem
}
.FoodSlide {
	text-align: center;
	width: 75%;
	margin: 0 auto;
	padding: 0 0 4rem;
}
.foodItem {
	text-align: center;
	margin: 0 auto;
/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.foodItem .detail {
	display: block;
	border: #FFF 1px solid;
	color: #FFF
}
.foodItem .thumb {
	background: #fff;
	margin-bottom: 0.5rem
}
.foodItem .detail .title {
	font-size: 1.5em
}
.foodItem .detail small {
	display: block;
	font-size: 15px;
}
.foodItem .detail p {
	padding: 0.5rem 1rem 1rem
}
/* Slider */
.memberSlide .goodsitem .thumb {
	width: 25%
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
/* Fix of Webkit flickering */
	z-index: 1;
	text-align: center
}
.awardGroup .swiper-container {
	width: 40%;
	height: 150px;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.mainBanner .swiper-container {
	width: 100%;
	height: 838px;
	margin-left: auto;
	margin-right: auto;
}
.mainBanner .swiper-slide {
	text-align: center;
	background: #fff;
/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #A71F37;
}
.foodPairing .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}
.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	font-size: 2.4em
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 15%;
	right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 15%;
	left: auto;
}

/* Home */
.coverBnner {
	position: relative;
	margin-bottom: -1rem
}
.coverBnner .intro {
	text-align: center;
	position: absolute;
	width: 50%;
	top: 21%;
	left: 25%;
	min-width: 300px;
	color: #FFF;
	line-height: 1.5rem
}
.coverBnner .intro h2 {font-size: 4rem;margin-bottom: 1rem;line-height: 4.2rem}
.coverBnner .intro h2 small {display: block}
.coverBnner .buttonStyle {width: 50%;margin: 2rem auto 0;}
.coverBnner a {color: #FFF;}
.bannerType .intro {display: none}
.coverSlide .swiper-pagination {bottom: 5%;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 5%;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 5%;text-align: right;}
.PromoItem {
	float: left;
	margin: 1rem 0.05rem;
	width: 24.5%;
	position: relative;
	text-align: center;
}
.selectBox .container .PromoItem:first-child {margin-left: 0}
.selectBox .container .PromoItem:last-child {margin-left: 0}
.section.Learnmore {
	background: url("../images/line.gif") center 0 repeat-y;
	position: relative;
	margin: 5rem auto -2rem;
}
.maincontent .section.FoodPairing {
	background: url("../images/sectionBg.jpg") 0 0 repeat;
	overflow: hidden;
	position: relative;
	margin-bottom: 0
}
.maincontent .section.konwing {
	background: #A71F37;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	color: #FFF;
}
.maincontent .section.contactus {margin: 0 auto;text-align: center}
.PromoItem .thumb {overflow: hidden;position: relative;height: 420px;}
.PromoItem .thumb img {width: 125%;margin: 0 -12.5%;height: 100%}
.PromoItem .addToCart {
	width: 100%;
	height: 35%;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
    -moz-transition: -moz-transform 0.5s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
    position: absolute;
    z-index: 1;
    padding: 1rem 20%;
    text-align: center;
    display: block;
    color: #FFF;
	background: rgba(0, 54, 99, 0.8);
}
.PromoItem:hover .addToCart {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
	opacity: 1
}
.addToCart.single .price {display: block;margin-bottom: 0.5rem;font-size: 1.25rem;}
.addToCart.single .addToCartBtn {position: relative;background: #997956; color: #FFF}
.addToCart.single .addToCartBtn:hover {background: #A71F37;}
.addToCart.single .addToCartBtn strong {float: none;width: 100%;background: transparent;}
.Tokaji {
	background: url("../images/bodyBg.jpg") 0 0 repeat;
	position: absolute;
	top: -75px;
	width: 15%;
	text-align: center;
	left: 42.5%;
	font-size: 11px;
	color: #A71F37;
}
.Tokaji img {width: auto;margin: 0 auto;}
.favList {
	float: left;
	width: 50%
}
.Learnmore .goodsitem {
	width: 46%
}
.Learnmore .favList .goodsitem:first-child {margin: 1rem 2.5% 0 0;}
.Learnmore .favList .goodsitem:last-child {margin: 1rem 0 40px 2.5%;}
.editSelect {text-align: center;float:right;width: 48%;}
.singleWine li {
	display: inline-block;
	margin: 0.5rem 0 0;
	/*width: 9.5%*/
}
.Learnmore .swiper-pagination {bottom: 0}
.mainfigure {
	float: right;
	width: 70%
}
section.konwing .mainfigure {float: none;width: 90%;margin: 0 auto;}
.FoodPairing .content, .konwing .content {
	position: absolute;
	top: 24%;
	left: 5%;
	width: 30%;
	text-align: center;
	min-width: 300px;
	line-height: 2rem
}
.konwing .headTitle, .konwing .headTitle h3 small {color: #FFF;}
.FoodPairing .content h3, .konwing .content h3 {font-size: 1.8rem;margin-bottom: 1rem;}
.contactus .mainfigure {
	float: left;
	width: 65%;
}
.contactus .content {padding-top: 7rem;}
.contactus .followus {margin: 1.5rem auto;}
.contactus .followus a {
	-webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    color: #FFF;
    background-color: #A71F37;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 1.1rem;
}
.contactus .followus .line a {background: url("../images/Navicon.png") 3px -31px no-repeat #A71F37}
.contactus .content p {line-height: 1.5rem}

/* List */
.maincontent.content-wrap.list {
	border: none
}
.sectionBanner {
	border-top: #997956 1px solid;
	position: relative;
}
.sectionBanner:before {
	content: ' ';
	height: 36px;
	right: 48.5%;
	width: 44px;
	margin: 0 0 0 -130px;
	position: absolute;
	top: -2px;
	background: url("../images/list.png") 0 0 no-repeat;
}
.list .wrapper.clearfix {
	padding: 4rem 0
}
.list .goodsList .goodsitem:nth-child(2) {
	margin: 0 2.6rem 2rem;
}
.list .goodsList {
	float: right;
	width: calc(99.999999% - 230px);
	padding-left: 1.25rem;
	border-left: #997956 1px solid;
}
.list .goodsName {
	margin: -0.2rem auto 0
}
.list .goodsinfo > div {
	margin: 0.75rem 10px 0
}
/* Side */
#slidemenu .logo {
	width: 170px;
	margin: 1.5rem auto;
	border-bottom: #997956 1px solid;
	padding-bottom: 1rem;
}
#slidemenu .followus {
	position: absolute;
	bottom: 0rem;
	width: 100%;
	padding: 1rem;
	background: #222;
	font-size: 1.5em;
}
#slidemenu .followus h4 {
	margin: 0 auto 0.5rem;
	font-size: 1rem;
}
#slidemenu  .fa-line {
	background: url("../images/Navicon.png") -5px 0px no-repeat;
	width: 30px;
	height: 30px;
}
.sideNav {
	float: left;
	width: calc(99.999999% * 2.5/10);
	max-width: 200px;
	position: relative;
}
.sideModule {
	margin-bottom: 2.5rem;
	border-bottom: #997956 1px solid;
	padding-bottom: 1rem;
}
.sideModule .headTitle {
	margin: 1rem auto -1.5rem;
	position: relative;
}
.sideModule .headTitle h3 {
	font-size: 1.2em;
	padding: 0 0.5rem;
}
.sideModule .headTitle h3 small {
	font-size: 0.7em
}
.sortFilters {
	line-height: 30px
}
.refineBy {
	display: none;
	position: relative
}
.refineBy .fa {
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	transition: 400ms;
}
.refineBy .fa.active {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filterset {
	font-size: 0.9rem;
	text-align: center;
	margin-bottom: 2rem;
}
.filterset .clearsetBtn {
	background: #997956;
	border: none;
	padding: 4px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF
}
.sideModule .slider {margin: 1.25rem auto 2.5rem}
.sideModule .ui-widget-header {background: #333}
.sideModule .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: #997956;border: none;}
/**/
.sideModule .dropdownBtn {
	position: absolute;
	top: -10px;
	right: -22px;
	font-size: 1.2em;
	padding: 0 4px;
	cursor: pointer;
	z-index: 2;
	background: url("../images/bodyBg.jpg") 0 0 repeat;
	height: 20px;
	line-height: 20px;
}
.cd-accordion-menu li {
	position: relative
}
.cd-accordion-menu .dropdown {
/* hide native checkbox */
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
}
.cd-accordion-menu label {
	cursor: pointer;
}
.cd-accordion-menu input[type=checkbox]:checked + label span {
/* rotate arrow */
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-accordion-menu ul {
/* by default hide all sub menus */
	display: block;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul, .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
/* use label: nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
/* show children when item is checked */
	display: none;
}
/* Content */
.article h2 {
	color: #cd0505;
	line-height: 130%;
	margin-bottom: -6px;
}
.article p {
	font-size: 1.1em;
	line-height: 2em;
	margin: 25px auto;
	text-align: justify;
	text-justify: distribute;
	color: #997956
}
.article summary {
	color: #888;
	font-size: 1em;
	line-height: 2rem;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.article a img {
	display: inline;
	padding: 0 4px;
	vertical-align: bottom;
}
.article ul {
	margin: 24px 0;
}
.article ul li {
	line-height: 24px;
	margin: 4px 0;
}
.article blockquote {
	font-size: 1.05em;
	margin: -1rem auto 1rem auto;
	text-align: center;
	position: relative;
}
.article blockquote p {
	text-align: center;
	margin: 0 0 0.75rem
}
.article blockquote .small {
	font-size: 14px
}
.articlephoto img, .article p img, .article p embed, .article p iframe, .article p object, .article p video, .article iframe {
	max-width: 100%;
}
.article p embed, .article p iframe, .article p object, .article p video, .article iframe {
	height: 60vh
}
.eventDetail p embed, .eventDetail p iframe, .eventDetail p object, .eventDetail p video, .eventDetail iframe {
	height: 72vh
}
.gallery {
	display: -ms-grid;
	-ms-grid-columns: min-content;
	overflow: hidden;
	margin-bottom: -20px;
}
.articlephoto {
	margin: 20px auto;
	text-align: center;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.articlephoto img {
	display: block;
	margin: 0 auto;
	max-width: 100vw;
}
.photocaption {
	border-bottom: #DDD 1px solid;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 0 8px;
	position: relative;
	overflow: hidden;
}
.article .photocaption p {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.bestChoice {
	background: #FFF;
	width: 80%;
	margin: 2rem auto 7rem;
	padding: 2rem 2rem 4rem;
	position: relative
}
.bestChoice:before {
	background: url("../images/Navicon.png") 0 -144px no-repeat;
	content: "";
	position: absolute;
	left: -48px;
	top: 0;
	width: 36px;
	height: 36px;
}
.bestChoice:after {
	background: url("../images/Navicon.png") 0 -178px no-repeat;
	content: "";
	position: absolute;
	right: -48px;
	bottom: 0;
	width: 36px;
	height: 36px;
}
.author {
	position: absolute;
	width: 90%;
	bottom: -3.6rem
}
.author .thumb {
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	width: 120px;
	height: 120px;
	margin: 1rem auto 0;
	overflow: hidden;
	position: relative;
}
/* Footer */
#footer {
	background: url("../images/footerBg.jpg") center 0 repeat-x #FFF;
	position: relative;
	padding: 25px 0 6rem;
	color: #A71F37;
	font-size: 0.9rem;
	text-align: center;
}
main.member+#footer {padding-bottom: 1rem}
#footer .footerMenu li, #footer .contact li {
	display: inline-block;
	margin: 0 10px 10px;
}
#footer .contact {position: relative;margin-bottom: 0.75rem;padding-bottom: 5px}
#footer .contact:after {
	content:"";
	background: #997956;
	width: 10%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 45%;
}
#footer a {
	color: #A71F37
}
#footer .logo {width: 135px;margin: 0 auto 0.75rem}

/* From */
.accounts {
	padding: 2em;
	text-align: center;
	position: relative;
	color: #000;
	width: 75%;
	margin: 0 auto
}
#lightbox .accounts {
	width: 50%;
	min-width: 300px;
	max-width: 520px;
	margin: 10vh auto 0;
	background: #FFF;
}
.Register {display: flex;margin-bottom: 3em;background: #FFF;box-shadow: 0 0 10px #AAA;}
.Register.single {display: block;width: 75%;text-align: center;padding-top: 2em;max-width: 640px;min-height: 65vh;background: transparent;box-shadow: none}
.Register .thumb {overflow: hidden}
.Register .thumb img {height: 100%;width: auto}
.circle-thumb {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	margin: 0 auto 0.5em;
	overflow: hidden
}
.circle-thumb .fa {
    border: #997956 2px solid;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 3em;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 110px
}
.Register .memberForm fieldset {
    background-color: #FFF;
    border: #AF8B50 1px solid;
	padding: 25px 0px;
	box-sizing: border-box;
	margin: 0 auto;
    width: 60%;
	max-width: 600px;
}
.Register .memberForm  {
	width: 75%;
	margin: 0 auto;
}
.Register.single .memberForm {width: 100%;background: #FFF;box-shadow: 0 0 10px #AAA;margin-top: 2em}
.Register.single .accounts {width: 90%}
.Register header {
    margin: -40px auto 30px;
}
.Register header h3 {
    background-color: #000;
    color: #AF8B50;
    display: inline-block;
    font-weight: 100;
    padding: 0 10px 10px;
}
.input_tip a {color: #AAA;font-size: 13px}
.row.space .submitNext {
    margin: 30px auto 0;
    width: 100%;
}

/* login */
.overlayer {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999
}
.memberForm a {color: #000;text-decoration: underline}
.memberForm .headline {
    padding: 2em 0 0;
}
.memberForm .loginform {
    line-height: 24px;
    margin: 20px 0 0
}
.memberForm .row label:first-child {
    display: inline-block;
    padding-right: 5px;
    text-align: right;
    width: 77px;
}
.memberForm .row input[type="radio"]+label {
    padding-right: 20px;
}
.memberForm .row {margin: 18px auto;text-align: left;}
.memberForm .single {margin: 20px auto;text-align: left}
.memberForm input[type="text"], .memberForm input[type="password"] {
    border: #000 1px solid;
    padding: 10px;
		width: 82.5%
}
.overlayer .memberForm input[type="text"], .overlayer .memberForm input[type="password"] {width: 82%}
.memberForm .accounts > .single  input[type="text"] {width: 100%;display: block}
.memberForm select {
	padding: 10px;
    width: 27%;
		-webkit-appearance:none;
}
.remember a {padding: 0 4px}
.readmore {
    text-decoration: underline;
    cursor: pointer;
}
.memberin {
    display: none;
    padding: 0px 0px 8px;
    overflow: hidden;
}
.memberin.active {display: block}
.box_nav {
    display: table;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-weight: bold
}
.box_nav li {
    display: table-cell;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.box_nav li span {
    border-color: transparent;
	border-bottom: #888 1px solid;
    color: #888;
    cursor: pointer;
    display: block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
    z-index: 50;
	line-height: 44px
}
.box_nav li span.selected {
    border-left: #888 1px solid;
    border-right: #888 1px solid;
	border-bottom: none;
    color: #000
}
.box_nav li span.selected, .box_nav li span.selected:hover {
    background-color: #FFF;
    border-top: #000 1px solid;
    color: #000;
}
.CloseBtn {
    background: url(../images/off_btn.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    right: -48px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1000;
}
.accounts .submitbutton {
	color: #FFF;
	width: 95%;
	margin: 1em auto 0.5em;
	line-height: 40px;
	background: #333;
	border: none
}
.memberForm .submitbutton {width: 100%}
.socialLinks_container .social {
    display: flex;
	margin: 1.5em auto
}
.socialLinks_container .social a {
	position: relative;
    display: block;
	margin: 0 2.5%;
	text-decoration: none;
	line-height: 40px;
	color: #FFF;
	font-weight: bold
}
.socialLinks_container .social a  span {font-size: 1.25em;padding-right: 10px}
.socialLinks_container .social a.signup-facebook {
	border-color: #29487d;
	background: #29487d
}
.socialLinks_container .social a.signup-google {
	border-color: #db4437;
	background: #db4437
}
.qa-or {position: relative;width: 95%;margin: 1.5em auto 0.5em;}
.qa-or strong {
	background: #FFF;
	padding: 0 10px;
	position: relative;
	z-index: 10
}
.qa-or:after, .qa-or:before {
	content: "";
	border-top: #CCC 1px solid;
	position: absolute;
	top: 50%;
	width: 100%;
    left: 0;
}
.qa-or:before {
	content: "";
	border-top: #CCC 1px solid;
	position: absolute;
	top: 50%;
	width: 100%;
    left: 0;
}

/* Media queries */
@media screen and (max-width: 1680px) {
	.mainBanner .goodsName {
		font-size: 1.2em;
	}
	.section.mainBanner .intro .thumb {
		width: 130px
	}
	.mainBanner .swiper-container {
		height: 728px;
	}
	.PromoItem .thumb {height: 365px}
}
@media screen and (max-width: 1440px) {
	.mainBanner .headTitle {
		margin: 0 18% -0.5em;
	}
	.mainBanner .goodsName {
		font-size: 1.1em;
	}
	.section.mainBanner .intro .thumb {
		width: 90px;
		margin: 1.2rem auto 0
	}
	.mainBanner .swiper-container {
		height: 622px;
	}
	.PromoItem .thumb {height: 312px}
	/*.singleWine li {width: 55%}*/
	.memberSlide .goodsitem .detail {min-height: 224px}
	.memberSlide .goodsinfo > div {margin: 0.75rem 10px 0}
}
@media screen and (max-width: 1366px) {
	#wineWording {
		font-size: 2.4em;
	}
	#wineWording .container {
		width: 100%
	}
	.mainBanner .swiper-container {
		height: 594px;
	}
	.section.mainBanner .intro .addToCart {
		max-width: inherit;
	}
	.mainBanner .addToCart.group .quantityGroup {
		float: left;
		width: 47.5%
	}
	.mainBanner .addToCart.group .addToCartBtn {
		float: right;
		width: 47.5%
	}
	.PromoItem .thumb {height: 295px}
}
@media screen and (max-width: 1280px) {
	.mainBanner .goodsName {
		font-size: 1em;
	}
	.mainBanner .swiper-container {
		height: 552px;
	}
	.section.mainBanner .intro .thumb {
		width: 125px;
	}
	.PromoItem .addToCart {height: 40%}
	.PromoItem .thumb {height: 276px}
}
@media screen and (max-width: 1024px) {
	#masthead .followus, .topmenu .collect, .topmenu .member {
		display: none
	}
	#open-button {
		display: block;
	}
	#masthead .logo {
    width: 210px;
    padding: 1.5rem 0 0;
	}
	#masthead {
		background-size: 135%
	}
	#masthead .logo {
		width: 200px;
		padding: 1rem 0 0;
	}
	#mainnav {
    padding: 20px 0 0px 0;
	}
	.topmenu {
		top: 30px
	}
	.mainBanner .goodsName {
		font-size: 0.9em;
	}
	.section.mainBanner .gallerySlide {
		width: 58%
	}
	.section.mainBanner .intro {
		width: 42%
	}
	.mainBanner .swiper-container {
		height: 468px;
	}
	.section.mainBanner .intro .thumb {
		width: 100px
	}
	.list .goodsitem {
		width: 45%;
	}
	.list .goodsList .goodsitem:nth-child(odd) {
		margin: 0 1.5rem 2.5rem 0;
	}
	.list .goodsList .goodsitem:nth-child(even) {
		margin: 0 0 2.5rem 1.5rem;
	}
	.PromoItem .thumb {height: 222px}
	.PromoItem .addToCart {height: 50%}
	.FoodPairing .content, .konwing .content {width: 40%}
	.contactus .content {padding-top: 3.6rem}
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
	.list .goodsitem .thumb {
		width: 25%;
	}
	.list .goodsList .goodsitem .detail {
		min-height: 200px;
	}
}
@media screen and (max-width: 900px) {
	.list .goodsitem {
		float: none;
		width: 80%;
	}
	.list .goodsList .goodsitem:nth-child(odd), .list .goodsList .goodsitem:nth-child(even) {
		margin: 0 auto 3rem auto
	}
	.list .goodsitem .detail {
		min-height: 212px
	}
	.goodsinfo > div {
		margin: 1.6rem 10px 0
	}
	.article blockquote p {font-size: 1em;line-height: 1.75em;margin: 1rem 0 0.75rem;}
	.memberForm input[type="text"], .memberForm input[type="password"], .actionbtn, a.actionbtn, .memberForm select.long {width: 100%;}
	.memberForm .row label, .memberForm select.long[name="birthYear"] {width: auto}
	.Register .memberForm .row label:first-child {display: block;text-align: left;width: 100%}
}
@media screen and (max-width: 414px) {
	.filterForm, #masthead .refinement, #notificationSlide .title.show, .onsaleBox .discount .wording, .Tokaji, .Register .thumb {
		display: none
	}
	.list .goodsList .container, .socialLinks_container .social {display: block}
	.section.mainBanner .gallerySlide, .section.mainBanner .intro, .sideNav, .list .goodsList {
		float: none;
		width: 100%;
		max-width: inherit;
	}
	.maincontent .section {margin: 4rem auto -1.5rem;}
	.mainnav .note {right: -50px}
	.section.mainBanner .intro {padding-bottom: 20px}
	.section.mainBanner .intro .addToCollect {right: 1rem;top: -52%}
	.detailIcon li {margin: 0 0.5rem 0.5rem}
	#masthead {
		background-size: 100%;
		background-position: 36% 0;
	}
	#masthead .container {width: 95%}
	#masthead > .container::before, #masthead > .container::after {
		width: 21%;
	}
	.memberForm select {width: 32%}
	.memberForm .row input[type="radio"]+label {display: inline-block;padding-top: 5px}
	#masthead .logo {
		width: 145px;
		padding: 0.8rem 0 0.3rem;
	}
	#open-button {
		top: -5px;
	}
	.topmenu {
		top: 21px;
		right: -10px;
	}
	.topmenu li {margin: 0 5px;}
	.topmenu .searchbox {
		font-size: 1.2rem;
	}
	.topmenu .shopping > a {padding: 5px 0 0px 20px;background: url("../images/Navicon_buy@2.png") 2px 7px no-repeat;background-size: 36%;}
	.topmenu a .fa {font-size: 1em}
	#mainnav {padding: 20px 0 0}
	#mainnav li {
		margin: 0 0.25rem 10px
	}
	#wineWording{
		font-size: 1.125em;
	}
	#wineWording .container {
		padding: 1.25rem 0 0.5rem
	}
	#wineWording img {
		width: 36px
	}
	#wineWording .container {
		background-size: inherit;
	}
	#notificationSlide {
		position: inherit;
		width: 100%;
		height: auto;
	}
	#notificationSlide .container {
		width: 100%;
		height: auto;
		border: none;
		padding: 0.75rem 0 0.5rem
	}
	#notificationSlide .detail {
		display: block;
		opacity: 1
	}
	#notificationSlide .detail .title {
		margin-bottom: 0.5rem
	}
	#notificationSlide .readmore {
		margin: 0
	}
	.moresearch-input, .moresearch-submit {
		font-size: 3rem
	}
	.goodsitem:nth-child(2), .goodsList .goodsitem:nth-child(2), .Learnmore .goodsitem, .Learnmore .favList .goodsitem:last-child, .Learnmore .favList .goodsitem:first-child {
		margin: 0 auto 2rem
	}
	.mainBanner .swiper-container {
		height: 300px
	}
	.section.mainBanner .intro .discount {
		top: -300px;
		z-index: 1
	}
	.mainBanner .headTitle {
		margin: 0 5% -0.5em
	}
	#footer {
		padding-bottom: 5rem
	}
	.list .wrapper.clearfix {
		padding: 0
	}
	.list .goodsList {
		border: none;
		padding: 0
	}
	.loginform .submitbutton {width: 100%}
	.Register.single, .Register .memberForm, .Register.single, .Register .memberForm, .Register {width: 95%}
	.goodsitem, .list .goodsitem, .Learnmore .goodsitem, .Learnmore .favList .goodsitem:last-child, .Learnmore .favList .goodsitem:first-child {
		width: 90%;
	}
	.goodsitem .thumb, .list .goodsitem  .thumb {
		width: 24.5%;
	}
	.memberSlide .goodsitem .thumb {
		width: 23%;
	}
	.Register.single .accounts, .Register .accounts {padding: 1em 0 2em;margin: 0 auto}
	.sideNav {
		max-width: inherit;
		margin-bottom: 2rem
	}
	.sectionBanner:before {
		background-size: 60%;
		right: 42.5%;
	}
	.refineBy {
		display: block;
		padding: 10px 0px;
		border-bottom: #997956 1px solid;
		z-index: 9;
	}
	.refineBy span {
		position: absolute;
		right: 10px;
		font-size: 1.2rem;
		top: 10px
	}
	.refineBy span.selected {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}
	.filterForm.active {
		display: block;
		padding-top: 1rem
	}
	.recommend .goodsName {margin-bottom: 0.5rem}
	.recommend .goodsinfo > div {margin-top: 1rem}
	.recommend .addToCartBtn {bottom: 8px}
	.coverBnner .intro {width: 80%;left: 10%;top: 15%}
	.coverBnner .intro h2 {font-size: 1.5rem;line-height: 2rem}
	.coverBnner .intro p {display: none}
	.PromoItem {min-height: 260px;}
	.goodsName {font-size: 1.2em;margin: 0.25em auto}
	.PromoItem, .selectBox .container .PromoItem:last-child {width: 49.5%;margin: 0.5rem 0.05rem -0.5rem;}
	.PromoItem .thumb {height: 167px}
	.coverBnner .buttonStyle {margin-top: 1rem;line-height: 32px;width: 35%}
	.buttonStyle, a.buttonStyle {line-height: 2.4em}
	.section.Learnmore {background: none;/*margin-top: 8.5rem;*/}
	.Tokaji {width: 50%;left: 25%;top: -118px;}
	.Tokaji img {width: 33%}
	.favList, .editSelect, .contactus .mainfigure, .mainfigure, section.konwing .mainfigure {float: none;margin: 0;width: 100%}
	.editSelect {margin-top: 3rem}
	.contactus .content {padding: 2.5rem 0 1rem}
	.maincontent .section.FoodPairing, .maincontent .section.konwing {padding-bottom: 1.5rem}
	.FoodPairing .content, .konwing .content {position: inherit;width: 90%;margin: 0 auto;line-height: 1.6rem}
	.FoodPairing .content h3, .konwing .content h3 {font-size: 1.5rem;margin-bottom: 0.5rem}
	.FoodPairing .headTitle.white, .FoodPairing .headTitle.none {margin: 2rem auto -2rem}
	.discount {background-size: contain;background-position: 0 -100%;width: 80px}
	.discount strong {font-size: 1.5em}
	.coverSlide .swiper-pagination {bottom: 2.5%}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 2.5%;}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 2.5%;}
	.photoType {width: 85px;}
	.mainBanner .goodsName small {font-size: 15px}
	.detailIcon {margin: -1.25rem auto -1rem}
	.detailIcon span.thumb {width: 60px;height: 60px;line-height: 60px;text-align: center;margin: 0 auto}
	.detailIcon strong {margin: 0.25rem auto 0.25rem;}
	.accounts {padding: 2em 1em 0;width: 90%;margin-top: 15%}
	.CloseBtn {top: -48px;right: 0}
	.socialLinks_container .social a {margin: 2.5% 0}
}

@media screen and (max-width: 375px) {
	#masthead {background-size: 124%;}
	#masthead > .container::before, #masthead > .container::after {width: 24%;}
}
@media screen and (max-width: 320px) {
	.PromoItem, .selectBox .container .PromoItem:last-child {width: 49%;min-height: 250px;}
	.PromoItem .thumb {height: 136px}
	.goodsName {font-size: 1.1em}
	#masthead {background-size: 100%;}
	#masthead .logo {width: 110px;padding: 0.5rem 0;}
	.menu-button::before {top: 6px}
	.menu-button::after {top: 24px}
	#open-button {top: -15px}
}

#prefix-suffix-slider .ui-slider-label {
  margin-left: -1.75em;
}
/* We also use a media query so the pips do not crowd-over each other
    when we get to a small screen size */
@media screen and (max-width: 1040px) {
    #prefix-suffix-slider .ui-slider-pip:nth-of-type(2n+1) .ui-slider-label {
        display: none;
    }
}

/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	h1, h2, h3, h4, h5 {font-weight: 400}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.goodsitem .thumb {height: 200px}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* MOBILE */
@media screen and (min-width: 320px) and (max-width: 736px) {
	.bestChoice:before, .bestChoice:after {display: none}
	.bestChoice {width: 100%;padding: 2.5em 1em 4em;margin: 2.5rem auto 10rem}
	.headTitle h3 {font-size: 1.5em;padding: 0 1rem;}
	.headTitle h3 small {font-size: 15px;margin-top: -2px}
	/*.headTitle.white, .headTitle.none {margin-bottom: -2.2rem;}*/
	.awardGroup .swiper-container {width: 90%;height: 125px;margin-top: -1.5em}
	.awardGroup:after {background-size: 50px;height: 50px}
	.section.foodPairing {margin-top: 8em}
}
@media screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {}
@media screen and (min-width: 320px) and (max-width: 568px) {
}
@media screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {}
