.mb-0 { margin-bottom: 0 !important; }
.mb-15 { margin-bottom: 15px !important; }

.text-default {
  color: #252525 !important;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 25px;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color: #BDA897;
  border-color: #BDA897;
}

.pagination  >li > a, 
.pagination > li > span {
  color: #BDA897;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
  color: #BDA897;
}

.input-sm {
  border-radius: 0;
}

.input-group-addon {
  padding: 6px 15px;
  background-color: #ddd;
  border: none;
  border-radius: 0;
}

.productsContent .productBox > .productImage > span.label {
  position: absolute; 
  top: 45px; 
  right: 0; 
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 0;
  z-index: 999;
}

.productsContent .productBox > .productImage > span.label-yellow {
  background-color: #FFDB31;
}

.productsContent .productBox > .productImage > span.label-shadow {
  color: #797979;
  background-color: #f0f0f0;
}

.topBar {
  min-height: 3px; 
  text-align: center;
  color: #fff;
  background-color: #BDA897;
}

.nl2br {
  white-space: pre-line;
}

#carousel .carousel-control,
#lightbox .carousel-control {
  color: #BDA897;
}

#carousel .carousel-indicators li,
#lightbox .carousel-indicators li {
  border-color: #BDA897;
}

#carousel .carousel-indicators .active,
#lightbox .carousel-indicators .active {
  background-color: #BDA897;
}

#carousel .carousel-control.right,
#carousel .carousel-control.left,
#lightbox .carousel-control.right,
#lightbox .carousel-control.left {
  background: none;
}
