/* ============================================
   RABUCHI THEME STYLESHEET
   Elegant Brown x Soft Cream Palette
   ============================================ */

/* === Typography === */
body, ul, li, p, a, label, input, div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #3b2417;
}

.h1 {
  font-family: 'Cinzel', serif;
  font-size: 48px !important;
  font-weight: 300 !important;
  letter-spacing: 4px;
  color: #3b2417;
}

.h2 {
  font-family: 'Cinzel', serif;
  font-size: 30px !important;
  font-weight: 300;
  color: #3b2417;
}

.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
  color: #3b2417;
}

/* === General === */
.logo {
  font-family: 'Cinzel', serif;
  font-weight: 300 !important;
  letter-spacing: 6px;
  color: #d8c4aa !important;
  text-transform: uppercase;
}

.logo:hover {
  color: #f1e3c4 !important;
  transition: color 0.3s ease;
}

.text-warning { color: #d8c4aa !important; }
.text-muted { color: #bfa98f !important; }
.text-success { color: #d8c4aa !important; }
.text-light { color: #f1e3c4 !important; }

.bg-dark { background-color: #3b2417 !important; }
.bg-light { background-color: #f9f6f1 !important; }
.bg-black { background-color: #2a1810 !important; }
.bg-success { background-color: #d8c4aa !important; }

.btn-success {
  background-color: #d8c4aa !important;
  border-color: #d8c4aa !important;
  color: #3b2417 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #f1e3c4 !important;
  border-color: #f1e3c4 !important;
  color: #3b2417 !important;
}

.pagination .page-link {
  color: #3b2417;
  border: 1px solid #d8c4aa;
}

.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #d8c4aa;
  color: #3b2417;
}

/* === Nav === */
#templatemo_nav_top { min-height: 40px; }
#templatemo_nav_top * { font-size: .9em !important; }

#templatemo_main_nav a {
  color: #f1e3c4 !important;
}

#templatemo_main_nav a:hover {
  color: #d8c4aa !important;
}

.navbar {
  background-color: #3b2417 !important;
  border-bottom: 1px solid #d8c4aa;
}

#templatemo_main_nav .navbar .nav-icon { margin-right: 20px; }

/* === Hero Carousel === */
#template-mo-zay-hero-carousel {
  background: #f9f6f1 !important;
}

#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #d8c4aa;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #d8c4aa !important;
  font-size: 2.5em !important;
  transition: color 0.3s ease, transform 0.3s ease;
}

#template-mo-zay-hero-carousel .carousel-control-next:hover i,
#template-mo-zay-hero-carousel .carousel-control-prev:hover i {
  color: #f1e3c4 !important;
  transform: scale(1.15);
}

/* === Accordion === */
.templatemo-accordion a {
  color: #3b2417;
}
.templatemo-accordion a:hover {
  color: #d8c4aa;
}

/* === Shop === */
.shop-top-menu a:hover {
  color: #d8c4aa !important;
}

/* === Product === */
.product-wap {
  box-shadow: 0px 5px 10px 0px rgba(59, 36, 23, 0.2);
  background-color: #fff;
  border-radius: 10px;
}

.card.product-wap a {
  color: #3b2417;
}

.card.product-wap .card .product-overlay {
  background: rgba(59, 36, 23, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}

/* === Brand Section === */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}

.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* === Services === */
.services-icon-wap {
  color: #3b2417;
  border: 1px solid #d8c4aa;
  transition: .3s;
}

.services-icon-wap:hover,
.services-icon-wap:hover i {
  color: #3b2417;
  background: #d8c4aa;
}

/* === Contact / Forms === */
.form-control {
  border: 1px solid #d8c4aa;
  color: #3b2417;
}

.form-control:focus {
  border-color: #f1e3c4;
  box-shadow: 0 0 4px #d8c4aa;
}

/* === Footer === */
#tempaltemo_footer {
  background-color: #3b2417 !important;
  color: #f1e3c4 !important;
}

#tempaltemo_footer a {
  color: #d8c4aa;
  text-decoration: none;
}

#tempaltemo_footer a:hover {
  color: #f1e3c4;
}

#tempaltemo_footer .border-light {
  border-color: #d8c4aa !important;
}

#tempaltemo_footer ul.footer-link-list li {
  padding-top: 10px;
}

#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  transition: .3s;
}

#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #d8c4aa;
}

#tempaltemo_footer ul.footer-icons li:hover i {
  color: #3b2417;
}

/* === Responsive Adjustments === */
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav { max-width: 450px; }
}

@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav { max-width: 550px; }
  #template-mo-zay-hero-carousel .carousel-item {
    min-height: 30rem !important;
  }
}
