.add__compare {
    cursor: pointer;
}

.product__tabs-navigation {
    margin-top: 35px;
}

/**
* Reset browser styles for number input
*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*share*/
.ya-share2__item_service_copy .ya-share2__badge, 
.ya-share2__item_service_copy .ya-share2__mobile-popup-badge {
    background-color: #5f5f5f;
}

.ya-share2__item_service_copy .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5H2C.897 5 0 5.897 0 7v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2Z' fill='%23fff'/%3E%3Cpath d='M17 0H7a2 2 0 0 0-2 2v2h8a2 2 0 0 1 2 2v8h2a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 10px !important;
    background-repeat: no-repeat;
    background-position: center;
}