.qbuynow-button {
    border: 0;
    height: 20px;
    padding: 21px 40px;
    width: 200px;
}

.qbuynow-button.qbn-available {
    background: transparent url("https://cdn.jsdelivr.net/npm/qbuynow/cta-simple-red.png") no-repeat center center;
    background-size: contain;
    color: transparent;
    cursor: pointer;
}

.qbuynow-button.qbn-available:hover {
    color: transparent !important;
}

.qbuynow-button.qbn-out-of-stock {
    color: black;
    line-height: 0;
    border-radius: 5px;
    font-weight: 600;
}

.qbuynow-wrapper {
    text-align: center;
}

.qbuynow-wrapper * {
    font-family: Roboto, sans-serif;
}

.qbuynow-price {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 15px;
}


.qbuynow-subtitle {
    color: #666;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.qbuynow-title {
    font-size: 18px;
    line-height: 1.2;
    color: #4a4a4a;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
}
