/* 
 Theme Name:     Devara Child Theme
 Author:         6x6 Design, LLC
 Author URI:     https://www.6x6design.com/
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
    margin: 15px;
    padding: 10px;
    font-size: 1.5em;
    border: 1px solid #000;
    background-color: #eee;
}
a.et-cart-info {
    display: none;
}
/* wishlist plugin */

.tinv-wishlist .social-buttons {
    margin: 0 auto;
    text-align: center;
	float: none;
  background-color: #eeff0057;
}
.tinv-wishlist .social-buttons>span {
    margin-right: 27px;
    font-size: large;
    font-weight: 800;
}
.tinv-wishlist .social-buttons li a i {
    line-height: 2em;
    font-size: 1.5em;
}

/* Woo main category styles */
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 1.5em;
	color: #3a6e9d;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first  {
    clear: both;
    border: 4px solid #d7d7d7;
    padding: 10px;
    background: white;
	  border-radius: 5px;
}
h2 mark.count {
    background: unset;
    color: #d5d5d5;
    font-size: 0.6em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 10px;
    position: relative;
    width: 22.05%;
    margin-left: 0;
	border: 4px solid #d7d7d7;
    background: white;
	  border-radius: 5px;
}
.locate-message {
	font-size: 0.6em;
	color: #3a6e9d;
	text-align: center;
	padding-top: 10px;
}
