#product .addons-link {
    display: block;
}
#product .addons-link:active, #product .addons-link:focus {
    text-decoration: none;
}
#pstaddons-wrp {
    border: 1px solid #24b9d7;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    background: white;
    transition: box-shadow 0.3s;
}
#pstaddons-wrp:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#pstaddons-wrp .addons-link .row {
    display: flex;
    align-items: center;
}
#pstaddons-wrp .text-col {
    text-align: center;
    color: #444;
}
#pstaddons-wrp .logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
#pstaddons-wrp img {
    max-width: 100%;
}
#product .tabs {
    margin-top: 1rem;
}
@media (max-width: 767px) {
    #pstaddons-wrp .col-md-6 {
        text-align: center;
    }
}
.psta-badge {
    display: inline-block;
    padding: 0.4rem 0.4rem 0.3rem 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #7297af;
    margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    #pstaddons-wrp .addons-link .row > div {
        width: 100%;
        text-align: center;
    }
}
#psta-demo-wrp {
    text-align: center;
}
#psta-demo-wrp .btn-primary {
    font-weight: normal;
    padding: 0.3rem 0.8rem;
    border-radius: 2px;
    background: #039dd5;
    margin: 0 1rem 0.4rem;
}
#psta-demo-wrp .btn-primary:hover {
    background: #4bb3d9;
}
.psta-docs {
    margin-top: 1rem;
}
.psta-docs .material-icons {
    font-size: 1.3rem;
}
.psta-docs hr {
    border-top-color: #f6f6f6;
}
.psta-docs .btn {
    font-size: 0.8rem;
    padding: 0.2rem 0.3rem;
    margin-right: 0.3rem;
}
#order-details .psta-docs {
    font-size: 0.8rem;
}
#order-details .psta-docs hr {
    display: none;
}
#order-details .psta-docs .btn {
    font-size: 0.7rem;
    padding: 0.15rem 0.2rem;
}
#order-details .psta-docs .btn i {
    font-size: 1rem;
    margin-right: 0.2rem;
}