/* Hide menu top on large screen */
@media only screen and (max-width: 991px) {
    #block_top_menu, .header-top,
	.rm-body-with-header #header_logo,
	.rm-body-with-header .header-nav,
	.rm-display-search #search_block_top, 
	.rm-display-search #search_widget
/*	.rm-body-with-header.omg_im_fixed .md_banners*/ {
        display: none;
    }
	#checkout.rm-body-with-header .header-nav {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
/*    body.rm-body-with-header {
        padding-top: 0px;
    }
*/
    .rm-header {
        display: none;
    }
    .rm-trigger {
        display: none;
    }
}
/*
.rm-body-with-header {
	padding-top: 70px;
}*/
.rm-pannel * {
    margin: 0;
    padding: 0;
}

.rm-trigger {
    position: fixed;
    top: 80px;
    right: 10px;
    cursor: pointer;
    height: 34px;
    width: 40px;
    z-index: 10000;
}
.rm-trigger--with-subtitle::after, .rm-trigger--with-subtitle::after {
    content: attr(data-subtitle);
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 40px;
    text-align: center;
    font-size: 12px;
    color: black;
}
/*
.rm-trigger::before {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
    height: 2px;
    content: '';
    background: #333;
    box-shadow: 0 6px rgba(255,255,255,0), 0 12px #333, 0 18px rgba(255,255,255,0), 0 24px #333;
}
*/
.rm-level__container .icon-arrow {
    display: block;
}
.rm-level-root {
  position: relative;
}
.rm-level-root .material-icons {
  position: absolute;
  padding: 0.9rem .5rem;
}
.rm-level__item.rm-level__item--back {
  position: absolute;
  border: none;
  top: -42px;
  padding: .5rem;
}
.material-icons.back {
  font-size: 40px;
  color: #fff;
}
#footer .rm-overlay, .rm-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.2);

    /* Fix for Chrome android */
    padding-bottom: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rm-overlay--open {
    left: 0%;
}
.rm-overlay--close {
    left: -100%;
}
.rm-login-bar.rm-display-close::after
/*.rm-overlay.rm-display-close::after */{
    position: absolute;
    content: '\e5cd';
    font-family: "Material icons";
    font-size: 40px;
    line-height: 40px;
    right: 5px;
    top: 5px;
    color: white;
    text-shadow: 0px 0px 5px #333;
	z-index: 10000;
	cursor: pointer
}
#footer .rm-pannel, .rm-pannel {
    z-index: 10000;
    position: fixed;
    top: 0;
    height: 100%;
    width: 90%/*80%*/;
/*	max-width: 500px;  */
    overflow-x: hidden;
    background: #fff;
 /*   background: rgba(51,51,51,0.985);*/
    border-right: 1px solid @pannelbordercolor;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    /* Fix for Chrome android */
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rm-pannel--open {
    left: 0;
}
.rm-pannel--close {
    left: -100%;
}
.rm-container {
    z-index: 100;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    /* Fix for Chrome android */
    padding-bottom: 70px;
}
.rm-container h2 {
	text-transform :capitalize
}
.rm-display-login .rm-container {
    padding-top: 48px;
}
.rm-display-search .rm-container {
    padding-top: 48px;
}
.rm-display-login.rm-display-search .rm-container {
    padding-top: 78px;
}
.rm-level {
    position: relative;
    float: left;
    width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.rm-pannel .icon-arrow::before {
    font-family: 'Material icons';
    position: absolute;
    right: 0;
    z-index: -1;
    color: #212529;
/*    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);*/
    line-height: 1.5;
    content: "\e409";
	font-size: 30px
}
#footer a.rm-level__title,
#footer a.rm-level__title:hover,
.rm-level__title,
.rm-level__title:hover {
    display: block;
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 0.5em;
    color: #777;
    color: #212529;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Poppins",sans-serif;
	text-transform: capitalize;
}
#footer li a.rm-level__item,
.rm-level__item {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    padding: 0.7em 1em 0.7em 2.5em;
    color: #212529;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 1rem /*1rem*/;
    font-family: "Poppins",sans-serif;
/*	text-transform: capitalize;*/

    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
#footer li a.rm-level__item--icon,
.rm-level__item--icon {
    background-position: 5px /*20px*/ center;
    background-repeat: no-repeat;
    padding-left: 2.5em;
    background-size: 30px;
}
.rm-level__title.rm-level__item--icon {
    padding-left: 2em;	
}
#footer li a.rm-level__item:hover,
#footer li a.rm-level__item--selected,
.rm-level__item:hover,
.rm-level__item--selected {
    background-color: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: rgba(255, 255, 255);

    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}
#footer li a.rm-level__item--back,
.rm-level__item--back {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    color: #337f80;
}

.rm-header button.retour {
  background: none;
  border: none;
/*  position: absolute;*/
  height: 65px;
  padding: 0;
  top: -10px;
  position: relative;
  width: 40px;
  z-index: 2;
  cursor: pointer
}
.rm-header, #footer .rm-header {
    position: fixed;
    top: 0;
    left: 0;
/*    height: 100px /*70px*/;
    width: 100%;
	max-width: 100%;
    background: white;
/*    border-bottom: 1px solid #aaa;*/
    z-index: 10000;
}
.rm-header .rm-icon-container {
    position: relative;
    right: 0;
    text-align: right;
/*    padding-right: 5px;*/
	padding: 0
}
.rm-header .rm-menu-container {
    position:  relative;
    padding-right: 10px;
}
.rm-header .rm-icon {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
}
.rm-header .rm-logo-container {
    position: relative;
/*    width: 100%;*/
    height: 70px;
  /*  padding-top: 10px;
    padding-bottom: 10px;*/
/*    padding-left: 60px;
    padding-right: 105px;
*/    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
}
.rm-header .rm-logo {
    position: relative;
    display: block;
    height: 60%/*70%*/;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-top: 10px
}
.rm-header .rm-logo, #footer .rm-header .rm-logo {
    width: 100%;
}

