<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@ongooooo*/
@import url("bootstrap.css");

body {
	background: #e0d6bf;
	color: #717171;
}

/*custom icon*/
.social a {
	color: #a99765;
	font-family: fontDINRegular;
}
.social a:hover {
	text-decoration: none;
}
.fb {
	background: url(../image/logo-social.png) no-repeat right center;
	text-indent: -9999px;
	display: block;
	padding: 1px 11px;
}
.tw {
	background: url(../image/logo-social1.png) no-repeat left center;
	text-indent: -9999px;
	display: block;
	padding: 2px 12px;
}

/*custom font*/
@font-face
{
font-family: fontTeaDI;
src: url('DebonairInlineNF.ttf');
}
@font-face
{
font-family: fontTeaLC;
src: url('LearningCurve.ttf');
}
@font-face
{
font-family: fontTeaRB;
src: url('RawengulkBold.otf');
}
@font-face
{
font-family: fontTeaRDB;
src: url('RawengulkDemibold.otf');
}
@font-face
{
font-family: fontTeaRR;
src: url('RawengulkRegular.otf');
}

/*extra font*/
@font-face
{
font-family: fontBemboStd;
src: url('BemboStd.otf');
}
@font-face
{
font-family: fontBemboStdBold;
src: url('BemboStd-Bold.otf');
}
@font-face
{
font-family: fontBemboStdSemibold;
src: url('BemboStd-Semibold.otf');
}
@font-face
{
font-family: fontBenthemRegular;
src: url('Benthem-Regular.otf');
}
@font-face
{
font-family: fontDINRegular;
src: url('DIN-Regular.otf');
}
/*-end extra font-*/

.container {
	margin: 0 auto;
}
.container-tea, .container-black {
	/*padding-top: 20px;*/
	-webkit-box-shadow:  0px 1px 10px 0px #333;	        
	box-shadow:  0px 1px 10px 0px #333;
	background-color: #fff;
}
.container-black {
	background-color: #000;
	border-bottom: 5px solid #a99765;
}
.container-tea .social {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.2px;
	padding-top: 15px;
}
.navbar {
	margin:0 auto;
    margin-bottom: 1px;
}
.navbar-tea {
	position: relative;
    z-index:10;
    min-height: 40px;
}
/*fix bootstrap menu on hover*/
.navbar-tea ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}
.navbar-tea .dropdown-menu {
 margin-top: 0px;
}
.navbar .navbar-tea {
  width: 940px;
  min-height: 35px;
  z-index:auto;
  padding: 30px 0 0 0;
  background-color: #000;
  background-image: none;
  background-repeat: no-repeat;
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;  
}
.navbar-tea .nav {
	padding: 0 0 0 3em;
}
.navbar-tea .nav .active-page {
	color: #fff;
}
.navbar-tea .nav &gt; .active &gt; a,
.navbar-tea .nav &gt; .active &gt; a:hover,
.navbar-tea .nav &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.navbar-tea .nav &gt; li &gt; a {
	padding: 10px 15px;
	font-family: fontTeaDI;
	font-size: 17px;
	color: #a99765;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: bold;
}
.navbar-tea .nav &gt; li &gt; a:hover {
	color: #fff;
}
.navbar-tea .nav &gt; li:hover {
	color: #fff;
}
.navbar-tea .nav &gt; li &gt; a &gt; img {
	margin-top: -52%;
	padding-left: 3px;
}

/*sub-menu*/
.navbar-tea ul.dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	left: -3em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	
}
.navbar-tea ul.dropdown-menu li a {
	border-bottom: 1px dotted #b3b0a5;
	font-family:fontDINRegular;
	font-size: 10pt;
	color: #a99765;
}
.navbar-tea ul.dropdown-menu li:last-child a {
	border-bottom: 1px solid #b3b0a5;
}
.navbar-tea ul.dropdown-menu li a:hover {
	background: #000;
	color: #a99765;
	border-bottom: 1px solid #ccc;
}
.navbar-tea .dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	white-space: nowrap;	
}
.navbar-tea .nav &gt; li &gt; .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 44%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar-tea .nav &gt; li &gt; .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 44.5%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.shadow-navbar {
	width: 940px;
    position: absolute;
    height: 11px;
    background: url(../image/bg-shadow-navbar-alt.png) no-repeat center bottom;
    z-index: 6;
}
.shadow-bottom {
	width: 940px;
    position: absolute;
    height: 20px;
    background: url(../image/bg-shadow-bottom.png) no-repeat center bottom;
    z-index: 6;
}
#menu-wrapper {
    position:fixed;
	margin: 0px auto;
	background: #000;
	width: 100%;
	z-index: 15;
	padding: 0;
}
#menu-wrapper &gt; .navbar{
	padding-top: 30px;
	background: #000;
}

