/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

::selection {
    background-color: #66725c;
    color: #ffffff;
}

header#header {
	height: 135px;
}

header div.header_bg {
	opacity: 1;
	background-color: #f1efe4 !important;
}

header div#header_main {
	position: relative;
	border: none;
}

header div#header_main:after {
	content: '';
	position: absolute;
	height: 55px;
	background-color: #66725c;
	bottom: 0;
	width: 100%;
	left: 0;
}

header span.logo.bg-logo {
	display: none !important;
}

header nav.main_menu {
	float: left;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
}

header nav.main_menu div.avia-menu.av-main-nav-wrap {
	width: calc( 100% - 50px );
}

header nav.main_menu ul#avia-menu > li.menu-item > a {
	height: 55px !important;
    line-height: 55px !important;
	padding-left: 0;
	padding-right: 33px;
}

header nav.main_menu ul#avia-menu > li.menu-item > a > span.avia-menu-text {
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

header nav.main_menu ul#avia-menu > li.menu-item > a:hover > span.avia-menu-text {
	color: #b3c5a5;
}

header nav.main_menu ul.sub-menu {
	padding: 27px 11px 27px 117px;
	border-radius: 0 0 9px 9px;
	width: 330px;
	border-bottom: 4px solid #66725c;
	box-shadow: 0 28px 33px rgb(155 152 135 / 52%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -20px 0;
}

header nav.main_menu ul#avia-menu > li.menu-item > a[title="besoin"] + ul.sub-menu {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_mainmenu_besoin.jpg);
}

header nav.main_menu ul#avia-menu > li.menu-item > a[title="fleur"] + ul.sub-menu {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_mainmenu_fleurs.jpg);
}

header nav.main_menu ul.sub-menu > li.menu-item > a {
	line-height: 13px !important;
	border: none;
	border-radius: 5px;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_fleche_droite.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 13px;
}

header nav.main_menu ul.sub-menu > li.menu-item > a span.avia-menu-text {
	color: #66725c;
}

header nav.main_menu li.av-menu-button-colored {
	float: right;
}

header nav.main_menu li.av-menu-button-colored a {
	padding: 0 !important;
}

header nav.main_menu li.av-menu-button-colored a span.avia-menu-text {
	background-color: #69b926 !important;
    color: #ffffff !important;
    border-color: #66725c !important;
    border-radius: 20px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
}

header nav.main_menu li#menu-item-search {
	display: none;
}

header nav.main_menu ul#menu-item-shop {
	border: none;
	width: 50px;
	height: 55px;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_shopping-bag-add.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 18px;
}

header nav.main_menu ul#menu-item-shop a.cart_dropdown_link {
	height: 55px !important;
    padding: 0;
    width: 100%;
}

header nav.main_menu ul#menu-item-shop span[data-av_iconfont="entypo-fontello"] {
	display: none;
}

header nav.main_menu ul#menu-item-shop span.av-cart-counter {
	background-color: #e73601;
	padding: 0 6px;
	line-height: 17px;
	height: 17px;
}

header nav.main_menu ul#menu-item-shop div.dropdown_widget_cart {
	display: none !important;	
}

header div.widget {
	padding: 0;
	float: left;
	clear: none;
}

header div.widget_media_image {
	width: 100px;
	height: 80px;
}

header div.widget_search {
	width: calc(100% - 420px);
    padding: 19px 0 0 60px;
}

header div.widget_nav_menu {
	width: 320px;
    text-align: right;
	height: 80px;
    line-height: 80px;
}

header div.widget_nav_menu a {
	padding: 0 8px !important;
    position: relative;
	color: #000;
}

header div.widget_nav_menu li.menu-item {
	display: inline-block;
	background: transparent !important;
}

header div.widget_nav_menu li.menu-item a:after {
	content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #a2a99d;
    top: calc(50% - 6px);
    right: -2px;
}

header div.widget_nav_menu li.menu-item:last-child a:after {
	display: none;
}

header div.widget_nav_menu li.current-menu-item a {
	font-weight: normal;
}

header form#searchform {
	position: relative;
}

header form#searchform:before {
	content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    background: #66725c url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_search.svg) no-repeat center center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 3;
    background-size: 15px;
}

header form#searchform div.ajax_search_response {
	background: #fff;
    z-index: 100;
    border-radius: 14px;
    top: 4px;
	box-shadow: 0 12px 31px -8px #000000ad;
	padding: 15px 7px 4px;
}

header form#searchform span.av_ajax_search_image {
	display: none;
}

header form#searchform span.av_ajax_search_entry {
	padding: 13px 19px;
}

header form#searchform span.av_ajax_search_title {
	font-size: 14px;
    color: #66725c;
    text-transform: initial;
	font-weight: 500;
}

header form#searchform h4 {
	font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px !important;
    font-weight: 500;
}

header form#searchform span.ajax_search_excerpt {
    font-size: 10px;
    font-style: normal;
}

