.quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: #ddd;
    border-radius: 5px;
}

.quantity-btn:hover {
    background-color: #bbb;
}

input[type="number"] {
    width: 50px;
    text-align: center;
    font-size: 16px;
}

.related.products ul li {
    list-style: none;
}
.nectar-social.hover.woo {
    position: relative;
}

.nectar-social .share-btn {
    margin-right: 14px;
    color: #888;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 6px 20px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: border-color .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: border-color .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.nectar-social.hover > div:not(.share-btn) {
    display: inline-block;
}

.nectar-social.hover .nectar-social-inner {
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 300px;
}

.nectar-social.hover > *:not(.share-btn) {
    margin-bottom: 14px;
}

.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
    -webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
    transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
}

.nectar-social.hover .nectar-social-inner a {
    transform: translateX(-20px);
    opacity: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    color: #ddd;
    margin: 0 14px 14px 0;
    text-align: center;
    line-height: 43px;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 6px 20px;
    border-radius: 100px;
    -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
    transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
}

.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a {
    text-decoration: none !important;
}

.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
    opacity: 0;
    pointer-events: none;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span,
.sharing-default-minimal .nectar-love {
    color: #888;
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span {
    cursor: pointer;
    -webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
    transition: color .45s cubic-bezier(0.25,1,0.33,1);
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
    font-size: 14px;
    line-height: 28px;
}


.nectar-social.hover.visible .nectar-social-inner a, .nectar-social.hover.visible[data-position="right"] .nectar-social-inner a {
    transform: translateX(0px);
    opacity: 1;
}

.nectar-social.hover.visible .nectar-social-inner {
    pointer-events: all;
}