/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lobster&amp;subset=latin-ext');
@import "font-awesome.min.css";
@import "flaticon.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*		Mixins 
-------------------------------------------------------------------------------*/
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background: white;
  color: #3e3933;
  overflow-x: hidden;
}
header {
  position: relative;
  z-index: 50;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
header .top {
  background: #3e2208;
  padding: 5px 0;
}
header .top .container {
  background: #3e2208;
}
header .top .social {
  padding-top: 2px;
  float: left;
}
header .top .social a {
  text-decoration: none;
  display: inline-table;
  font-size: 14px;
  line-height: 18px;
  color: #c6c0b9;
  margin-left: 15px;
}
header .top .social a:first-child {
  margin-left: 0;
}
header .top .social a:hover {
  color: white;
}
header .top .phone {
  padding-top: 2px;
  float: right;
}
header .top .phone a {
  text-decoration: none;
  display: inline-table;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #c6c0b9;
}
header .top .phone a .fa {
  font-size: 14px;
}
header .logo {
  display: block;
  margin: 10px 0 5px;
  float: left;
  text-decoration: none;
  width: 150px;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .swith-menu {
  float: right;
  display: none;
  color: #3e2208;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  margin-left: 120px;
  margin-top: 25px;
}
header .container {
  position: relative;
  background: white;
}
header .right {
  display: table;
  float: right;
}
header .right .top-menu {
  margin-top: 10px;
  display: table;
  float: right;
}
header .right .top-menu li {
  padding: 0 0px;
  float: left;
  display: table;
}
header .right .top-menu li a {
  text-decoration: none;
  color: #3e3933;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
header .right .top-menu li a:hover {
  color: #9a4507;
}
header .right .top-menu li a i:before {
  font-size: 18px;
}
header .right .top-menu li:last-child {
  padding-right: 0;
}
header .right .menu {
  margin-top: 55px;
  display: table;
  float: right;
}
header .right .menu li {
  padding: 0 15px 25px;
  float: left;
  display: table;
}
header .right .menu li a {
  text-decoration: none;
  color: #3e3933;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
header .right .menu li a:hover {
  color: #9a4507;
}
header .right .menu li .menu-content {
  z-index: -1;
  padding: 0 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 115px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header .right .menu li .menu-content hr {
  display: block;
  margin: 1px 0 20px;
  border-bottom: 1px solid #3e2208;
}
header .right .menu li .menu-content .coll {
  width: 15.5%;
  margin: 0 0.75% 0;
  float: left;
}
header .right .menu li .menu-content .coll:last-child {
  margin-right: 0;
}
header .right .menu li .menu-content .coll .img-box {
  overflow: hidden;
}
header .right .menu li .menu-content .coll .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
header .right .menu li .menu-content .coll p {
  font-size: 16px;
  margin-top: 5px;
}
header .right .menu li .menu-content .coll:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .right .menu li .menu-content .double {
  margin-left: 0;
  width: 32%;
}
header .right .menu li .menu-content:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .right .menu li:last-child {
  padding-right: 0;
}
header .right .menu .open-sub:hover .menu-content {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
section#mainpage h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #3e2208;
  text-align: center;
  font-family: 'Lobster', cursive;
}
section#mainpage h2 span {
  color: #9a4507;
}
section#mainpage .about {
  padding: 70px 0;
}
section#mainpage .about .coll {
  float: right;
  width: 48%;
}
section#mainpage .about .coll:first-child {
  float: left;
  padding-top: 20px;
}
section#mainpage .about .coll p {
  font-size: 18px;
  line-height: 24px;
}
section#mainpage .about .coll img {
  width: 100%;
  height: auto;
  display: block;
}
section#mainpage .image-1 {
  background-image: url(image-1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  text-align: center;
  color: #c6c0b9;
  background-size: cover;
}
section#mainpage .image-1 h4 {
  font-family: 'Lobster', cursive;
  color: #e0c19d;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
