/*
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.   ***************/

.ink_switchlang a{
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid rgb(218, 218, 218);
	border-radius: 4px;
}
.ink_switchlang .wpml-ls-legacy-dropdown{
	width: 105px;
}
.ink_switchlang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	content: '';
    vertical-align: middle;
    display: inline-block;
    border: 4px solid transparent;
    border-top: 4px solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
}

.ink_switchlang .wpml-ls-sub-menu{
	margin-top:2px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: 1.05em;
}
.out-of-stock-label {
	display: none;
}

.nav-niveau1 {
    font-size: 110%;
}

.nav-niveau3bold {
    font-weight: bolder;
}

.nav-niveautrois {
    font-size: 80%;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}