.breadcrumb {
    display: none
}
.product_page_title {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.bootstrap-touchspin {
    position: relative;
}
.product-quantity #quantity_wanted {
    width: 5rem;
    text-align: center;
}
.input-group-btn-vertical {
    display: flex !important;
    flex-direction: row-reverse;
    position: absolute !important;
    z-index: 5;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 15px;
}
.product-quantity .input-group-btn-vertical .btn {
    margin: 0;
    border: none;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background: white ;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\e145";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\e15b";
}
.product-quantity .input-group-btn-vertical .btn i {
    font-weight: 700;
    font-size: 16px;
}
.product-quantity #quantity_wanted {
    border-color: black;
    font-weight: 700;
}
.features_title_custom {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}
.data-sheet-custom {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.custom_feature_name {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    width: 100px;
    display: inline-block;
}
.custom_feature_data {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}
.data_sheet_custom_container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.product_reference {
    color: #B4B4B4;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.product_available {
    color: #00C72C;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.product_last_remaining_items {
    color: #ff9100;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.product_unavailable {
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
#product .current-price-value {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: black
}
.add_to_cart_button {
    text-transform: inherit !important;
    color: black !important;
}
.add_to_cart_button:hover {
    background: black;
    color: white !important;
}
.product-quantity .btn-touchspin {
    height: 1.1rem;
}
.product_page_container {
    margin-top: 60px
}
.product_description_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: var(--textColor)
}
.product-description p {
    color: var(--textColor);
    font-size: 16px
}
.js-qv-product-images {
    display: flex;
    justify-content: center;
}
#product #main {
    margin-bottom: 60px;
}
.product_container_right_side {
    margin-top: 60px;
}
.product-prices {
    margin-left: 5px
}
.current-price {
    display: flex;
    align-items: center;
}
@media(max-width: 768px) {
    .product-quantity {
        flex-wrap: wrap;
    }
    .btn-ask-for-product {
        padding-left: 0
    }
}