/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */


.text-left{
  text-align: left !important;
}



/* Single.php */

.recent-post .blog-item-details{
  display: none;
}

.top-author-info .post-details .author-name{
  display: none;
}

.top-author-info.author-avatar{
  display: none;
}

.top-author-info .categories{
  display: none;
}

.post-info .author-info-wrap{
  display: none;
}

/* end single.php */







/* Cart */

.woocommerce ul#shipping_method li{
  padding: 0.25em 0;
}

.shipping-method-description{
  text-indent: 23px;
}

/* end Cart */




/* category parent item */

.cat-parent > a{ 
  color: black !important;
  font-weight: 700;
}

.cat-item a{ /* colors */
  color: black !important;
  font-weight: 700;
}

/* End category parent item */





/* Active Category Links */



.cat-item.current-cat a{
  color: #7eced4 !important;
  font-weight: 700;
}

.product-short ul {
  list-style: none !important;
  line-height: 1.2;
}


ul.children li a {
  color: #888888 !important;
  font-weight: normal;
}

/*.product-short ul li:before {
  content: '\2014';
  color: #888888;
  position: absolute;
  margin-left: -20px;
}*/



/* end Active Category Links */



.woocommerce div.product div.summary .woocommerce-Price-amount{
  font-size: 40px;
}

.cart-overlay .woocommerce-Price-amount{
  font-size: 20px !important;
}

.paralax-foto-gregi{
  padding: 300px 0;
}

#sf-banner-widgets{
  text-align: center;
  font-size: 14px;
}

.product-img-area .badge-wrap{
  width: 180px !important;
}


/* Upsell Products */

.upsells>.products{
  display: block !important;
}

.upsells .product .cart-overlay{
  display: block !important;
}

/* end upsell products */



/* Media Queries */

@media screen and (max-width: 767px){
  .woocommerce-result-count{
    display: none;
  }
}

