/*
Theme Name: ScatShop.com
Theme URI: http://www.scatshop.com/
Version: 1.0.21
Description: ScatShop.com
Author: ScatShop
Author URI: http://www.scatshop.com
Tags: scatshop
Template: superstore
*/

@import url("../superstore/style.css");

/* Keep payment options box in one place instead of floating */
#payment {position:static !important;box-shadow:none !important}

/* Remove magnifying glass on the hovers */
ul.products li.product a:hover .img-wrap .details-link {display: none;}
.post-type-archive-product .product .categories {display:none;}


/* tweaks for gravityforms */
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
-webkit-appearance: checkbox;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked:before {
content: '';
}

/* Required for Badge Management Plugin */
.home div.woocommerce-wrap ul.products li.product { position:relative }
.woocommerce-columns-4 ul.products li.product { position:relative }
.woocommerce-columns-5 ul.products li.product { position:relative }

/* For description tab so buttons line up right for private messages profiles etc */
.single-product .summary .product_meta,
.single-product .summary .social {
    width: 100% !important;
    float: left;
    font-size: .857em;
  }

/* Remove private message button that comes with BuddyPress in favor of our own */
#send-private-message{display:none;visibility:hidden;}

.friend-tab + #send-to-input{
    display: none;
}



/* New Product Badge Koster */
ul.products li.product .wc-new-badge {
        font-size:.75em;
        text-align: center;
        text-transform: uppercase;
        color: white;
        background:#833e0a;
        padding:.2em .5em;
        display: block;
        font-weight: 700;
        border-radius:2px;
	margin: 1% 0 0 23%;
	mid-width:100px;
	width:50%;
}

/* Override image sizes in loop so that animated GIFS are same height as png/jpgs */


/**Baw Post Views**/
.bawpvc-ajax-counter{
display: none !important
}
