/* Hide menu top on large screen */
@media only screen and (max-width: 991px) {
    #block_top_menu, .header-top {
        display: none;
    }
    .rm-body-with-header #header_logo {
        display: none;
    }
/*    .rm-body-with-header .header-nav {
        display: none;
    }
*/    .rm-display-search #search_block_top, .rm-display-search #search_widget {
        display: none;
    }
}
@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: 35px;
    height: 3px;
    content: '';
    background: black;
    box-shadow: 0 6px rgba(255,255,255,0), 0 12px black, 0 18px rgba(255,255,255,0), 0 24px black;
}
.rm-level__container .icon-arrow {
    display: block;
}

#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-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;
}
#footer .rm-pannel, .rm-pannel {
    z-index: 10000;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    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: 10px;
    z-index: -1;
    color: #212529;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    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.1em;
    font-family: "Raleway",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 1.8em;
    color: #212529;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-weight: 300;
    font-size: 1.4em;
    font-family: "Raleway",sans-serif;
	text-transform: none;

    -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: 20px center;
    background-repeat: no-repeat;
    padding-left: 2.5em;
    background-size: 20px;
}

#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, #footer .rm-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
	max-width: 100%;
    background: white;
    border-bottom: 1px solid #aaa;
    z-index: 10000;
}
.rm-header .rm-icon-container {
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 5px;
}
.rm-header .rm-menu-container {
    position: absolute;
    padding-right: 10px;
}
.rm-header .rm-icon {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
}
.rm-header .rm-logo-container {
    position: absolute;
    width: 100%;
    height: 70px;
  /*  padding-top: 10px;
    padding-bottom: 10px;*/
    padding-left: 60px;
    padding-right: 115px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
}
.rm-header .rm-logo {
    position: relative;
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
/*	margin-top: 5px;*/
	max-height: 60px
}
.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: 70px;
	width: 50px;
    margin-left: 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: 70px;
    height: 70px;
    width: 30px;
    color: #666;
	cursor: pointer
}

.rm-searchbar {
	display: none;
    color: #777;
    font-size: 0;
    border-bottom: 1px solid #aaa;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100%;
/*    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;*/
}

.rm-searchbar .searchquery {
    width: 100%;
    line-height: 36px;
    padding-left: 5px;
    padding-right: 50px;
    font-size: 14px;
    border: none;
    position: absolute;
    left: 0;
	border-radius: unset;
}

.rm-searchbar .searchbutton {
  /*  font-family: "FontAwesome";*/
    width: 50px;
    background-color: #018785;
    color: #fff;
    line-height: 36px;
    font-size: 36px;
    border: none;
    position: absolute;
    right: 0;
}
.rm-searchbar.opened {
  display: block;
}
/*.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: 14px;
    right: 0;
    border-radius: 100%;
    background: #e31d27;
    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: #666;
    box-shadow: 0 6px rgba(255,255,255,0), 0 12px #666, 0 18px rgba(255,255,255,0), 0 24px #666;
}
.rm-login-bar {
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #018785;
}
.rm-login-bar__hello {
    font-size: 25px;
    font-family: "Raleway",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: "Raleway",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-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) {
    
}
