@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Lato);

p {
  font-size: 15px;
  color: #512428;
  letter-spacing: 0.12em
}

a,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

.pagination {
  float: right;
}

#content {
  padding-top: 60px;
}

html {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
}

.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}

.shopping-cart-footer>.column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.shopping-cart-footer>.column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.icon-bar img {
  display: block;
  text-align: center;
  width: 70px !important;
  height: 70px !important;
  background-size: cover;
  background-position: top center;
  margin: auto;
  line-height: 3rem;
}

.count {
  display: block;
  position: fixed;
  top: 0%;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f7941d;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
}

.btn-position {
  opacity: 1;
  display: block;
  position: absolute;
  top: 258px;
  right: 30px;
}

.btn.btn-cart {
  background-color: #512428;
  border-color: #dc9814;
  color: #fff !important;
  border-radius: 5px;
  cursor: pointer;
}

.btn-sm {
  padding: 0 19px 9px;
  font-size: 11px;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px;
  border-width: 2px;
  border-radius: 0;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn.btn-base {
  background-color: #d2b581;
  border-color: #d2b581;
  color: #000;
}

.btn.btn-base:hover,
.btn.btn-base:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
  background-color: #eee;
  border-color: #eee;
  color: #000;
}

header {
  padding: 20px 0 0;
  background: #fff;
}

nav {
  background: #fff;
}

/* Search */
.widget {
  padding: 20px 0;
  font-size: 14px;
}

.widget_search form {
  position: relative;
}

.form-control {
  box-shadow: none;
  border-radius: 2px;
  padding: 12px 15px;
  height: 49px;
  font-size: 14px;
}

.pr-5 {
  padding-right: 3rem !important;
}

.search-button {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 15px;
  right: 0px;
  background-color: #512428;
  border: none;
  font-size: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.btn-form {
  margin: 5px 10px 0 0;
  border-radius: 2px;
  float: left;
  height: 10px;
  width: 10px;
  background: #169eee;
}

.search-button span {
  color: #fff;
}

/* .search-button span:hover {
  color: #000;
} */

.search-button:hover {
  background-color: #512427;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
  outline: 0;

}


/* MENU */
#menu {
  z-index: 9;
}