header form#searchform a.av_ajax_search_entry.av_ajax_search_entry_view_all {
	background: #66725c url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_search.svg) no-repeat calc(100% - 16px) center;
    background-size: 14px;
    border-radius: 19px;
    margin: 10px 0 10px 13px;
    color: #fff;
    padding-left: 20px;
    padding-right: 50px;
	display: inline-block;
	font-weight: 500;
}

header form#searchform input[type="text"] {
	padding: 14px 20px 14px 57px !important;
    border: none;
    border-radius: 25px;
	background-color: #fff !important;
	font-family: 'Varela Round';
}

header form#searchform input[type="submit"] {
	border-radius: 25px;
    background-color: transparent;
    color: #66725c;
    left: 10px;
    font-size: 18px;
}

header form#searchform div.ajax_load {
	background: transparent;
}

header form#searchform .ajax_load_inner {
	border-radius: 50px !important;
	opacity: 1;
}

header form#searchform input#searchsubmit {
	display: none;
}

header form#searchform input#s {
	font-family: 'Open Sans';
}

div.main_color {
	background-color: #f1efe4;
}

div#banner main.content {
	padding: 0;
}

div#banner div.container {
	max-width: 100%;
    padding: 0;
}

div#banner div.text div.av-special-heading {
	width: 767px;
    float: right;
    padding: 0 130px 0 0;
}

div#banner div.text div.avia-button-wrap {
	width: 767px;
    float: right;
    padding: 0 130px 0 0;
}

div#banner div.text h1.av-special-heading-tag {
	font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 10px;
    letter-spacing: 4px;
	padding-left: 20px;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cligno.gif);
	background-color: transparent;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 12px;
}

div#banner div.text div.av-subheading {
	font-size: 16px;
    font-weight: 300;
}

div#banner div.text div.av-rotator-container {
	width: 767px;
    float: right;
    padding: 0 130px 0 0;
}

div#banner div.text div.av-rotator-container h3 {
	font-size: 60px;
    text-transform: uppercase;
}

div#banner div.text div.av-rotator-container h3 span {
	font-weight: 900;
	color: #66725c;
}

div#banner div.text section.av_textblock_section {
	width: 767px;
    float: right;
    padding: 20px 130px 0 0;
}

div#banner div.text div.avia_textblock {
	padding-right: 220px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #282826;
}

div#banner div.image img.avia_image {
	height: 200px;
    background-color: #00000057;
    padding: 20px;
    border-radius: 20px;
}

div#atout {
	min-height: 50px;
    height: 60px;
}

div#atout div.content {
	padding: 23px 0 0;
}

div#atout h3.iconbox_content_title {
	font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}

div#atout div.iconbox_icon {
	top: -9px !important;
    left: 0 !important;
	font-size: 15px !important;
}

div#categorys h2.av-special-heading-tag {
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

div#categorys div.av-subheading{
	text-transform: uppercase;
    font-weight: 900;
    font-family: 'clashdisplay';
    font-size: 40px;
    margin: 0;
	color: #66725c;
}

div#categorys div.tabcontainer {
	margin-top: 12px;
}

div#categorys div.tab_inner_content {
	margin: 10px 0 20px;
}

div#categorys div.tab_titles {
	text-align: center;
}

div#categorys div.tab_titles div.tab {
	width: 50%;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'clashdisplay';
    font-weight: 600;
    color: #878479 !important;
    letter-spacing: 1px;
	border-bottom: 1px solid #cfcdc1;
}

div#categorys div.tab_titles div.tab.active_tab {
	border-bottom: 1px solid;
	color: #000 !important;
}

div#categorys div.tab_content {
	padding: 0;
    background: transparent;
	border: none;
}

div#categorys div.tab_content ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

div#categorys div.tab_content li {
	margin: 0;
    padding: 0;
    display: inline-block;
    width: 32.9%;
	height: 490px;
	text-align: center;
    text-transform: uppercase;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	border-radius: 13px;
}

div#categorys div.tab_content li:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

div#categorys div.tab_content li:hover:before {
	background-color: #0000004d;
	transition: all 0.3s ease-in-out;
}

div#categorys div#besoincbd-content li:nth-child(1) {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_sommeil.jpg);
}

div#categorys div#besoincbd-content li:nth-child(2) {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_anxiete.jpg);
}

div#categorys div#besoincbd-content li:nth-child(3) {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_douleur.jpg);
}

div#categorys div#culturecbd-content li:nth-child(1) {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_cbdindoor.jpg);
}

div#categorys div#culturecbd-content li:nth-child(2) {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_cbdoutdoor.jpg);
}

div#categorys div#culturecbd-content li:nth-child(3) {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_cbdgreenhouse.jpg);
}

div#categorys div.tab_content li:nth-child(2) {
	margin: 0 4px;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_thumb_cat_anxiete.jpg);
}

div#categorys div.tab_content li a {
	position: absolute;
    z-index: 1;
    bottom: 70px;
    left: 0;
    width: 100%;
}

div#categorys div.tab_content li a strong {
	color: #66725c;
    font-weight: 400;
    background: #ffffff;
    padding: 13px 20px;
    border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

div#categorys div.tab_content li a:hover strong {
	color: #fff;
	background: #69b926;
	transition: all 0.3s ease-in-out;
}

