div.col-product-info > div.product-buttons{
  display: none !important;
}


.quantity-add-cart{
  display: none;
}

.sticky-cart {
  display: flex;
  position: fixed;
  bottom: 16px;
  z-index: 99;
  background: transparent;
  right: 0;
  left: 0;
  padding: 0 12px;
  opacity: 0;
  visibility: visible;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin: 0;
  opacity: 100;
  border-radius: 0;
  transition: opacity .18s ease;
  pointer-events: auto;
}


.product-info-header {
    justify-content: right !important;
    flex-direction: row !important;
}


div.col-product-info > section > h1.title-product {
    display: flex; !important;
}


.col-product-info .price-product {
    width: auto !important;
}


.sku-weight {
    justify-content: right !important;
    text-align: right !important;
}


.header-box svg {
    color: #daa48b;
    cursor: pointer;
}


.cart-badge {
    background-color: #8b5e73;
}


.header-box .menu-btn span {
    background-color: #daa48b;
}


.is-not-taxable{
    display: none;
}