/* 
Theme Name: Template Custom For Nées Pour Briller
Description: Custom Child Template for Nées Pour Briller
Author: TechBridge IT Belgique
Template: hello-elementor
Version: 2.0.0
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Changer la taille du logo WordPress login */
.login h1 a {
    width: 200px !important;   /* largeur souhaitée */
    height: 200px !important;  /* hauteur souhaitée */
    background-size: contain !important; /* garder le ratio */
}

/* Hide horizontal scrollbar */
body {
  overflow-x: hidden !important; 
}

/* Recaptcha badge Hidden */
.grecaptcha-badge {
 	visibility: hidden;
}

/* TI WhishList */
/* Couleur normale */
.wishlist_products_counter::before {
    color: #78716c !important;
}
/* Couleur hover */
.wishlist_products_counter:hover::before {
    color: #782142 !important;
}
/* size icone */
.wishlist_products_counter::before {
    font-size: 29px !important;
}

.wishlist_products_counter::before {
    content: "\f08a"; /* cœur vide */
    font-family: "Font Awesome 5 Free";
    font-weight: 500; /* outline */
}

/*Custom Code Woocomerce*/
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    padding: 15px !important;
}

/* Centre le chiffre dans le champ quantité */
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    text-align: center !important;
}

/*Form Field Focus Color Style*/
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
       border-color: #782142 !important; /*Change this to a color that best suits your design*/
       outline: 0;
   }

/*Order Total Line Item Styles*/
tr.order-total {
  background: #fef6f8 !important; /*Accent background color if desired*/
   }

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td {
	padding-left: 10px !important;
}