/*
 Theme Name:   Woostore Child
 Description:  Woostore Child Theme
 Author:       Jeff Foutch
 Template:     woostore
 Version:      1.0.0
 Text Domain:  woostore-child
*/

@import url("../../../../wp-content/themes/woostore/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#addToCartToViewSalePrice {
  color: red;
  font-size: smaller;
}

#productShippingInfo a.button {
border: 1px solid #AF0101 !important;
background:#AF0101 !important;
background:-webkit-gradient(
 linear,
 left top,
 left bottom,
 color-stop(.2, #FF0000),
 color-stop(1, #AF0101)
 )!important;
}

span#addToCartToViewSalePrice {font-size:13px !important;font-style:italic;}

body, body p{font-size:14px;}
#search-top p {font-size:15px;font-weight:bold;}
#search-top h3 {font-weight:bold;}

div#copyright.col-left h4 {color:#C00 !important;font-weight:bold;font-size:22px;text-transform:uppercase;}
div#copyright.col-left  {font-size:18px;color:#000;}

div#woocommerce_product_categories-4 ul li {margin-bottom:10px;}
div#woocommerce_product_categories-4 ul li ul li, div#woocommerce_product_categories-4 ul li ul li ul li {margin-bottom:0;}
div#woocommerce_product_categories-4 ul li a {font-weight:bold;color:#000;font-size:15px;}
div#woocommerce_product_categories-4 ul li ul li a {font-weight:normal;font-size:13px;}

.woocommerce .woocommerce-ordering select, div#uniform-undefined {display:none;}

.single-product div[itemprop="description"] {display:none;}

#tabs ul.tabs li a, .woocommerce_tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a {display:none;}

span.posted_in, table.cart td.actions .coupon {display:none;}

.ppt {
  display: none !important;
}

.pp_description {
  display: none !important;  
}

/* Hid stock display 5/22/2015 */
#productStockOneLeftArea {
  display: none !important;  
}

.home ul.products li, .single-product ul.products li.product {height:135px;}

.mcm-out-of-stock { color: red; }

.woo_pp_cart_buttons_div {
  margin-top: -40px !important;  
}

h2.woocommerce-loop-product__title {
  font-size: 16px;
}

/* fix for photo border overlaps with the stuff to the right - JCM 5/26/2017 */
.single-product .product .images {
    margin-left: -25px;
}

/* fix for product thumbs - JCM 5/26/2017 */
.single-product .product .images img {
  width: 60px;
}
.single-product .product .images img.wp-post-image {
  width: 200px;
}

/* Ticket #358380 - additional line on product page (hide it) - JCM 5/27/2017 */
.woocommerce-product-details__short-description {
  display: none;
}

/* JCM 1/3/2018 - fix display of products with long titles */
h2.woocommerce-loop-product__title {
  padding-bottom: 2px;
}