/*
Theme Name: kcwp-mastertheme
Theme URI: https://www.kelcible.fr/
Description: Thème enfant du thème Twenty Nineteen
Author: Kelcible
Author URI: https://www.kelcible.fr/
Template: twentynineteen
Version: 1.0.0
*/

#adminmenu .toplevel_page_seopress-option .wp-menu-image img{padding-top:0;} 

/** TEMP A SUPPRIMER **/
/*.page-id-638 .kc-carousel{
    overflow: hidden;
}*/

/* Redimensionnement image produit */
.single-product-main-image img {
    max-height: 500px;
    width: auto;
    height: auto;
}

/* affichage de la description page checkout */
.woocommerce-checkout .woocommerce-input-wrapper .description {
    display: block !important;
}

/** ajout du loader lors du filtre des catégories */
#woof_html_buffer{
    height: 201px;
    width: 201px;
    background-image: url(/wp-content/themes/kcwp-mastertheme2/img/loading.gif);
    background-size: 50%!important;
    background-color: transparent!important;
    color:transparent!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-repeat: no-repeat!important;
  }

  .axeptio_widget.ax-widget{margin-bottom: 70px;}
@media (max-width: 450px) 
{
    .ax-widget-container{margin-bottom: 70px;}
}

@media (min-width: 490px)
{

	#axeptio_overlay .ax-widget-container {
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
	}

	html.axeptio-widget--open #axeptio_overlay .ax-website-overlay {
			background-color: #fffc;
			height: 100vh;
			width: 100vw;
	}

}