div#blocfleur div.content {
	padding: 0 0 70px;
}

div#blocfleur h2.av-special-heading-tag {
	font-size: 35px;
}

div#blocfleur div.av-subheading{
	text-transform: uppercase;
    font-weight: 900;
    font-family: 'clashdisplay';
    font-size: 26px;
    margin: 0;
	color: #66725c;
}

div#blocfleur div.av-special-heading {
	padding-bottom: 40px !important;
}

div#blocfleur div.avia-product-slider-container {
	margin-top: 0;
}

div#blocfleur div.varieties {
    padding-top: 17px;
}

div#blocfleur div.varieties h3 {
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    width: 150px;
	margin: 0 0 30px;
	display: none;
}

div#blocfleur div.varieties ul {
	list-style: none;
	margin: 0;
}

div#blocfleur div.varieties li {
    padding: 0;
    margin: 0 0 13px;
}

div#blocfleur div.varieties li a {
	background: #a5a18f;
    padding: 2px 6px 4px;
    border-radius: 16px;
    font-size: 11px;
    color: #f1efe4;
    transition: all 0.3s ease-in-out;
}

div#blocfleur div.varieties li a:hover {
	color: #ffffff;
	background: #69b926;
	transition: all 0.3s ease-in-out;
}

div#blocfleur div.right-varieties div.avia_textblock {
	padding: 16px 28px;
    background: #fff;
    border-radius: 13px;
	color: #525251;
}

div#blocfleur div.right-varieties div.avia_textblock a {
	color: #66725c;
    font-weight: 600;
    border-bottom: 1px dotted;
}

div#blocfleur div.right-varieties div.avia-product-slider-container {
	margin-top: 9px;
}

div#blocfleur li.product div.inner_product {
	border: none;
	position: relative;
    padding: 21px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px -12px #8d8a79;
}

div#blocfleur li.product div.inner_product:before {
	content: 'Thc < 1%';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #937206;
    text-transform: uppercase;
    font-weight: 700;
    background: #f4c322;
    padding: 3px 6px;
    z-index: 1;
    border-radius: 0 0 8px 0;
}

div#blocfleur li.product div.avia_cart_buttons {
	padding: 0;
    background: transparent;
    border: none;
    opacity: 1;
    height: initial;
    min-height: initial;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 70px;
}

div#blocfleur li.product a.add_to_cart_button {
	line-height: 30px;
    text-transform: uppercase;    
    border-radius: 7px;
    font-size: 0;
    width: 30px;
    height: 30px;
    padding: 25px;
	background-color: #69b926;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_shopping-bag-add.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 21px;
}

div#blocfleur li.product a.add_to_cart_button > span {
	display: none;
}

div#blocfleur li.product div.avia-arrow {
	display: none;
}

div#blocfleur li.product div.inner_product_header {
	margin-top: 20px;
    padding: 15px 0 0;
    min-height: 80px;
}

div#blocfleur li.product a.button.show_details_button {
	display: none;
}

div#blocfleur li.product span.button-mini-delimiter {
	display: none;
}

div#blocfleur li.product h2.woocommerce-loop-product__title {
    font-weight: 700;
    margin-bottom: 2px;
    color: #000000;
    font-family: 'Open Sans';
    letter-spacing: 0;
}

div#blocfleur li.product span.woocommerce-Price-amount {
	font-family: 'clashdisplay';	
}

div#blocfleur li.product span.woocommerce-Price-currencySymbol {

}

div#blocfleur div.avia-slideshow-dots {
    margin: 20px 0;
}

div#blocfleur div.avia-slideshow-dots a {
	opacity: 1 !important;
}

div#blocfleur div.avia-slideshow-controls a {
	border-radius: 34px;
    height: 40px;
    width: 40px !important;
    line-height: 40px !important;
    font-size: 17px;
	background-color: #66725c !important;
	top: 60% !important;
}

div#blocfleur div.avia-slideshow-controls a.prev-slide {
	left: 30px;
}

div#blocfleur div.avia-slideshow-controls a.next-slide {
	right: 30px;
}

div#blocfleur div.avia-slideshow-arrows a:before {
	top: -9px;
	background-color: transparent !important;
}

div#blocfleur div.av-slideshow-ui:hover div.avia-slideshow-controls a {
	opacity: 1 !important;
}

div#blocfleur.blocinter div.content {
	padding-top: 70px;
}

div#blocfleur.blocinter li.product div.avia_cart_buttons {
	position: initial;
	width: 100%;
}

div#blocfleur.blocinter li.product div.inner_product_header {
	text-align: center;
	margin-bottom: 10px;
}

div#blocfleur.blocinter li.product h2.woocommerce-loop-product__title {
	font-size: 12px;
    height: 34px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

div#blocfleur.blocinter li.product a.add_to_cart_button {
	font-size: 11px;
    padding: 5px;
    height: initial;
    background-color: #66725c;
    background-image: none;
    font-weight: 800;
	color: #f1efe4;
}

div#blocfleur.blocinter li.product a.add_to_cart_button:hover {
	background: #69b926;
    color: #fff;
}

