/*
 * Responsee CSS - v2.2 - 2015-03-08
 * http://www.myresponsee.com
 * Copyright 2015, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/

html {
  /*font-size:100%;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background:none repeat scroll 0 0 #ffffff;
  margin:0;
  color:#333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color:#996600;
}

h1 {font-size:1.75em;color:#FF4D4D; font-weight:normal;}
h2 {font-size:1.25em;color:#B28500; font-weight:normal;}  
h3 {font-size:1.17em;color:#B28500; font-weight:normal;}  
h4 {color:#996600; font-weight:normal;}  
h5 {font-size: .83em;color:#996600; font-weight:normal;}  
h6 {font-weight:normal;}

h1, h2, h3 {font-family:"Optima-Regular", "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體", Arial, sans-serif;}
h4, h5, h6, p, ul, textarea, a {
  font-family: -apple-system,BlinkMacSystemFont, "Segoe UI",Roboto, "Helvetica Neue", "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", STHeiti, sans-serif;
  font-weight: normal;
  vertical-align: baseline;
}
p {font-size:0.875em; line-height:1.4375em;}
li {line-height:1.4375em;}
p.chinese {line-height:5em;}

strike {
  font-size: 82%;
  line-height:1em;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:#444;
  outline: 0!important;
}
p.can {
  font-family:'Fira Sans', sans-serif;
  color:#996600;
  font-weight:normal;
  line-height:0.625em;
}
h1.can {
  font-family:'Fira Sans', "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體",  sans-serif;
  color:#D6BE78;
  font-weight:normal;
}
h2.can > {
  font-family:'Fira Sans', "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體",  sans-serif;
  color:#D6BE78;
  font-weight:normal;
}
h3.can {
  font-family:'Twcenmt', "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體",  sans-serif;
  color:#D6BE78;
  font-weight:normal;
}
h4.can {
  font-family:'Twcenmt', "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體",  sans-serif;
  font-weight:normal;
  line-height: 1.125em;
}
h5.can {
  font-family:'Twcenmt', "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體",  sans-serif;
  color:#4D4D4D;
  font-weight:normal;
}
h6.can, button,a.borderbutton  {
  font-family:'Twcenmt', "Heiti TC","Microsoft JhengHei","Microsoft Yahei","微軟正黑體",  sans-serif;
  color:#FFF;
  font-weight:normal;
  font-size:1em;
  outline: 0!important;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border:none;
  height:auto;
  width:100%;
}

table {
  background:none repeat scroll 0 0 #fff;
  border:1px solid #D0D0D0;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;
  width:100%;
}
table tr td, table tr th {padding:0.625em;}
table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
th {border-right:1px solid #fff;}
td {border-right:1px solid #e0e0e0;}
.size-960 .line {
  margin:0 auto;
  max-width:800px;
  padding:0;
}
.size-1140 .line {
  margin:0 auto;
  max-width:940px;
  padding:0 0;
}
.size-1140 .line1 {
  margin:0 auto;
  width:100%;
  padding:0;
}
.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}
.line:after,nav:after,.center:after,.box:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

.line:after,.center:after,.box:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

footer {
  padding-bottom:7em;
  background-color:#CCCCCC;
  /*font-size:100%;*/
}

/*.listnav .active-item a {background:none; color:#ff0000; border-bottom:0.1875em solid #ff0000;}*/

.listnav ul li.active-item a {
  background:none; color:#FF4D4D;
  border-bottom:0.1875em solid #FF4D4D;
}

.listnav li a {background:none; color:#000; border-bottom:none}
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 #EEE8CC;
  color:#fff;
} 
.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 
.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,
.active-item a, .aside-nav li a, {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:none; 
  padding:0 2px 0 0;
}
.aside-nav li {
  padding:1px;
  list-style:none outside none;
  cursor:pointer;
  border-bottom:1px solid #d2d2d2; 
}
.aside-nav li a {
  display:block;
  padding:0.4em 0em 0.4em 0.5em;
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625em 1.25em;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#999;
  background:none;
}
.aside-nav > ul > li > a:hover {color:#C5A181;background:#000000;}
.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
  content:"\f006";
  display:inline-block;
  font-family:"mfg";
  /*font-size:0.6em;*/
  margin:0 0.625em 0 -1.25em;
  width:0.625em;
}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {
  display:block;  
  height:auto;
}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.line {clear:left;}
.line .line {padding:0;}
.box {
  display:block;
  padding:1em 0 1em 0;
}
.box img {
  width:100%;
}
.box1 {
  background:none repeat scroll 0 0 ;
  display:block;
  padding:0; margin:0;
  width:100%;
}
.box1 img {
  width:100%;
}

