/*
Theme Name: Floria
Theme URI: https://floria.ancorathemes.com/
Description: Floria is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.12.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: floria
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */

.wrap-data-info, .post_data_inner .price {
	margin-bottom:10px!important;
}
.wpcpo-total {
	display:none;
}
a {
	color:#261A0C;
}


.wpcpo-option-description p {
	margin:0 0 10px 0;
	font-size:14px;
}
.wpcpo-option-form .form-row label {
	margin-bottom:0px!important;
}
.post_header.entry-header{
	margin-bottom:10px!important;
}
.woocommerce ul.products li.product .post_header a:hover {
	color:#d9965b!important;
}
.input-text.qty.text.filled.fill_inited, .quantity.inited{
	display:none!important;
}

/* =========================================================
   WPC PRODUCT OPTIONS – FLEX COLOR LABELS
   ========================================================= */

/* Add margin to option name */
.wpcpo-option-name {
  margin-top: 30px;
}

/* Container for checkboxes: flex wrap */
.wpcpo-option-form p.form-row {
  display: flex;
  flex-wrap: wrap;       /* allow multiple lines */
  gap: 8px;              /* space between labels */
  margin: 0;
}

/* Labels: text-sized boxes */
.wpcpo-option-checkbox label {
  display: inline-flex;   /* size to text */
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  transition: all 0.2s ease;
  min-width: 0;           /* ensure text-sized */
}

/* Checkbox spacing */
.wpcpo-option-checkbox input[type="checkbox"] {
  margin-right: 6px;
}

/* Hover effect */
.wpcpo-option-checkbox label:hover {
  opacity: 0.85;
}

/* =========================================================
   COLOR BACKGROUNDS – CORRECTED GRADIENTS
   ========================================================= */

/* Blanc & Vert */
.wpcpo-option-checkbox label:has(input[value="blanc-vert"]) {
  background: linear-gradient(90deg, #ffffff 0%, #2e8b57 100%);
  color: #000;
}

/* Blanc & Rouge */
.wpcpo-option-checkbox label:has(input[value="blanc-rouge"]) {
  background: linear-gradient(90deg, #ffffff 0%, #c62828 100%);
  color: #000;
}

/* Blanc & Jaune */
.wpcpo-option-checkbox label:has(input[value="blanc-jaune"]) {
  background: linear-gradient(90deg, #ffffff 0%, #fbc02d 100%);
  color: #000;
}

/* Blanc & Orange */
.wpcpo-option-checkbox label:has(input[value="blanc-orange"]) {
  background: linear-gradient(90deg, #ffffff 0%, #fb8c00 100%);
  color: #000;
}

/* Blanc & Rose */
.wpcpo-option-checkbox label:has(input[value="blanc-rose"]) {
  background: linear-gradient(90deg, #ffffff 0%, #ec407a 100%);
  color: #000;
}

/* Coloré (multi-color) */
.wpcpo-option-checkbox label:has(input[value="colore"]) {
  background: linear-gradient(
    90deg,
    #ff5252 0%,
    #ffeb3b 25%,
    #4caf50 50%,
    #2196f3 75%,
    #9c27b0 100%
  );
  color: #000;
}

/* Identique au choix de la famille (neutral) */
.wpcpo-option-checkbox label:has(input[value="identique-famille"]) {
  background: #eeeeee;
  color: #000;
}

/* =========================================================
   CHECKED STATE
   ========================================================= */

.wpcpo-option-checkbox label:has(input[type="checkbox"]:checked) {
  box-shadow: 0 0 0 2px #000 inset;
  font-weight: 600;
}