section#mainpage .image-1 p {
  font-size: 20px;
}
section#mainpage .image-1 a {
  display: inline-table;
  text-decoration: none;
  color: white;
  background: #9a4507;
  line-height: 34px;
  padding: 2px 15px 0;
  margin-top: 35px;
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section#mainpage .image-2 {
  background-image: url(image-2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  text-align: center;
  color: #c6c0b9;
  background-size: cover;
}
section#mainpage .image-2 h4 {
  font-family: 'Lobster', cursive;
  color: #e0c19d;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
section#mainpage .image-2 p {
  font-size: 20px;
}
section#mainpage .image-2 a {
  display: inline-table;
  text-decoration: none;
  color: white;
  background: #9a4507;
  line-height: 34px;
  padding: 2px 15px 0;
  margin-top: 35px;
  font-size: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section#mainpage .products {
  padding: 70px 0 30px;
}
section#mainpage .products .cats {
  margin-bottom: 50px;
}
section#mainpage .products .cats .coll {
  position: relative;
  overflow: hidden;
  display: block;
  width: 32%;
  margin: 1%;
  float: left;
}
section#mainpage .products .cats .coll img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#mainpage .products .cats .coll div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding: 35px 20px 15px;
  font-size: 30px;
  background: url(cat-shadow.png) repeat-x top center;
  font-weight: 400;
}
section#mainpage .products .cats .coll:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#mainpage .products .cats .double {
  margin-left: 0;
  width: 66%;
}
section#mainpage .products .cats .last {
  margin-right: 0;
}
section#mainpage .products .cats .first {
  margin-left: 0;
}
section#mainpage .products .cats:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#mainpage .products .items {
  margin-bottom: 40px;
}
section#mainpage .products .items .item {
  text-align: center;
  width: 23.5%;
  float: left;
  margin: 0 1% 1%;
}
section#mainpage .products .items .item:first-child {
  margin-left: 0;
}
section#mainpage .products .items .item:last-child {
  margin-right: 0;
}
section#mainpage .products .items .item .img-box {
  border: 1px solid #eeeeee;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#mainpage .products .items .item .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#mainpage .products .items .item .img-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#mainpage .products .items .item p {
  font-size: 20px;
  margin-bottom: 3px;
  color: #3e2208;
}
section#mainpage .products .items .item p a {
  text-decoration: none;
  color: #3e2208;
}
section#mainpage .products .items .item span {
  display: block;
}
section#mainpage .products .items .item strong {
  display: block;
  font-size: 32px;
  color: #9a4507;
}
section#mainpage .products .items .item strong i {
  font-size: 22px;
}
section#mainpage .products .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#mainpage .ranking {
  padding: 70px 0;
}
section#mainpage .ranking .coll {
  width: 20%;
  float: left;
  text-align: center;
}
section#mainpage .ranking .coll .icon {
  font-size: 50px;
  color: #9a4507;
  margin-bottom: 15px;
}
section#mainpage .ranking .coll h4 {
  font-size: 28px;
  margin-bottom: 10px;
}
section#mainpage .ranking .coll span {
  font-size: 25px;
}
section#contact {
  padding-bottom: 40px;
}
section#contact .map {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
section#contact h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #3e2208;
  text-align: center;
  font-family: 'Lobster', cursive;
}
section#contact h1 span {
  color: #9a4507;
}
section#contact .form {
  float: left;
  width: 57%;
}
section#contact .form .coll {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
section#contact .form .right {
  float: right;
}
section#contact .form p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
section#contact .form input,
section#contact .form textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  height: 36px;
  padding: 0 15px;
  outline: none;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
}
section#contact .form textarea {
  padding: 10px 15px;
  resize: none;
  height: 150px;
}
section#contact .form button {
  display: table;
  background: #3e2208;
  color: white;
  padding: 0 15px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-weight: 600;
  margin: 10px 0 0;
}
section#contact .form button:hover {
  background: #9a4507;
}
section#contact .form input.error,
section#contact .form textarea.error {
  border: 1px solid red;
}
section#contact .info {
  float: right;
  width: 35%;
}
section#contact .info h2 {
  margin-bottom: 10px;
  font-weight: 500;
}
section#contact .info h3 {
  font-family: 'Lobster', cursive;
  font-size: 16px;
  margin-bottom: 5px;
  color: #3e2208;
  font-weight: 400;
}
section#contact .info .address {
  font-size: 16px;
  margin-bottom: 10px;
}
section#contact .info .address .fa {
  font-size: 16px;
  color: #9a4507;
  line-height: 18px;
  padding-top: 2px;
}
section#contact .info .address .fa-map-marker {
  font-size: 22px;
  line-height: 18px;
}
section#contact .info .address .fa-envelope {
  font-size: 16px;
  padding-top: 0px;
}
section#contact .info .address td {
  line-height: 22px;
  font-size: 18px;
  padding-bottom: 9px;
}
section#contact .info .address td:first-child {
  text-align: center;
  vertical-align: top;
}
section#contact .info .address td:last-child {
  padding-left: 5px;
}
section#contact .info .address td a {
  text-decoration: none;
  color: #3e2208;
  font-weight: 600;
}
section#about {
  padding-bottom: 40px;
}
section#about .banner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section#about h1,
section#about h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #3e2208;
  text-align: center;
  font-family: 'Lobster', cursive;
}
section#about h1 span,
section#about h2 span {
  color: #9a4507;
}
section#about h2 {
  font-size: 24px;
}
section#about .content {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
section#about .content p {
  margin-bottom: 20px;
}
section#about .docs {
  text-align: center;
  margin-top: 30px;
}
section#about .docs:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#about .docs a {
  display: inline-block;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 2%;
  width: 12.285714286%;
}
section#about .docs a img {
  display: block;
  width: 100%;
  height: auto;
}
section#about .logos {
  margin: 30px 0 20px;
  text-align: center;
}
section#about .logos img {
  display: inline-table;
  margin: 0 15px;
  width: auto;
  height: 70px;
}
section#product-detail {
  padding: 20px 0 50px;
}
section#product-detail .nav {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
section#product-detail .nav a {
  text-decoration: none;
  color: #3e2208;
}
section#product-detail .nav a:hover {
  color: #9a4507;
}
section#product-detail h1,
section#product-detail h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #3e2208;
  font-family: 'Lobster', cursive;
}
section#product-detail h1 span,
section#product-detail h2 span {
  color: #9a4507;
}
section#product-detail .sidebar {
  width: 18%;
  float: right;
}
section#product-detail .sidebar .items {
  margin-bottom: 30px;
}
section#product-detail .sidebar .items .item {
  text-align: center;
  margin: 0 0 20px;
}
section#product-detail .sidebar .items .item:first-child {
  margin-left: 0;
}
section#product-detail .sidebar .items .item:last-child {
  margin-right: 0;
}
section#product-detail .sidebar .items .item .img-box {
  border: 1px solid #eeeeee;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product-detail .sidebar .items .item .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#product-detail .sidebar .items .item .img-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#product-detail .sidebar .items .item p {
  font-size: 18px;
  margin-bottom: 3px;
  color: #3e2208;
}
section#product-detail .sidebar .items .item p a {
  text-decoration: none;
  color: #3e2208;
}
section#product-detail .sidebar .items .item span {
  display: block;
}
section#product-detail .sidebar .items .item strong {
  display: block;
  font-size: 32px;
  color: #9a4507;
}
section#product-detail .sidebar .items .item strong i {
  font-size: 22px;
}
section#product-detail .sidebar .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .content {
  width: 78%;
  float: left;
}
section#product-detail .content .img {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 48%;
}
section#product-detail .content .img img {
  display: block;
  width: 100%;
  height: auto;
}
section#product-detail .content .text {
  float: right;
  width: 49%;
  font-size: 18px;
  line-height: 22px;
}
section#product-detail .content .text h1 {
  margin-bottom: 40px;
  color: #9a4507;
}
section#product-detail .content .text p {
  margin-bottom: 15px;
}
section#product-detail .content .text ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
section#product-detail .content hr {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin: 40px 0 30px;
}
section#product-detail .content .items {
  margin-bottom: 40px;
}
section#product-detail .content .items .item {
  text-align: center;
  width: 23.5%;
  float: left;
  margin: 0 1% 1%;
}
section#product-detail .content .items .item:first-child {
  margin-left: 0;
}
section#product-detail .content .items .item:last-child {
  margin-right: 0;
}
section#product-detail .content .items .item .img-box {
  border: 1px solid #eeeeee;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product-detail .content .items .item .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#product-detail .content .items .item .img-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#product-detail .content .items .item p {
  font-size: 20px;
  margin-bottom: 3px;
  color: #3e2208;
}
section#product-detail .content .items .item p a {
  text-decoration: none;
  color: #3e2208;
}
section#product-detail .content .items .item span {
  display: block;
}
section#product-detail .content .items .item strong {
  display: block;
  font-size: 32px;
  color: #9a4507;
}
section#product-detail .content .items .item strong i {
  font-size: 22px;
}
section#product-detail .content .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .content:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product {
  padding: 20px 0 50px;
}
section#product .nav {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
section#product .nav a {
  text-decoration: none;
  color: #3e2208;
}
section#product .nav a:hover {
  color: #9a4507;
}
section#product .sidebar {
  border-right: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left;
}
section#product .sidebar .swith-cat {
  display: none;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  line-height: 30px;
  text-decoration: none;
  padding: 3px 15px 0;
  color: #3e3933;
  font-size: 20px;
}
section#product .sidebar .swith-cat:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product .sidebar .swith-cat .fa {
  float: right;
  display: table;
  line-height: 30px;
  font-size: 24px;
}
section#product .sidebar .menu {
  list-style: none;
}
section#product .sidebar .menu li {
  margin-bottom: 5px;
  padding: 1px 0;
}
section#product .sidebar .menu li .sub-menu {
  list-style: none;
  padding: 1px 0 1px 10px;
}
section#product .sidebar .menu li .sub-menu li {
  margin-bottom: 0px;
}
section#product .sidebar .menu li .sub-menu li a {
  font-size: 16px;
  line-height: 20px;
}
section#product .sidebar .menu li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  color: #3e2208;
}
section#product .sidebar .menu li a:hover {
  color: #9a4507;
}
section#product .content {
  width: 79%;
  float: right;
}
section#product .content .item {
  text-align: center;
  width: 23%;
  float: left;
  margin: 0 0 2% 2%;
}
section#product .content .item .img-box {
  border: 1px solid #eeeeee;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product .content .item .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#product .content .item .img-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#product .content .item p {
  font-size: 20px;
  margin-bottom: 3px;
  color: #3e2208;
}
section#product .content .item p a {
  text-decoration: none;
  color: #3e2208;
}
section#product .content .item span {
  display: block;
}
section#product .content .item strong {
  display: block;
  font-size: 28px;
  color: #9a4507;
}
section#product .content .item strong i {
  font-size: 22px;
}
section#product .content:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product .content .pager {
  margin-left: 3%;
  font-weight: 400;
  padding-top: 10px;
}
section#product .content .pager a {
  border: 1px solid #3e2208;
  background: white;
  line-height: 30px;
  text-decoration: none;
  color: #3e2208;
  padding: 0 7px;
  display: inline-table;
  min-width: 20px;
  text-align: center;
}
section#product .content .pager a:hover {
  background: #fafafa;
}
section#product .content .pager span {
  border: 1px solid #3e2208;
  background: #3e2208;
  line-height: 30px;
  text-decoration: none;
  color: white;
  padding: 0 7px;
  display: inline-table;
  min-width: 22px;
  text-align: center;
}
section#product .content .no-item {
  font-size: 18px;
  color: #3e2208;
  text-align: center;
}
section#product .catagories h2 {
  color: #3e2208;
  font-family: 'Lobster', cursive;
  font-weight: 400;
}
section#product .catagories .row .box {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
section#product .catagories .row .box .fake {
  display: block;
  width: 100%;
  height: auto;
}
section#product .catagories .row .box .real {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
section#product .catagories .row .box div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding: 35px 10px 10px;
  font-size: 18px;
  background: url(cat-shadow.png) repeat-x top center;
  font-weight: 400;
}
section#product .catagories .row .box:last-child {
  margin-right: 0;
}
section#product .catagories .row .box:first-child {
  margin-left: 0;
}
section#product .catagories .row .three {
  width: 32%;
}
section#product .catagories .row .four {
  width: 23.5%;
}
section#product .catagories .row .one {
  width: 100%;
}
section#product .catagories .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog {
  padding-bottom: 40px;
}
section#blog .banner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section#blog h1,
section#blog h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #3e2208;
  text-align: center;
  font-family: 'Lobster', cursive;
}
section#blog h1 span,
section#blog h2 span {
  color: #9a4507;
}
section#blog h2 {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
}
section#blog .content {
  width: 65%;
  float: left;
}
section#blog .content .item {
  margin-bottom: 30px;
}
section#blog .content .item .img {
  border: 1px solid #eeeeee;
  margin: 0 0 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#blog .content .item .img .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#blog .content .item .img .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#blog .content .item h3 {
  font-size: 24px;
  color: #9a4507;
  margin-bottom: 10px;
}
section#blog .content .item h3 a {
  text-decoration: none;
  color: #9a4507;
}
section#blog .content .item p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
}
section#blog .content .item span {
  display: table;
}
section#blog .content .item:hover .img .real {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#blog .index {
  font-size: 16px;
  width: 65%;
  float: left;
}
section#blog .index .img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section#blog .index p {
  line-height: 24px;
  margin-bottom: 15px;
}
section#blog .index ul {
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 25px;
}
section#blog .index .date {
  display: table;
  font-size: 14px;
}
section#blog .sidebar {
  float: right;
  width: 30%;
}
section#blog .sidebar .item {
  margin-bottom: 20px;
}
section#blog .sidebar .item .img {
  border: 1px solid #eeeeee;
  margin: 0 0 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#blog .sidebar .item .img .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#blog .sidebar .item .img .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#blog .sidebar .item h3 {
  font-size: 18px;
  color: #9a4507;
  margin-bottom: 10px;
}
section#blog .sidebar .item h3 a {
  text-decoration: none;
  color: #9a4507;
}
section#blog .sidebar .item p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
}
section#blog .sidebar .item span {
  display: table;
}
section#blog .sidebar .item:hover .img .real {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#cafe {
  padding-bottom: 40px;
}
section#cafe .banner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section#cafe h1,
section#cafe h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #3e2208;
  text-align: center;
  font-family: 'Lobster', cursive;
}
section#cafe h1 span,
section#cafe h2 span {
  color: #9a4507;
}
section#cafe h2 {
  font-size: 24px;
}
section#cafe .content {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
section#cafe .content p {
  margin-bottom: 20px;
}
section#cafe .item {
  margin-bottom: 20px;
}
section#cafe .item:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#cafe .item .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#cafe .item .row:nth-child(even) .coll {
  background: #eeeeee;
}
section#cafe .item .coll {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0;
  width: 46%;
}
section#cafe .item .coll .label {
  font-size: 20px;
  float: left;
  display: table;
}
section#cafe .item .coll .label span {
  display: block;
  font-size: 14px;
  color: #9a4507;
  line-height: 20px;
}
section#cafe .item .coll .price {
  font-size: 20px;
  float: right;
  display: table;
}
section#cafe .item .coll .price .fa {
  font-size: 16px;
}
section#cafe .item .coll:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#cafe hr {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin: 40px 0 40px;
}
section#cafe .download {
  margin: 0 auto;
  display: table;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  color: #3e2208;
}
section#cafe .download .fa {
  display: block;
  margin: 0 auto;
  font-size: 42px;
  color: #9a4507;
}
section#cafe .gallery {
  margin-bottom: 80px;
  padding: 50px 0 0;
}
section#cafe .gallery a {
  outline: none;
  padding: 3px;
}
section#cafe .gallery a img {
  height: 300px;
  width: auto;
  display: block;
}
section#cafe .gallery .slick-dots {
  list-style: none;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -30px;
}
section#cafe .gallery .slick-dots li {
  display: inline-block;
  margin-left: 5px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ebebeb;
}
section#cafe .gallery .slick-dots li button {
  background: none;
  border: none;
  text-indent: -100000px;
  outline: none;
  cursor: pointer;
}
section#cafe .gallery .slick-dots li.slick-active {
  background: #3e2208;
  border: 2px solid #3e2208;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