div#blochuile div.content {
	padding: 80px 0;
}

div#blochuile div.av-subheading {
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #545851;
    padding-right: 160px;
}

div#blochuile h3.av-special-heading-tag {
	font-size: 40px;
    color: #66725c;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: -3px;
}

div#blochuile div.avia_textblock {
	color: #525251;
	font-size: 14px;
}

div#blochuile div.avia_textblock a {
	color: #66725c;
    font-weight: 600;
    border-bottom: 1px dotted;
}

div#blochuile div.avia_textblock strong {
	color: #525251;
    font-weight: 600;
}

div#blochuile div.avia_textblock ul {
    margin: 20px 0 30px;
	list-style: none;
}

div#blochuile div.avia_textblock ul li {
	margin: 0 0 10px;
	padding: 0 0 0 40px;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/coche_green_button.svg);
	background-size: 25px;
    background-position: 0 2px;
	background-repeat: no-repeat;	
}

div#blochuile div.avia-button-wrap a.avia-button {
	border: none;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #69b926;
}

div#blochuile div.avia-button-wrap a.avia-button span.avia_button_icon {
	font-size: 17px;
}

div#blochuile div.avia-button-wrap a.avia-button span.avia_iconbox_title {
	margin-right: 14px;
}

div#blochuile div.image {
	border-radius: 13px;
}

div#made div.container {
	max-width: 800px;
}

div#made img {
	border-radius: 15px;
	/*box-shadow: 0 15px 39px -17px #918d78;*/
}

div#made div.template-page {
	padding: 70px 0 50px;
}

div#made h3.av-rotator-container-inner {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin: 30px 0 20px;
}

div#made span.av-rotator-text {
	display: block;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 39px;
	font-weight: 100;
	margin-top: 30px;
}

div#made span.av-rotator-text-single {
    margin: 10px 0 0;
    text-transform: initial;
    letter-spacing: initial;
}

div#relaxant div.content {
	padding-top: 0;
}

div#relaxant div.flex_column {
	border-radius: 15px;
}

div#autresatouts div.content {
	padding-top: 20px;
	padding-bottom: 70px;
}

div#autresatouts h4.av-special-heading-tag {
	font-weight: 500;
	color: #66725c;
}

div#autresatouts div.av-subheading {
	font-size: 13px;
    color: #525251;
    margin: 20px 0 0;
    padding: 20px 0 0;
    position: relative;font-size: 13px;
}

div#autresatouts div.av-subheading:before {
	content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    background-color: #b1b1b1;
}

div#blocategories div.content {
	padding: 80px 0;
}

div#blocategories div.av-subheading {
	text-transform: uppercase;
    font-weight: 900;
    font-family: 'clashdisplay';
    font-size: 26px;
    margin: 0;
    color: #66725c;
}

div#blocategories h2.av-special-heading-tag {
	font-size: 35px;
}

div#blocategories div.av-special-heading {
	padding-bottom: 40px !important;
}

div#blocategories div.avia-image-container {
	margin-bottom: 20px !important;
}

div#blocategories a.avia-button {
	color: #66725c !important;
    font-weight: 400;
    background: #ffffff;
    padding: 13px 20px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    border: none;
    text-transform: uppercase;
}

div#blocategories a.avia-button:hover {
	background: #69b926;
	color: #fff !important;
	transition: all 0.3s ease-in-out;
}

div#blocategories div.bceliquide {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_fume.jpg);
}

div#blocategories div.bchuile { 
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_huile.jpg);
}

div#blocategories div.bcfleur {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_fleur.jpg);
}

div#blocategories div.bcresine {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/cbd09_resine.jpg);
}

div#blocategories div.flex_column {
	border-radius: 15px;
    padding: 30px 0;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	transition: all 0.3s ease-in-out;
}

div#blocategories div.flex_column:hover {
	background-color: #66725c;
	background-image: none;
	transition: all 0.3s ease-in-out;
}

div#faq div.content {
    padding: 110px 0;
}

div#faq div.image {
    border-radius: 13px;
}

div#faq div.av-subheading {
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #545851;
    padding-right: 160px;
}

div#faq h3.av-special-heading-tag {
	font-size: 40px;
    color: #66725c;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: -3px;
}

div#faq p.toggler {
	border: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-top: 1px solid #cbcfc8;*/
}

div#faq p.toggler:hover {
	background-color: #fcfcf9;
	border-radius: 13px;
}

div#faq div.toggle_content {
	background: #f1efe4;
    border: none;
    border-radius: 15px;
}

div#faq span.toggle_icon {
	border-color: #f1efe4;
    background-color: #f1efe4;
    height: 24px;
    width: 24px;
    border-radius: 50%;
	top: 42%;
    left: 0;
}

div#faq p.activeTitle {
	color: #66725c;
}

div#faq p.activeTitle span.toggle_icon {
	background-color: #69b926;
	border-color: #69b926;
}

div#faq span.hor_icon {
	border-color: #66725c;
	top: 9px;
    left: 5px;
}

div#faq p.activeTitle span.hor_icon {
	background-color: #69b926;
	border-color: #fff;
}

