.kgreen-button a{
    text-decoration: none;
}

.kgreen-button {
    background-image: linear-gradient(rgba(180, 230, 95) , rgba(80, 180, 46));
    font-size: 1.2rem;
    font-family: "HecanLinearXXL", serif;
    color: white;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    box-shadow: 0 -1px 4px 0 #00000096, 0 1px 4px 0 #5e9e56de;
    border: 1px solid #1e752b;
    margin: 20px;
    text-decoration: none;
}

.kgreen-button:hover{
    color: white;
    text-decoration: none;
}
.kbutton{
    background-color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 1rem;
    font-family: "HecanLinearXXL", serif;
    color: white;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin: 5px;
}
.kbutton:hover , .kbutton.active{
    color: rgb(0, 0, 0);
    background-color: rgb(240, 240, 240);
    text-decoration: none;
}

.kbtn {
    height: 48px;
    padding: 5px 20px;
    text-decoration: none;
    font-style: normal;
    line-height: 40px;
    font-family: "HecanLinearScreen", serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    background-blend-mode: overlay, normal;
    box-shadow: inset 0 2px 3px rgba(147, 147, 147, 0.31), inset 0 0 8px rgba(106, 106, 106, 0.09);
    border: 0;
    border-radius: 15px;
}

.kbtn-green {
    color: white;
    background: var(--kammelna-green-gradient);
}

.kbtn-white {
    color: #070707;
    background: var(--kammelna-white-gradient);
}

.kbtn-orange {
    color: #070707;
    background: var(--kammelna-orange-gradient);
}

.kbtn-yellow {
    color: black;
    font-size: 22px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background: var(--km-yellow-gradient);
}

.kbtn-gray {
    color: black;
    font-size: 22px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: var(--km-gray-gradient);
}

.kbtn-disabled {
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    background: var(--km-disabled-btn-bg);
    cursor: default !important;
}

.nbutton{
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.086224), rgba(21, 21, 21, 0.086224)), linear-gradient(0deg, #EEEEEE 0%, #FFFFFF 100%);
    text-decoration: none;
    font-family: "HecanLinearXL", serif;
    color: rgba(82, 51, 24, 1);
    font-size: 2.5vw;
    border-radius: 20px;
    text-align: center;
    max-height: inherit;
    vertical-align: middle;
    padding: 0.2vw;
}

.nbutton:hover , .nbutton:active{
    color: rgba(139, 87, 42, 1);
    text-decoration: none;
    text-align: center;
    padding: 0.2vw;
    background: white;
}
.no-order-btn{
    background: linear-gradient(0deg, #EEEEEE 0%, #FFFFFF 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-family: 'HecanLinearScreen', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.no-address-btn{
    background: linear-gradient(0deg, #EEEEEE 0%, #FFFFFF 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-family: 'HecanLinearScreen', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    min-width: 150px;
}
.address-btn{
    background: linear-gradient(0deg, #EEEEEE 0%, #FFFFFF 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-family: 'HecanLinearScreen', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    max-width: 200px;
    min-height: 50px;
    margin: 10px auto;
    padding: 20px;
}
.del-btn{
    background:  #AF0000 ;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-family: 'HecanLinearScreen', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    min-width: 150px;  
}
.track-order-btn{
    background: #1AB0DF;
    border-radius: 10px;
    font-family: 'HecanLinearScreen', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}
@media (min-width: 992px) {
    .nbutton{
        }

    .track-order-btn{
        width:125px;
        height: 35px;
        font-size: 16px;
        padding-top: 5px;
    }
}
@media (max-width: 600px){
    .nbutton {
        font-size: 4vw;
    }
}
@media (max-width: 600px) {
    .track-order-btn {
        padding: 6px;
    }
}