/* 
Theme Name: Theme Wycan
Theme URI: https://wycan.fr
Description: Theme wordpress/woocommerce
Author: Wycan team
Author URI: https://wycan.fr
Template: hello-elementor
Version: 2.0.0
Text Domain: theme-wycan
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/**** General ****/
body {
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
:focus {
	outline: none;
}
a {
	text-decoration: none;
}
ul, ol {
	margin-bottom: 15px;
}
::marker {
	color: var(--e-global-color-primary);
	font-weight: 600;
}
blockquote {
	border-left: 3px solid var(--e-global-color-primary);
	padding-left: 20px;
}
b, strong {
	font-weight: bold;
}
.color-primary {
	color: var(--e-global-color-primary) !important;
}
.color-secondary {
	color: var(--e-global-color-secondary) !important;
}
.color-accent {
	color: var(--e-global-color-accent) !important;
}
.color-marron {
	color: var(--e-global-color-ec5b34f) !important;
}
/**** Elementor ****/
.page-header .entry-title {
	display: none;
}
.elementor-widget-image a {
	width: 100%;
}
/**** Form - Checkbox & Radio ****/
.elementor-field-option input[type="checkbox"], .elementor-field-option input[type="radio"] {
	display: none !important;
}
.elementor-field-option input ~ label::before {
	content: '';
	display: inline-block;
    position: relative;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid var(--e-global-color-primary) !important;
	margin-right: 6px !important;
}
.elementor-field-option input:checked ~ label::before {
	background-color: var(--e-global-color-primary);
	box-shadow: inset 0px 0px 0px 3px white !important;
}
.elementor-field-type-acceptance .elementor-field-option label {
    display: inline-flex !important;
	font-size: 14px !important;
	line-height: 19px !important;
	margin-bottom: 5px;
}
.elementor-field-type-acceptance .elementor-field-option label::before {
	min-width: 18px;
	top: 2px !important;
}
/**** Form - Select ****/
.elementor-field-type-select select {
	padding-left: 10px !important;
}
.elementor-field-type-select .select-caret-down-wrapper {
    height: 100%;
}
.elementor-field-type-select .select-caret-down-wrapper svg {
    fill: var(--e-global-color-primary);
    height: 100%;
    padding-bottom: 10px;
}
/**** Form - File upload BTN ****/
.elementor-field-type-upload input[type="file"]::file-selector-button {
    background: var(--e-global-color-primary);
    border: 0;
    padding: 6px 15px 6px 38px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}
.elementor-field-type-upload input[type="file"]::before {
    content: '\e952';
    font-family: 'eicons';
	padding: 6px 10px;
    font-size: 20px;
    color: white;
    position: absolute;
}
.elementor-field-type-upload input[type="file"] {
    font-size: 14px !important;
	border-radius: 0 !important;
}
/**** Box - Catégories ****/
.box-categorie {
    transition: padding-bottom 0.5s ease;
}
.box-categorie:hover {
    padding-bottom: 2em;
}
/**** Woocommerce ****/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var( --e-global-color-primary ) !important;
}
.woocommerce span.onsale {
	background-color: var( --e-global-color-ec5b34f ) !important;
	line-height: normal !important;
	padding: 5px 15px !important;
	border-radius: 10px;
	min-height: auto !important;
}
/* Woocommerce - Menu - Panier */
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-color: var(--e-global-color-primary) !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: var(--e-global-color-ec5b34f);
}
.elementor-menu-cart__product-image.product-thumbnail img {
    border-radius: 50px;
}
/* Woocommerce - Page - Panier */
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
    color: var(--e-global-color-secondary) !important;
}
.panier form .e-shop-table.e-cart-section, .coupon.e-cart-section.shop_table {
    margin-bottom: 2em !important;
}
.panier .e-cart__column.e-cart__column-end {
    margin-left: 0em;
}
@media screen and (min-width: 1024px){
.panier .e-cart__column.e-cart__column-end {
    margin-left: 2em;
}}
@media screen and (max-width: 880px){
.panier .product-remove{
    padding:0 !important;
}}