.social-buttons-wrapper {
    margin-top: 20px;
    padding-right: 60px;
    justify-content: space-between;
}

.link-icons {
    flex-direction: column;
}

.link-icon {
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 12px;
}

a.link-icon {
    color: #000;
}

.link-icon:before {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
}

.mjs-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.mjs-availability-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    padding: 20px 10px;
}

.mjs-availability-wrapper .availability-value {
    margin-bottom: 0;
    font-size: 14px;
}

.mjs-availability-wrapper a {
    font-weight: bold;
    color: #000;
}

.mjs-availability-wrapper a span {
    font-weight: normal;
    color: var(--color-primary);
}

.p-code-label {
    font-weight: bold;
    color: #000;
}

.p-info-wrapper h1 {
    font-weight: bold;
    margin: .67em 0;
}

p[data-testid="productCardDescr"] {
    display: none;
}

.p-final-price-wrapper {
    margin-bottom: 0 !important;
}

.mjs-price-wrapper {
    padding: 10px;
}

.mjs-price-wrapper .add-to-cart {
    display: flex;
    gap: 10px;
    margin: 0;
}

.mjs-price-wrapper .add-to-cart .quantity {
    display: flex;
    padding: 0;
    justify-content: stretch;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 0;
}

.mjs-price-wrapper .add-to-cart .quantity .increase,
.mjs-price-wrapper .add-to-cart .quantity .decrease {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    background: none;
    border: none;
    height: 48px;
    width: 48px;
}

.mjs-price-wrapper .add-to-cart .quantity .increase {
    border-left: 1px solid #dadada;
}

.mjs-price-wrapper .add-to-cart .quantity .decrease {
    border-right: 1px solid #dadada;
}

.mjs-price-wrapper .add-to-cart .quantity .decrease {
    order: -1;
}

.mjs-price-wrapper .quantity .increase:before,
.mjs-price-wrapper .quantity .decrease:before {
    font-size: 6px;
    height: 100%;
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.mjs-price-wrapper .quantity .decrease:before {
    content: "\e919";
}

.mjs-price-wrapper .quantity .increase:before {
    content: "\e918";
}


.mjs-price-wrapper .quantity input {
    text-align: center;
    height: 48px;
    width: 48px;
}

.mjs-price-wrapper .btn.add-to-cart-button:before {
    content: "\e921";
}

.mjs-prod-top-pars th {
    font-weight: bold;
}

.mjs-warranty .row-header-label {
    display: flex;
    align-items: center;
    gap: 3px;
}