@media screen and (max-width: 720px) {
#sp-menu .burger-icon > span {
    display: block;
    height: 2px;
    background-color: #eee;
    margin: 5px 0; }

#sp-menu .burger-icon {
    width: 25px;
    cursor: pointer;
}

#offcanvas-toggler {
    height: 60px;
    line-height: 90px;
  display: flex !important;
  align-items: center !important;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	position: absolute; 
	right: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
 
  font-size: 1.25rem;}
}
  
div.mod-languages ul li.lang-active {
  background-color: rgba(197, 167, 119, 0)!important;
}