.custom-product-display {
    display: flex;
    flex-wrap: wrap;
}

.custom-product-row {
    display: flex;
    flex-wrap: wrap;
}

.custom-product-column {
    flex: 1;
}

.custom-product-image {
    display: flex;
    justify-content: center;
}

.custom-product-details {
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .custom-product-row {
        flex-direction: column;
    }
}

.custom-product-add-to-cart{
	display: flex;
    flex-direction: column;
   
}

form.cart{
display: flex;
    flex-direction: column;
    gap: 10px;
}
body .qib-button-wrapper{
align-self:start;
}

.custom-button-download{
align-self:start;
}

.wc-buy-now-btn{
background-color:black !important;
}