/* Shop Page */
.product-small .cart{
	gap: 0.5em;
}
.product-small .cart{
	padding: 0 5px;
}
.product-small .cart .ux-quantity.quantity {
    width: 100% !important;
    max-width: 100% !important;
}
.product-small .cart input.input-text {
    width: 100% !important;
    max-width: 100% !important;
}
.product-small .ux-quantity {
    position: relative;
}

.product-small .ux-quantity input.qty {
    padding-left: 36px !important;
}
.product-small .ux-quantity::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #111111;
    pointer-events: none;
	  z-index: 1;
}

/* Product Page  */
.single-product #main, .single-product #wrapper {
    background-color: #edf0f3 !important;
}
.product-page-row{
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.tabs-product-info .nav-link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 232px;
  height: 60px;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background-color: transparent;
  color: rgb(55, 65, 81);
  font-family: Inter, "Inter Fallback", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.tabs-product-info .nav-link.active{
    background-color: #edf0f3 !important;
    color: #000 !important;
}
.tabs-product-info .nav-link:not(:last-child) {
    border-bottom: 1px solid #edf0f3;
}
.tabs-product-info .nav-link:hover{
    color: #000 !important;
}
.product-attribute-label{
    text-transform: capitalize;
}
.custom-product-description br {
    display: contents;
}
.tabs-product-info .tab-content{
    padding: 20px 10px;
}