.rm-header .rm-trigger, #footer .rm-header .rm-trigger {
    position: relative;
    top: auto;
    right: auto;
    height: 60px /*70px*/;
	width: 50px;
    margin-left: 0/*5px*/;
}
.rm-header .rm-trigger--with-subtitle::after, #footer .rm-header .rm-trigger--with-subtitle::after {
    content: attr(data-subtitle);
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 40px;
    text-align: center;
    font-size: 12px;
    color: black;
}

.footer-container #footer .rm-header .rm-language,
.rm-header .rm-language {
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 70px;
    height: 70px;
    width: 40px;
    color: black;
    padding-right: 15px;
    position: relative;
}

.rm-header .rm-language.opened > .rm-language-list {
    display: block;
}
.footer-container #footer .rm-header .rm-language-list,
.rm-header .rm-language-list {
    display: none;
    position: absolute;
    top: 69px;
    left: -3px;
    width: 40px;
    list-style: none;
    border: 1px solid #333;
    border-top: none;
    z-index: 1000;
}
.footer-container #footer .rm-header .rm-language-list__item,
.rm-header .rm-language-list__item {
    color: black;
    background: white;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
}
.footer-container #footer .rm-header .rm-language-list__item--current,
.rm-header .rm-language-list__item--current {
    font-weight: bold;
}

.rm-header .search,
#footer .rm-header .search,
.rm-header .contact,
.footer-container #footer .rm-header .rm-cart,
.rm-header .rm-cart {
    font-size: 30px !important;
    line-height: 60px/*70px*/;
    height: 60px/*70px*/;
    width: 30px;
    color: #333;
	margin: 5px 10px 0 0
}
.material-icons.rm-cart {
  top: 2px;
  position: relative;
}
.rm-searchbar {
    color: #777;
    font-size: 0;
    height: 37px;
    overflow: hidden;
    position: relative;
/*    top: 60px;*/
	bottom: 10px;
    width: 95%;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 17px;
	opacity: 1;
  transition: height 0ms 0ms, opacity 700ms 0ms;
}

.rm-searchbar .searchquery {
    width: 100%;
    line-height: 35px;
    padding-left: 70px;
    padding-right: 10px;
    font-size: 16px;
    border: none;
    position: absolute;
    left: 0;
	border-radius: unset;
	background-color: #f6f7f9
}

.rm-searchbar .searchbutton {
  /*  font-family: "FontAwesome";*/
/*    width: 50px;*/
    background-color: transparent;
    color: #333;
    line-height: 34px;
    font-size: 30px;
    border: none;
    position: absolute;
/*    left: 10px;*/
	margin-left: 10px
}
/*
.rm-searchbar.closed {
    height: 0px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
*/
.rm-header .rm-cart .count, #footer .rm-header .rm-cart .count {
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    border-radius: 100%;
    background: #ff4f01;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;
    line-height: 12px;
}
/*
.rm-header .rm-trigger::before, #footer .rm-header .rm-trigger::before {
    background: #333;
    box-shadow: 0 5px rgba(255,255,255,0), 0 10px #333, 0 15px rgba(255,255,255,0), 0 20px #333;
}*/
.rm-login-bar {
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #ff4f01;
}
.rm-login-bar__hello {
    font-size: 25px;
    font-family: "Poppins",sans-serif;
    color: white;
    line-height: 38px;
    margin-left: -25px;
}
.rm-login-bar__hello::before {
    font-family: "Material icons";
    content: '\e853';
    margin-right: 15px;
	font-size: 30px;
	top: 10px;
	position: sticky;
}
.rm-login-bar__logout {
    font-size: 25px;
    color: white;
    line-height: 48px;
    position: absolute;
    right: 10px;
}
.rm-login-bar__logout::before {
	font-family: "Material icons";
	content: '\e5cd'
}
.rm-login-bar__login {
    font-size: 25px;
    font-family: "Poppins",sans-serif;
    color: white;
    line-height: 38px;
}
.rm-login-bar__login::before {
    font-family: "Material icons";
    content: '\e853';
    margin-right: 15px;
	font-size: 30px;
	top: 10px;
	position: sticky;
}
.rm-display-login .rm-search-bar {
    top: 48px;
}
.rm-search-bar {
    position: absolute;
    top: 0px;
    right: 0;
    height: 30px;
}
.rm-search-bar__input {
    width: 100%;
    border: none;
    height: 30px;
    padding: 5px 10px;
    padding-right: 25px;
    background: #444;
    color: white;
}
.rm-search-bar__input::placeholder, .rm-search-bar__input::-webkit-input-placeholder, .rm-search-bar__input::-moz-placeholder, .rm-search-bar__input::-ms-input-placeholder {
    color: white;
}

.rm-searchbar .searchquery::placeholder,
.search-widget .ui-autocomplete-input::placeholder {
  color: #757575;
  opacity: 1;
  font-size: 18px;
}
.rm-search-bar__submit {
    width: 25px;
    line-height: 30px;
    border: none;
    height: 30px;
    background: #444;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
}



@media only screen and (max-width: 767px) {
    
}

@media only screen and (min-width: 767px) {
    
}
