
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/*.component {
  margin-top:170px;
}*/

#app {
  margin-top:40px;
}

#app .container {
  max-width: 1300px;
}

hr {
  border: 1px solid rgba(0,0,0,.1) !important;
}

#app .card-title {
  text-align:left;
}

#app .card-button {
  width:100%;
  text-align: left;
}

#app .cart-button button {
  background-color: #64b0f2;
  border-color:#64b0f2;
  color:#fff;
}

#app .cart-button button:hover {
  background-color: #439fef;
  border-color:#439fef;
  color:#fff;
}

#app .cart-button button:focus {
  background-color: #439fef;
  border-color:#439fef;
  color:#fff;
}

#product_image {
  min-width: 100%;
  height: auto;
}

/** FLOAT LABELS **/
.vfl-label {

}

.vfl-label-on-input {
  top: -1.8em !important;
  pointer-events: all !important;
  opacity: 1 !important;
  font-size:15px !important;
}

.vfl-label-on-focus {

}

/** ACCORDION **/
.collapse-item {
  margin-bottom:10px;
  border:none;
}

.card-header {
  padding: .35rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 0px solid rgba(0,0,0,.125);
  box-shadow: none;
}

#app .label {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}

/** input spinner **/
div.input_spinner input {
  width:45px !important;
  font-size: 14px !important;
  height: 25px !important;
}

div.input_spinner button {
  width:45px !important;
  font-size: 14px !important;
  height: 25px !important;
  width:25px !important;

}

/** stock **/
#app .in-stock {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  background-color: #1bb99a;
}

#app .few {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  background-color: #FFC107;
}

#app .out-of-stock {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  background-color: #F44336;
}

.GREEN {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  background-color: #1bb99a;
}

.YELLOW {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  background-color: #FFC107;
}

.RED {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  background-color: #F44336;
}

/** vue notification **/
#app .vue-notification {
  font-size: 15px !important;
}

.notification.vue-notification.warning {
  background-color: #ffb648 !important;
  border-left: 5px solid #f48a06 !important;
}

.no_flex {
  display: block !important;
}



/** responsie **/
@media all and ( min-width: 992px ) {
  .col-search {
    width:80%;
    margin:0 auto;
  }

}

@media all and ( max-width: 991px ) {
  .col-search {
    width:100%;
    margin:0 auto;
  }

  #navigation {
    margin-top: 60px !important;
  }

  #enr_product_img {
    margin-top:30px !important;
    margin-bottom:30px! important;
  }
}

@media all and (max-width: 420px) {
  .mobile-logo {
    display:inline-block;
  }

  .logo{
    display:none !important;
  }
}

@media all and (min-width: 421px) {
  .mobile-logo {
    display:none !important;
  }

  .logo{
    display:block !important;
  }
}



#topnav .topbar-main {
  background-color: #4b4a48 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

