.wc-request-stock-button {
    background: transparent;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 85%;
    border: 1px solid #007a34;
    color: #007a34;
    font-size: .75rem;
    height: 2.125rem;
    margin: 0 20px;
    margin-top: -15px;
}
.wc-request-stock-button:hover {
    background: #007a34;
    color: #fff;
}

.wc-request-stock-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: transparent;
	color: #007a34;
}

/* Change title color for stock-out products */
.out-of-stock-grayscale .product-title {
     opacity: 0.4; 
}
.out-of-stock-grayscale .thumbnail-wrapper{
    opacity: 0.3;
}
.out-of-stock-grayscale .price {
     opacity: 0.4; 
}