section#gallery {
  padding-bottom: 40px;
}
section#gallery .banner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section#gallery .tabs {
  margin-bottom: 30px;
  text-align: center;
}
section#gallery .tabs a {
  text-decoration: none;
  color: #3e2208;
  font-family: 'Lobster', cursive;
  font-size: 26px;
  margin: 0 20px;
}
section#gallery .tabs a:first-child {
  margin-left: 0;
}
section#gallery .tabs a:last-child {
  margin-right: 0;
}
section#gallery .tabs .active {
  color: #9a4507;
}
section#gallery .photos a {
  border: 1px solid #eeeeee;
  margin: 0 2% 2% 0;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#gallery .photos a .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#gallery .photos a .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
}
section#gallery .photos:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#gallery .videos a {
  border: 1px solid #eeeeee;
  margin: 0 2% 2% 0;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#gallery .videos a .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#gallery .videos a .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
}
section#gallery .videos:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer {
  color: #c6c0b9;
  padding: 70px 0 0;
  background-image: url(footer-bg.jpg);
  background-color: #0f0402;
  background-repeat: no-repeat;
  background-position: bottom right;
}
footer .coll {
  float: left;
  width: 20%;
}
footer .coll h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #e0c19d;
}
footer .coll .address .row {
  margin-bottom: 7px;
}
footer .coll .address .row .fa {
  float: left;
  width: 22px;
  text-align: center;
}
footer .coll .address .row .fa-map-marker {
  font-size: 18px;
}
footer .coll .address .row .fa-envelope {
  font-size: 13px;
}
footer .coll .address .row p {
  padding-left: 28px;
  font-size: 16px;
}
footer .coll .address .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .coll .bultein {
  margin-bottom: 15px;
}
footer .coll .bultein p {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .coll .bultein input {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  padding: 0 10px;
  height: 36px;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  outline: none;
}
footer .coll .bultein button {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #9a4507;
  height: 36px;
  float: right;
  width: 28%;
  outline: none;
  color: white;
}
footer .coll .bultein:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .coll .social {
  margin-top: 7px;
  margin-bottom: 15px;
}
footer .coll .social a {
  text-decoration: none;
  display: inline-table;
  font-size: 24px;
  color: #c6c0b9;
  margin-left: 20px;
}
footer .coll .social a:first-child {
  margin-left: 0;
}
footer .coll .social a:hover {
  color: white;
}
footer .coll .logos:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .coll .logos img {
  display: block;
  width: auto;
  height: 70px;
  float: left;
}
footer .coll ul {
  margin-bottom: 20px;
  list-style: none;
}
footer .coll ul li a {
  color: #c6c0b9;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: table;
}
footer .coll ul li a .fa {
  width: 24px;
  text-align: center;
  margin-right: 2px;
  font-size: 14px;
}
footer .coll ul li a:hover {
  color: white;
}
footer .double {
  width: 40%;
}
footer .bottom {
  background: black;
  padding: 15px 0;
  margin-top: 40px;
}
footer .bottom .left {
  display: block;
  float: left;
  line-height: 20px;
  color: #c6c0b9;
  font-size: 14px;
}
footer .bottom .right {
  display: block;
  float: right;
  line-height: 20px;
  font-size: 14px;
}
footer .bottom .right a {
  text-decoration: none;
  color: #c6c0b9;
}
.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 0.7;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-rotate.in {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */

}
.effect-rotate {
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -webkit-transform: rotate(-40deg);
  /* Safari */
  transform: rotate(-40deg);
  /* Standard syntax */

}
.effect-rotate-right.in {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
  /* Standard syntax */

}
.effect-rotate-right {
  -ms-transform: rotate(40deg);
  /* IE 9 */
  -webkit-transform: rotate(40deg);
  /* Safari */
  transform: rotate(40deg);
  /* Standard syntax */

}
.effect-slide-right-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right-bottom {
  -webkit-transform: translate3d(30%, 50%, 0);
  transform: translate3d(30%, 50%, 0);
  opacity: 0.7;
}
.effect-slide-right-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right-top {
  -webkit-transform: translate3d(30%, -50%, 0);
  transform: translate3d(30%, -50%, 0);
  opacity: 0.7;
}
.effect-slide-left-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left-bottom {
  -webkit-transform: translate3d(-30%, 50%, 0);
  transform: translate3d(-30%, 50%, 0);
  opacity: 0.7;
}
.effect-slide-left-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left-top {
  -webkit-transform: translate3d(-30%, -50%, 0);
  transform: translate3d(-30%, -50%, 0);
  opacity: 0.7;
}
@media only screen and (max-width: 1140px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 100px;
  }
  header .swith-menu {
    display: block;
  }
  header .right {
    display: block;
    float: none;
    width: 100%;
  }
  header .right:before {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  header .right .top-menu {
    display: none;
  }
  header .right .menu {
    text-align: right;
    border-top: 1px solid #3e2208;
    padding: 10px 0;
    margin-top: 10px;
    display: none;
    float: none;
  }
  header .right .menu li {
    padding: 5px 0;
    float: none;
    display: block;
  }
  header .right .menu li .menu-content {
    display: none !important;
  }
  section#mainpage h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3e2208;
    text-align: center;
    font-family: 'Lobster', cursive;
  }
  section#mainpage h2 span {
    color: #9a4507;
  }
  section#mainpage .about {
    padding: 20px 0;
  }
  section#mainpage .about .coll {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#mainpage .about .coll:first-child {
    float: none;
    padding-top: 20px;
  }
  section#mainpage .image-1 {
    padding: 50px 20px;
  }
  section#mainpage .image-1 h4 {
    font-size: 30px;
  }
  section#mainpage .image-2 {
    padding: 50px 20px;
  }
  section#mainpage .image-2 h4 {
    font-size: 30px;
  }
  section#mainpage .products {
    padding: 40px 0 40px;
  }
  section#mainpage .products .cats {
    margin-bottom: 0;
  }
  section#mainpage .products .cats .coll {
    display: block;
    width: 100%;
    margin: 1% 0;
    float: none;
  }
  section#mainpage .products .cats .coll div {
    padding: 35px 10px 10px;
    font-size: 20px;
  }
  section#mainpage .products .cats .double {
    width: 100%;
    min-height: 220px;
  }
  section#mainpage .products .cats .double img {
    width: 210%;
  }
  section#mainpage .products .cats .last {
    margin-right: 0;
  }
  section#mainpage .products .cats .first {
    margin-left: 0;
  }
  section#mainpage .ranking {
    padding: 30px 0;
    text-align: center;
  }
  section#mainpage .ranking .coll {
    width: 49%;
    display: inline-block;
    float: none;
  }
  footer {
    color: #c6c0b9;
    padding: 30px 0 0;
    background-position: bottom right;
  }
  footer .coll {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  footer .coll h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #e0c19d;
  }
  footer .coll .bultein {
    margin-bottom: 15px;
  }
  footer .coll .social {
    margin-top: 7px;
    margin-bottom: 15px;
  }
  footer .coll .logos {
    text-align: center;
  }
  footer .coll .logos img {
    display: inline-block;
    width: auto;
    height: 70px;
    float: none;
  }
  footer .coll ul {
    margin-bottom: 0px;
  }
  footer .double {
    width: 100%;
  }
  footer .bottom {
    background: black;
    padding: 15px 0;
    margin-top: 40px;
  }
  footer .bottom .left {
    display: block;
    float: left;
    line-height: 20px;
    color: #c6c0b9;
    font-size: 14px;
  }
  footer .bottom .right {
    display: block;
    float: right;
    line-height: 20px;
    font-size: 14px;
  }
  footer .bottom .right a {
    text-decoration: none;
    color: #c6c0b9;
  }
  section#about .docs {
    text-align: center;
    margin-top: 30px;
  }
  section#about .docs a {
    width: 30.666666667%;
  }
  section#about .logos img {
    height: 50px;
  }
  section#contact .map {
    height: 300px;
  }
  section#contact .form {
    float: none;
    width: 100%;
  }
  section#contact .form .coll {
    float: none;
    width: 100%;
  }
  section#contact .form button {
    width: 100%;
  }
  section#contact .info {
    margin-top: 40px;
    float: none;
    width: 100%;
  }
  section#blog .content {
    width: 100%;
    float: none;
  }
  section#blog .index {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  section#blog .sidebar {
    float: none;
    width: 100%;
  }
  section#cafe {
    padding-bottom: 40px;
  }
  section#cafe .item {
    margin-bottom: 20px;
  }
  section#cafe .item .row:nth-child(even) .coll {
    background: white;
  }
  section#cafe .item .coll {
    padding: 10px;
    float: none;
    margin: 0 2% 0;
    width: 100%;
  }
  section#cafe .item .coll .label span {
    max-width: 200px;
    margin-top: 3px;
    font-size: 14px;
    line-height: 16px;
  }
  section#cafe .gallery {
    margin-bottom: 60px;
    padding: 20px 0 0;
  }
  section#gallery .tabs {
    margin-bottom: 20px;
  }
  section#gallery .tabs a {
    font-size: 22px;
  }
  section#gallery .photos a {
    width: 48%;
  }
  section#gallery .videos a {
    width: 48%;
  }
  section#product .nav {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
  }
  section#product .nav a {
    text-decoration: none;
    color: #3e2208;
  }
  section#product .nav a:hover {
    color: #9a4507;
  }
  section#product .sidebar {
    margin-bottom: 20px;
    border-right: none;
    width: 100%;
    float: none;
  }
  section#product .sidebar .swith-cat {
    display: block;
  }
  section#product .sidebar .menu {
    display: none;
  }
  section#product .content {
    width: 100%;
    float: none;
  }
  section#product .content .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  section#product .catagories h2 {
    color: #3e2208;
    font-family: 'Lobster', cursive;
    font-weight: 400;
    margin-top: 10px;
  }
  section#product .catagories .row .box {
    width: 100%;
    float: none;
    margin: 10px 0px;
  }
  section#product .catagories .row .box div {
    font-size: 20px;
  }
  section#product .catagories .row .three {
    width: 100%;
  }
  section#product .catagories .row .four {
    width: 100%;
  }
  section#product .catagories .row .one {
    min-height: 200px;
    width: 100%;
  }
  section#product .catagories .row .one .real {
    display: block;
    width: 350%;
    height: auto;
    position: absolute;
    top: 0;
  }
  section#product-detail {
    padding: 20px 0 40px;
  }
  section#product-detail h1,
  section#product-detail h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #3e2208;
    font-family: 'Lobster', cursive;
  }
  section#product-detail h1 span,
  section#product-detail h2 span {
    color: #9a4507;
  }
  section#product-detail .sidebar {
    width: 100%;
    float: none;
  }
  section#product-detail .sidebar .items {
    margin-bottom: 30px;
  }
  section#product-detail .sidebar .items .item {
    text-align: center;
    margin: 0 0 20px;
  }
  section#product-detail .sidebar .items .item:first-child {
    margin-left: 0;
  }
  section#product-detail .sidebar .items .item:last-child {
    margin-right: 0;
  }
  section#product-detail .sidebar .items .item .img-box {
    border: 1px solid #eeeeee;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#product-detail .sidebar .items .item .img-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  section#product-detail .sidebar .items .item .img-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  section#product-detail .sidebar .items .item p {
    font-size: 18px;
    margin-bottom: 3px;
    color: #3e2208;
  }
  section#product-detail .sidebar .items .item p a {
    text-decoration: none;
    color: #3e2208;
  }
  section#product-detail .sidebar .items .item span {
    display: block;
  }
  section#product-detail .sidebar .items .item strong {
    display: block;
    font-size: 32px;
    color: #9a4507;
  }
  section#product-detail .sidebar .items .item strong i {
    font-size: 22px;
  }
  section#product-detail .sidebar .items:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#product-detail .content {
    width: 100%;
    float: none;
  }
  section#product-detail .content .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#product-detail .content .text {
    float: none;
    width: 100%;
    font-size: 16px;
  }
  section#product-detail .content hr {
    display: block;
    border-bottom: 1px solid #eeeeee;
    margin: 40px 0 30px;
  }
  section#product-detail .content .items {
    margin-bottom: 40px;
  }
  section#product-detail .content .items .item {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