/* .cssmenu ul {
    padding: 0;
    margin: 0;
  }

  .cssmenu,
  .cssmenu ul,
  .cssmenu ul li,
  .cssmenu ul li a,
  .cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cssmenu:after,
  .cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
  }

  .cssmenu #head-mobile {
    display: none
  }

  .cssmenu {
    font-family: sans-serif;
  }

  .cssmenu>ul>li {
    float: left;
    border-right: 1px solid #ddd;
  }

  .cssmenu>ul>li>a {
    text-transform: uppercase;
    padding: 17px 20px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #512428;
  }

  .cssmenu>ul>li:hover>a,
  .cssmenu ul li.active a {
    color: #e6c694
  }

  .cssmenu>ul>li:hover,
  .cssmenu ul li.active:hover,
  .cssmenu ul li.active,
  .cssmenu ul li.has-sub.active:hover {
    background: #512428 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
  }

  .cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
  }

  .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999;
  }

  .cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease
  }

  .cssmenu li:hover>ul {
    left: auto
  }

  .cssmenu ul ul li:hover {
    background: #512428;
  }
  
  .cssmenu li:hover>ul>li {
    height: auto
  }

  .cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
  }

  .cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #512428;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .cssmenu ul ul li:last-child>a,
  .cssmenu ul ul li.last-item>a {
    border-bottom: 0
  }

  .cssmenu ul ul li:hover>a,
  .cssmenu ul ul li a:hover {
    color: #e6c694
  }

  .cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #512428;
    content: ''
  }

  .cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #512428;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
  }

  .cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
  }

  .cssmenu ul ul li.has-sub:hover,
  .cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
  }

  .cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
  }

  .cssmenu>ul>li.has-sub>ul>li.active>a,
  .cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
  }

  @media screen and (max-width:1000px) {
    #menu {
      position: fixed;
      top: 0;
      width: 100%;
    }

    .cssmenu {
      width: 100%;
      margin: 0;
    }

    .cssmenu ul {
      width: 100%;
      display: none;
      padding: 0;
      margin: 0;
    }

    .cssmenu ul li {
      width: 100%;
      border-top: 1px solid #444
    }

    .cssmenu ul li:hover {
      background: #363636;
    }

    .cssmenu ul ul li,
    .cssmenu li:hover>ul>li {
      height: auto
    }

    .cssmenu ul li a,
    .cssmenu ul ul li a {
      width: 100%;
      border-bottom: 0
    }

    .cssmenu>ul>li {
      float: none
    }

    .cssmenu ul ul li a {
      padding-left: 25px
    }

    .cssmenu ul ul li {
      background: #333 !important;
    }

    .cssmenu ul ul li:hover {
      background: #363636 !important
    }

    .cssmenu ul ul ul li a {
      padding-left: 35px
    }

    .cssmenu ul ul li a {
      color: #ddd;
      background: none
    }

    .cssmenu ul ul li:hover>a,
    .cssmenu ul ul li.active>a {
      color: #fff
    }

    .cssmenu ul ul,
    .cssmenu ul ul ul {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left
    }

    .cssmenu>ul>li.has-sub>a:after,
    .cssmenu>ul>li.has-sub>a:before,
    .cssmenu ul ul>li.has-sub>a:after,
    .cssmenu ul ul>li.has-sub>a:before {
      display: none
    }

    .cssmenu #head-mobile {
      display: none;
      padding: 23px;
      color: #ddd;
      font-size: 12px;
      font-weight: 700
    }

    .button {
      width: 55px;
      height: 45px;
      cursor: pointer;
      z-index: 12399994;
    }

    .button.menu-opened span {
      display: none;
    }

    .button span {
      position: absolute;
      top: 20px;
      right: 20px;
      display: block;
      height: 4px;
      width: 30px;
      border-bottom: 3px solid #dddddd;
      content: ''
    }

    .button:after {
      position: absolute;
      top: 28px;
      right: 20px;
      display: block;
      height: 4px;
      width: 30px;
      border-bottom: 3px solid #dddddd;
      content: ''
    }

    .button:before {
      -webkit-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
      position: absolute;
      top: 14px;
      right: 20px;
      display: block;
      height: 3px;
      width: 30px;
      background: #ddd;
      content: ''
    }

    .button.menu-opened:after {
      -webkit-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
      top: 23px;
      border: 0;
      height: 3px;
      width: 19px;
      background: #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg)
    }

    .button.menu-opened:before {
      top: 23px;
      background: #fff;
      width: 19px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }

    .cssmenu .submenu-button {
      position: absolute;
      z-index: 99;
      right: 0;
      top: 0;
      display: block;
      border-left: 1px solid #444;
      height: 50px;
      width: 50px;
      cursor: pointer
    }

    .cssmenu .submenu-button.submenu-opened {
      background: #5c5757
    }

    .cssmenu ul ul .submenu-button {
      height: 34px;
      width: 34px
    }

    .cssmenu .submenu-button:after {
      position: absolute;
      top: 22px;
      right: 19px;
      width: 8px;
      height: 2px;
      display: block;
      background: #ddd;
      content: ''
    }

    .cssmenu ul ul .submenu-button:after {
      top: 15px;
      right: 13px
    }

    .cssmenu .submenu-button.submenu-opened:after {
      background: #fff
    }

    .cssmenu .submenu-button:before {
      position: absolute;
      top: 19px;
      right: 22px;
      display: block;
      width: 2px;
      height: 8px;
      background: #ddd;
      content: ''
    }

    .cssmenu ul ul .submenu-button:before {
      top: 12px;
      right: 16px
    }

    .cssmenu .submenu-button.submenu-opened:before {
      display: none
    }

    .cssmenu ul ul ul li.active a {
      border-left: none
    }

    .cssmenu>ul>li.has-sub>ul>li.active>a,
    .cssmenu>ul ul>li.has-sub>ul>li.active>a {
      border-top: none
    }
  } */

