body {
    background-color: #f4f2eb !important;
    background-image: url("/style/images/topo-pattern.png");
    background-repeat: repeat;
    height: auto;
    overflow: hidden;
}

h2 {
  font-weight: 400 !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}

h3 {
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  color: #5e4334;
  font-weight: 4 !important;
  letter-spacing: 1px;
  text-transform: none;
}

hr {
  background: #666 !important;
  color: #666 !important;
  height: 1.5px !important;
  margin-bottom: 3rem !important;
  margin-top: 4.5rem !important;
}

header a {
  color: #D46700 !important;
  text-decoration: none !important;
}

header a:hover {
  color: #594436 !important;
  text-decoration: none !important;
}

a {
  color: #594436 !important;
  text-decoration: none !important;
}

.page-header {
  background-size: cover !important;
  border-bottom: 15px solid #5e4334;
  height: 400px;
  margin-top: 0;
  padding-bottom: 400px;
  position: relative;
  width: 100%;
}

.page-header-text {
  background: rgba(0,0,0,.5);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.body-button button {
  border-radius:5px;
  background: #ec6307;
  border: none;
  -webkit-box-shadow: 0px 6px 23px -5px rgba(0,0,0,0.72);
  -moz-box-shadow: 0px 6px 23px -5px rgba(0,0,0,0.72);
  box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.72);
  color: #fff;
  font-size: 20px !important;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px 20px;
  transition: 300ms;
}

.body-button button:hover {
  background: #ff8c00;
  transition: 300ms;
}

.card {
  -webkit-box-shadow: 0px 6px 23px -5px rgba(0,0,0,0.72);
  -moz-box-shadow: 0px 6px 23px -5px rgba(0,0,0,0.72);
  box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.72);
  overflow: hidden;
  margin-bottom:10px;
}

.card h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: none;
  padding: 20px;
}

.card img {
  height: 200px;
}

.discount {
  background: #5e4334;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px;
}

.owl-pagination {
  margin-top: 20px;
}

.owl-theme {
  overflow: hidden;
}

.owl-carousel-heading {
  width: 400px;
}

/* Drawer styling */
.drawer .drawer-logo {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.drawer img {
  height: 25px;
  width: auto;
}

.drawer a {
  color: #594436 !important;
  text-decoration: none !important;
}

.drawer a:hover {
  color: #D46700 !important;
  text-decoration: none !important;
}

.drawer li {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .drawer .drawer-logo {
    height: 57px;
    padding-top: 14px;
  }
}

.owl-prev, .owl-next {
  border-radius: 50%;
  height: 50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.owl-prev {
  left: 0;
}

.owl-prev .fa {
  font-size: 31px;
  line-height: 50px;
  margin-left: -3px;
}

.owl-controls {
  text-align: center;
}
.owl-controls .owl-page {
  display: inline-block;
}

.thumbnails{
  height: 128px;
  background-size: cover;
  width: auto;
  background-position: center;
}
.owl-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity: 0.8;
    transition: 300ms;
}
.owl-prev:hover, .owl-next:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    transition: 300ms;
}
.owl-next {
    right: 0;
}

.owl-next .fa {
  font-size: 31px;
  line-height: 50px;
  margin-right: -3px;
}

.owl-controls {
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}

.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.owl-wrapper-outer {
  width: 100vw !important;
}

@media only screen and (max-width: 390px) {
  .owl-next {
    right: 8%;
  }
}

@media only screen and (max-width: 330px) {
  .owl-next {
    right: 20%;
  }
}



/* Sign in form override */
.btn-facebook {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}

.btn-google {
    color: #666 !important;
  }

.btn-google:link, .btn-google:visited {
  color: #fff !important
}

.btn-google:active, .btn-google:hover {
  color: #fff !important;
}

.btn-email {
    color: #fff !important;
}

.btn-email:link, .btn-email:visited {
  color: #C21807 !important;
}

.btn-email:active, .btn-email:hover {
  color: #C21807 !important;
}

.fa-text {
  padding-top: 2px !important;
  font-weight: 600 !important;
}

.modal-header button {
  border-radius:5px;
  font-weight: 300;
  right: -93%;
}

.modal-title {
  margin: auto;
  text-transform: uppercase;
  width: 250px;
}
