@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #583523;
  font-family: "Playfair Display", sans-serif;
}

h1 {
  font-size: 38px;
  margin: 20px 0;
  position: relative;
  font-weight: 300;
  /* text-transform: uppercase; */
}

h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background: #f8d196;
}

h2 {
  font-size: 34px;
  margin: 10px 0 25px;
  position: relative;
  font-weight: 300;
  /* text-transform: uppercase; */
}

h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 4px;
  background: #f8d196;
}

h3 {
  font-size: 30px;
  margin: 10px 0 25px;
  position: relative;
  /* text-transform: uppercase; */
  font-weight: 600;
}

h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 3px;
  background: #f8d196;
}

h3 span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/* top */
#top {
  border: none;
  padding: 0;
  margin: 0;
  min-height: 35px;
  background: #fff2e3;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item>a,
#top .nav>.list-inline .list-inline-item .dropdown>a {
  color: #000000;
  text-shadow: 0 1px 0 #fff;
}

#top .btn-link {
  color: #000000;
  text-decoration: none;
}

#top .btn-link:hover {
  color: #000000;
}

#top #top-links {
  color: #000000;
}

#top #top-links ul {
  margin-bottom: 0;
}

#top #top-links ul li {
  line-height: 35px;
  font-size: 13px;
}

#top #top-links ul li a {
  color: #000000;
}

#top #top-links ul li a i {
  font-size: 15px;
}

#top #top-links ul li a:hover {
  background: none;
  border: none;
}

#top #top-links .open a {
  background: none;
  border: none;
  text-decoration: none;
}

#top #top-links .open .dropdown-menu li a {
  color: #000000;
}

#top #top-links .open .dropdown-menu li a:hover {
  background: #8c5c43;
  color: #ffffff;
}

#top .open .btn-link {
  color: #000000;
}

#top .open .dropdown-menu .btn-link {
  color: #000000;
  text-align: left;
}

#top .open .dropdown-menu .btn-link:hover {
  background-color: #8c5c43;
  color: #ffffff;
}

#top #form-language img {
  background: #000000;
  padding: 1px;
  border-radius: 50%;
}

#top .list-inline-item .dropdown .dropdown-menu {
  font-size: 1.1em;
}

#top .list-inline-item .dropdown .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap;
}

#top .list-inline-item .dropdown .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #000000;
  background: #8c5b42;
}

/* header */
header {
  margin: 0 0 20px;
  padding: 0;
}

.slideshow_header {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

/* logo */
#logo {
  margin: 35px 0;
}

#logo img {
  width: auto;
  height: 85px;
}

/* search */
#search {
  margin-bottom: 0;
  z-index: 5;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  border: none;
}

@media (max-width: 1499px) {
  #search .input-lg {
    width: 322px;
  }
}

#search .input-lg {
  outline: none;
  margin: 0;
  padding: 12px 10px 12px 25px;
  position: relative;
  width: 372px;
  height: 42px;
  color: #000000;
  border: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ededed;
  border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
}

#search .btn-lg {
  background: transparent;
  color: #000000;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  z-index: 9;
  line-height: normal;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#search .search_button {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding: 7px 26px;
  background-color: #f8d196;
  color: #8c5c43;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #f8d196;
  border-radius: 0 30px 30px 0;
}

#search .input-group-btn {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

/* cart */
#cart {
  padding: 0 15px;
  background: transparent;
  border-radius: 10px;
  border: none;
}

#cart>.btn {
  font-size: 14px;
  line-height: 18px;
  color: #8c5c43;
  text-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f8d196 url("../image/shopping-cart.png") 14px center no-repeat;
  background-size: auto 32px;
  border: none;
  text-align: left;
  padding-left: 5px;
}

#cart .btn-lg {
  padding: 15px 15px 15px 61px;
}

#cart.open>.btn {
  background: #f8f8f8 url("../image/shopping-cart.png") 14px center no-repeat;
  background-size: auto 32px;
  border: none;
  color: #8c5c43;
  box-shadow: none;
  text-shadow: none;
}

#cart .dropdown-menu {
  background: #ffffff;
  z-index: 1001;
  min-width: 100%;
  padding-top: 0;
  border-radius: 0;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

