/*
Theme Name: ErgoCraft Child
Author: VamTam
Author URI: https://vamtam.com
Template: ergocraft
*/



/* put your child theme styles here */

.elementor-widget-woocommerce-product-add-to-cart.vamtam-has-theme-widget-styles .cart.variations_form .variations input, .elementor-widget-woocommerce-product-add-to-cart.vamtam-has-theme-widget-styles .cart.variations_form .variations textarea, .elementor-widget-woocommerce-product-add-to-cart.vamtam-has-theme-widget-styles .cart.variations_form .variations select {
    width: auto;
}
.hidden {
	display: none !important;
}

/** A retirer quand alu ok **/
.wapf-disabled {
	display: none !important;
}
/** **/

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


li {
    margin-bottom: 10px !important;
}

/** Couleur fond img produits **/
.pswp--zoom-allowed .pswp__img {
    background-color: #f6f6f4;
}

.zoomImg {
    background-color: #f6f6f4;
    z-index: 100;
}

.woocommerce ul.products li.product a img {
    background-color: #f6f6f4;
}

.woocommerce ul.products li.product a img:hover {
    background-color: #f6f6f4;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    background-color: #f6f6f4;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #f6f6f4;
}

/** Background hover img produit **/
.swiper-backface-hidden .swiper-slide {
	background-color: #f6f6f4;
}

/** Background lightbox 
.swiper-backface-hidden .swiper-slide {
	background: rgba(32, 32, 32, 0.53);
}
**/

/** Accordion Style Produit **/

.wapf-accordion {
	margin-bottom:10px;
}

.wapf-accordion > .wapf-section:first-child {
	background:white;
	margin:0;
	padding:15px;
	cursor: pointer;
	position:relative;
}

.wapf-accordion-title .wapf-field-container,.wapf-accordion-title label,.wapf-accordion-title .wapf-field-label {
	margin:0;
	padding:0;
	cursor:pointer;
	font-size: 14px;
}

.wapf-field-container {
	/**width: 90% !important;**/
}

.wapf-accordion-title:after {
	content:'';
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:10px;
	width:16px;
	transition: all .2s;
	height:16px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNMTQzIDM1Mi4zIDcgMjE2LjNjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDIyLjYtMjIuNmM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGw5Ni40IDk2LjQgOTYuNC05Ni40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjYgMjIuNmM5LjQgOS40IDkuNCAyNC42IDAgMzMuOWwtMTM2IDEzNmMtOS4yIDkuNC0yNC40IDkuNC0zMy44IDB6Ii8+PC9zdmc+) center center no-repeat;
}
.wapf-accordion.open .wapf-accordion-title:after {
	transform:rotate(180deg);
} 

.wapf-section.wapf-accordion > .wapf-section:last-child {
	display:none;
}

.wapf-accordion-title {
	border-top: 1px solid #f5f1ee;
	width: 100% !important;
}

.wapf-accordion-body {
	padding:20px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: white;
}

.wapf-swatch-wrapper > .wapf-checked label {
    color: #ffffff !important;
}

.wapf-image-swatch-wrapper > .wapf-checked label {
    color: #000000 !important;
}

/** taille prix des options **/
.wapf-pricing-hint {
    font-size: 11px;
}
/** Prix final apres options **/
.wapf-product-totals div span:last-child {
    float: none;
    margin-left: 10px;
    vertical-align: middle;
}

.wapf-product-totals .wapf--inner {
    font-size: 1.3em;
    font-weight: 600;
}

.e-loop-item ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
}

/** Bordure de l'accordeon fiche produit **/
.e-n-accordion-item {
	border-bottom: 1px solid #CECDC3;
}

/** FIN Accordion Style Produit **/

/** Tableau Infos fiche produits **/
table.tableau_infos_produit {
	width: 100%;
	font-size: 12px;
}
tr.tr_tableau_infos {
	width: 100%;
	border-bottom: 1px solid var(--vamtam-accent-color-7);
  vertical-align: middle;
}
tr.tr_tableau_infos_last {
	border-bottom: none;
}
td.titre_tableau_infos {
	width: 20%;
	vertical-align: middle;
  border-right: 1px solid var(--vamtam-accent-color-7);
  padding: 20px;
}
td.txt_tableau_infos {
	width: 80%;
	vertical-align: middle;
  padding: 20px;
}

/** Boutons radio config produits **/
.radio_options label {
	font-weight: 400;
}

/** lien decouvrir des options **/
.options_decouvrir {
	text-decoration: underline !important;
}

/** pointillés sous le *  **/
abbr[title], dfn[title] {
    border-bottom: none;
    text-decoration: none;
}

/** Placeholder  **/
input::placeholder {
  opacity: .7;
	font-style: italic;
	font-size: 12px;
}

/** decoration des li **/
li {
	list-style: none;
}
li i {
	margin-right: 5px;
}
li .fa-square-check {
	color: grey;
}

/** txt panier **/
.woocommerce ul#shipping_method .amount {
  font-weight: 400;
	font-size: 12px;
}

tr.cart_item > td.product-name > dl.variation > dt {
    display: none !important;
}

.elementor-widget-n-tabs.vamtam-has-theme-widget-styles .e-n-tab-title[aria-selected="true"]::before {
   display: none;
}

/** bg champs select formulaire **/
.elementor-990389 .elementor-element.elementor-element-e7af72e .elementor-field-group .elementor-select-wrapper select {
    background-color: #FFFFFF !important;
	padding-left: 10px;
  padding-top: 5px;
}

.elementor-990389 .elementor-element.elementor-element-e7af72e .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
  padding-left: 10px;
  padding-top: 5px;
}

/** Titres Gammes Header **/
.titre_gamme h4 {
	padding-top: 20px;
	padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.7);
}

/** Titres Filtre produits **/
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter h3 {
	font-size: 14px !important;
}

.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_body input[type="checkbox"]+label {
    font-size: 12px !important;
	line-height: 15px !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label {
    border-color: #3781df !important;
    padding-left: 26px !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li label {
    border: 1px solid #ccc !important;
    padding: 3px 10px !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li label:hover {
    background-color: #ccc !important;
		
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label:before {
    top: 8px !important;
}

.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter {
    padding-bottom: 10px !important;
}

.bapf_sfilter {
    margin-bottom: 10px !important;
}
/** FIN Filtre produits **/