div#faq span.vert_icon {
	border-color: #66725c;
	left: 9px;
    top: 5px;
}

div#faq p.activeTitle span.vert_icon {
	border-color: #fff;
}

div#blog div.content {
	padding: 80px 0;
}

div#blog h2.av-special-heading-tag {
    font-size: 35px;
}

div#blog div.av-subheading {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'clashdisplay';
    font-size: 26px;
    margin: 0;
    color: #66725c;
}

div#blog div.slide-entry-wrap article {
	padding: 20px;
    background-color: #fff;
    border-radius: 15px;
	margin-left: 1%;
    width: 32.333333%;
}

div#blog div.slide-entry-wrap img {
	left: 0px;
    border-radius: 11px;
}

div#blog div.slide-content {
	padding: 20px 10px 10px;
}

div#blog h3.slide-entry-title {
	font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px;
    height: 37px;
    overflow: hidden;
}

div#blog h3.slide-entry-title a:hover {
	color: #69b926;
}

div#blog span.image-overlay-inside {
	display: none;
}


/**********************  PAGE RECHERCHE  ************************/

body.search div.main_color {
	border: none;
}

body.search h1.main-title {
	text-align: center;
    position: initial;
    min-height: initial;
    height: initial;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
	padding: 20px 0;
}

body.search div.breadcrumb {
	display: none;
}

body.search div.page-heading-container {
	display: none;
}

body.search aside.sidebar {
	display: none !important;
}

body.search main.content {
	width: 100% !important;
    border: none;
	padding-top: 0;
}

body.search div.stretch_full {
	background: #f1efe4;
}

body.search h4.extra-mini-title {
	display: none;
}

body.search h2.post-title {
	font-size: 17px !important;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px;
	text-transform: uppercase;
    font-family: 'Open Sans';
}

body.search h2.post-title a:hover {
	color: #69b926 !important;
	text-decoration: none !important;
}

body.search article {
	background: #fff;
    margin: 0 0 20px;
    border-radius: 15px;
    padding: 40px !important;
}

body.search article div.entry-content-wrapper {
	padding: 0 !important;
}

body.search span.search-result-counter {
	display: none;
}

body.search span.post-meta-infos a {
	pointer-events: none;
}


/**********************  PAGE SIMPLE  ************************/


div#headerpagesample h3.av-special-heading-tag {
	padding: 10px 0 0px;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}

div#contentpagesample div.avia_textblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#contentpagesample div.avia_textblock li {
	margin: 0 0 10px;
    padding: 0 0 0 40px;
    background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/coche_green_button.svg);
    background-size: 19px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

div#contentpagesample div.avia_textblock strong {
	color: #66725c;
}


/**********************  PAGE CONTACT  ************************/

div#contentpagesample div.text-contact {
	padding-top: 20px;
}

div#contentpagesample div.text-contact div.avia_textblock h4 {
	font-size: 40px;
    color: #66725c;
    font-family: 'Open Sans';
    font-weight: 900;
    letter-spacing: -3px;
	margin-bottom: 30px;
}

div#contentpagesample div.text-contact div.avia_textblock {
	color: #525251;
    font-size: 14px;
}

div#contentpagesample div.form-contact {
	padding-top: 20px;
}

div#contentpagesample div.form-contact h3 {
	display: none;
}

div#contentpagesample div.form-contact input.button {
	font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    background: #69b926 !important;
    border: none !important;
    border-radius: 29px !important;
}


/**********************  PAGE CONTACT  ************************/

div#av_product_description div.container {
	max-width: 800px;
}

div#av_product_description h1 b {
	padding: 10px 0 20px;
    font-size: 45px;
    color: #f1efe4;
    text-transform: uppercase;
    display: block;
    font-family: 'clashdisplay';
    letter-spacing: 1px;
}

div#av_product_description h1 p {
	color: #d5d3ca;
    line-height: 19px;
    font-size: 14px;
    font-family: 'Open Sans';
}

aside.sidebar h3.widgettitle {
	text-align: left;
    padding-left: 8px;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 20px;
}

body.tax-product_cat div.stretch_full {
	display: none;
}

body.tax-product_cat aside.sidebar {
	border: none !important;
}

body.tax-product_cat form.woocommerce-product-search {
	position: relative;
}

body.tax-product_cat input.search-field {
	font-family: 'Open Sans' !important;
    padding: 15px 67px 15px 27px !important;
    color: #000 !important;
    background: #fff !important;
    border: none !important;
    border-radius: 25px !important;
}

body.tax-product_cat button[type="submit"] {
	position: absolute;
    right: 6px;
    font-size: 0;
    background-color: #66725c;
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    top: 4px;
}

body.tax-product_cat main.template-shop {
    padding: 80px 0 0;
    border: none;
}

body.tax-product_cat div.product-sorting {
	display: none;
}

body.tax-product_cat li.product div.inner_product {
	border: none;
	position: relative;
    padding: 21px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px -12px #8d8a79;
}

body.tax-product_cat li.product div.inner_product:before {
	content: 'Thc < 1%';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #937206;
    text-transform: uppercase;
    font-weight: 700;
    background: #f4c322;
    padding: 3px 6px;
    z-index: 1;
    border-radius: 0 0 8px 0;
}