.margin-bottom {margin-bottom:1.25em;}
.s-0, .s-1, .s-2,.s-five,.s-3, .s-4, .s-4b, .s-5, .s-5b,.s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-4a, .l-4b, .l-4c, .l-4d, .l-4e, .l-4f, .l-4g, .l-4h, .l-5, .l-5b, .l-6, .l-6a, .l-6b, .l-7,.l-7a,.l-7b, .l-7c, .l-7d, .l-8, .l-8a, .l-8b, .l-8c, .l-9, .l-9a, .l-9b, .l-10, .l-11, .l-12, .l-12d{
  float:left;
  position:relative;
}
.s-0 {width:0;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-4b {width:31.5%;}
.s-5 {width:41.6666%;}
.s-5b {width:46%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;}
.s-12d {width:100%;}

.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-4a {width:21.9%;}
.l-4b {width:28%;padding-right:16px;}
.l-4c {width:23.191489%;}
.l-4d {width:31.5%;}
.l-4e {width:18%;}
.l-4f {width:17.9%;}
.l-4g {width:26.17%;}
.l-4h {width:33%; padding-right:16px;}
/*.l-4d {width:33.3333%;}*/
.l-5 {width:41.6666%;}
.l-5b {width:45%;}
.l-6 {width:50%;padding:0.8em;}
.l-6a {width:55%;}
.l-6b {width:50%;}
.l-7 {width:58.3333%;}
.l-7a {width:55.3%;}
.l-7b {width:60%;}
.l-7c {width:58%;}
.l-7d {width:67%;}
.l-8 {width:66.6666%;}
.l-8a {width:82.1%;}
.l-8b {width:70%;}
.l-8c {width:72%;}
.l-9 {width:75%;}
.l-9a {width:78.2%;}
.l-9b {width:82.1%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {clear:left;width:100%;}

.right {float:right;} 

.pricesitem {
  transition: transform .2s;
  padding:0.75em;
  margin:0.3125em;
  background:#fff;
  z-index:15;
}
.pricesitem img {
  width:100%;
}
.pricesitem .item_info {
  height:4em;
}
.pricesitem:hover {
    border-style: solid;
    border-width: 0.03125em;
    border-color: #f9f6ec;
    transform: scale(1.04);
}
.pricesmall img {
  width:100%;
}

#captcha_code {height:30px; width:auto;}

.center {
  float:none;
  margin:0 auto;
  display:block;
}

#container {
  padding:0.8em;
}

#row  {
  display: table;
  width: 100%;
}

.cell2 {
  width:50%;
  display: table-cell;
  border-bottom: thin solid #e0e0d1;
  padding:0.4375em 0.1875em;
  line-height: 100%;
}
.textleft {text-align:left;width:59%;}
.textright {text-align:right;width:41%;}
.cell3 {
  width:33.3%;
  display: table-cell;
  border-bottom: thin solid #e0e0d1;
  padding:0.75em 0.1875em;
  line-height: 100%;
}
.cell4 {
  width:25%;
  display: table-cell;
  border-bottom: thin solid #e0e0d1;
  padding:0.75em 0.1875em;
  text-align: center;  
  line-height: 100%;
}
.cell6 {
  width:16.6%;
  display: table-cell;
  border-bottom: thin solid #e0e0d1;
  padding:0.75em 0.1875em;
  text-align: center;
  line-height: 100%;
}
.cell p, .cell3 p, .cell4 p{
  text-align:center;
}
.centers {
    margin: auto;
    padding: 2.5em 0;
}

.floating_link2 {
    overflow: visible;
    z-index: 17;
    /*background-color:#C5A282;*/
    border: 1px solid #D1BE75;
    height:2.75em;
    width:2.75em;
    color:#D1BE75;
}
.floating_link2 b a {
   color:#D1BE75;
}
.floating_link2:hover {
   border: 1px solid #ED0017;
}
.floating_link2:hover b a {
   color:#ED0017;
}

#flip2 {
    position: fixed;
    display: block;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    top: 1.75em;
    right:0.5em;
    cursor:pointer;
    transition: 0.5s
}
.pattern{
  background-image: url("../img/brand_pattern.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  height:0.3125em;
  width:100%;
}


#main {
  background: #FFFFFF;
}
#main .block {
   padding: 2.625em 1.875em;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  z-index: 34;
}