#cart .dropdown-menu li p strong {
  font-weight: 300;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }

  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* menu */
#menu {
  background: #8c5b41;
  min-height: 52px;
  border-radius: 0;
  margin-top: 0;
}

#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 0;
}

#menu .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 15px 5px;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
  color: #fd8b86;
  font-weight: 500;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 5px;
  clear: both;
  line-height: 20px;
  color: #000000;
  font-size: 13px;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 5px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 13px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #fd8b86;
  font-weight: 500;
}

#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  text-shadow: none;
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #000000;
  padding: 2px 18px;
  float: right;
  background: #8c5b42;
  border-color: #8c5b42;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #000000;
  background-color: #8c5b42;
}

#menu .navbar-toggler i {
  color: #000000;
  border-color: #000000;
  font-size: 0.9em;
}

#menu .navbar-collapse {
  padding: 0 15px;
}

#menu .navbar-collapse .nav>li>a {
  color: #ffffff;
  text-shadow: none;
  padding: 15px 20px;
  min-height: 15px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
}

#menu .navbar-collapse .nav>li>a:hover {
  transition: 0.4s;
  background-color: #8c5c41;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 0;
  }

  #menu div.dropdown-inner>ul .list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #000000;
  }

  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #000000;
  }
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 25px;
  background-color: #583523;
  border: none;
  color: #000000;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid rgba(249, 188, 56, 0.3);
  margin: 45px 0;
}

footer h2::after {
  background: none;
}

footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #f8d196;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer p {
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
  font-weight: 300;
}

footer ul li {
  font-size: 14px;
  line-height: 2;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer ul li a .fa {
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: #fff;
}

footer ul li a:hover {
  color: #fff;
}

footer ul li.address {
  margin-top: 5px;
}

footer ul li.address .fa {
  float: left;
}

footer ul li.address address {
  float: right;
  width: 90%;
  line-height: 1.5;
}

footer #newsletter {
  text-align: center;
}

footer #newsletter h2 {
  color: #f8d196;
  font-weight: 200;
}

footer #newsletter .description {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

footer #newsletter .input-group .form-control {
  height: 50px;
  line-height: 20px;
  padding: 0 30px;
  border: 1px solid #fff;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  font-size: 16px;
}

footer #newsletter .input-group .btn {
  height: 50px;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 35px;
  text-shadow: none;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  background: #f8d196;
  border: 1px solid #f8d196;
  color: #583623;
  font-weight: 300;
}

footer #newsletter .input-group .btn .fa {
  display: none;
}

footer #newsletter .input-group .btn span {
  display: block;
}

footer #copyright {
  background: white;
  color: #000000;
  padding: 10px 0;
  margin-top: 30px;
}

footer #copyright .logo {
  height: 64px;
  float: right;
}

footer .social-list {
  padding: 0;
  margin: 16px auto;
  text-align: center;
}

footer .social-list li {
  margin: 0 3px;
  display: inline-block;
  text-align: center;
}

footer .social-list li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  border: 2px solid #8c5c43;
  padding: 14px;
}

footer .social-list li a .fa {
  color: #8c5c43;
  width: 22px;
  font-size: 20px;
  height: 22px;
  vertical-align: middle;
}

footer .social-list li a:hover {
  background: #8c5c43;
  border-color: #8c5c43;
}

footer .social-list li a:hover .fa {
  color: #ffffff;
}

/* buttons */
.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 300;
}

#button-cart {
  border-radius: 10px;
  background: #8c5c43;
  border-color: #8c5c43;
  color: #ffffff;
}

.btn-light {
  color: #555555;
  text-shadow: none;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  background: #c5c5c5;
}

.btn-primary {
  color: #fff;
  text-shadow: none;
  background: #8c5b42;
  border-color: #8c5b42;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  text-shadow: none;
  background: #8c5b42;
  border-color: #8c5b42;
}

#search .btn-lg:focus {
  border: none;
}

.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background: #ffc409;
  border-color: #ffc409;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background: #e0ac08;
}

.btn-danger {
  color: #ffffff;
  text-shadow: none;
  background: #e83e2a;
  border-color: #e83e2a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background: #d43522;
}