body.tax-product_cat li.product div.avia_cart_buttons {
	padding: 0;
    background: transparent;
    border: none;
    opacity: 1;
    height: initial;
    min-height: initial;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 70px;
	position: initial;
    width: 100%;
}

body.tax-product_cat li.product a.add_to_cart_button {
	line-height: 30px !important;
    text-transform: uppercase;    
    border-radius: 7px !important;	
	font-size: 11px !important;
    padding: 5px !important;
    height: initial !important;
    background-color: #66725c !important;
    background-image: none !important;
    font-weight: 800 !important;
    color: #f1efe4 !important;
	width: 100% !important;
}

body.tax-product_cat li.product a.add_to_cart_button > span {
	display: none;
}

body.tax-product_cat li.product div.avia-arrow {
	display: none;
}

body.tax-product_cat li.product div.inner_product_header {
	margin-top: 20px;
    padding: 15px 0 0 !important;
    min-height: 80px !important;
    text-align: center;
}

body.tax-product_cat li.product a.button.show_details_button {
	display: none;
}

body.tax-product_cat li.product span.button-mini-delimiter {
	display: none;
}

body.tax-product_cat li.product h2.woocommerce-loop-product__title {
    margin-bottom: 2px;
    color: #000000;
    font-family: 'Open Sans';
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
}

body.tax-product_cat li.product span.woocommerce-Price-amount {
	font-family: 'clashdisplay';	
}

section.WpfWoofiltersWidget {
	padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}

section.WpfWoofiltersWidget div.wpfFilterContent {
	padding: 0 0 0 3px !important;
}

section.WpfWoofiltersWidget div.wfpDescription {
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'clashdisplay';
    color: #000;
    letter-spacing: 1px;
}

section.WpfWoofiltersWidget li[data-term-slug="non-classe"] {
	display: none;
}

section.WpfWoofiltersWidget span.ui-slider-handle {
	border-radius: 25px !important;
    border: none !important;
    background-color: #000 !important;
}

section.WpfWoofiltersWidget div#wpfSliderRange {
	height: 7px;
    border: none;
	margin-bottom: 4px;
}

section.WpfWoofiltersWidget div.ui-slider-range {
	top: 1px;
    background: #69b926 !important;
}

section.WpfWoofiltersWidget div.wpfPriceInputs {
	margin: 0;
}

