/*
Theme Name: Cerla Child
Theme URI: http://www.wpbingosite.com/cerla
Author: wpbingo
Description: This is a child theme for Cerla
Version: 1.0
Author URI: http://wpbingosite.com
Template: cerla
Text Domain: cerla-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/


/* Cacher la vignette yoast homepage */

#post-9593 .post-thumbnail img {
	display:none!important;
}

/* WOOCOMERCE */

/*ACCOUNT PAGE*/

/* cacher le bouton d'accès au téléchargement sur le tableau de bord de la page mon compte*/
.woocommerce-MyAccount-navigation-link--downloads{
	display:none!important;
}

/* Captcha */
body .grecaptcha-badge {
	display: none;
}

/* fix adress column width*/

.u-column1.woocommerce-Address, .u-column2.woocommerce-Address{
	width:100%!important;
	max-width:inherit!important;
}

/*buttons*/
.products-list.grid .product-wapper.content-product5 .button-atc a:hover {
    background: #68cfa7;
    border-color: #68cfa7;
    color: #fff;
}

/* Check out page */
.tax-total{
	padding: 15px 30px!important;
}

.click-and-collect_container{
	background-color: #68cfa7;
	color: #fff;
	padding: 20px;
}

/* Cookie Consent */

.btn-cookie-consent{
	background-color: #000000 !important;
	border-radius: 0px !important;
	color:#fff!important;
}

/*cart page*/

.cart-subtotal div[data-title="Sous-total"], .woocommerce-shipping-totals div[data-title="Expédition"], .order-total div[data-title="Total"] {
	flex:2!important;
}

.woocommerce-cart .cart-collaterals{
	max-width:initial!important;
}


/*categories*/

ul.woocommerce-product-subcategories li h2 a::before {
    background: #68cfa7!important;
}

/*LISTING PRODUCT*/

/* center product image in block*/

.products-list .products-thumb{
	display:block!important;
}
.products-list .products-thumb img{
    margin: 0 auto!important;
    display: block!important;
}

/*PRODUCT PAGE*/

.woocommerce-tabs.description-style-full-content .content-tab-woocommerce > h2::before {
    background: #68cfa7!important;
}	

.single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
    background: #68cfa7!important;
	transition: all 0.3s ease-out;
}	

.single-product .bwp-single-info .single_add_to_cart_button.button:hover, .quickview-container .bwp-single-info .single_add_to_cart_button.button:hover {
    background: #000!important;
	transition: all 0.3s ease-out;
}	

.related .title-block h2::before, .cross_sell .title-block h2::before, .upsells .title-block h2::before {
    background: #68cfa7!important;	
}

.content-tab-woocommerce > h2:nth-child(3){
	display: none;
}

#tab-additional_information{
	display: none;
}

/* fix spacing with paypal x4 button */
.yith-wcwl-wishlistexistsbrowse{
	margin-bottom:20px!important;
}

/*PLUGINS */

/* Revolution slider */

.title-outline-slider-black {
    -webkit-text-stroke: 2px #000;
}

@media (max-width: 767px) {
  .title-outline-slider-black {
    -webkit-text-stroke: 1px #000; } 
}

/* sticky top bar */
@media only screen and (max-width: 480px){
	.mysticky-welcomebar-fixed-wrap {
		padding: 10px 0!important;
	}
}

/*GENERAL */

/* title */
.margin-bottom-separator p{
	margin-bottom:0!important;
}

/*reduce spacing title on mobile*/

.bwp-main .page-title {
    margin: 0 0 30px 0!important;
    padding-top: 20px!important;
	padding-bottom: 20px!important;
}
@media only screen and (max-width: 480px){
	.page-title.bwp-title.empty-image{
		    margin: 0 0 20px 0!important;
	}
	.bwp-main .page-title .back-to-shop:before {
		font-size: 20px!important;
		line-height: 20px!important;
	}
	.bwp-main .page-title h1 {
		font-size: 33px!important;
		line-height: 20px!important;
	}
}

/* ACCUEIL */
.products-list.grid .product-wapper.content-product5{
	text-align: center;
	border: none !important;
}

h1{
	font-family: "Cormorant Garamond" !important;
}

/*header and navigation*/
.bwp-header .wpbingoLogo img {
    max-height: 60px!important;
}
.bwp-navigation ul > li.level-0 > a > span::before {
	background:#68cfa7!important;
}
.bwp-header .header-page-link .mini-cart .cart-count {
	background:#68cfa7!important;	
}

.bwp-header .wpbingoLogo img{
	max-height:initial!important;
}
/* Hide tracking tabs */

.order-tracking-link{
	display:none!important;
}


/* CONTACT */
.contact-us-form input[type="text"], .contact-us-form input[type="email"]{
	color:#000!important;
}

.contact-us-form textarea, .contact-us-form input[type="text"], .contact-us-form input[type="email"]{
	border: 1px solid #ddd!important;
}


/* FIX header sur les pages listing produit */

  @media (min-width: 991px) {
      body.post-type-archive-product.background-breadcrumb-shop .bwp-header .wpbingoLogo img, body.tax-product_cat.background-breadcrumb-shop .bwp-header .wpbingoLogo img {
        filter: none!important; } }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0 > a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0 > a {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0 > a > span:before, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0 > a > span:before {
    background: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current_page_item > a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current_page_item > a, body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0:hover > a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0:hover > a, body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-item > a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-item > a, body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-ancestor > a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-ancestor > a {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current_page_item > a > span:before, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current_page_item > a > span:before, body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0:hover > a > span:before, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0:hover > a > span:before, body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-item > a > span:before, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-item > a > span:before, body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-ancestor > a > span:before, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0.current-menu-ancestor > a > span:before {
    width: 100%; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .search-box .search-toggle, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .search-box .search-toggle {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .search-box .search-toggle:hover, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .search-box .search-toggle:hover {
    color: #222; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .login-header > a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .login-header > a {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .login-header > a:hover, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .login-header > a:hover {
    color: #222; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .login-header .block-top-link .widget-title, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .login-header .block-top-link .widget-title {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .login-header .block-top-link .widget-title:hover, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .login-header .block-top-link .widget-title:hover {
    color: #222; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .wishlist-box a, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .wishlist-box a {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .wishlist-box a:hover, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .wishlist-box a:hover {
    color: #222; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .icons-cart, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .icons-cart {
    color: #000!important; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .icons-cart:hover, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .icons-cart:hover {
    color: #222; }
  body.post-type-archive-product.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .cart-count, body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .cart-count {
    background: #68cfa7 !important;
}
body.tax-product_cat.background-breadcrumb-shop .bwp-header .header-page-link .mini-cart .cart-icon .cart-count {
  color: #fff!important;
}

body.post-type-archive-product.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0 > a > span::before, body.tax-product_cat.background-breadcrumb-shop .bwp-header .bwp-navigation ul > li.level-0 > a > span::before {
  background: #68cfa7 !important;
}