/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wpf-footer-row-move:before {
    background-position: center 15px!important;
}
.pfloadactive {
    display: block;
    min-height: 100px;
    position:relative;
}
.woocommerce ul.products li.product .button {
    background-color: #009db1!important;
    color: #ffffff!important;
}

@media screen and (max-width: 600px) {
	input.pflistingtypeselector~label {background-image: none!important;}
}
@media screen and (min-width: 600px) {
    input.pflistingtypeselector~label {
	    text-indent: -9999px;
	    background-repeat: no-repeat;
	    height: 150px;
	    width: 165px;
	    opacity: 0.7;
	}
	input.pflistingtypeselector~label:hover {

	    opacity: 0.9;
	}
	input.pflistingtypeselector:checked~label {
	    opacity: 1;
	}

	input.pflistingtypeselector:empty~label:before{display:none!important;}
	input.pflistingtypeselector:checked~label:before{}
}

.pf-button-loadinggoosey {
    background-image: url(images/info-loading.gif)!important;
    background-size: 16px 16px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 10px;
}

.pf-add-info-button{margin-right:10px;}
.pf-add-image-button,.pf-add-info-button {
    background-color: #099db1;
    border-radius: 6px;
    padding: 0 15px;
    color: #ffffff;
    display: block;
    line-height: 34px;
    float:right;
    font-size: 13px;
    font-weight: 600;    margin-bottom: 10px;
}
.pf-add-image-button:focus,.pf-add-info-button:focus {
    outline: none!important;
}

.pf-add-image-button:hover,.pf-add-info-button:hover {
    opacity:0.8;
}
.gooseygoimgsend {
    background-color: #099db1!important;
    border-radius: 6px;
    color: #fff!important;
    display: block;
    font-size: 13px!important;
    font-weight: 600;
    margin: 0 auto!important;
    min-width: 120px!important;
    margin-top: -15px!important;
}

.gooseygoimgsend:hover {opacity: 0.8}