/*
Theme Name:   Idée Ad
Theme URI:    https://idee-ad.fr
Description:  Un thème réalisé par l'agence Idée Ad
Author:       Idée Ad
Author URI:   https://idee-ad.fr
Template:     Divi
*/

.et_pb_wc_add_to_cart form.cart .variations td.value span:after{
	display: none !important;
}
/* Navigation */
.duvelor-navigation ul.nav > li > a::before{
    content: '';
    position: absolute;
    bottom: 25px;
    left: 0;
    background: currentColor;
    width: 0%;
    height: 2px;
	opacity: 0.7;
	transition: width 0.4s ease-in-out;
	
}
.duvelor-navigation ul.nav > li > a:hover::before, 
.duvelor-navigation ul.nav > li.current_page_item > a::before,
.duvelor-navigation ul.nav > li.current_page_parent > a::before
{
    width: 100%;
}

.et_pb_sidebar_no_border .et_pb_widget{
	margin-bottom: 0px !important;
}
#block-4, #woocommerce_layered_nav-2, #woocommerce_layered_nav-4, #woocommerce_product_tag_cloud-2, #woocommerce_layered_nav-6{
	border: 1px solid #f0f0f1;
    padding: 10px 20px;
	margin-bottom: 20px !important;
}
.shop-container .et_pb_row{
	display: flex;
	flex-wrap: wrap;
}
.shop-container .et_pb_row > div{
	order: 1;
}
.shop-container .et_pb_row .et_pb_column_single{
	order: 2;
	padding-top: 20px !important;
    padding-right: 0px !important;
    border-right: 0px solid #f0f0f1 !important;
}
#mobile_menu1{
	background-color: white !important;
}

.tag-cloud-link {
    font-size: 12px !important;
    border: 1px solid #f0f0f1 !important;
    padding: 0px 4px;
    display: inline-flex;
    margin: 2px 0px;
	background-color: white;
	transition: all 0.2s; 

}

.tag-cloud-link:hover {
	background-color: #f0f0f1;
}

.hide-on-desktop{
	display: none !important;
}

.pi-msg-title{
	text-align: center;
    text-transform: uppercase;
}

/* TABLETS */
@media all and ( max-width: 980px ) {
.hide-on-desktop{
	display: block !important;
}
}

/* MOBILE */
@media all and ( max-width: 767px ) {
	
}

#idee-ad-link:hover{color: #027dd6 !important;}