/*
 *  Copyright (C) SCHUNK GmbH & Co. KG - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *  Written by Thomas Rutschke thomas.rutschke@rutschkeconsulting.com, November 2022
 */
/* 
    Created on : 28.05.2025, 17:26:54
    Author     : ThomasRutschke

*/
a.btn-details-page-product-link {
    /*min-height: 0 !important;*/
    border-radius: 20px;
    border-width: 2px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 23px;
    padding: 8px 50px;
    margin: 0 20px 15px;
    background: #009ee0;
    color: white;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /*border: none;*/
}

a.btn-details-page-product-link-disabled {
    pointer-events: none;
    border: solid #929292;
    border-radius: 20px;
    border-width: 2px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 23px;
    padding: 8px 50px;
    margin: 0 20px 15px;
    background: #ffffff;
    color: #929292;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}