.btn-success {
  color: #ffffff;
  text-shadow: none;
  background: #49d166;
  border-color: #49d166;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background: #35b951;
}

.btn-info {
  color: #ffffff;
  text-shadow: none;
  background: #22c9e3;
  border-color: #22c9e3;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #2d5c63;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #8c5c43;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-default {
  color: #8c5c43;
  text-shadow: none;
  background: #f8d196;
  border-color: #8c5c43;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  background: #8c5c43;
  color: #ffffff;
  border-color: #8c5c43;
}

.btn-group .btn-default {
  height: 36px;
}

.buttons {
  margin-top: 15px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 50px 0;
  padding: 10px 15px;
  border: 1px solid #8c5b42;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.breadcrumb i {
  font-size: 15px;
  color: #8c5c43;
}

.breadcrumb a {
  color: #8c5c43;
  font-weight: 500;
}

.breadcrumb>li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

/* list group */
.list-group {
  border: 1px solid #8c5c43;
  box-shadow: 0 3px 0 #8c5c43;
  border-radius: 10px;
}

.list-group .list-group-item {
  color: #000000;
  border: 1px solid #efefef;
  display: block;
  font-size: 14px;
  height: 42px;
  padding: 10px 20px;
}

.list-group .list-group-item.active,
.list-group .list-group-item.active:focus,
.list-group .list-group-item.active:hover {
  color: #ffffff;
  background: #8c5c43;
  border: 1px solid #8c5c43;
  text-shadow: none;
}

.list-group .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.list-group .list-group-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* product list */
.product-thumb {
  border: none;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb h2.price {
  margin: 0;
}

.product-thumb h4 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb h4 a {
  color: #000000;
  font-weight: 300;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .image .image-thumb {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #8c5c43;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 110px;
}

.product-thumb .caption .btn-cart {
  width: 100%;
  background: #8c5c43;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  border: 1px solid #8c5c43;
  border-radius: 10px;
  padding: 8px 0;
  text-transform: lowercase;
}

.product-thumb .rating {
  padding-bottom: 10px;
  text-align: center;
}

.product-thumb .rating .fa.fa-star,
.product-thumb .rating .fa.fa-star-o {
  color: #fc0;
}

.product-thumb .price {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
}

.product-thumb .price-new {
  font-weight: 700;
}

.product-thumb .price-old {
  color: #000000;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 300;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 13px;
  display: block;
  font-weight: 300;
}

.product-thumb .button-group {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(251, 181, 45, 0.1);
  padding: 105px 0;
  margin: 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.product-thumb .button-group button {
  width: 50px;
  height: 50px;
  border: none;
  display: inline-block;
  background-color: #ffffff;
  color: #8c5c43;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-thumb .button-group button:hover {
  color: #fff;
  background-color: #8c5b42;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb:hover .button-group {
  display: block;
}

.product-grid .product-thumb .image {
  float: none;
  box-shadow: 0 3px 0 #8c5c43;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (min-width: 768px) {
  .product-list .product-thumb .image {
    padding: 0 15px;
    display: inline-block;
  }

  .product-list .product-thumb .image+div {
    margin-left: 0%;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

#product-product h1 {
  margin: 10px 0 30px;
  font-family: "Playfair Display", sans-serif;
  color: #000000;
}

#product-product h1:after {
  background: #8c5c43;
}

#product-product h2 {
  font-family: "Playfair Display", sans-serif;
  color: #000000;
}

#product-product h2:after {
  background: #8c5c43;
}

#product-category .swiper-viewport {
  margin-top: 50px;
}

#product-category .swiper-viewport .swiper-wrapper .swiper-slide img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#common-home .swiper-viewport {
  margin-top: 50px;
}

#checkout-cart #accordion h4 {
  cursor: pointer;
}

#checkout-cart #accordion .panel {
  margin-bottom: 10px;
  box-shadow: 0 3px 0 #8c5c43;
  border: 1px solid #8c5c43;
}

#checkout-cart table {
  border: 1px solid #8c5c43;
}

#checkout-checkout #accordion h4 {
  cursor: pointer;
}