/* End Search */
.back-to-top {
  position: fixed;
  display: block;
  width: 50px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  bottom: 0px;
  left: 30px;
  background: #22232d;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
}

.back-to-top i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.back-to-top:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.back-to-top.show {
  text-align: center;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.menu-bg {
  width: 100%;
  top: 25px;
  z-index: 2;
  /* position: relative;
  border: 1px solid #dedddd; */
  background: #fff
}

.links {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}

.links {
  list-style-type: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.links li {
  float: left;
  padding: 0;
}

.links a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: -5px;
  padding: 15px 19px 15px;
  color: #777;
  vertical-align: top;
  border-right: 1px solid #dedddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.links a:hover,
.links a.active {
  background: #000;
  color: #fff;
  padding: 10px 19px 10px;
  border-bottom: 5px solid #d2b581;
}

/*Contact*/
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.post {
  margin: 0 0 45px;
}

.form-control {
  box-shadow: none;
  border-radius: 2px;
  padding: 12px 15px;
  height: 49px;
  font-size: 14px;
}

.form-control:focus {
  border-color: #777;
}

textarea.form-control {
  height: auto;
}

#slider-banner .owl-nav {
  position: relative;
  margin: 0;
  bottom: 286px;
}

#slider-banner .owl-nav .owl-prev {
  position: relative;
  float: left;
  left: 50px;
}

#slider-banner .owl-nav .owl-next {
  position: relative;
  float: right;
  right: 50px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #d2b581;
  padding: 8px 13px;
  color: #000;
  font-size: 1.5em;
  border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #111;
  color: #fff;
}

#categori {
  position: relative;
  bottom: 80px;
  z-index: 3;
}

.categori-img {
  border: 1px solid #dedddd;
  padding: 100px 0 20px;
  margin: 10px 0;
}

.categori-img h2 {
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  background: #ffff00bd;
}

.categori-img h2:hover {
  text-align: center;
  color: #fff;
  background: #000;
}

.categori-img:hover {
  color: #fff;
}

.quangcao {
  margin: 10px 0;
  padding: 10px;
  background: red;
  color: #fff;
}

.img-qc {
  margin: 20px 0;
  padding: 50px 10px;
}

.img-qc p:hover,
.img-qc h2:hover {
  color: #d2b581;
}

.img-qc h2,
.img-qc p {
  color: #fff;
}

.quangcao h2,
.img-qc h2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 0.8;
}

.quangcao p,
.img-qc p {
  font-size: 12px;
  margin: 0;
}

.quangcao:hover {
  color: #d2b581;
}

.title {
  background: #512428;
  color: #fff;
  padding: 10px 19px 10px;
  border-bottom: 8px solid #d2b581;
}

.danhmuc {
  border: 1px solid #dedddd;
}

.danhmuc li {
  padding: 10px 6px;
  font-size: 18px;
  border-bottom: 1px solid #dedddd;
}

.danhmuc li:hover {
  background: #d2b581;
}

.title-product {
  padding: 10px;
  color: #333;
  border: 1px solid #dedddd;
  background: #f7f7f7;
}

.price-new {
  font-size: 17px;
  float: right;
}

.product {
  padding: 10px;
  background: #fff;
}

.product a:hover {
  color: #d2b581;
}

