@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300italic,400italic);
@font-face {
  font-family: 'GoodDog';
  src: url('../fonts/GoodDog.eot');
  src: url('../fonts/GoodDog.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/GoodDog.woff') format('woff'), /* Modern Browsers */ url('../fonts/GoodDog.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/GoodDog.svg#8e5ed8465ec7ac31745ae04f3557d483') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
div.loading {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: transparent url('../img/loading.gif') 50% 50% no-repeat;
}
div.loading-top {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: transparent url('../img/loading.gif') 50% 5% no-repeat;
}
select option.main_category {
  background-color: #dcdcc3;
  text-transform: uppercase;
  font-weight: bold;
}
.italicFont {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
}
.italicFont2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.normalFont {
  font-family: 'Source Sans Pro', sans-serif;
}
.goodDogFont {
  font-family: 'GoodDog';
}
.brown {
  color: #716558;
}
.ayobaking {
  color: #6cc4b9;
}
.pink {
  color: #ed4c57;
}
.purple {
  color: #c0b7e1;
}
.btn-ayobaking,
a.btn-ayobaking {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 7px 30px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  background-color: #6cc4b9;
  border: 0;
  outline: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-ayobaking:hover,
a.btn-ayobaking:hover {
  background-color: #48b5a7;
}
.btn-ayobaking:active,
a.btn-ayobaking:active,
.btn-ayobaking:link,
a.btn-ayobaking:link,
.btn-ayobaking:visited,
a.btn-ayobaking:visited {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-brown,
a.btn-brown {
  display : none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 7px 30px;
  margin-bottom: 10px;
  /*display: inline-block;*/
  text-align: center;
  background-color: #716558;
  border: 0;
  outline: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-brown:hover,
a.btn-brown:hover {
  background-color: #544b42;
}
.btn-brown:active,
a.btn-brown:active,
.btn-brown:link,
a.btn-brown:link,
.btn-brown:visited,
a.btn-brown:visited {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-grey,
a.btn-grey {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 7px 30px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  background-color: #999999;
  border: 0;
  outline: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-grey:hover,
a.btn-grey:hover {
  background-color: #808080;
}
.btn-grey:active,
a.btn-grey:active,
.btn-grey:link,
a.btn-grey:link,
.btn-grey:visited,
a.btn-grey:visited {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-cart,
a.btn-cart {
  display: none;
  min-width: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 3px 12px;
  display: inline-block;
  text-align: center;
  background-color: #e5f7f0;
  border: 1px solid #ebebeb;
  outline: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-cart:hover,
a.btn-cart:hover {
  color: #FFFFFF;
  background-color: #ffffff;
  border: 1px solid #e5f7f0;
}
.btn-cart:active,
a.btn-cart:active,
.btn-cart:link,
a.btn-cart:link,
.btn-cart:visited,
a.btn-cart:visited {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-check,
a.btn-check {
  min-width: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 3px 12px;
  display: inline-block;
  text-align: center;
  background-color: #d4c7b9;
  border: 1px solid #ebebeb;
  outline: 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-check:hover,
a.btn-check:hover {
  color: #FFFFFF;
  background-color: #FFF;
  border: 1px solid #d4c7b9;
}
.btn-check:active,
a.btn-check:active,
.btn-check:link,
a.btn-check:link,
.btn-check:visited,
a.btn-check:visited {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
img.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .3s ease;
  /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
img.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #666666;
  font-size: 14px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:link,
a:visited,
a:active {
  color: #ed4c57;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #6cc4b9;
  text-decoration: none;
}
#top {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  background-image: url(../images/bg-top.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 12px 0;
  text-align: right;
  width: 100%;
  min-width: 940px;
  overflow: visible;
}
#top a.shopping {
  display: none;
  color: #666666;
}
#top a.shopping:visited,
#top a.shopping:active,
#top a.shopping:link {
  color: #666666;
}
#top a.shopping:hover {
  color: #6cc4b9;
}
#top2 {
  margin-top: 20px;
}
#top2 .left {
  text-align: center;
  position: relative;
  z-index: 2;
}
#top2 .left .tagline {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: #6cc4b9;
}
#top2 .left .input-append {
  margin-top: 10px;
}
#top2 .left input {
  font-family: 'Source Sans Pro', sans-serif;
  height: 40px;
  padding: 5px 16px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  border-right: 0;
  outline: 0;
  width: 150px;
}
#top2 .left button.btn {
  background-color: #FFF;
  background-image: none;
  height: 40px;
  border: 1px solid #ebebeb;
  border-left: 0;
  -webkit-box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.025);
}
#top2 .left button.btn:hover {
  background-color: #FFF;
}
#top2 .right {
  font-family: 'Source Sans Pro', sans-serif;
}
#top2 .right ul.navigation {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
#top2 .right ul.navigation li {
  margin-right: 30px;
  display: inline;
}
#top2 .right ul.navigation li a:visited,
#top2 .right ul.navigation li a:link,
#top2 .right ul.navigation li a:active {
  color: #716558;
}
#top2 .right ul.navigation li a:hover,
#top2 .right ul.navigation li a.active {
  color: #e94e77;
}
#pages {
  margin-top: 20px;
}
#pages .left {
  text-align: center;
  padding-bottom: 30px;
}
#pages .left .tagline {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: #6cc4b9;
}
#pages .left .input-append {
  text-align: center;
  margin-top: 10px;
}
#pages .left input[type="text"] {
  font-family: 'Source Sans Pro', sans-serif;
  height: 40px;
  padding: 5px 16px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  border-right: 0;
  outline: 0;
  width: 150px;
}
#pages .left button.btn {
  background-color: #FFF;
  background-image: none;
  height: 40px;
  border: 1px solid #ebebeb;
  border-left: 0;
  -webkit-box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset -3px 0px 5px rgba(0, 0, 0, 0.025);
}
#pages .left button.btn:hover {
  background-color: #FFF;
}
#pages .left .mini {
  display : none;
  text-align: left;
}
#pages .left .mini ul.category {
  margin: 10px 0px 20px 30px;
  font-size: 14px;
}
#pages .left .mini ul.category li {
  padding: 3px 0;
}
#pages .left .mini .tags {
  padding: 15px 0;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}