#checkout-checkout #accordion .panel {
  margin-bottom: 10px;
  box-shadow: 0 3px 0 #0b42f526;
  border: 1px solid #efefef;
}

#checkout-checkout table {
  border: 1px solid #8c5c43;
}

#information-contact form .control-label {
  padding: 0;
  font-size: 14px;
  margin-bottom: 5px;
}

#information-contact form .form-control {
  margin-bottom: 15px;
}

#information-information p {
  text-align: justify;
}

#information-information #content-description h1::after,
#information-information #content-description h2::after,
#information-information #content-description h3::after {
  background: none;
}

#information-sitemap ul li {
  color: #8c5c43;
  line-height: 22px;
  font-weight: 500;
}

#information-sitemap ul li::marker {
  font-family: "FontAwesome";
  content: "\f105";
  color: #8c5c43;
}

#information-sitemap ul li a {
  margin-left: 5px;
  font-weight: 500;
}

.table-bordered {
  border-color: #dedede;
  border-top: 2px solid #8c5c43;
}

.table-bordered tr td {
  border-color: #8c5c43 !important;
}

.table-bordered tr th {
  border-color: #8c5c43 !important;
}

.table-striped {
  border: 1px solid #8c5b42;
}

#review .table tr td {
  border-top: none;
}

.panel.panel-default {
  border: 1px solid #8c5c43;
  box-shadow: 0 3px 0 #8c5c43;
  border-radius: 10px;
}

.panel.panel-default .panel-heading {
  background: #ffffff;
  border: none;
  border-radius: 10px;
}

.panel.panel-primary {
  border-color: #8c5b42;
}

.panel .panel-body {
  padding: 25px 20px;
}

.panel .panel-heading {
  color: #000000;
}

.panel .panel-heading .panel-title {
  font-family: "Playfair Display", sans-serif;
}

.well {
  background: #ffffff;
  border: 1px solid #8c5c43;
  box-shadow: 0 3px 0 #8c5c43;
  border-radius: 10px;
}

.well h4 {
  color: #8c5c43;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.well p {
  font-weight: 300;
}

.well p strong {
  font-weight: 300;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 13px;
  font-weight: 300;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

div.required .col-form-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.input-group .input-group-addon {
  background: #8c5b42;
  border: 1px solid #000000;
  color: #000000;
  font-size: 13px;
}

.input-group .form-control {
  height: 36px;
  font-size: 13px;
}

.form-control {
  border: 1px solid #dedede;
  color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
}

.swiper-viewport {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #fd8b86;
  border: 2px solid #000000;
}

#banner-category {
  width: 100%;
  height: 200px;
  background: #f0f3f2;
  background: url("../image/bg-category.jpg") no-repeat center;
  background-size: cover;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-top: 50px;
  display: none;
}

#banner-category h1,
#banner-category h2 {
  font-size: 22px;
  background-color: #f0f3f2cc;
  line-height: 50px;
  padding-top: 8px;
  text-align: center;
}

#banner-category h1::after,
#banner-category h2::after {
  background: none;
}

.alert {
  padding: 15px;
  margin-left: 15px !important;
}

.alert.alert-success {
  background: #49d166;
  color: #ffffff;
  border-color: #49d166;
}

.alert.alert-success a {
  color: #ffffff;
  font-weight: bold;
}

.alert.alert-danger {
  background: #e83e2a;
  color: #ffffff;
  border-color: #e83e2a;
}

.alert.alert-danger a {
  color: #ffffff;
  font-weight: bold;
}

.alert.alert-info {
  background: #22c9e3;
  color: #ffffff;
  border-color: #22c9e3;
}

.alert.alert-info a {
  color: #ffffff;
  font-weight: bold;
}

.alert.alert-warning {
  background: #ffc409;
  color: #ffffff;
  border-color: #ffc409;
}

.alert.alert-warning a {
  color: #ffffff;
  font-weight: bold;
}

#cookie-dialog {
  width: 350px;
  max-width: 99%;
  height: auto;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 1049;
  display: none;
}

#cookie-dialog .panel-body {
  padding: 15px;
}

#cookie-dialog .panel-body img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

#cookie-dialog .panel-body p {
  margin-bottom: 0;
  text-align: justify;
}