#menu-wrapper .navbar .navbar-tea {
  width: 940px;
  min-height: 35px;
  padding: 40px 0 5px 0;
  background-color: #000;
  background-image: none;
  background-repeat: no-repeat;
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;  
}

/*image carousel*/
#mainSlider {
	width: 1000px;
	/*margin: 0 auto;*/
	margin: 0 40px auto auto;
	position: relative;
}
ol.carousel-indicators &gt; li:hover {
	cursor: pointer;
}
.image_carousel {
	padding: 15px 0;
	padding-left: 1px;
	position: relative;
}
.image_carousel image {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px 45px;
	display: block;
	float: left;
}
.image_carousel .prev, .image_carousel .next {
	position: absolute;
	top: 45%;
	text-indent: -99999px;
	background: url(../image/arrow_carousel.png) no-repeat left center;
	padding:0 8px;
}
.image_carousel .prev {
	left: 5px;
}
.image_carousel .next {
	right: 5px;
	background: url(../image/arrow_carousel.png) no-repeat right center;
	padding:0 8px;
}
.carousel {
	margin-bottom: 0;
}
.carousel-inner &gt; .item &gt; image,
.carousel-inner &gt; .item &gt; a &gt; image {
	width: 100%;
}
.carousel-indicators {
  position: absolute;
  top: 45%;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #dcdcdc;
  /*background-color: rgba(255, 255, 255, 0.25);*/
  border-radius: 5px;
  border: 1px solid #747474;
}
.carousel-indicators .active {
  background-color: #747474;
}

/*divider*/
.divider {
	width: 90%;
	margin: 30px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
	margin-left: 4%;
}
.divider:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px dotted #aaaaac;
	left: 0;
	top: 50%;
	z-index: -1;
}
.divider span {
	font-size: 20px;
	padding: 5px 20px;
	position: relative;
	display: inline-block;
	border: 1px solid #aaaaac;
	border-bottom: none;
	border-top: none;
	text-transform: uppercase;
	background: #fff;
	font-family: fontBemboStdSemibold;
}

#footer {
	border-top: 5px solid #a99765;
	padding-top: 20px;
	padding-bottom: 10px;
	/*margin-top: 5em;*/
	margin-bottom: 3em;
	margin-left: 0px;
	font-size: 13px;
	background: #000;
}
#footer .footer-link {
	color: #7c7971;
}
#footer .footer-link &gt; li {
	width: 30%;
	float: left;
	display: inline;
}
#footer .footer-link &gt; li a {
	color: #7c7971;
	font-size: 12px;
}
#footer .footer-link strong {
	text-transform: uppercase;
	font-size: 12px;
}
#footer .subscribe {
	width: 220px;
	color: #a99765;
	margin-left: 3em;
}
#footer .subscribe div {
	color: #7c7971;
	font-size: 12px;
	text-align: justify;
}
#footer .subscribe span {
	text-align: right;
	display: block;
	font-size: 12px;
	color: #7c7971;
}
#footer .subscribe div form {
	margin: 5px 0;
}
#footer .subscribe div form input[type="text"]{
	border: 1px solid #a99765;
	border-radius: 0px;
	margin: 0;
	background: #e4decf; /*url(../image/arrow_form.png) no-repeat right center;*/
}
#footer .subscribe strong {
	text-transform: uppercase;
}
#footer .subscribe .buttons {
	text-align: right;
}


/*blog*/
#blog-wrapper {
	padding: 5% 2% 0 2%;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 20%;
	padding: 0px 25px 0px 0px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	padding: 0px 30px 0px 25px;
}
#content .blog-page {
	font-size: 12px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 225px;
}
#column-right + #content {
	margin-right: 195px;
}
/*blog*/