section.WpfWoofiltersWidget div.wpfPriceInputs input {
    font-family: 'clashdisplay' !important;
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

section.WpfWoofiltersWidget div.wpfPriceInputs span {
    font-family: 'clashdisplay' !important;
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

section.WpfWoofiltersWidget select {
	font-family: 'open sans' !important;
    padding: 13px 17px !important;
    background-color: #fff !important;
    font-size: 11px !important;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] li[data-parent="0"] > label span.wpfCheckbox {
	display: none !important;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] li[data-parent="0"] li {
	padding: 3px 0 !important;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] li[data-parent="0"] li span.wpfDisplay {
	padding-left: 10px;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] li[data-parent="0"] > label > span > span.wpfCount {
	display: none;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] li[data-parent="0"] > label > span > span.wpfValue {
	padding: 13px 0;
    display: block;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] span.wpfValue {
	padding-left: 0 !important;
}

section.WpfWoofiltersWidget div[data-filter-type="wpfCategory"] h3.wpfFilterTaxNameWrapper {
	text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
	margin-bottom: 15px !important;
	color: #000 !important;
}

section.WpfWoofiltersWidget div.wpfFilterButtons {
	padding-top: 30px;	
	padding-bottom: 20px;
}

section.WpfWoofiltersWidget div.wpfFilterButtons > button {
	font-size: 14px;
    padding: 11px;
    height: initial;
    background-color: #e70107;
    background-image: none;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Open Sans';
    min-height: initial;
    width: 100%;
    border-radius: 25px;
	margin: 0;
}


/************************ PAGE PRODUIT **************************/

body.single-product div.stretch_full {
	display: none;
}

body.single-product div.single-product-main-image {
	width: 30%;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
	margin-right: 20px;
}

body.single-product div.single-product-main-image a.lightbox-added {
	border: none;
}

body.single-product div.single-product-main-image div.thumbnails {
	display: none;
}

body.single-product div.single-product-summary {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}

body.single-product div.single-product-summary h1.product_title {
	color: #66725c;
    font-weight: 700;
    padding-top: 10px;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

body.single-product div.single-product-summary p.price bdi {
	font-family: 'clashdisplay';
    font-size: 27px;
    font-weight: 400;
}

body.single-product div.woocommerce-product-details__short-description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-product div.woocommerce-product-details__short-description {
	margin-bottom: 30px;
	color: #525251;
}

body.single-product div.woocommerce-product-details__short-description li {
	margin: 0 0 3px;
    padding: 0 0 0 30px;
    background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/coche_green_button.svg);
    background-size: 19px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

body.single-product form.variations_form {
	padding: 0 !important;
	background-color: transparent !important;
    border: none !important;
}

body.single-product div.single_variation_wrap {
	margin: 0 !important;
}

body.single-product div.quantity input[type="button"] {
	border-color: #dbdbdb !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 26px !important;
}

body.single-product div.quantity input[type="number"] {
	color: #000 !important;
    border-color: #dddd !important;
    background: #fbfbfb !important;
}

body.single-product button[type="submit"] {
	background: #69b926 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    width: 100% !important;
    padding: 16px 0 !important;
    color: #ffffff !important;
    border-radius: 25px;
	margin-top: 30px !important;
}

body.single-product div.woocommerce-tabs {
	padding-top: 25px !important;
}

body.single-product ul.tabs.wc-tabs {
	display: none;
}

body.single-product div.woocommerce-Tabs-panel {
	padding: 0 !important;
    border: none !important;
    background: transparent !important;
	color: #525251;
}

body.single-product div.woocommerce-Tabs-panel h2 {
	display: none;
}

body.single-product div.woocommerce-Tabs-panel h3 {
	color: #66725c;
}

body.single-product div.woocommerce-Tabs-panel p img {
	border-radius: 15px;
}

body.single-product div.woocommerce-Tabs-panel ul {
	margin: 0;
	list-style: none !important;
}

body.single-product div.woocommerce-Tabs-panel li {
	margin: 0 0 3px;
    padding: 0 0 0 30px;
    background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/coche_green_button.svg);
    background-size: 19px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

body.single-product div.woocommerce-Tabs-panel strong {
	color: #000;
}

body.single-product div.main_color {
	padding-bottom: 50px;
}

body.single-product div.avia-section {
	background: #f1efe4;
    border: none;
}

body.single-product div.avia-section section.related > h2 {
	font-size: 35px!important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    margin: 0 0 40px;
}

body.single-product div.avia-section li.product div.inner_product {
	border: none;
	position: relative;
    padding: 21px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px -12px #8d8a79;
}

body.single-product div.avia-section li.product div.inner_product:before {
	content: 'Thc < 1%';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #937206;
    text-transform: uppercase;
    font-weight: 700;
    background: #f4c322;
    padding: 3px 6px;
    z-index: 1;
    border-radius: 0 0 8px 0;
}

body.single-product div.avia-section li.product div.avia_cart_buttons {
	padding: 0;
    background: transparent;
    border: none;
    opacity: 1;
    height: initial;
    min-height: initial;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 70px;
	position: initial;
    width: 100%;
}

body.single-product div.avia-section li.product a.add_to_cart_button {
	line-height: 30px !important;
    text-transform: uppercase;    
    border-radius: 7px !important;	
	font-size: 11px !important;
    padding: 5px !important;
    height: initial !important;
    background-color: #66725c !important;
    background-image: none !important;
    font-weight: 800 !important;
    color: #f1efe4 !important;
	width: 100% !important;
}

body.single-product div.avia-section li.product a.add_to_cart_button > span {
	display: none;
}

body.single-product div.avia-section li.product div.avia-arrow {
	display: none;
}

body.single-product div.avia-section li.product div.inner_product_header {
	margin-top: 20px;
    padding: 15px 0 0 !important;
    min-height: 80px !important;
    text-align: center;
}

body.single-product div.avia-section li.product a.button.show_details_button {
	display: none;
}

body.single-product div.avia-section li.product span.button-mini-delimiter {
	display: none;
}

body.single-product div.avia-section li.product h2.woocommerce-loop-product__title {
    margin-bottom: 2px;
    color: #000000;
    font-family: 'Open Sans';
    letter-spacing: 0;
    text-transform: uppercase !important;
    font-weight: 400;
}

body.single-product div.avia-section li.product span.woocommerce-Price-amount {
	font-family: 'clashdisplay';	
}

body.single-product table.variations th.label {
	padding-left: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    vertical-align: middle !important;
	letter-spacing: 0 !important;
}


/************************ PAGE MON COMPTE **************************/


div#contentpagesample div.avia_textblock div.woocommerce > h2 {
	text-align: center;
    font-family: 'Open Sans';
    text-transform: initial;
    letter-spacing: 0;
	margin-bottom: 30px;
    font-size: 20px;
}

div#contentpagesample form.woocommerce-form-login {
	width: 330px;
    margin: 0 auto;
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 40px 30px 30px;
}

div#contentpagesample form.woocommerce-form-login label.woocommerce-form-login__rememberme {
	margin: 0 0 20px;
}

div#contentpagesample form.woocommerce-form-login button.woocommerce-form-login__submit {
	font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    background: #69b926 !important;
    border: none !important;
    border-radius: 29px !important;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;

}

div#contentpagesample div.woocommerce nav.woocommerce-MyAccount-navigation {
	background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: none;
}

div#contentpagesample div.woocommerce nav.woocommerce-MyAccount-navigation li {
	padding: 0;
    margin-bottom: 4px;
    background: transparent;
}

div#contentpagesample div.woocommerce nav.woocommerce-MyAccount-navigation li a {
	text-align: left;
    color: #000;
	border: none;
	background: #f7f6f4;
    border-radius: 6px;
    padding-left: 16px;
}