#cookie-dialog .panel-body p a {
  font-weight: bold;
}

body {
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

a {
  color: #8c5c43;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
  color: #1a9cb0;
  font-weight: 300;
}

.nav-tabs {
  margin-bottom: 15px;
  border-color: #8c5c43;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  border-color: #8c5c43;
  color: #000000;
  border-bottom-color: transparent;
}

.img-thumbnail {
  border-color: #8c5c43;
}

/* cookie */
#cookie {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* content */
#content {
  min-height: 600px;
}

/* default font size */
.fas,
.far,
.fab {
  font-size: 14px;
}

/* toast */
#toast {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.pagination {
  margin: 0;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .far.fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star+.far.fa-star {
  color: #ecbd00;
}

.fa-star {
  color: #fc0;
}

.fa-star-o {
  color: #ecbd00;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  margin-bottom: 20px;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails>li>a {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #8c5c43;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnails>li>a.active,
.thumbnails>li>a:focus,
.thumbnails>li>a:hover {
  border-color: #8c5c43;
}

.thumbnails>img {
  width: 100%;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
  max-width: 78px;
}

.thumbnails .image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #000000;
  padding: 6px 12px;
  background: #8c5b42;
  border-color: #8c5b42;
}

.card .card-header>h4 {
  font-size: 16px;
}

.card+.card {
  margin-top: 5px;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  color: rgba(255, 255, 255, 0.8) !important;
}

#common-maintenance {
  margin-top: 50px;
  margin-bottom: 50px;
}

#common-maintenance .bg-maintenance {
  width: 100%;
  height: 300px;
  background: url("../image/maintenance.png") no-repeat center;
  background-size: contain;
}

#common-maintenance h1 {
  font-family: "Playfair Display", sans-serif;
}

#common-maintenance h1::after {
  background: none;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  .col-form-label {
    text-align: right;
  }
}

@media screen and (max-width: 769px) {
  h3 {
    margin-left: 15px;
    font-size: 24px;
    line-height: 40px;
  }

  h2 {
    margin-left: 15px;
    font-size: 18px;
    line-height: 45px;
  }

  h1 {
    font-size: 22px;
  }

  #banner-category h2,
  #banner-category h1 {
    font-size: 18px;
    line-height: 35px;
  }

  #logo img {
    max-width: inherit;
    margin: 0 auto;
  }

  #cart {
    margin: 30px auto 0;
  }

  #menu #category {
    font-weight: 300;
    line-height: 51px;
  }

  #menu .btn-navbar {
    margin: 10px 0;
    font-size: 18px;
    border-color: #000000;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  footer {
    text-align: center;
  }

  footer ul {
    margin-bottom: 40px;
  }

  footer #newsletter .input-group .btn span {
    display: none;
  }

  footer #newsletter .input-group .btn .fa {
    display: block;
  }

  footer #newsletter h2 {
    line-height: 45px;
  }

  footer #copyright img {
    float: none !important;
    margin: 0 auto;
  }

  #product-product h2 {
    font-size: 30px;
  }

  #product-product .nav-tabs {
    margin-top: 30px;
  }

  #product-product .nav-tabs li a {
    padding: 8px;
  }

  .product-thumb {
    width: 300px;
    margin: 20px auto;
  }

  .product-thumb .image .image-thumb {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }

  .product-thumb .button-group {
    padding: 105px 0;
    width: 260px;
    height: 260px;
    margin: 20px auto;
  }

  .form-control {
    margin-bottom: 10px;
  }

  #product-category #content {
    text-align: center;
  }

  #information-contact .panel {
    margin-bottom: 60px;
  }

  #account-account h4 {
    margin-bottom: 20px;
  }

  #account-account ul li a {
    line-height: 25px;
  }

  .input-group input {
    min-width: 60px;
  }

  #common-home .swiper-viewport {
    margin: 60px 0 100px;
  }

  .row-header {
    flex-direction: column !important;
  }

  .row-header .bg-header {
    width: 100%;
    height: 80px;
    background-image: url(../image/bg-header.png);
    margin: 50px auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #search .input-lg {
    width: 250px;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=stylesheet.css.map */

.row-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cart-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
}