@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

.sku-item p {
    font-size: 1.3rem;
    width: 50%;
}

.sku-item p span {
    color: #00bbff;
}


.side-bar-p {
    font-size: 1.2rem;
}

.pesquisa-sku label {
    font-size: 2rem;
    color: #525f7f;
    margin-left: 1rem;
    padding: 0 5px;
    margin-bottom: 1rem;
    font-weight: 400 ;
}

.pesquisa-sku input {
    width: 100%;
    height: 25px;
}

.pesquisa-sku {
    background: #bbb;
    margin-bottom: 16px;
    border-radius: 15px;
    padding: 8px;
}

.criar-sku {
    background: #bbb;
    margin-bottom: 16px;
    border-radius: 15px;
    padding: 8px;
}

.criar-sku form {
    margin-bottom: 0;
}

.criar-sku label {
    margin-right: 8px;
    font-size: 1rem;
}

.criar-sku input {
    margin-right: 2rem;
}

.criar-sku span {
    font-size: 2rem;
    color: #525f7f;
    margin-left: 1rem;
    padding: 0 5px;
    margin-bottom: 1rem;
}

#display-2 {
    position: absolute;
    top: 22%;
    right: 14%;
    left: 27%;
    background: #3c3c42;
    padding: 16px;
    display: none;

}

#display-2 p {
    color: white;
}


.btn-remove {
    border-radius: 52px;
    color: white;
    padding: 2px 2%;
    background: #991010;
    width: fit-content;
    font-size: 1.4rem;
    position: absolute;
    right: -25px;
    top: -25px;
}

.btn-remove:hover,
.btn-remove:active,
.btn-remove:focus {
    background: #bd1919;
    color: white;
}

.sku-item {
    border: 2px solid #e14eca;
    padding: 0 16px;
}

.image-product {
    margin: 0 35px 16px 0;
    position: relative;
    border: 2px solid #e14eca;
    padding: 16px 16px;
    width: fit-content;
    min-height: 400px;
}

.image-product img {
    width: 250px;
    height: 250px;
}

.img-container {
    display: flex;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}
