#wooup-offer-wrapper
{
	    text-align: center;
		border-radius: 5px;
}

.wooup-offer-title
{
	border-bottom: 1px solid;
    padding-bottom: 5px;
}

.wooup-offer-wrapper .wooup-product-actions .wooup-add-to-cart-btn
{
	height: 36px;
}

.wooup-offer-wrapper .wooup-product-actions .wooup-add-to-cart-btn.productAdded
{
	background-color: white;
    border: none;
    font-size: 30px;
    cursor: default;
}

.wooup-product-image
{
	height: 180px;
}

.wooup-offer-actions
{
	text-align: left !important;
	margin-top: 50px !important;
}
a.wooup-checkout-btn
{
	border: 1px solid #6b8f00;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    color: white;
    background-color: #6b8f00;
}

.wooup-product-actions .quantity
{
	display: none !important;
}

.wooup-product-actions .wooup-add-to-cart-btn
{
	float: none !important;
}

@media (max-width: 767px) {
	.wooup-product-col{
		float: none !important;
		text-align: center;
		margin-right: 0px;
		margin: auto !important;
	}
}