/* Add custom CSS styles below */ 
.navbar-brand {
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
}
.navbar-brand.p-1 {
    padding: 0rem;
}
.angel-discountcoupon {
  border-color: rgb(113 145 141);
}
#product-tabs-options {
/*display: none;*/
}
#more-content { 
padding: 0 10px;
}
.details {
margin-top: 0px;
}
section.weight.details{display:none;}
.sticky-product-bar__quantity {
  display: none !important;
}
.sticky-product-bar__btn-custom-tamara {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 5px 5px;
  background: linear-gradient(90deg, #3BFF9D, #3BFFC8);
  color: #1F2937;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  
}
.sticky-product-bar__btn-custom-tamara:hover {
  background: linear-gradient(90deg, #2AD388, #2AE5B5);
}
.sticky-product-bar__btn-custom-tamara svg.tamara-logo-svg {
  height: 28px;
  width: 28px;
  flex-shrink: 0;
}
.sticky-product-bar__btn-custom-tamara span {
  display: inline-block;
  line-height: 1.2;
}