/*content*/
.content {
	padding: 10px;
}

/*account*/
.account {
	padding-bottom: 1%;
	/*background: url("../image/bg-login.jpg") no-repeat right center;*/
}
.account .content div {
	margin: 0 auto;
	width: 90%;	
}

.account .content div .error {
	color: #b00;
}
.account .content div td.error {
	color: #b00;
	background : #fdf2f3;
	padding: 5px;
}
.account .content div input[type="text"],
.account .content div input[type="password"],
.account .content div select {
	border: 1px solid #ccc;
	border-radius: 0;
}
.account .content div input[type="radio"],
.account .content div input[type="checkbox"] {
	margin: -3px 0 0 0;
}
.account .content div p {
	line-height: 19px;
}
.account .content div h3, .account .content div h2 {
	font-weight: normal;
	text-transform: uppercase;
}
.account .content div .left {
	width: 48%;
	float: left;
}
.account .content div .right {
	width: 48%;
	float: right;
}
.account .content div .bottom {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
}
.account .content div .normal {
	clear: both;
	width: 100%;
}

/*login*/
.login {
	padding-bottom: 5%;
	background: url("../image/bg-login.jpg") no-repeat right center;
}
.login .content div {
	width: 85%;
	/*margin: 0 auto;*/
	padding-left: 2%;
}
.login .content div p {
	line-height: 19px;
}
.login .content div h3, .login .content div h2 {
	font-weight: normal;
}
.login .content div h2 {
	font-weight: normal;
	text-transform: uppercase;
}
.login .content div .right span.email {
	padding-right: 25px;
}
.login .content div .right span.passwd {
	padding-right: 53px;
}

/*forget*/
.forget {
	padding: 3% 0 5% 0;
	background: url("../image/bg-login.jpg") no-repeat right center;
}

.forget .content div {
	width: 85%;
	/*margin: 0 auto;*/
	padding-left: 2%;
}

.forget .content div p {
	line-height: 19px;
}

.forget .content div h3, .forget .content div h2 {
	font-weight: normal;
}

.forget .content div h2, .forget .content div h3 {
	font-weight: normal;
	text-transform: uppercase;
}

.forget .content div input[type="text"],
.forget .content div input[type="password"],
.forget .content div select {
	border: 1px solid #ccc;
	border-radius: 0;
}


/*register*/
.register {
	padding-bottom: 1%;
	/*background: url("../image/bg-login.jpg") no-repeat right center;*/
}
.register .content div {
	margin: 0 auto;
	width: 90%;	
}

.register .content div .error {
	color: #b00;
}
.register .content div td.error {
	color: #b00;
	background : #fdf2f3;
	padding: 5px;
}
.register .content div input[type="text"],
.register .content div input[type="password"],
.register .content div select {
	border: 1px solid #ccc;
	border-radius: 0;
}
.register .content div input[type="radio"],
.register .content div input[type="checkbox"] {
	margin: -3px 0 0 0;
}
.register .content div p {
	line-height: 19px;
}
.register .content div h3, .register .content div h2 {
	font-weight: normal;
	text-transform: uppercase;
}
.register .content div .left {
	width: 48%;
	float: left;
}
.register .content div .right {
	width: 48%;
	float: right;
}
.register .content div .bottom {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
}

/*information*/
.information {
	padding-bottom: 5%;
}

.information .content div {
	width: 95%;
	margin: 0 auto;
}

.information .content div p {
	line-height: 19px;
}

.information .content div h3 {
	font-weight: normal;
}

/*error*/
.error {
	padding-bottom: 5%;
}

