/* customize for body */
#breadcrumb {
  padding: 6.7em 0;
  text-align: center;
  margin-bottom: 30px;
  /*background-image: url(../img/default/bg-breadcrumb.jpg);*/
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

/* customize for topbar */

#topbar {
  background-color: #6e160a;
}

#topbar .container {
  background-color: #6e160a;
}

/*#topbar .container {
    color: #ffffff
}*/

#topbar a {
  color: #ffffff;
}

/* customize for header-main */
/*  Ad*/
@media (max-width: 991px) {
  #topbar .links {
    padding: 13px 0;
    /* background-color: #601e24 */
    background-color: #b8743a;
  }
}

#header-main {
  background-color: #ffffff;
}

/* customize home page */
.nbproducts {
  padding: 2px 5px;
}
.widget-category_image .nbproducts {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  padding: 15px 20px;
  margin: 0 auto;
  max-width: 230px;
  text-align: center;
}

/* Back to top */
#back-top {
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 50px;
  bottom: 0px;
  z-index: 99;
}
.rtl #back-top {
  left: 50px;
  right: auto;
}
#back-top a {
  width: 45px;
  height: 45px;
  background: #b8743a;
  color: white;
  font-size: 20px;
  line-height: 45px;
}
#back-top a:hover {
  color: 601e24;
}
/* customize for footer */

/* customize for product */

/* custom product list */

/*.fa-addtoCart i {
    font-size: 24px
}*/

a.hoverLink:hover {
  color: white;
}
/* customize for modules */

.subcategories .cat-name a {
  position: absolute;
  font-size: 10px;
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin: auto;
  color: white;
  height: 35px;
  text-align: center;
  line-height: 10px;
  overflow: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
  background: black;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(63, 65, 77, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(63, 65, 77, 0.7) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(63, 65, 77, 0.7) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(63, 65, 77, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(63, 65, 77, 0.7) 100%
  );
}

#categories_block_left ul li ul li a,
.sidebar-right .blockcategories_footer ul li ul li a {
  color: #666666;
  font-weight: bolder;
  font-size: 11px;
  position: relative;
  padding: 7px 0 7px 10px;
}

/* customize for highlighted-modules */
@media (max-width: 767px) {
  .form-control {
    padding: 0;
  }
  .leo_quantity {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #cart .cart-quantity {
    display: none;
  }
  #cart .cart-quantity span {
    display: none;
  }
  #cart .ajax_cart_product_txt,
  .ajax_cart_product_txt_s,
  .ajax_cart_total {
    display: none;
  }
}