div#contentpagesample div.woocommerce nav.woocommerce-MyAccount-navigation li.is-active a {
	text-align: left;
    color: #f1efe4;
    background: #66725c;
}

div#contentpagesample div.woocommerce div.woocommerce-MyAccount-content {
	background: #fff;
    padding: 30px;
    border-radius: 15px;
}

div#contentpagesample div.woocommerce div.woocommerce-MyAccount-content h2 {
	font-size: 13px;
}

div#contentpagesample div.woocommerce div.woocommerce-MyAccount-content h3 {
	font-size: 13px;
}


/************************ PAGE PANIER **************************/


div#contentpagesample div.wp-block-woocommerce-cart-items-block {
	background: #fff !important;
    padding: 30px !important;
    border-radius: 15px !important;
}

div#contentpagesample div.wp-block-woocommerce-cart-totals-block {
	background: #fff;
    padding: 30px;
    border-radius: 15px;
	margin-left: 22px;
    width: calc(35% - 22px);
}

div#contentpagesample div.wp-block-woocommerce-cart-totals-block a.wc-block-cart__submit-button {
	border-radius: 7px;
    background: #69b926;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}


/************************ PAGE COMMANDE **************************/


div#contentpagesample div.woocommerce div.woocommerce-info {
	border: none;
    border-radius: 14px;
	background: #fff;
}

div#contentpagesample div.woocommerce div.col-1 {
	padding: 30px;
    background: #fff;
    border-radius: 15px;
}

div#contentpagesample div.woocommerce div.col-2 {
	padding: 30px;
    background: #fff;
    border-radius: 15px;
}

div#contentpagesample div.woocommerce div#order_review {
	padding: 30px;
    background: #fff;
    border-radius: 15px;
}

div#contentpagesample div.woocommerce div.place-order button {
	background: #69b926;
    text-transform: uppercase;
    border-radius: 25px;
    padding-left: 24px;
    padding-right: 24px;
}
















div#footer {
	border: none;
    background-color: #3e4439;
	padding: 80px 0 40px;
}

div#footer div.flex_column {
	margin-left: 0;
}

div#footer div.flex_column.first {
    width: 100%;
    padding-bottom: 30px;
	margin-bottom: 25px;
    border-bottom: 1px solid #6e6c60;
}

div#footer div.flex_column.first > section.widget_text {
	margin-top: 0;
}

div#footer div.flex_column.first > section.widget_text h2 {
	color: #c3c0b4;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
	margin-bottom: 40px;
	font-weight: 300;
}

div#footer div.flex_column.first div.textwidget {
	color: #c3c0b4;
    line-height: 19px;
}

div#footer div.flex_column.first div.textwidget li {
	position: relative;
	padding-left: 40px;
}

div#footer div.flex_column.first div.textwidget li:before {
	content: '';
    position: absolute;
    top: 7px;
    left: 20px;
    background-color: #69b926;
    width: 5px;
    height: 5px;
    border-radius: 25px;
}

div#footer div.flex_column.first h3 {
	color: #d3d0c7;
    font-family: 'Open Sans';
    letter-spacing: 0px;
    font-size: 16px;
	margin: 20px 0 0;
}

div#footer div.flex_column.first p a {
	color: #f1efe4;
    border-bottom: 1px dotted;
}

div#footer div.container > div.flex_column:last-child {
	width: 59%;
}

div#footer div.container > div.flex_column:last-child section.widget_nav_menu {
	position: relative;
	padding-right: 500px;
}

div#footer div.container > div.flex_column:last-child section.widget_nav_menu:after {
	width: 220px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1efe4;
    background-image: url(https://cbd09.ch/wp-content/uploads/2025/03/cbd09_logo_hd.svg);
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 50% 50%;
    padding: 30px 20px;
    border-radius: 30px;
    content: '';
    visibility: initial;
    height: 100px;
}

div#footer div.container > div.flex_column:last-child li a {
	pointer-events: none;
}

div#footer h3.widgettitle {
	color: #f1efe4;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 30px;
}

div#footer li a {
	color: #c3c0b4;
}

div#footer li a:hover {
	color: #69b926;
}

div#footer li a[title="phone"] {
	font-family: 'clashdisplay';
    font-weight: 900;
    font-size: 13px;
    color: #f1efe4;
    letter-spacing: 1px;
    padding-top: 30px;
}

footer#socket {
	border: none;
    background-color: #f4c322;
    font-size: 13px;
}

footer#socket a {
	display: none;
}

footer#socket b {
	color: #000;
    font-family: 'clashdisplay';
    letter-spacing: 1px;
    font-size: 14px;
}

footer#socket div.container {
	background-image: url(https://cbd09.ch/wp-content/uploads/2025/04/paiement.png);
	background-repeat: no-repeat;
	background-position: calc( 100% - 50px ) 50%;
	background-size: 196px;
}


@media (max-width: 767px) {

	header div#header_main div.av-logo-container {
		height: 135px !important;
		line-height: 135px !important;
	}

	header div.widget_search {
		display: none;
	}
	
}