.new-home .img-new {
  padding: 100px 0;
  margin: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new-home .img-new:hover {
  outline: 10px solid #d2b581;
}

.new-home h4,
.new-home p {
  padding: 5px 10px;
}

.new-home h4:hover {
  color: #d2b581;
}

.new-home p a {
  padding: 7px 14px;
}

footer {
  padding: 30px 0;
  background: linear-gradient(#d5d3d3 30%, white 70%);
}

footer ul li {
  color: #777;
  padding: 10px 0;
  border-bottom: 1px solid #dedddd;
}

footer ul li:last-child {
  border: 0;
}

footer ul li a {
  color: #777;

}

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

/*--------product-detail--*/
.gc-icon.gc-icon-download,
.gc-icon.gc-icon-close {
  display: none !important;
}

.gc-icon.gc-icon-prev {
  background: url('../images/next.png') no-repeat;
  background-size: contain;
}

.gc-icon.gc-icon-next {
  background: url('../images/prev.png') no-repeat;
  background-size: contain;
}

.gc-icon {
  border: 0;
}

.gc-icon-prev:before,
.gc-icon-next:before {
  content: '' !important;
}

.gc-icon-next {
  right: 0;
}

.gc-icon-prev {
  left: 0;
}

/*------------------------responsive-------------------------*/
@media (max-width: 567px) {
  #slider-banner .owl-nav {
    display: none;
  }

  .menu-bg {
    width: 100%;
    top: 0;
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
  }

  .links {
    width: 100%;
  }

  .links li {
    float: initial;
    padding: 0;
  }

  .links a {
    width: 100%;
    border: 1px solid #dedddd;
  }
}

@media (min-width: 567px) and (max-width: 767px) {
  .menu-bg {
    width: 100%;
    top: 0;
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
  }

  #slider-banner .owl-nav {
    bottom: 200px;
  }

  .links {
    width: 100%;
  }

  .links li {
    float: initial;
    padding: 0;
  }

  .links a {
    width: 100%;
    border: 1px solid #dedddd;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .navbar-header {
    display: none;
  }

  .collapse {
    display: block;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-header {
    display: none;
  }

  .collapse {
    display: block;
  }
}

@media (min-width: 1200px) {
  .navbar-header {
    display: none;
  }

  .collapse {
    display: block;
  }

}

.navbar {
  z-index: 999;
}

.main-menu {
  text-align: center;
}

.main-menu>ul {
  display: inline-block;
}

.main-menu>ul>li {
  display: inline-block;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-left: -4px;
}

.main-menu>ul>li:nth-child(1) {
  border-left: 1px solid #ddd;
}

.main-menu>ul>li>a {
  text-transform: uppercase;
  padding: 17px 20px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #512428;
  display: block;
}

.main-menu>ul>li:hover {
  background-color: #512428;
}

.main-menu>ul>li>a:hover {
  color: #e6c694;
}

@media (max-width:360px) {
  .main-menu {
    text-align: left !important;
  }

  .main-menu>ul {
    display: flex !important;
  }

  .main-menu>ul>li:nth-child(2) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(3) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(4) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(5) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(6) {
    border-left: 1px solid #ddd;
  }

  .btn-position {
    top: -105px !important;
    right: 20px;
  }
}

@media (min-width: 361px) and (max-width: 375px) {
  .main-menu {
    text-align: left !important;
  }

  .main-menu>ul {
    display: flex !important;
  }

  .main-menu>ul>li:nth-child(2) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(3) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(4) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(5) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(6) {
    border-left: 1px solid #ddd;
  }

  .btn-position {
    top: -110px !important;
    right: 20px;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  .main-menu {
    text-align: left !important;
  }

  .main-menu>ul {
    display: flex !important;
  }

  .main-menu>ul>li:nth-child(2) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(3) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(4) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(5) {
    border-left: 1px solid #ddd;
  }

  .main-menu>ul>li:nth-child(6) {
    border-left: 1px solid #ddd;
  }

  .btn-position {
    top: -120px !important;
    right: 20px;
  }
}

@media (min-width: 415px) and (max-width: 768px) {
  .main-menu>ul>li>a {
    padding: 17px 17px !important;
  }

  .btn-position {
    top: 185px !important;
    right: 83px !important;
  }
}
.clear{
  clear: both;
}