.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0,0,0,0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0,0,0,0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.text_underline:after {
  display: inline-block;
  margin: 0;
  content: " ";
  display: block;
  height: .1em;
  border-radius: 10px;
  background: #f64f59;
}

@media (min-width: 576px) {
  form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  form {
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  .sidebar {
    width: 12rem !important;
  }
}

@media (min-width: 768px) {
  .nav-brand-icon {
    transform: translateX(-10px);
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .nav-brand-icon {
    transform: translateX(0px);
  }
}

.paragraph-style {
  font-size: 12px;
}

.btn:focus {
  outline: 0;
  box-shadow: 0px 0px;
}

.modal-content {
  border-radius: 20px;
}

.product-detail-cards-style {
  border-radius: 5px;
  border-width: 1px;
  border-color: #6e1c97;
  background: #F9F9F9;
  width: 200px;
  height: 200px;
}

@media (min-width: 576px) {
  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 300px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 18%;
  }
}

@media (min-width: 300px) {
  .col-sm-10 {
    flex: 0 0 auto;
    width: 82%;
  }
}

.product-management-style {
  width: 200px;
  height: 200px;
}

.btn-padding {
  padding: 5px;
  width: 30px;
  height: 30px;
}

@media (min-width: 1400px) {
  .product-grid-style {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
    grid-auto-rows: minmax(200px, auto);
    justify-items: start;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .product-grid-style {
    display: grid;
    overflow: auto;
    margin-top: 2rem;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    grid-auto-rows: minmax(200px, auto);
    justify-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-grid-style {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    grid-auto-rows: minmax(200px, auto);
    justify-items: start;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .product-grid-style {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    grid-auto-rows: minmax(200px, auto);
    justify-items: start;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-grid-style {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
    grid-auto-rows: minmax(200px, auto);
    justify-items: start;
  }
}

