/**
 * Theme Name:     Shoptimizer Child
 * Author:         CommerceGurus
 * Template:       shoptimizer
 * Text Domain:	   shoptimizer-child
 * Description:    Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 */

.gform_wrapper.gravity-theme select {
    height: auto;
}

/* owned poroduct message */
a#you_own_this {
    display: none;
}

body.you_own_this #you_own_this {
    display: block;
}

a#you_own_this {
    font-weight: 600;
    color: #fff;
    background: purple;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: .9em;
    line-height: 1.4em;
}

a#you_own_this:hover {
	background: #000;
}

