/*
Theme Name:         G5Plus Auteur Child Theme
Theme URI:          https://auteur.g5plus.net/
Description:        G5Plus Auteur Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-auteur

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-auteur
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
.site-header-cart,
.cart-contents,
.woocommerce-mini-cart,
.header-mini-cart,
.customize-shopping-cart{
  display: none !important;
}

.book-retailers{
  margin-top: 28px;
  margin-bottom: 28px;
  text-align: left;
}

.book-retailers .buy-title{
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.retailer-buttons{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.retailer-btn{
  display: inline-block;
  padding: 14px 26px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  transition: transform .15s ease, opacity .15s ease;
}

.retailer-btn:hover{
  opacity: .92;
  transform: translateY(-1px);
  color:#e4573d;
  text-decoration:none;
}

.woocommerce div.product div.summary, .product-single-layout-02 .summary .product-deal-countdown, .product-single-layout-02 .summary.entry-summary .product_meta>span{
	text-align:left !important;
}

/* CATEGORIES */

.page-id-1665 h2.woocommerce-loop-category__title{
	margin-top: 15px !important;
    font-weight: 700;
    font-size: 13px !important;
    color: rgb(51, 51, 51) !important;
    text-align: center;
}

.page-id-1665 a:hover h2.woocommerce-loop-category__title{
	text-decoration:none !important;
}

.page-id-1665 h2.woocommerce-loop-category__title mark.count{
	display:none !important;
}

.page-id-1665 .primary-sidebar.sidebar{
	margin-top: 90px;
}