/* top cart summary */
.top_cart, .top_cart:hover, .top_cart:active, .top_cart:visited  {
  color: white !important;
}
.glyphicon-search {
  color: white !important;
}

/* fix font awesome */
.fa {
  font-size: 100%;
}
/* fix nav backgorund */
.navbar-default, .m-rednavbar {
  background-color: #f12e17;
}

/* fix footer */
.footer {
  background-color: #f2f2f2;
  color: #626262;
  margin-bottom: 0;
}

/* shop cat menu */
div #cat_menu {
  max-width:270px!important;
  list-style: none;
  padding-left: 0px;
}
#cat_menu ul li a, #cat_menu ul li a:visited, #cat_menu ul li a:link {
  /*color: #000;*/
  display: block;
  text-transform: capitalize;
  padding: 4px 10px 4px 10px;
}
#cat_menu ul li a:hover {
  color: #4d555a;
  /*background-image: url(../img/templates/cat_icon.png);
  background-position: left;
  text-transform: capitalize;
  background-repeat: no-repeat;*/
}
#cat_menu ul li a.active {
  color: #4d555a;
  /*background-image: url(../img/templates/cat_icon.png);
  background-position: left;
  background-repeat: no-repeat;*/
}
#cat_menu ul li {
  padding-left: 4px;

}
#cat_menu ul li a{
  color: #007bff;

}
.nav-pills > li.active > a{
  padding-left: 4px;
  background: #007bff !important;
  color: #fff !important;
}


/* checkout required */
div.required .control-label:before {
  content: '* ';
  color: red;
  font-weight: 700;
}

a.mm-blue-link {
  color: #007bff;
}

.mm-5-col {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.mm-5-col .col {
  display: flex;
  flex-direction: column;
  max-width: 20%;
}
.mm-5-col .col button {
  margin-top:auto;
}

@media screen and (max-width: 992px) {
  .mm-5-col .col {
    display: flex;
    flex-direction: column;
    max-width: 50%;
  }
}


/* Preview cart*/
.mm-preview-cart-table {
  width: 450px;
  font-size: small;
  text-align: left;

}
.mm-preview-cart-table tbody {

}

small {
  font-size: 10px;
}
.mm-preview-cart-table img {
  max-width: 50px;
}

.mm-scroll-table {
  height: 300px !important;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.mm-scroll-table::-webkit-scrollbar {
  display:none;
}

#mm-cart {
  cursor: pointer;
}

.mm-cart-count {
  background: green;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  height: 25px;
  width: 25px;
  text-align: center;
  padding-top: 1px;
  top: -9px;
  position: absolute;
  border: 2px solid white;
}

/* Product */
.mm-prod-bg {
  transition:1s;
  border-radius: 10px;
  padding: 0.75em;
}
.mm-prod-bg:hover {
    background: lightgrey;
}

.navbar-default .navbar-nav > .open > a {
  background: white !important;
  color: #d82914;
}
.navbar-default {
  border: none;
  border-radius: 0;
}
.mm-login {
  width: 300px;
  padding: 1em;
}

/* D-FLEX */
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-start {
  justify-content: start;
}
.justify-content-between {
  justify-content: space-between;
}

/* BUTTONS */
.btn-white {
  background: white;
  color: #d82914;
}
.btn-success {
  background-color: #007E4D;
}
.btn-primary {
  background-color: #007BFF;
  color: white!important;
}

.panel-default > .panel-heading {

  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.d-none {
  display: none!important;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.bold-text {
  font-weight: bold;
}
.p-1 {
  padding: 1em;
}
.pr-1 {
  padding-right: 1em;
}
.m-0 {
  margin: 0!important;
}
.navbar-form {
  background: none !important;
}

/* Breadcrumbs*/
.breadcrumb {
  background: none;
  margin: 20px 0 !important;
}

.right-side-nav {
  position: unset;
  right: 24px;

}

.right-side-nav .dropdown-menu {
  background-color: white !important;
}

@media screen and (min-width: 768px) {
  .right-side-nav {
    position: absolute;
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  #account_menu_wrapper {
    text-align: left;
  }
  #account_menu_wrapper a {
    display: block;
  }
}
  /* MODAL */
.modal-backdrop {
  z-index: unset;
}

/* Overlay for image thumbnail*/
.mm-overlay {
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height:100%;
}

.mm-aus-made {
  position: absolute;
  left:0;
  top:0;
}
