/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

.product-gallery-slider img, .product-thumbnails img {
    width: 100%;
    border-radius: 15px;
}

}

/*
ul.sub-cat{
	margin:0;
	padding: 0;
	display: -webkit-box;   
 	display: -moz-box;        
 	display: -ms-flexbox;     
  	display: -webkit-flex;     
  	display: flex;
  	flex-wrap: wrap;
  	align-content: center;
  	list-style-type: none;
  	list-style: none;
  	width: 100%;  	
}

ul.sub-cat > * {
	flex: 1 1 25%;
}

ul.sub-cat li {
    list-style: none;
    margin-bottom: 2em;
    text-align: center;
}

ul.sub-cat li a {
	text-decoration: none;
}

ul.sub-cat li h2 {
	font-size: 1.1em;
	color: #000
}

ul.sub-cat li mark {
	background: transparent;
}

@media screen and (max-width:767px) {
	ul.sub-cat > * {
		flex: 1 1 50%;
		padding: 0.5em
	}
}*/


/***Agrandir le conteneur d'images fibosearch***/
span.dgwt-wcas-si {
  width: 150px !important;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-inner, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion {
    padding-left: 5px!important;
    padding-right: 10px!important;
}

/***CSS pour affichage stock***/
.dgwt-wcas-suggestion .dgwt-wcas-stock {
    margin: 3px 0 0 0 !important;
    display: block !important;
    text-align: left !important;
}


.box-text.text-center {
    background: #ff5808b0;
    /*border-radius: 6px;*/
}

 .box-text {
    font-size: .9em;
    padding-bottom: .7em;
    padding-top: .7em;
    position: relative;
    width: 100%;
}

.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

.product-gallery-slider img, .product-thumbnails img {
    width: 100%;
    border-radius: 15px;
}