#pages .left .mini .tags a {
  color: #c0b7e1;
}
#pages .left .mini .tags a:link,
#pages .left .mini .tags a:active,
#pages .left .mini .tags a:visited {
  color: #c0b7e1;
}
#pages .left .mini .tags a:hover {
  color: #a193d2;
  text-decoration: none;
}
#pages .left .mini a {
  color: #716558;
}
#pages .left .mini a:link,
#pages .left .mini a:visited,
#pages .left .mini a:active {
  color: #716558;
}
#pages .left .mini a:hover {
  text-decoration: none;
  color: #6cc4b9;
}
#pages .left .mini .title {
  font-size: 22px;
  color: #6cc4b9;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 10px 0;
}
#pages .left .mini ul.year {
  padding-top: 10px;
  list-style-type: none;
  margin: 0 0 30px 10px;
}
#pages .left .mini ul.year li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding: 3px 0;
}
#pages .left .mini ul.year a:hover {
  text-decoration: none;
  color: #6cc4b9;
}
#pages .left .mini ul.month {
  list-style-type: none;
  margin: 0 0 0 15px;
  list-style-position: outside;
  font-size: 14px;
}
#pages .left .mini ul.month li {
  display: list-item;
  text-align: -webkit-match-parent;
}
#pages .left .mini ul.month a {
  color: #716558;
}
#pages .left .mini ul.month a:link,
#pages .left .mini ul.month a:visited,
#pages .left .mini ul.month a:active {
  color: #716558;
}
#pages .left .mini ul.month a:hover {
  text-decoration: none;
  color: #6cc4b9;
}
#pages .left .mini .isi {
  color: #716558;
  font-size: 14px;
  padding-top: 10px;
}
#pages .left .mini .isi hr {
  margin: 0;
}
#pages .left .mini .isi table {
  font-size: 12px;
  margin-bottom: 0;
}
#pages .left .mini .isi ul.categories {
  list-style-type: none;
  margin: 0 0 0 10px;
  line-height: 22px;
  font-size: 14px;
}
#pages .left .mini .isi ul.categories li {
  padding: 3px 0;
}
#pages .left .mini .isi ul.categories li a.link {
  color: #716558;
  padding-left: 10px;
}
#pages .left .mini .isi ul.categories li a.link:link,
#pages .left .mini .isi ul.categories li a.link:active,
#pages .left .mini .isi ul.categories li a.link:visited {
  color: #716558;
}
#pages .left .mini .isi ul.categories li a.link:hover {
  color: #6cc4b9;
}
#pages .left .mini .isi ul.categories ul.subcategories {
  list-style-type: none;
  margin: 0 0 0 23px;
  padding: 5px 0 0 0;
}
#pages .left .mini .isi ul.categories ul.subcategories li {
  padding: 1px 0;
}
#pages .left .mini .isi ul.categories ul.subcategories li a {
  color: #716558;
  padding-left: 10px;
}
#pages .left .mini .isi ul.categories ul.subcategories li a:link,
#pages .left .mini .isi ul.categories ul.subcategories li a:active,
#pages .left .mini .isi ul.categories ul.subcategories li a:visited {
  color: #716558;
}
#pages .left .mini .isi ul.categories ul.subcategories li a:hover {
  color: #6cc4b9;
}
#pages .left .mini .isi .tag-comp {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
#pages .left .mini .isi .tag-comp img {
  margin-top: -2px;
  padding-right: 8px;
}
#pages .right {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
#pages .right ul.navigation {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
#pages .right ul.navigation li {
  margin-right: 30px;
  display: inline;
}
#pages .right ul.navigation li a:visited,
#pages .right ul.navigation li a:link,
#pages .right ul.navigation li a:active {
  color: #716558;
}
#pages .right ul.navigation li a:hover,
#pages .right ul.navigation li a.active {
  color: #e94e77;
}
#slideshow {
  margin: 0;
}
#slideshow .slide-over {
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
#slideshow .slide-over .overlap {
  position: absolute;
  margin-top: 0px;
  z-index: 1;
}
#top-content {
  background-color: #FCFAF5;
  margin-top: 20px;
}
#top-content .left {
  padding: 30px 0px 30px 30px;
  color: #6cc4b9;
  font-size: 18px;
}
#top-content .left input,
#top-content .left select {
  outline: 0;
}
#top-content .right {
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 40px 40px 30px 100px;
  height: 155px;
  text-align: left;
}
#top-content .right .title {
  font-family: 'GoodDog';
  color: #93724C;
  font-size: 46px;
  padding: 10px 0 5px 0;
  height: 30px;
}
#top-content .right .sub-title {
  font-size: 12px;
  color: #726559;
  font-family: 'Source Sans Pro', sans-serif;
}
.content {
  padding: 25px 0 10px 0;
}
.contact-area {
  text-align: right;
  padding-right: 20px;
  padding-top: 15px;
}
.contact-area .phone-area {
  padding-top: 30px;
  font-family: 'GoodDog';
  color: #6cc4b9;
  font-size: 92px;
  text-align: right;
  line-height: 59px;
}
.contact-area .phone-area a:active,
.contact-area .phone-area a:link,
.contact-area .phone-area a:visited {
  color: #6cc4b9;
}
.contact-area .phone-area a:hover {
  color: #48b5a7;
}
.contact-area .socmed-area ul {
  margin: 0;
  padding: 0;
}
.contact-area .socmed-area ul li {
  margin: 0;
  padding: 0 3px;
}
.contact-area .socmed-area ul li:first-child {
  padding: 0 3px 0 0;
}
.contact-area .socmed-area ul li:last-child {
  padding: 0 0 0 3px;
}
.contact-area .socmed-area ul li a {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  /* Safari */
}
.contact-area .socmed-area ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}
.new-products {
  padding-right: 30px;
}
.products-count {
  width: 210px;
/*  min-height: 366px;*/
  min-height: 312px;    
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 0px 8px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 0px 8px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 0px 8px rgba(50, 50, 50, 0.3);
}
.products-count .main-image img {
  width: 210px;
/*  height: 264px;*/
  height: 210px;    
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.products-count .ket {
  padding: 15px 18px 10px 18px;
  font-size: 13px;
}
.products-count .ket .name {
  font-size: 14px;
}
.products-count .ket a:link,
.products-count .ket a:visited,
.products-count .ket a:active {
  color: #666666;
}
.products-count .ket a:hover {
  color: #6cc4b9;
}
.products-count .ket hr {
  margin: 10px 0;
}
.products-count .ket .price {
  padding-top: 6px;
}
.products-count .ket .price span.idr {
  padding-right: 5px;
  font-size: 12px;
}
.products-count .ket .price span.nominal {
  font-size: 26px;
}
.products-count .ket .price .nominal-disc {
  margin-top: -10px;
  color: #FF0000;
  font-size: 13px;
  text-decoration: line-through;
}
.products-count .ket .cart {
  display: none;
  text-align: right;
}
.recipe-area {
  text-align: left;
}
.recipe-area .recipe-count {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}
.recipe-area .recipe-count .main-image img {
  width: 220px;
  height: 220px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.recipe-area .recipe-count .ket {
  padding: 15px;
}
.recipe-area .recipe-count .ket .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #6cc4b9;
  padding-bottom: 5px;
}
.recipe-area .recipe-count .ket .title a:link,
.recipe-area .recipe-count .ket .title a:visited,
.recipe-area .recipe-count .ket .title a:active {
  color: #6cc4b9;
}
.recipe-area .recipe-count .ket .title a:hover {
  text-decoration: underline;
}
.recipe-area .recipe-count .ket .text {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 5px;
}
.recipe-area .recipe-count .ket .readmore {
  color: #ed4c57;
  text-align: right;
}
.recipe-area .recipe-count .ket .readmore a {
  font-size: 14px;
}
.recipe-area .recipe-count .ket .readmore a:link,
.recipe-area .recipe-count .ket .readmore a:active,
.recipe-area .recipe-count .ket .readmore a:visited {
  color: #ed4c57;
}
.recipe-area .recipe-count .ket .readmore a:hover {
  text-decoration: underline;
}
.news-area {
  padding-right: 30px;
}
.news-area .news-count {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  height: 213px;
}
.news-area .news-count .main-image img {
  width: 213px;
  height: 213px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.news-area .news-count .main-image a {
  display: block;
}
.news-area .news-count .ket {
  padding: 20px 35px 20px 10px;
  height: 173px;
}
.news-area .news-count .ket .teaser {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  padding-bottom: 10px;
  line-height: 20px;
  max-height: 90px;
  overflow: hidden;
}
.news-area .news-count .ket .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  color: #6cc4b9;
  line-height: 32px;
  min-height: 65px;
}
.news-area .news-count .ket .title a:link,
.news-area .news-count .ket .title a:active,
.news-area .news-count .ket .title a:visited {
  color: #6cc4b9;
}
.news-area .news-count .ket .title a:hover {
  text-decoration: none;
  color: #48b5a7;
}
.news-area .news-count .ket .readmore {
  text-align: right;
  color: #ed4c57;
}
.news-area .news-count .ket .readmore a:link,
.news-area .news-count .ket .readmore a:visited,
.news-area .news-count .ket .readmore a:active {
  color: #ed4c57;
}
.news-area .news-count .ket .readmore a:hover {
  text-decoration: underline;
}
#footer {
  margin-top: 20px;
  padding: 30px 0;
  min-height: 180px;
  background-color: #e5f7f0;
  line-height: 24px;
  width: 100%;
  min-width: 940px;
}
#footer a {
  color: #716558;
}
#footer a:link,
#footer a:active,
#footer a:visited {
  color: #716558;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .title {
  font-family: 'GoodDog';
  font-size: 32px;
  padding: 0 10px;
}
#footer .title span.first {
  color: #67B7B0;
}
#footer .title span.second {
  color: #9BD5CF;
}
#footer hr {
  color: #FFF;
  border: 1px solid #FFF;
  margin: 18px 0 15px 0;
}
#footer .testimonial {
  padding: 0 10px;
}
#footer .testimonial .text {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  padding: 0 20px 0 10px;
}
#footer .testimonial .see-all {
  color: #716558;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  padding: 0 20px 0 10px;
}
#footer .testimonial .see-all a:link,
#footer .testimonial .see-all a:visited,
#footer .testimonial .see-all a:active {
  color: #ed4c57;
}
#footer .testimonial .see-all a:hover {
  text-decoration: underline;
  color: #ed4c57;
}
#footer .testimonial .poster {
  color: #48b5a7;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
}
#footer .menu-footer {
  padding: 0 20px;
}
#footer .menu-footer .links {
  padding: 0 10px;
}
#footer .menu-footer ul li {
  padding: 2px 0;
}
#footer2 {
  background-image: url(../images/bg-footer2.jpg);
  background-repeat: repeat-x;
  height: 37px;
  color: #FFF;
  font-size: 12px;
  padding: 25px 0 10px 0;
  width: 100%;
  min-width: 940px;
}
#footer2 a:link,
#footer2 a:active,
#footer2 a:visited {
  color: #FFF;
}
#footer2 a:hover {
  color: #6cc4b9;
}
.tag img {
  position: absolute;
  width: 53px;
  height: 53px;
  z-index: 2;
  margin-left: 150px;
  margin-top: -5px;
}
.tag-details img {
  position: absolute;
  width: 53px;
  height: 53px;
  z-index: 2;
  margin-left: 210px;
  margin-top: -5px;
}
.sale-tag img {
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 2;
}
.nontoxic-tag {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 2;
  background-image: url(../images/tag-nontoxic.png);
  background-repeat: no-repeat;
/*  margin: 210px 0px 0 160px;*/
  margin: 156px 0px 0 160px;    
}
.nontoxic-tag-detail {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 2;
  background-image: url(../images/tag-nontoxic.png);
  background-repeat: no-repeat;
/*  margin: 285px 0px 0 220px;*/
  margin: 215px 0px 0 220px;
}
.spacer {
  height: 20px;
}
.spacer2 {
  height: 28px;
}
.form-drop select {
  border: 1px solid #ebebeb !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url(../images/dropdown-arrow.png) no-repeat;
  /*Adds background-image*/
  background-position: 180px 17px;
  /*Position of the background-image*/
  width: 200px;
  /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  background-color: #FFF;
  padding: 7px 15px;
  height: auto;
  max-height: 45px;
  /*My custom style for fonts*/
  color: #666666;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.05);
}
.dotted-line {
  height: 10px;
  background-image: url(../images/dotted-line.png);
  background-repeat: repeat-x;
  background-position: top left;
  width: 100%;
}
.login-area p.login-tit {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: #6cc4b9;
}
.start-pages {
  padding: 30px 10px 30px 10px;
  font-size: 14px;
}
.start-pages .title {
  font-family: 'GoodDog';
  font-size: 48px;
  line-height: 48px;
  padding-bottom: 20px;
}
.start-pages .text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #666666;
}
.start-pages .text a.accordion-toggle {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #6cc4b9;
}
.start-pages .text a.accordion-toggle:hover {
  text-decoration: underline;
}
.start-pages .contact-top {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}
.title-page {
  font-family: 'GoodDog';
  font-size: 48px;
  line-height: 48px;
  padding-bottom: 20px;
}
.start-content {
  padding-left: 20px;
  min-height: 800px;
}
.blog-area {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 30px;
}
.blog-area .date {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #ed4c57;
  padding-bottom: 6px;
}
.blog-area .title {
  color: #6cc4b9;
  font-size: 22px;
  padding-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}