.error .content div {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

.error .content div p {
	line-height: 19px;
}

.error .content div h1 {
	font-weight: normal;
	color: #000;
}

/*about*/
.about{
	background: url(../image/bg-about.png) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 40%;
}
.about .content div {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.about .content div h3 {
	font-family: fontBemboStd;
	font-size: 18pt;
	color: #595959;
}
.about .content div h4 {
	font-family: fontTeaLC;
	font-size: 30px;
	margin: 40px 0;
	position: relative;
}
.about .content div h4:before {
	content: "\201C";
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	left:10px;
	top:10px;
}
.about .content div h4:after {
	content: "\201D";
	position: absolute;
	top: 22px;
	right: 8px;
	font-size: 60px;
	font-weight: bold;
}
.about .content div p {
	font-family: fontDINRegular;
	width: 75%;
	margin: 0 auto;
	font-size: 10pt;
}

/*brewing*/
.brewing {
 	background: url("../image/bg-brewing.png") no-repeat center top;
 	background-size: 100%;
    padding-top: 45%;
    padding-bottom: 5%;
}
.brewing .content div {
	margin: 0 auto;
	text-align: center;
}
.brewing .content div h3 {
	font-family: fontBemboStd;
	text-transform: uppercase;
	font-size: 18pt;
	color: #595959;
}
.brewing .content div p {
	font-family: fontDINRegular;
	width: 75%;
	margin: 0 auto;
	font-size: 13px;
}
.brewing .content div .columns .one_third h3 {
	font-size: 16px;
}

/*society*/
.society {
 	background: url("../image/bg-society.png") no-repeat center top;
 	background-size: 100%;
    padding-top: 35%;
    padding-bottom: 5%;
}
.society .hidden {
	display: none;
}
.society .members img {
	cursor: pinter;
}
.society .content div {
	margin: 0 auto;
	text-align: center;
}
.society .content div .main-text {
	width: 75%;
}
.society .content div .main-text .bullet {
	font-size: 15px;
}
.society .content div div a {
	color: #a99765;
	text-transform: uppercase;
	padding-top: 5px;
	display: block;
}
.society .content div h3 {
	font-family: 'fontBemboStd';
	font-size: 18pt;
	color: #595959;
	font-weight: bold;
}
.society .content div p {
	font-family: 'fontDINRegular';
	width: 90%;
	margin: 0 auto;
	font-size: 10.2pt;
}
.society .content div .columns .one_third h3 {
	font-size: 16px;
}
.society .content div .members {
	padding-top: 25px;
	font-family: 'fontDINRegular';
	font-size: 12px;
	width: 90%;
	position: relative;
}
.society .content div .members div * {
	text-align: left;
}
.society .content div .members .row ul {
}
.society .content div .members .row ul li {
	padding: 2px 0;
	margin: -8px 0 0 0;
}
.society .content div .members .row ul li a {
	padding: 0;
	display: inline;
}
.society .content div .members .row {
	padding-top: 25px;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}
.society .content div .members .row:first-child {
	border: none;
	background: url(../image/society-line.png) repeat-x left top;
}
.society .content div .members .row a {
	color: #a99765;
	text-transform: none;
}
.society .content div .members .row  .span2 {
	text-align: center;
	text-transform: uppercase;
	padding-top: 3%;
	color: #a99765;
}
.society .content div .members .row  .firsts {
	margin: 0;
	padding: 0;
	margin-top: -5px;
}
.society .content div .members .points {
	padding: 10px;
	font-family: 'fontTeaRDB';
	text-align: left;
	width: 855px;
	display: none;
}
.society .content div .members .points .top {
	background: url(../image/bg-points-top.png) no-repeat center top;
	height: 41px;
}
.society .content div .members .points .mid {
	background: url(../image/bg-points-mid.png) repeat-y center top;
}
.society .content div .members .points .bottom {
	background: url(../image/bg-points-bot.png) no-repeat center top;
	height: 28px;
}
.society .content div .members .classic {
	position: absolute;
	top:80px;
	left:-30px;
	z-index: 9999999;
	cursor: pointer;
}
.society .content div .members .prestige {
	position: absolute;
	top:205px;
	left:-30px;
	z-index: 9999999;
	cursor: pointer;
}
.society .content div .members .royal {
	position: absolute;
	top:345px;
	left:-30px;
	z-index: 9999999;
	cursor: pointer;
}

.society .content div .members .points  span {
	padding: 0 35px 0 20px;
	margin: 0;
}
.society .content div .members .points  ul {
	padding: 0 35px 0 30px;
	margin: 0;
}

/*history*/
.history {
	background: url(../image/bg-history.jpg) no-repeat bottom center;
	background-size: 100%;
	padding: 20% 0;
}
.history .transparent {
    background: url(../image/bg-history.png) no-repeat center top;
    background-size: 100%;
    height: 360px;
    padding: 30px 0 0;
}
.history .content {
	padding: 0 10%;
}
.history .content h3 {
	font-family: fontBemboStd;
	text-align: center;
	color: #595959;
	font-size: 18pt;
}
.history .content p {
	font-family: fontDINRegular;
	font-size: 13px;
	text-align: center;
}
.history .content {
	position: relative;
	overflow: hidden;
	height: 300px;	
}
.history .content #scrolls {
	overflow-x: hidden;
}
/*contact*/
.contact {
	background: url(../image/bg-contact.png) no-repeat center top;
	background-size: 100%;
	padding-top: 20%;
}	
.contact .content {
	padding-bottom: 10%;
}
.contact .content h3 {
	font-family: 'fontBemboStd';
	text-align: center;
	font-size: 18px;
}
.contact .content p {
	font-family: 'fontDINRegular';
	font-size: 11px;
	text-align: center;
}
.contact .content form input[type="text"], .contact .content form textarea, .contact .content form input[type="submit"] {
	border-radius: 0px;
}

/*pairings*/
.pairings{
	background: url(../image/bg-pairings.jpg) no-repeat center top;
	background-size: 100%;
	padding: 2% 0 3% 0;
}
.pairings .content div {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.pairings .content div h3 {
	font-family: fontBemboStd;
	font-size: 18pt;
	color: #595959;
}
.pairings .content div h4 {
	font-family: fontTeaLC;
	font-size: 30px;
	margin: 40px 0;
}
.pairings .content div p {
	font-family: fontDINRegular;
	width: 37%;
	font-size: 10pt;
}
.pairings .content div p span.tea-tagline {
	font-family: fontTeaLC;
	font-size: 18pt;
	font-weight: bold;
}
.pairings .content .one_column {
	width: 65%;
}
.pairings .content .two_column {
	width: 45%;
}
.pairings .content div ul {
	font-family: fontTeaRDB;
	font-size: 10pt;
	margin: 0 0 0 15px;
}

/*cart*/
.cart {
    padding-top: 2%;
    padding-bottom: 2%;
	width: 97%;
	font-family: fontTeaRB;
}
.cart .content div {
	margin: 0 auto;
	padding: 0 5px;
}
.cart .content div .btn-info {
	font-family: fontTeaRB;
}
.cart .content div h3 {
	font-family: fontTeaRB;
	text-transform: uppercase;
	font-size: 17.76pt;
	color: #595959;
}
.cart .content div p {
	font-family: fontTeaRDB;
	margin: 0 auto;
	font-size: 10pt;
}
.cart .content div .buttons {
	padding: 25px 0 10px 0;
}
.cart .content div #shipping {
	margin-bottom: 15px;
}
.cart .content div .cart-module input[type="text"], .cart .content div .cart-info input[type="text"] {
	margin-bottom: 0px;
}
.cart table.radio {
	width: 100%;
	border-collapse: collapse;
}
.cart table.radio td {
	padding: 5px;
}
.cart table.radio td label {
	display: block;
}
.cart table.radio tr td:first-child {
	width: 1px;
}
.cart table.radio tr td:first-child input {
	margin-top: 1px;
	margin-left: 0px;
}
.cart table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info input[type="text"], .cart-info input[type="password"], .cart-info textarea {
    background: none repeat scroll 0% 0% rgb(248, 248, 248);
    border: 1px solid rgb(204, 204, 204);
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
	width: 25px;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 0px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart .content div .cart-module {
	padding: 10px 0;
}
.cart-module &gt; div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

/*column*/
.columns {
	width: 100%;
	padding-left: 0;
	padding-top: 5%;
	padding-bottom: 2%;
}
.one_third {
	position: relative;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
	font-size: 13px;
}
.one_third {
	width: 33%;
	border-right: 1px solid #ccc;
	min-height: 230px;
}
.last {
	margin-right: 0 !important;
	border-right: none;
}

/*flip css*/
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.flip-container, .front, .back {
	width: 251px;
	height: 250px;
}
.flipper {
	-webkit-transition: 0.4s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.4s;
	-moz-transform-style: preserve-3d;

	transition: 0.4s;
	transform-style: preserve-3d;

	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/*category*/
.category{
	padding-bottom: 5%;
}
.category .content div {
	width: 95%;
	margin: 0 auto;
}
.category .content div .category-info {
	
}
.category .content div h1 {
	font-family: fontBemboStd;
	font-size: 18pt;
	color: #595959;
	text-transform: uppercase;
	text-align: center;
}
.category .content div .category-info {
	font-family: fontDINRegular;
	margin: 0 auto;
	font-size: 11pt;
	text-align: center;
}
.category .content div .product-grid {
	width: 100%;
	overflow: auto;
	margin-top: 60px;
}
.category .content div .product-grid &gt; div {
	width: 245px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	margin-bottom: 45px;
}
.category .content div .product-grid .image {
	display: block;
	margin-bottom: 0px;
	position: relative;
}
.category .content div .product-grid .image .more {
	display:none;
	text-indent:-99999px;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 100px;
	height: 100px;
	background: url(../image/see-more.png) 0 0 no-repeat;
	
}
.category .content div .product-grid .image .new {
	display:block;
	text-indent:-99999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 86px;
	background: url(../image/new-badge.png) 0 0 no-repeat;
	
}
.category .content div .product-grid .image .soldout {
	display:block;
	text-indent:-99999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 86px;
	background: url(../image/soldout.png) 0 0 no-repeat;
	
}
.category .content div .product-grid .image .discount {
	display:block;
	position: absolute;
	bottom: 2px;
	right: 30%;
	width: 94px;
	height: 57px;
	background: url(../image/discount.png) 0 0 no-repeat;
	font-weight: bold;
}
.category .content div .product-grid .image .discount span {
	padding: 0 30px;
	margin-top: 12px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align:center;
}
.category .content div .product-grid .image img {
	padding: 3px;
}
.category .content div .product-grid .name a {
	color: #595959;
	font-weight: bold;
	font-family: fontTeaRB;
	font-size: 13pt;
	display: block;
	margin: 4px 0 -2px 0;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}
.category .content div .product-grid small {
	text-align: center;
	font-size:10pt;
	display:block;
	color:#999;
	font-family: 'fontBemboStd';
	font-weight: bold;
}
.category .content div .product-grid .description {
	text-align: center;
	font-size:8pt;
	line-height: 15px;
	font-family: 'fontDINRegular';
}
.category .content div .selection {
	text-align: center;
	margin-top: 30px;
}
.category .content div .product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.category .content div .product-grid .price {
	display: block;
	font-weight: bold;
	color: #a99765;
	margin: 4px 0;
	text-align: center;
	background: url("../image/price.png") no-repeat center center;
	font-family: 'fontDINRegular';
	font-size: 13px;
}
.category .content div .product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.category .content div .product-grid .price-new {
	font-weight: bold;
}
.category .content div .product-grid .price .price-tax {
	display: none;
}
.category .content div .product-grid .cart {
	margin-bottom: 3px;
}
.category .content div .product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.category .content div .product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.category .content div .product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.category .content div .pagination  .links {
	text-align: center;
	font-family: 'fontTeaRB';
	font-size: 12px;
}
.category .content div .pagination  .links a {
	color: #000;
}
.category .content div .pagination  .links b, #review .pagination  .links a {
	padding: 1px 5px;
	color: #000;
}
.category .content div .pagination  .links b {
	background: #a99765;
}

/*product*/
.product{
	padding-bottom: 5%;
}
.product .content &gt; div {
	width: 95%;
	/*margin: 0 auto;
	margin-top: -10px;*/
}
.product .content div h1 {
	font-family: fontBemboStd;
	font-size: 18pt;
	color: #595959;
	text-transform: uppercase;
	text-align: center;
}
.product .content div .product-info {
	font-family: fontDINRegular;
	margin: 0 auto;
	font-size: 11pt;
	text-align: center;
	margin-top: -2px;
	padding: 0 0 0 25px;
}
.product .content div .product-info .left .pindesc {
	display: none;
}
.popover {
	height: auto;
}
.popover-content {
	background: #fff;
}
.product .content div .share {
	padding:19px 35px 35px 35px;
}
.product .content div .product-review {
}
.product .content div .product-review .title {
	border-bottom:1px dotted #ccc;
	padding: 0 0 5px 0;
	position: relative;
}
.product .content div .product-review .title .btn-review {
	position: absolute;
	right: 25px;
	top: -40px;
}
.product .content div .product-review .title .txt-review {
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
.product .content div .product-review .title .rating {
	font-family: 'fontTeaRB';
	font-size: 12px;
	padding: 0 0 0 10px;
}
.product .content div .product-review .title .rating strong {
	text-transform: uppercase;
}
.product .content div .product-review  .content #review .content {
	padding: 20px 0;
}
.product .content div .product-review  #review {
	margin: 15px 0 0 0;
}
#rmodal .modal-body .button {
	background: #a99765;
	color: #fff;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	cursor: pointer;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	width: 15%;
	line-height: 25px;
	font-size: 12px;
	padding: 0 0 0 12px;
}
.review-list .author strong {
}
.review-list .author span {
	display: block;
	margin: -8px 0 0 0;
}
.review-list .rating {
	float: right;
	width: 64%;
	padding: 0;
	font-size: 12px;
}
.review-list .text {
	clear: both;
	padding: 0 0 15px 0;
}
#review .pagination  .links {
	text-align: center;
	font-family: 'fontTeaRB';
	font-size: 12px;
}
#review .pagination  .links a {
	color: #000;
}
#review .pagination  .links b, #review .pagination  .links a {
	padding: 1px 5px;
	color: #000;
}
#review .pagination  .links b {
	background: #a99765;
}
.product .content div .product-info .left {
	float: left;
	width: 46%;
	text-align: left;
	padding: 0 0 0 25px;
}
.product .content div .product-info .left h1 {
	text-align: left;
	padding: 0 5px 0 0;	
}
.product .content div .product-info .left .description {
	font-size: 13px;
	min-height: 125px;
}
.product .content div .product-info .left .add-info {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.product .content div .product-info .left .add-info li {
	list-style-type: none;
	padding: 5px 0;
}
.product .content div .product-info .left .add-info li.last {
	padding: 21px 0 0 0;
}
.product .content div .product-info .left .add-info li span.title {
	text-transform: uppercase;
	font-family: 'fontDINRegular';
	color: #999494;
	font-size: 14px;
	font-weight: bold;
}
.product .content div .product-info .left .gift-detail {
	font-size: 11px;
}
.product .content div .product-info .left .gift-detail td {
	vertical-align: top;
}

.product .content div .product-info .right {
	float: right;
	width: 46%;
	padding: 0 25px 0 0;
}
.product .content div .product-info .right .box-product {
	padding: 20px 0 0 0;
/*	background: url(../image/price-frame.png) no-repeat 0 4px;*/
	height: 200px;
	border-radius:10px;
	margin-top: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product .content div .product-info .right .box-product .option-text {
	font-family: 'fontDINRegular';
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 8px 0;
}
.product .content div .product-info .right .box-product .price {
	font-family: 'fontDINRegular';
	font-size: 15px;
	margin-top:-6px;
	font-weight: bold;
}
.product .content div .product-info .right .cart {
	display: block;
	font-weight: normal;
	color: #FFD700;
	width:200px;height:20px;margin-left:100px;border-radius:25px;
	/*margin: 15px 0 4px 0;*/
	text-align: center;
	background:black;
	margin-top:10px;
	/*background: url("../image/btn-cart.png") no-repeat center center;*/
	font-family: 'fontDINRegular';
}
.product .content div .product-info .right .cart input[type=button]{
	border-style: none;
	background: none;
	padding: 3px 10px 5px 10px;
	margin: -3px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #a99765;
	font-size: 16px;
	font-family: 'fontTeaRB';
}
.product .content div .product-info .right .wishlist {
	background: url("../image/wishlist.jpg") no-repeat scroll center center transparent;
	padding: 15px 0px;
	width: 100%;
	margin-top: 15px;
}
.product .content div .product-info .right .wishlist a {
	display: block;
}
.product .content div .product-info .right .wishlist a:hover {
	text-decoration: none;
}
.product .content div .product-info .right .info {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 15px;
}
.product .content div .product-info .right .info li {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: fontDINRegular;
}
.product .content div .product-info .right .info li span {
	text-transform: none;
}
.product .content div .product-info .right .info li  .none {
	background: url(../image/bg-level.png) no-repeat -555px 0;
	padding: 10px 0;
	padding-left: 30px;
}
.product .content div .product-info .right .info li  .verylow {
	background: url(../image/bg-level.png) no-repeat -445px 0;
	padding: 10px 0;
	padding-left: 30px;
}
.product .content div .product-info .right .info li  .low {
	background: url(../image/bg-level.png) no-repeat -335px 0;
	padding: 10px 0;
	padding-left: 30px;
}
.product .content div .product-info .right .info li  .moderate {
	background: url(../image/bg-level.png) no-repeat -225px 0;
	padding: 10px 0;
	padding-left: 30px;
}
.product .content div .product-info .right .info li  .robust {
	background: url(../image/bg-level.png) no-repeat -110px 0;
	padding: 10px 0;
	padding-left: 35px;
}
.product .content div .product-info .right .info li  .high {
	background: url(../image/bg-level.png) no-repeat -5px 0;
	padding: 10px 0;
	padding-left: 30px;
}
.product .content div .product-info .middle {
	background: url(../image/info-middle.png) repeat-y top center;
	width:870px;
	padding-bottom: 10px;
}
.product .content div .product-info .top {
	background: url(../image/info-top.png) no-repeat top center;
	width:870px;
	height: 10px;
}
.product .content div .product-info .bottom {
	background: url(../image/info-bottom.png) no-repeat bottom center;
	width:870px;
	height:auto;
	min-height: 10px;
}
.product .content div .product-review {
	padding: 30px 5px 10px 25px;
	width: 99%;
}
.product .content div .product-info .add-info .spoon {
	/*background: url(../image/bg-prepare.png) no-repeat 0 0;*/
	background: url(../image/bg-prepare-spoon.png) no-repeat 0 0;
	padding: 10px 0;
	padding-left: 15px;
}
.product .content div .product-info .add-info .celcius {
	/*background: url(../image/bg-prepare.png) no-repeat -55px 0;*/
	background: url(../image/bg-prepare-celcius.png) no-repeat 0 0;
	padding: 10px 0;
	padding-left: 20px;
	margin: 0 0 0 5px;
}
.product .content div .product-info .add-info .times {
	/*background: url(../image/bg-prepare.png) no-repeat -115px 0;*/
	background: url(../image/bg-prepare-times.png) no-repeat 0 0;
	padding: 10px 0;
	padding-left: 20px;
	margin: 0 5px;
}
.product .content div .product-info .add-info .pots {
	/*background: url(../image/bg-prepare.png) no-repeat -175px 0;*/
	background: url(../image/bg-prepare-pots.png) no-repeat 0 0;
	padding: 10px 0;
	padding-left: 35px;
}

/*related*/
.product .content div .product-related {
padding: 0 0 0 15px;
}
.product .content div .product-related &gt; div {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	margin-bottom: 0px;
}
.product .content div .product-related &gt; h4 {
	text-transform: uppercase;
	font-family: 'fontTeaRDB';
	letter-spacing: 1px;
}
.product .content div .product-related  .image {
	display: block;
	margin-bottom: 0px;
	position: relative;
}
.product .content div .product-related .name a {
	color: #999;
	font-weight: bold;
	font-family: fontTeaRB;
	font-size: 10pt;
	display: block;
	margin: 4px 0;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}

.space25 {
	padding: 25px 0;
}
.content div .success, .content div  .warning, .content div  .attention, .content div  .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.content div .success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.content div .warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.content div .attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.content div .success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

/*CustomSelect*/
span.customSelect { 
    font:12px sans-serif;
    background:#fff url(../image/select-arrow.png) right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:175px;
    text-align: left;
}
.clear {
	clear: both;
}

.buttons {
	overflow: auto;
	padding: 6px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* search box */
#search {
	margin: 10px 0 0 10px;
	width: 260px;
	z-index: 15;
}

#search .button-search {
	position: absolute;
	top: 9px;
	margin-left: 190px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}

/*footer text*/
.footer-heading {
	font-family: fontDINRegular;
	list-style: none;
	margin-left: 0;
	font-size: 9.5px;
}

.footer-heading ul  li{
	list-style: none;
}
/*-footer text-*/

/*Information Text*/
.information h3 {
	font-size: 20px;
	font-family: fontBemboStdBold;
}

/*-Information Text-*/




/*addition 5 april 2014*/
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}

#payment-method .checkout-content .radio .highlight input[type="radio"]{
  float: left;
  margin: 0px;
}</pre></body></html>