input.form-control.quantity-input {
    height: auto;
    font-weight: 700;
    width: 4rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}


.btn-cart-single:hover svg.svg-icon.text-lg.cart-single  {
  transform: rotate(350deg);
}

.my-4.product-share.text-sm :hover > i {
  color: #28a745;
}

@media (min-width: 992px) { 
.product-share {
  font-size: .875rem!important;
}
}

@media (max-width: 991.98px) { 
  .product-share {
    font-size: .600rem;
  }
}


@media (max-width: 991.98px) { 
  h1.title-product {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}


@media (min-width: 992px) { 
h1.title-product {
  font-size: 2rem;
  margin-bottom: 3rem;
}
}



/* Portrait phones and smaller */
@media (max-width: 570px) {

}

.single-links {
  color: #6c757d!important;
}

.single-links :hover{
  color: #28a745!important;
}

.heart-actived {
  color: #28a745;
}

.imaTWf {
  color: #000000;
  position: sticky;
  background-color: rgb(255, 255, 255);
  top: 56px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  z-index: 1021;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
}