.navigation .sm-logo a.no-sticky-logo img{
  width: 120px !important;
}

.navigation .sm-logo a.sticky-logo img{
    width: 80px !important;
}

.single-button .intro {
  display: none !important;
}

.widget_shopping_cart #header-mini-cart {
    padding: 17px 10px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_shopping_cart #header-mini-cart .cart-items-number .wrapper-items-number {
    color: white;
}

.widget_shopping_cart #header-mini-cart .cart-items-number .wrapper-items-number {
    background: var(--thim-body-primary-color);
}