.blog-area .title a {
  color: #6cc4b9;
}
.blog-area .title a:active,
.blog-area .title a:visited,
.blog-area .title a:link {
  color: #6cc4b9;
}
.blog-area .title a:hover {
  text-decoration: underline;
}
.blog-area .teaser {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #999999;
  font-size: 13px;
}
.blog-area .readmore {
  font-size: 12px;
  text-align: right;
  padding-bottom: 10px;
}
.blog-area .readmore a:active,
.blog-area .readmore a:link,
.blog-area .readmore a:visited {
  color: #ed4c57;
}
.blog-area .readmore a:hover {
  text-decoration: underline;
}
.blog-area .footer-blog {
  border-top: 1px solid #ebebeb;
  padding: 3px 0 0 0;
  color: #6cc4b9;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}
.blog-area .footer-blog a:link,
.blog-area .footer-blog a:active,
.blog-area .footer-blog a:visited {
  color: #c0b7e1;
}
.blog-area .footer-blog a:hover {
  color: #a193d2;
}
.paginations {
  height: 22px;
  margin: 20px 0;
}
.paginations ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  background-image: url(../images/dotted-line.png);
  background-repeat: repeat-x;
  background-position: center left;
}
.paginations ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0px -5px;
  padding: 0 15px;
  background-color: #FFF;
}
.paginations ul li a {
  color: #716558;
}
.paginations ul li a:link,
.paginations ul li a:active,
.paginations ul li a:visited {
  color: #716558;
}
.paginations ul li a:hover {
  color: #6cc4b9;
}
.paginations ul li.active {
  color: #ed4c57;
}
.paginations ul li.active a {
  color: #ed4c57;
}
.paginations ul li.disabled {
  color: #ebebeb;
  pointer-events: none;
}
.paginations ul li.disabled a {
  color: #ebebeb;
}
.products-details .thumbnails {
  width: 270px;
  min-height: 366px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 0px 8px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 0px 8px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 0px 8px rgba(50, 50, 50, 0.3);
}
.products-details .main-image img {
  width: 270px;
/*  height: 340px;*/
  height: 270px;    
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.products-details .ket {
  padding: 15px 13px 15px 13px;
  font-size: 14px;
}
.products-details .ket a:link,
.products-details .ket a:visited,
.products-details .ket a:active {
  color: #666666;
}
.products-details .ket a:hover {
  color: #6cc4b9;
}
.products-details .ket hr {
  margin: 10px 0;
}
.products-details .ket .related-img {
  width: 65px;
  height: 65px;
  margin: 0 5px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.products-details .ket .related-img a {
  display: block;
  width: 65px;
  height: 65px;
}
.products-details .details {
  padding: 0px 10px;
  font-size: 14px;
}
.products-details .details hr {
  margin: 15px 0;
}
.products-details .details .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #6cc4b9;
  font-size: 26px;
  padding-bottom: 10px;
}
.products-details .details .price {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #999999;
  font-size: 22px;
}
.products-details .details .price-disc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #FF0000;
  text-decoration: line-through;
  padding-bottom: 5px;
}
.products-details .details .keterangan {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.products-details .details .keterangan strong {
  color: #6cc4b9;
  font-weight: normal;
}
.products-details .details .keterangan .usage a {
  color: #c0b7e1;
}
.products-details .details .keterangan .usage a:hover {
  color: #a193d2;
}
.products-details .details .description {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.products-details .details .description p.tit {
  color: #6cc4b9;
}
.products-details .details .description .text {
  color: #999999;
  line-height: 24px;
}
.products-details .related-products .tit {
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 20px;
}
.products-details .related-products .image {
  width: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100px;
}
.products-details .related-products .image a {
  display: block;
  height: 100px;
  width: 100%;
}
.products-details .related-products a {
  font-size: 14px;
  color: #716558;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.products-details .related-products a:hover {
  color: #ed4c57;
}
.share-btn {
  padding-top: 15px;
  font-size: 14px;
  color: #6cc4b9;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.share-btn .addthis_toolbox{
    vertical-align: middle;
    margin-left: 10px;
}

.breadcrumb-blog,
.breadcrumb-products,
.breadcrumb-recipes {
  color: #999999;
  font-size: 14px;
  padding-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.blog-detail {
  padding-top: 10px;
}
.blog-detail .date {
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #ed4c57;
  padding-bottom: 6px;
  text-align: right;
}
.blog-detail .text {
  font-size: 14px;
  line-height: 22px;
}
.blog-detail .title {
  color: #6cc4b9;
  font-size: 28px;
  padding-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}
.blog-detail .title a {
  color: #6cc4b9;
}
.blog-detail .title a:active,
.blog-detail .title a:visited,
.blog-detail .title a:link {
  color: #6cc4b9;
}
.blog-detail .title a:hover {
  text-decoration: underline;
}
.blog-detail .kategori-blog {
  padding: 3px 0 0 0;
  color: #6cc4b9;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
}
.blog-detail .kategori-blog a:link,
.blog-detail .kategori-blog a:active,
.blog-detail .kategori-blog a:visited {
  color: #c0b7e1;
}
.blog-detail .kategori-blog a:hover {
  color: #a193d2;
}
.blog-detail .share {
  padding-top: 5px;
}
.recipe-detail {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
  color: #666666;
}
.recipe-detail .title {
  font-size: 30px;
  color: #6cc4b9;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 20px;
}
.recipe-detail .title2 {
  font-size: 22px;
  color: #6cc4b9;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 20px;
}
.recipe-detail .main-desc {
  margin: 0px 0 15px 0;
  font-size: 14px;
}
.recipe-detail .ingredients {
  color: #666666;
}
.recipe-detail .ingredients .text {
  color: #666666;
}
.recipe-detail .tools,
.recipe-detail .instructions {
  color: #666666;
}
.recipe-detail .tools a,
.recipe-detail .instructions a {
  color: #c0b7e1;
}
.recipe-detail .tools a:hover,
.recipe-detail .instructions a:hover {
  color: #a193d2;
}
.label-testi {
  padding-top: 5px;
  font-size: 14px;
}
.satisfied .tit {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: #716558;
  padding: 15px 0;
}
.satisfied .testimonial-list {
  padding: 10px 0;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
}
.satisfied .testimonial-list .name {
  font-size: 14px;
  color: #ed4c57;
}
.satisfied .testimonial-list .date {
  color: #cccccc;
}
.satisfied .testimonial-list .testi {
  color: #808080;
}
.table-basket table {
  width: 100%;
}
.table-basket table td {
  text-align: center;
  vertical-align: middle;
}
.table-basket table td.product-img img {
  max-width: 125px;
  margin: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.table-basket table td.product-price {
  font-style: italic;
}
.table-basket table th {
  text-align: center;
  vertical-align: middle;
  background-color: #f7f6f6;
}
p.total-basket {
  text-align: right;
  color: #6cc4b9;
  font-size: 20px;
  padding-right: 30px;
  line-height: 30px;
}
p.total-basket2 {
  text-align: right;
  color: #6cc4b9;
  font-size: 22px;
  padding-bottom: 30px;
  padding-right: 90px;
  line-height: 25px;
}
.centered-pills {
  text-align: center;
}
.centered-pills ul.nav-pills {
  display: inline-block;
}
.centered-pills li {
  display: inline;
  margin: 0 3px;
  font-size: 14px;
}
.centered-pills a {
  float: left;
}
* html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE6 */
* + html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE7 */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #716558;
}
.nav-pills > .enabled > a {
  color: #716558;
  background-color: #d9f0ed;
}
.nav-pills > .enabled > a:hover,
.nav-pills > .enabled > a:focus {
  background-color: #90d3ca;
}
.nav-pills > .disabled > a,
.nav-pills > .disabled > a:hover,
.nav-pills > .disabled > a:focus {
  color: #898989;
  background-color: #ebebeb;
  font-weight: normal;
}
.nav-pills > li > a {
  background-color: #ebebeb;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 10px;
  line-height: 14px;
}
.tit2 {
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #6cc4b9;
}
.billing-address,
.delivery-address .tit2 {
  text-align: center;
}
.delivery-address {
  padding-top: 30px;
}
.delivery-address td.labels {
  font-style: normal;
}
.delivery-address table {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.delivery-address td {
  padding: 5px;
}
input,
textarea,
select {
  outline: 0 !important;
}
.method-payment .top {
  background-color: #C5EDEA;
  color: #716558;
  text-align: center;
  border-top: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.method-payment .middle {
  padding: 20px 40px;
  background-color: #F5FCFB;
  border-bottom: 1px solid #cccccc;
}
.method-payment .middle input[type="radio"] {
  margin-top: 10px;
}
.confirmation {
  line-height: 24px;
}
.confirmation a {
  color: #c0b7e1;
}
.confirmation a:hover {
  color: #a193d2;
}
.shop-cart {
  display: none;
  padding-top: 5px;
}
.labels {
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}
.labels2 {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 10px 0;
}
.advanced {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  margin-top: -5px;
}
.advanced-expand {
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  min-height: 20px;
  padding: 15px;
  text-align: left;
  -webkit-box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  box-shadow: inset 2px 0px 5px rgba(0, 0, 0, 0.025);
  margin-bottom: 5px;
}
.advanced-expand select {
  width: 188px;
  font-size: 12px;
}
.advanced-expand label.checkbox {
  font-size: 12px;
}
.by-usage {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  margin-bottom: 10px;
}
.row-fluid .pull-left[class*="span"]:last-child {
  margin-left: 0;
}
.message-form {
  width: 350px;
  resize: none;
}
.products-thumb {
  margin-bottom: 30px;
}
.status-bar {
  border: 1px solid #90d3ca;
  padding: 10px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 300;
}
.status-bar a:active,
.status-bar a:visited,
.status-bar a:link {
  color: #6cc4b9;
}
.status-bar a:hover {
  text-decoration: underline;
}
p.help-block {
  color: #555555;
  font-size: 12px;
  margin: -10px 0 10px 0;
  font-style: italic;
}
@media (max-width: 480px) {
  .row-fluid .pull-right[class*="span"] {
    float: none;
  }

  #top-content .right {
    height: auto;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  body {
    padding: 0;
  }
  .container {
    padding: 0 20px;
  }
  #top {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    min-height: 30px;
    min-width: 100px;
  }
  #top .container {
    margin: 0;
  }
  #top2 .left input {
    min-width: 85%;
    font-size: 12px;
  }
  #top2 .left .input-append {
    margin-top: 10px;
    width: 100%;
  }
  #top2 .left .input-append button.btn {
    width: 15%;
  }
  #top-content {
    background: none;
    margin-top: 20px;
  }
  #top-content .left {
    padding: 20px;
    background-color: #FCFAF5;
    margin-bottom: 10px;
    text-align: center;
  }
  #top-content .right {
    padding: 15px 20px;
    background-color: #FCFAF5;
    text-align: center;
  }
  #top-content .right .title {
    line-height: 35px;
    display: block;
    height: auto;
  }
  .recipe-area {
    max-width: 220px;
    margin: 0 auto 20px auto;
  }
  .products-count {
    margin: 0 auto;
    padding: 0;
  }
  .products-count .price-left {
    width: 74.46808510638297%;
    float: left;
  }
  .products-count .cart-right {
    display: none;
    width: 23.404255319148934%;
    float: right;
  }
  .products-thumb {
    margin-bottom: 20px;
  }
  .new-products {
    padding: 0;
  }
  .news-area {
    padding: 0;
    margin: 0 auto;
  }
  .news-area .news-count {
    height: auto;
    max-width: 278px;
    margin: 0 auto;
  }
  .news-area .news-count .main-image img {
    width: 270px;
    height: 270px;
  }
  .news-area .news-count .ket {
    padding: 20px;
    height: auto;
  }
  .news-area .news-count .ket .teaser {
    height: auto;
    font-size: 16px;
  }
  .news-area .news-count .ket .title {
    font-size: 24px;
    line-height: 28px;
    height: auto;
    min-height: 0;
  }
  .news-area .news-count .ket .readmore {
    margin-top: 10px;
  }
  #footer {
    min-width: 0px;
    max-width: 480px;
  }
  #footer .testimonial {
    padding: 0;
    margin-bottom: 20px;
  }
  #footer .testimonial .title,
  #footer .testimonial .text,
  #footer .testimonial .see-all {
    padding: 0;
  }
  #footer2 {
    min-width: 1px;
    padding: 16px 0px 18px 0px;
  }
  #pages .left {
    padding-bottom: 10px;
  }
  #pages .left .input-append {
    margin-top: 10px;
    width: 100%;
  }
  #pages .left .input-append button.btn {
    width: 15%;
  }
  #pages .left input[type="text"] {
    min-width: 85%;
    font-size: 12px;
  }
  .contact-area {
    text-align: center;
  }
  .contact-area .phone-area {
    text-align: center;
  }
  .contact-area .phone-area a {
    text-align: center;
  }
  .start-pages {
    padding: 0;
  }
  .table-basket table {
    width: 100%;
  }
  .table-basket table thead {
    font-size: 12px;
  }
  .table-basket table td.product-img,
  .table-basket table th.product-img {
    display: none!important;
  }
  .create-account {
    padding-top: 20px;
  }
  .billing-address,
  .delivery-address {
    text-align: left;
  }
  .start-content {
    padding: 0;
  }
  .mini {
    display : none;
    padding-top: 10px;
  }
  .breadcrumb-blog {
    padding-bottom: 10px;
  }
  .blog-area {
    padding-bottom: 10px;
  }
  .blog-area .img-blog {
    padding-bottom: 10px;
  }
  .blog-area .text-right {
    text-align: left;
  }
  .message-form {
    width: 97%;
    margin: 0 auto;
  }
  .button-contact {
    padding-top: 20px;
  }
  .advanced {
    text-align: center;
  }
  .ket .thumb-prod {
    display: inherit !important;
    float: left;
    width: 31.914893617021278%;
  }
  .related-products .span2 {
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .breadcrumb-products {
    padding: 0;
  }
  .advanced-expand {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .advanced-expand select {
    width: 100%;
  }
  .tag-comp {
    display: none!important;
  }
  .mini .isi {
    text-align: left;
  }
  .products-details .thumbnails {
    margin: 0 auto;
  }
  .products-details .details {
    padding: 20px 0 0 0;
  }
  .status-bar {
    margin-top: 10px;
  }
  div.loading {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: transparent url('../img/loading.gif') 50% 90% no-repeat;
  }
}
