/*
Theme Name:   Farmvilla Organic Theme Child
Description:  Fully Responsive Theme with Page Builder and Powerful Admin Menu
Author:       Winters Family Beef
Template:     farmvilla-organic-theme
Version:      1.0.0
Text Domain:  farmvilla-organic-theme-child
*/

/************************/
/* 12. WooCommerce CSS  */
/************************/
/* Ensure that the shopping cart plus / minus are in the center */
.woocommerce .quantity .minus, .woocommerce .quantity .plus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Remove the padidng left from the quantity amount in the shopping cart page */
#bliccaThemes-layout .woocommerce .quantity .qty {
  padding-left: 0;
}

.woocomerce ul.products li.product .attachment-woocommerce_thumbnail, .woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail { display: none; }
.woocomerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title { display: none; }

.woocommerce-cart .cart button.button { background: #464646 };

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button.button{background-color: #7aa354; color: #fff; border-radius: 0; padding: 20px 30px; text-transform: uppercase;-webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}


.bt-cart .woocommerce ul.cart_list li img.woocommerce-placeholder {
  position: static;
}

/* Make sure that the mini cart alignment isn't off */
.bt-cart .woocommerce ul.woocommerce-mini-cart .woocommerce-mini-cart-item a:nth-child(2) {
  text-align: left;
  font-weight: bold;
}

/* Hide product placeholder images in products listing page */
.woocommerce ul.products li.product img.woocommerce-placeholder {
  display: none;
}

/* Hide placeholder image in cart */ 
.bt-cart .woocommerce ul.cart_list li img.woocommerce-placeholder, .bt-cart .woocommerce ul.cart_list li .attachment-woocommerce_thumbnail {
  display: none;
}