
.verification-input-wrapper
{
    display: flex;
    flex-direction: row;
}

.verification-input-wrapper > input
{
    margin-right: 10px;
}

.verification-input-wrapper > button
{
    white-space: nowrap;
}

.btn-golden
{
    border: none !important;
    background-color: #D5A848 !important;
}

.error-message
{
    width: 100% !important;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.quantity-wrapper{
    margin-left: auto !important;
    margin-right: auto!important;
}

.in-stock{
    color: #66cc66 !important;
    font-weight: bolder;
    opacity: 0.8;
    font-size: 14px !important;
}

.in-stock:before {
    content:"• ";
    font-size: 16px;
    opacity: 0.8;
}

.out-of-stock{
    color: #ff4d4d !important;
    font-weight: bolder;
    opacity: 0.8;
    font-size: 14px !important;
}

.out-of-stock:before {
    content:"• ";
    font-size: 16px;
    opacity: 0.8;
}

.messenger-button{
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #D5A848;
    cursor: pointer;
}

.messenger-button > img{
    height: 40px;
}

.ddTitleText{
    width: 110px !important;
    white-space: nowrap !important;
}