.slideshow-container img {
  width:100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  transition: 1s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  /*font-size: 15px;*/
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  /*font-size: 12px;*/
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 8px;
  width: 8px;
  margin: 10px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FF0000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


/* Style the tab */
div.tab {
    overflow: hidden;
    border: none;
}

svg {
  font-family: Fira Sans;
}


ol
{
    list-style: none;
    margin-left: 0;
    display: table-row;
}

ol > li
{
    font-family: 'Fira Sans', sans-serif;
    /*font-size: 0.875em;*/
    display: table-row;
}

ol > li:before
{
  display: table-cell;
  counter-increment: custom;
  content: counter(custom) "   ";   
  white-space:pre
}

ol > li:first-child {
    counter-reset: custom;
}

/* Style the buttons inside the tab */
div.tab a {
    /*font-family:'Fira Sans', sans-serif;*/
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 0 6px 0;
    transition: 0.3s;
    line-height: 18px;
}

div.tab a.dots1 {
  text-align: center;
  width: 2em;
  pointer-events: none;
  color:#f5efd6;
  font-size: 70%;
}

div.tab a.dots2 {
  text-align: center;
  width: 2.5em;
  pointer-events: none;
  color:#f5efd6;
  font-size: 70%;
}

/* Change background color of buttons on hover */
div.tab a:hover {
    background-color: none;
    color: #D6BE78;
}

/* Create an active/current tablink class */
div.tab a.active {
    color: #D6BE78;
    background: none;
    box-shadow: inset 0 -3px 0 #D6BE78;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0 0;
    border: none;
    border-top: none;
}

#rooibos2{
  background: #ffffff url("../img/faithco_rooibos_about.jpg") no-repeat right;
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

#rooibos3{
  background: #ffffff url("../img/rooibos_cederberg.jpg") no-repeat right;
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

svg {width: 100%; height: auto;};

div .form-inline {
    text-align: center;
}

.form-inline {  
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: initial; /* Safari 6.1+ */
  display: flex;
  flex-direction: initial;
  justify-content: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  /*  vertical-align: middle;*/
  margin: 10px 0;
  padding: 10px;
  /*  background-color: #fff;*/
  border: 1px solid #ddd;
}

input[type=submit] {
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=submit]:hover {
  cursor: pointer;
  background: none;
}

input[type=button] {
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=button]:hover {
  cursor: pointer;
  background: none;
}

input[type=number] {
  text-align: center;
  border: 1px solid #f9f6ec;
  margin: 0;
  padding: 0;
  height: 2.5em;
  width: 3em;
}

input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 0.5em 0.3125em;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: vertical;
    background-color: #FFFFFF;
}

select option {
    background-color: #f2f2f2;
    text-align-last:center;
  }

/*input:hover {background: #ededed}*/
input[type=image] {
    border:0;
    height:auto;
    width:100%;
    outline: none;
}
input[type=image]:hover {background: none;}

.form-inline input[type=button] {
/*  display: inline-block;*/
  /*border: 1px solid #ddd;*/
  margin: 0;
  padding: 4px 0;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  /*  vertical-align: middle;*/
  background: #f9f6ec;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-inline input[type=button]:hover {
  cursor: pointer;
  background: #FF7451;
}

.form-inline input[type=submit] {
/*  display: inline-block;*/
  /*border: 1px solid #ddd;*/
  margin: 0;
  padding: 4px 0;
  width: 2.5em;
  height: 2.5em;
/*  vertical-align: middle;*/
  background: #e8e4e1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:none;
}

.form-inline input[type=submit]:hover {
  cursor: pointer;
  background: #FF7451;
}

/*.form-inline button:hover {
  background-color: #FF7451;
}*/


/*form {line-height:1.5625em;}*/

/*.value-button {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 3em;
  height: 3em;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0;
  background: #e8e4e1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}*/

/*.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  width: 25%;
  height: 3em;
  text-align: center;
  vertical-align: middle;
  background: #e8e4e1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}*/

/*.value-button:hover {
  cursor: pointer;
  background: #FF7451;
}*/

form #decrease {
/*  margin-right: 0;*/
  /*border-radius: 8px 0 0 8px;*/
}

form #increase {
/*  margin-left: 0;*/
  /*border-radius: 0 8px 8px 0;*/
}

form #input-wrap {
  margin: 0;
  padding: 0;
}

/*input#number {
  text-align: center;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;

}*/

/*input#number {
  text-align: center;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  width: 53%;
  height: 3em;
}*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*.borderbutton {
    padding:0 1em 0.1875em 1em;
    width: 7.5em;
    border-radius: 0.625em;
    text-align: center;
    background-color: #f5efd6;
}*/

.formtab {
  display: none;
  height:auto;
}


#prevBtn {
  /*background-color: #bbbbbb;*/
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

input.invalid {
  background-color: #ffdddd;
}

#mySidecart {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#myBtn {
  display: none;
  position: fixed;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #D1BE75;
  color: white;
  cursor: pointer;
  padding: 0.55em;
  height:3.5em;
  width:3.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 3.5em;
  right:0.75em;
}

#myBtn:hover {
  background-color: #555;
}