@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/******************************
 HEADER
*******************************/
header {
  z-index: 99;
  position: relative;
  margin: 0 auto;
  display: table;
  width: 100%; }

.header {
  display: table;
  width: 100%; }
  .header > div {
    position: relative; }
  .header .eprojects-top-header {
    width: 100%;
    position: absolute; }
  .header .eprojects-menu-bg {
    height: 40px; }

#header {
  max-width: 1024px;
  margin: 0 auto; }

/******************************
 Logo
*******************************/
#logo {
  position: relative;
  width: 100%;
  height: 100%; }
  #logo a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden; }
    #logo a img {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 100%;
      height: auto; }
      #logo a img.logo-1x {
        max-height: 100%;
        width: auto; }

/******************************
Top Links
*******************************/
.DxH .top-menu > li > a,
.DxH .top-menu .no-link {
  height: 40px; }
  .DxH .top-menu > li > a i::before,
  .DxH .top-menu .no-link i::before {
    float: left; }

header .links {
  position: relative;
  display: table;
  width: 100%; }
  header .links a, header .links .no-link {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E4E4E4;
    border-bottom: 1px solid transparent;
    padding: 0 6px;
    transition: background-color 0.2s; }
  header .links > a:last-child, header .links > span:last-child {
    border-right-width: 0; }

.links .no-link {
  cursor: default; }

.HxD li:not(:last-of-type) .links .no-link {
  text-align: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E4E4E4; }

.top-menu-link {
  white-space: nowrap;
  position: relative; }

/******************************
 Login
*******************************/
.eprojects-login .eprojects-secondary {
  text-align: right;
  font-size: 13px; }
  .eprojects-login .eprojects-secondary a {
    padding: 0 3px; }
  .eprojects-login .eprojects-secondary div a {
    font-family: inherit;
    font-size: inherit;
    padding: 3px; }

#welcome {
  position: relative;
  top: 0; }

/******************************
 Search
*******************************/
.eprojects-search {
  position: relative; }

#search {
  position: relative;
  width: 100%; }

.button-search {
  cursor: pointer;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: transparent;
  float: left;
  position: absolute;
  color: #CCCCCC;
  transition: color 0.2s, background-color 0.2s;
  z-index: 9;
  height: 100%; }
  .button-search button {
    width: 40px;
    height: 100%; }
  .button-search i {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .button-search i:before {
      content: "\e697";
      font-size: 20px; }

#search input {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  padding-left: 50px;
  font-size: 13px;
  color: #333745;
  box-shadow: none; }

/******************************
 Cart
*******************************/
.eprojects-cart {
  margin: 0;
  z-index: 2; }

#cart {
  left: 0;
  right: 0;
  width: 100%;
  height: 40px; }
  #cart ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #cart .heading {
    cursor: pointer;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    z-index: 1;
    border-radius: inherit; }
    #cart .heading a {
      color: inherit;
      border: none;
      font-size: inherit;
      text-decoration: none;
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: table;
      border-radius: inherit; }
      #cart .heading a > span {
        text-align: right;
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        position: relative; }
    #cart .heading i {
      width: 40px;
      height: 40px;
      border-left-width: 1px;
      border-color: transparent;
      border-style: solid;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
        #cart .heading i {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #cart .heading i::before {
        content: "\e000";
        font-size: 28px;
        color: white; }
  #cart .content {
    visibility: hidden;
    list-style: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-width: 360px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
    min-height: 125px;
    color: #333745;
    float: right;
    transition: opacity .3s; }
    #cart .content .cart-wrapper {
      background-color: white; }
  #cart .checkout {
    clear: both;
    padding: 18px 0;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%; }
    #cart .checkout a + a {
      margin-left: 15px; 
	  margin-right: 15px;  
	}
  #cart .empty {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic; }

.ie9 #cart button.heading {
  display: table; }
  .ie9 #cart button.heading span {
    text-align: right;
    padding-right: 7px;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.wordpress .image .img-thumbnail {
  display: block; }

#cart.active .heading,
#cart.open .heading {
  padding: 0;
  margin: 0;
  border: 0; }

#cart.active .content,
#cart.open .content {
  transition: opacity 0.2s;
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mini-cart-info {
  position: relative;
  overflow: auto;
  padding: 3px 12px 0 12px; }
  .mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 0; }
    .mini-cart-info table tr {
      border-bottom: 1px solid #EEEEEE; }
      .mini-cart-info table tr td {
        color: inherit;
        vertical-align: middle;
        padding: 10px 5px;
        padding-left: 0; }
        .mini-cart-info table tr td a {
          display: block;
          color: inherit; }
      .mini-cart-info table tr td.image {
        width: 1px; }
        .mini-cart-info table tr td.image img {
          text-align: left;
          max-width: 50px;
          height: auto; }
      .mini-cart-info table tr td.name {
        padding-left: 5px; }
        .mini-cart-info table tr td.name div {
          line-height: 1;
          padding-top: 5px; }
          .mini-cart-info table tr td.name div br:first-of-type {
            display: none; }
      .mini-cart-info table tr td.quantity {
        text-align: right;
        white-space: nowrap; }
      .mini-cart-info table tr td.total {
        text-align: right; }
      .mini-cart-info table tr td.remove {
        text-align: right;
        padding-top: 11px; }
        .mini-cart-info table tr td.remove button {
          cursor: pointer; }
        .mini-cart-info table tr td.remove img {
          display: none; }
        .mini-cart-info table tr td.remove i {
          cursor: pointer;
          color: #EA2E49;
          transition: color .2s;
          left: 5px; }
        .mini-cart-info table tr td.remove i:before {
          content: "\e601";
          font-size: 15px;
          top: -2px;
          color: inherit; }
    .mini-cart-info table tr:last-of-type {
      border-bottom: none; }

.firefox .mini-cart-info table tr td.remove button {
  padding-left: 3px;
  padding-right: 3px; }
.firefox #search input {
  min-height: 40px; }
.firefox.header-compact #search input {
  min-height: 30px; }

.mini-cart-total {
  text-align: right;
  padding: 5px 10px 3px 0;
  background-color: #f4f4f4;
  overflow: hidden;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }
  .mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    width: auto; }
  .mini-cart-total td {
    padding: 3px 4px; }
  .mini-cart-total td.left {
    min-width: 100px;
    text-align: right; }
  .mini-cart-total td.right {
    min-width: 80px;
    text-align: right; }

#cart ul li:last-of-type {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

/******************************
 Auto-Suggest
*******************************/
.autocomplete2-suggestions {
  background-color: white;
  top: 100%; }
  .autocomplete2-suggestions div {
    overflow: auto;
    position: relative;
    z-index: 2; }

.autocomplete2-suggestion {
  border-bottom: 1px solid #f4f4f4;
  min-height: 38px;
  padding: 7px 8px 5px 8px;
  color: #45738f;
  cursor: pointer; }
  .autocomplete2-suggestion a:hover {
    text-decoration: none;
    color: inherit; }
  .autocomplete2-suggestion .p-image {
    max-width: 55px; }
    .autocomplete2-suggestion .p-image img {
      max-width: 55px; }
  .autocomplete2-suggestion .p-name {
    font-size: 13px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-left: 7px; }
    .autocomplete2-suggestion .p-name span {
      display: block;
      margin-bottom: 2px; }
  .autocomplete2-suggestion span.p-price {
    font-size: 13px;
    color: #333745; }
    .autocomplete2-suggestion span.p-price .price-old {
      float: left;
      margin-right: 5px;
      text-decoration: line-through;
      color: #EA2E49; }

.autocomplete2-selected {
  background-color: transparent !important; }

.autocomplete2-suggestion:last-child {
  border-bottom: none; }

.autocomplete2-selected {
  background-color: #FAFAFA; }

.view-more-link {
  display: block;
  padding: 3px 5px; }

/******************************
 HEADER DEFAULT
*******************************/
.HxD .eprojects-logo {
  height: 120px;
  float: left;
  position: relative; }
.HxD .links li:last-of-type a, .HxD .links li:last-of-type .no-link {
  border-right-width: 0; }

.header-assets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
@media only screen and (max-width: 980px) {
	.HxD .eprojects-links { display:none; }

}	


/******************************
HEADER CENTER
*******************************/
.HxC {
  background-color: transparent; }
  .HxC #header {
    display: table;
    width: 100%; }
  .HxC .eprojects-menu {
    clear: both;
    z-index: 1; }
  .HxC .eprojects-menu-bg {
    width: 100%;
    position: absolute;
    top: 140px; }
  .HxC .eprojects-center-bg {
    position: absolute;
    width: 100%;
    top: 40px; }
  .HxC .links {
    display: table;
    width: auto; }
    .HxC .links a, .HxC .links .no-link {
      text-align: center;
      border: none; }
    .HxC .links li:hover a {
      transition: color 0.2s, background-color 0.2s;
      background-color: transparent; }
  .HxC .eprojects-secondary {
    text-align: right; }
    .HxC .eprojects-secondary .links {
      float: right; }
  .HxC .eprojects-top-header {
    border-bottom: 1px solid transparent; }
  .HxC .eprojects-search {
    position: relative;
    z-index: 99; }
  .HxC #search {
    position: relative;
    width: 100%; }
    .HxC #search input {
      min-height: 40px; }
  .HxC .no-results {
    color: inherit;
    pointer-events: none;
    cursor: default; }
  .HxC .button-search {
    transition: color 0.2s, background-color 0.2s; }
    .HxC .button-search button {
      cursor: pointer; }
  .HxC #search input {
    background-color: transparent; }
  .HxC .eprojects-search:hover #search input {
    transition: background-color 0.2s; }
  .HxC .eprojects-cart {
    background-color: transparent;
    color: #222222; }
  .HxC #cart .empty {
    min-height: 125px; }
  .HxC #cart {
    transition: background-color 0.2s; }
    .HxC #cart .heading i {
      text-align: center;
      width: 40px;
      height: 40px;
      transition: background-color 0.2s, color 0.2s; }
      .HxC #cart .heading i:before {
        float: none; }
  .HxC #cart .content {
    padding-top: 15px; }
  .HxC #cart .content:before {
    content: "\e61e";
    color: white;
    font-size: 19px;
    position: absolute;
    top: 0;
    right: 10px; }
  .HxC .autocomplete2-suggestions {
    top: 54px;
    border-top: none;
    overflow: visible; }
    .HxC .autocomplete2-suggestions > div {
      overflow: auto;
      border-radius: inherit; }
  .HxC .autocomplete2-suggestions::before {
    content: "\e61e";
    font-size: 40px;
    position: absolute;
    top: -25px;
    z-index: 1; }
  .HxC .autocomplete2-suggestion:first-of-type {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .HxC .autocomplete2-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .HxC .autocomplete2-suggestion:only-child {
    pointer-events: none; }

@media only screen and (max-width: 760px) {
  .HxC .eprojects-menu {
    clear: both;
    z-index: 3; } }
ul.super-menu > li:first-of-type {
  border-left-width: 0; }

ul.super-menu > li:last-of-type {
  border-right-width: 0; }

/******************************
 NO SECONDARY
*******************************/
.no-secondary .HxC .eprojects-links, .no-secondary .HxC .links {
  width: 100%; }
.no-secondary .HxC .eprojects-secondary {
  display: none; }
.no-secondary .HxC .eprojects-language {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.no-secondary .HxC .eprojects-currency {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.no-secondary .HxC #currency {
  border-left-width: 1px; }

.DxH.CxS .eprojects-language + .eprojects-currency {
  left: -10px; }

html[dir="rtl"].DxH.CxS .eprojects-language + .eprojects-currency {
  left: 10px; }

/******************************
HEADER MEGA
*******************************/
@media only screen and (min-width: 760px) {
  .HxM .eprojects-search {
    padding-right: 5%; } }
/******************************
 SLIM HEADER
*******************************/
.SxH .HxD .eprojects-menu {
  clear: both;
  width: 100%; }

@media only screen and (min-width: 980px) {
  .SxH .HxD .eprojects-logo {
    height: 80px; } }
/******************************
 THEME MEGA-MENU
*******************************/
.mobile-trigger, .mobile-plus {
  display: none;
  position: relative; }

.super-menu {
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border: 0; }
  .super-menu > li {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: all 0.2s !important;
    display: table-cell;
    min-width: 40px;
    color: white; }
    .super-menu > li:first-of-type {
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit; }
    .super-menu > li:last-of-type {
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit; }
    .super-menu > li:hover {
      transition: background-color 0.2s; }
    .super-menu > li > a {
      text-align: center;
      height: 100%;
      font-size: 15px;
      text-transform: uppercase;
      color: inherit;
      text-decoration: none;
      display: block;
      position: relative;
      line-height: 39px;
      white-space: nowrap;
      overflow: hidden; }
      .super-menu > li > a span {
        display: inline-block; }
      .super-menu > li > a i {
        display: inline-block;
        vertical-align: top; }
        .super-menu > li > a i:before {
          float: left; }
    .super-menu > li.icon-only {
      width: 50px; }
      .super-menu > li.icon-only > a i {
        margin-right: 0 !important; }
  .super-menu > li:last-of-type {
    border-right: 1px solid #333745; }

ul.menu-centered {
  display: block;
  text-align: center;
  border-width: 0;
  white-space: nowrap; }
  ul.menu-centered > li {
    display: inline-block;
    text-align: initial;
    white-space: initial; }
    ul.menu-centered > li.icon-only {
      width: auto; }
      ul.menu-centered > li.icon-only a i {
        display: block; }
    ul.menu-centered > li:first-of-type {
      border-left-width: 1px; }
    ul.menu-centered > li:last-of-type {
      border-right-width: 1px; }
    ul.menu-centered > li > a {
      padding: 0 15px; }
  ul.menu-centered .product-grid-item .quickview-button .button,
  ul.menu-centered .product-grid-item .name a {
    text-align: center; }

.desktop .menu-floated > li {
  display: block;
  border-left: 0; }
  .desktop .menu-floated > li > a {
    padding: 0 15px; }
.desktop .menu-floated .float-left {
  float: left;
  border-right-width: 1px;
  border-style: solid;
  border-color: #333745; }
.desktop .menu-floated .float-right {
  float: right;
  border-left-width: 1px;
  border-style: solid;
  border-color: #333745;
  border-top-right-radius: inherit; }
  .desktop .menu-floated .float-right ~ .float-right {
    border-radius: 0; }
  .desktop .menu-floated .float-right:first-of-type {
    border-right-width: 1px; }
  .desktop .menu-floated .float-right:last-of-type {
    border-right-width: 0; }

.HxD .super-menu > li:last-of-type {
  border-right-width: 0; }
.HxD .super-menu > li:first-of-type {
  border-left-width: 0; }

.mega-menu {
  left: 0;
  position: absolute;
  display: none;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  z-index: 9999; }
  .mega-menu > div {
    display: block;
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px; }

.mega-menu-column > div {
  width: 100%; }

@media only screen and (min-width: 980px) {
  html:not(.SxH) .HxD .mega-menu {
    left: -33.333333%;
    width: 133.333333%; } }
/******************************
MEGA-MENU DROPDOWN
*******************************/
.drop-down {
  position: relative; }
  .drop-down .menu-plus {
    position: absolute;
    font-size: 17px;
    top: 10px;
    right: 8px; }
    .drop-down .menu-plus:before {
      content: "\e094"; }
  .drop-down > ul {
    display: none; }
  .drop-down ul {
    z-index: 999;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5); }
    .drop-down ul li {
      color: #333745;
      background-color: white;
      position: relative;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #EEEEEE;
      max-width: 100vw; }
      .drop-down ul li:last-of-type {
        border-bottom-width: 0; }
      .drop-down ul li ul {
        visibility: hidden;
        opacity: 0;
        left: 100%;
        top: 0; }
      .drop-down ul li.left ul {
        left: -100%; }
      .drop-down ul li:hover > ul {
        transition: opacity 0.2s;
        visibility: visible;
        opacity: 1; }
      .drop-down ul li a {
        padding: 11px 25px 12px 9px;
        display: block;
        color: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .drop-down ul li a:before {
          margin-right: 5px; }

/******************************
MEGA-MENU CATEGORIES
*******************************/
header .mega-menu-item > div {
  margin-right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
header .mega-menu-item h3 {
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  header .mega-menu-item h3 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    transition: color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }

.ie:not(.edge) header .mega-menu-item > div {
  display: block; }

.mega-menu-categories .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-categories .mega-menu-item ul {
    float: left;
    width: 58%;
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none; }
    .mega-menu-categories .mega-menu-item ul li {
      padding-bottom: 2px;
      position: relative; }
      .mega-menu-categories .mega-menu-item ul li a {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        padding-left: 10px;
        transition: color .1s;
        line-height: 15px; }
        .mega-menu-categories .mega-menu-item ul li a:before {
          position: absolute;
          left: 0;
          top: 0; }
  .mega-menu-categories .mega-menu-item img {
    float: right;
    width: 40%;
    height: auto;
    margin-top: 10px; }
  .mega-menu-categories .mega-menu-item .show-more-text a:before {
    content: ""; }
  .mega-menu-categories .mega-menu-item.menu-image-left ul {
    width: 55%;
    padding: 0 0 0 8px; }
  .mega-menu-categories .mega-menu-item.menu-image-left img {
    float: left; }
  .mega-menu-categories .mega-menu-item.menu-image-top ul {
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-image-top img {
    float: none;
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-no-links img {
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-no-image ul {
    width: 100%;
    padding: 0; }

/******************************
MEGA-MENU PRODUCTS
*******************************/
#header .mega-menu .product-wrapper {
  margin-right: 20px;
  box-shadow: none; }
#header .mega-menu .product-grid-item {
  margin-bottom: 20px; }

/******************************
MEGA-MENU BRANDS
*******************************/
.mega-menu-brands .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-brands .mega-menu-item img {
    width: 100%;
    float: left;
    height: auto; }

/******************************
MEGA-MENU HTML
*******************************/
.mega-menu-html .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-html .mega-menu-item img {
    max-width: 100%;
    height: auto !important; }
  .mega-menu-html .mega-menu-item ul, .mega-menu-html .mega-menu-item ol {
    padding-left: 30px; }

.dummy-hide {
  display: block !important;
  visibility: hidden;
  opacity: 0; }

/******************************
 MEGA-MENU MIXED
*******************************/
.mega-menu .wrapper p span {
  line-height: inherit !important; }
.mega-menu .mega-menu-column {
  float: left;
  margin: 0; }
  .mega-menu .mega-menu-column:last-of-type > div {
    margin-right: -20px; }
  .mega-menu .mega-menu-column .menu-cms-block {
    clear: both;
    margin: 0; }

/******************************
Header Cart
*******************************/
.wordpress #cart .content {
  transition: opacity 0s; }
  .wordpress #cart .content:before {
    display: none; }
  .wordpress #cart .content .cart-wrapper {
    display: block !important; }
    .wordpress #cart .content .cart-wrapper:before {
      content: "\e61e";
      color: white;
      font-size: 20px;
      position: absolute;
      top: -2px;
      right: 10px; }
.wordpress #cart.visible .content {
  opacity: 1;
  visibility: visible; }
.wordpress .mini-cart-total {
  padding: 0; }
  .wordpress .mini-cart-total table {
    padding: 5px 10px 3px 0; }

.MOxN2.DxH.CxS .eprojects-currency {
  left: 100%; }

@media only screen and (min-width: 980px) {
  .MOxT .eprojects-menu .mobile-menu > li {
    border-bottom-style: hidden; } }
.ie9.wordpress .HxC #cart .heading span {
  position: relative;
  right: 45px; }
.ie9.wordpress .HxC #cart .heading i {
  position: absolute;
  right: 0;
  top: 0; }
.ie9.wordpress .mini-cart-info table tr td.remove i {
  position: relative;
  padding-right: 5px; }
.ie9.wordpress .mini-cart-info table tr td.remove i:before {
  position: relative;
  padding-top: 1px; }

/******************************
 Retina Logo
*******************************/
#logo a .logo-2x {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #logo a .logo-2x + .logo-1x {
    display: none; }

  #logo a .logo-2x {
    display: inline-block; } }
/******************************
 Top Menus Dropdown
*******************************/
.top-menu,
.top-dropdown {
  list-style: none;
  margin: 0;
  padding: 0; }

#header .top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #header .top-menu > li {
    display: inline-block;
    position: relative; }
  #header .top-menu .top-dropdown {
    display: none;
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.25); }
    #header .top-menu .top-dropdown li {
      background-color: #4b5a71;
      transition: all 0.1s ease-out;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #6a7f8c; }
      #header .top-menu .top-dropdown li:first-of-type {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        #header .top-menu .top-dropdown li:first-of-type::before {
          content: "\e61e";
          position: absolute;
          top: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          color: #4b5a71;
          z-index: -1; }
      #header .top-menu .top-dropdown li:last-of-type {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-width: 0; }
      #header .top-menu .top-dropdown li:hover {
        background-color: #333745; }
    #header .top-menu .top-dropdown a, #header .top-menu .top-dropdown .no-link {
      white-space: nowrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 12px 2px;
      min-height: 35px;
      color: white;
      border-color: transparent;
      background-color: transparent; }

#header .top-menu > li:hover ul {
  display: block; }

#header .top-menu .top-dropdown.dd-left li:first-of-type::before {
  left: 15px; }

#header .top-menu .top-dropdown.dd-right li:first-of-type::before {
  left: auto;
  right: 15px; }

.has-dropdown::after {
  content: "\e61d";
  font-size: 8px;
  margin-left: 5px; }

.HxD #header .eprojects-secondary {
  padding-right: 0; }
  .HxD #header .eprojects-secondary .top-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
    .HxD #header .eprojects-secondary .top-menu > li > a, .HxD #header .eprojects-secondary .top-menu .no-link {
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 7px; }
  .HxD #header .eprojects-secondary .top-dropdown a {
    padding: 0 10px; }
.HxD #header .eprojects-links .top-menu > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .HxD #header .eprojects-links .top-menu > li > a, .HxD #header .eprojects-links .top-menu > li .no-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

header .no-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

/******************************
 Language/Currency
*******************************/
@media only screen and (max-width: 760px) {
  .eprojects-login {
    z-index: 9999 !important; } }
.eprojects-login {
  position: relative;
  z-index: 998; }
  .eprojects-login > div {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 40px; }
  .eprojects-login .eprojects-secondary {
    float: right; }

#language, #currency {
  height: 100%; }

.eprojects-language,
.eprojects-currency {
  z-index: 3;
  width: 40px; }
  .eprojects-language form,
  .eprojects-currency form {
    float: left;
    height: 100%; }
    .eprojects-language form .CxS,
    .eprojects-currency form .CxS {
      background-color: white;
      width: 1.5em;
      height: 1.5em;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #333745;
      font-size: 11px; }
  .eprojects-language .dropdown-toggle,
  .eprojects-currency .dropdown-toggle {
    width: 40px;
    height: 100%;
    color: #333745;
    padding: 0;
    font-size: 12px;
    border-color: transparent;
    background-color: transparent; }
    .eprojects-language .dropdown-toggle > div,
    .eprojects-currency .dropdown-toggle > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .eprojects-language .dropdown-toggle img,
    .eprojects-currency .dropdown-toggle img {
      position: relative;
      display: inline-block;
      margin: 0 auto; }
    .eprojects-language .dropdown-toggle .caret,
    .eprojects-currency .dropdown-toggle .caret {
      display: none; }
  .eprojects-language .btn-group,
  .eprojects-currency .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .eprojects-language .dropdown-menu,
  .eprojects-currency .dropdown-menu {
    min-width: 40px;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    margin: 0 0;
    border: none;
    top: 40px;
    position: absolute;
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: auto !important;
    z-index: 1000;
    float: left;
    list-style: none;
    font-size: 14px;
    background-clip: padding-box;
    background-color: white; }
    .eprojects-language .dropdown-menu > li,
    .eprojects-currency .dropdown-menu > li {
      border-top: 1px solid #E4E4E4; }
    .eprojects-language .dropdown-menu > li:first-of-type,
    .eprojects-currency .dropdown-menu > li:first-of-type {
      border-top: none; }
    .eprojects-language .dropdown-menu > li > a,
    .eprojects-currency .dropdown-menu > li > a {
      text-align: center;
      font-size: 13px;
      padding: 5px 10px;
      color: #333745;
      cursor: pointer;
      display: block;
      line-height: 1.5;
      white-space: nowrap; }
      .eprojects-language .dropdown-menu > li > a img,
      .eprojects-currency .dropdown-menu > li > a img {
        position: relative;
        top: 1px; }
    .eprojects-language .dropdown-menu::before,
    .eprojects-currency .dropdown-menu::before {
      content: "\e61e";
      position: absolute;
      left: 49%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -13px;
      color: white;
      font-size: 16px;
      z-index: 1; }
    .eprojects-language .dropdown-menu > li:first-of-type,
    .eprojects-currency .dropdown-menu > li:first-of-type {
      border-top-right-radius: inherit;
      border-top-left-radius: inherit;
      position: relative;
      z-index: 2; }
      .eprojects-language .dropdown-menu > li:first-of-type a,
      .eprojects-currency .dropdown-menu > li:first-of-type a {
        border-top-right-radius: inherit;
        border-top-left-radius: inherit; }
    .eprojects-language .dropdown-menu > li:last-of-type,
    .eprojects-currency .dropdown-menu > li:last-of-type {
      border-bottom-right-radius: inherit;
      border-bottom-left-radius: inherit; }
      .eprojects-language .dropdown-menu > li:last-of-type a,
      .eprojects-currency .dropdown-menu > li:last-of-type a {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit; }

.open .dropdown-toggle.btn-default {
  color: #EA2E49;
  border-color: transparent;
  background-color: transparent; }

@media only screen and (min-width: 760px) {
  .CxH .eprojects-language,
  .CxH .eprojects-currency {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    min-width: 40px; }
  .CxH .eprojects-currency {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .CxH .eprojects-language + .eprojects-currency {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.CxH #language, .CxH #currency {
  border-left-width: 1px;
  border-right-width: 1px; }
.CxH #currency {
  border-left-width: 0; }

@media only screen and (max-width: 760px) {
  .CxH #language {
    border-left-width: 0; }
  .CxH #currency {
    border-left-width: 1px;
    border-right-width: 0; }
  .CxH .eprojects-language,
  .CxH .eprojects-currency {
    min-width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999; }
  .CxH .eprojects-currency {
    left: 100%;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%); }

  html[dir="rtl"].CxH .eprojects-language,
  html[dir="rtl"].CxH .eprojects-currency {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  html[dir="rtl"].CxH .eprojects-currency {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@media only screen and (max-width: 760px) {
  .MOxNT .HxM .eprojects-links,
  .MOxNT .HxD .eprojects-links,
  .MOxNT .HxC .eprojects-links,
  .MOxNT .eprojects-top-header,
  .MOxNT .eprojects-menu-bg {
    display: none !important; }
  .MOxNT #header {
    padding-top: 0; }
    .MOxNT #header .eprojects-secondary {
      border-top-color: transparent; }
    .MOxNT #header .eprojects-language form > div,
    .MOxNT #header .eprojects-currency form > div {
      border-color: transparent; }
  .MOxNT .HxP #header .eprojects-cart {
    top: 55px;
    right: 10px; }
    .MOxNT .HxP #header .eprojects-cart .content {
      right: -40px; }
  .MOxNT .HxP #header .eprojects-cart
  .eprojects-search {
    z-index: 999;
    width: 40px; }
  .MOxNT .HxP #header .eprojects-search.search-on-top {
    z-index: 999;
    width: calc(100% - 10px); } }
@media only screen and (max-width: 760px) {
  .MOxN2 .HxC .eprojects-secondary,
  .MOxN2 .HxD .eprojects-secondary {
    display: none !important; }
  .MOxN2 .HxC .eprojects-login,
  .MOxN2 .HxD .eprojects-login {
    height: 0; }
  .MOxN2 .HxC .eprojects-language,
  .MOxN2 .HxC .eprojects-currency,
  .MOxN2 .HxD .eprojects-language,
  .MOxN2 .HxD .eprojects-currency {
    position: absolute;
    top: -40px; }
    .MOxN2 .HxC .eprojects-language form > div,
    .MOxN2 .HxC .eprojects-currency form > div,
    .MOxN2 .HxD .eprojects-language form > div,
    .MOxN2 .HxD .eprojects-currency form > div {
      border-color: transparent; }
  .MOxN2 .HxC .eprojects-currency,
  .MOxN2 .HxD .eprojects-currency {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .MOxN2.CxH .eprojects-language,
  .MOxN2.CxH .eprojects-currency {
    top: 0; }

  .MOxN2.BxB .header .eprojects-top-header,
  .MOxN2.MOxNT .header .eprojects-top-header {
    display: none; }

  html[dir="rtl"].MOxN2 .HxC .eprojects-currency,
  html[dir="rtl"].MOxN2 .HxD .eprojects-currency {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
/******************************
 Language/Currency Full Text
*******************************/
.language-text,
.currency-text {
  display: inline-block;
  padding: 0 4px;
  position: relative; }

.language-text {
  margin-left: 2px; }

.currency-text {
  padding: 0 3px; }

@media only screen and (min-width: 760px) {
  .LxF .eprojects-language,
  .LxF .eprojects-currency, .CxF .eprojects-language,
  .CxF .eprojects-currency {
    display: inline-block;
    width: auto; }
    .LxF .eprojects-language .dropdown-toggle,
    .LxF .eprojects-currency .dropdown-toggle, .CxF .eprojects-language .dropdown-toggle,
    .CxF .eprojects-currency .dropdown-toggle {
      min-width: 40px;
      white-space: nowrap;
      width: auto;
      padding: 0 5px; }
  .LxF .dropdown-menu > li > a, .CxF .dropdown-menu > li > a {
    text-align: left; }
  .LxF .HxD .eprojects-currency .dropdown-toggle, .CxF .HxD .eprojects-currency .dropdown-toggle {
    padding-left: 0; }
  .LxF .HxC .eprojects-language,
  .LxF .HxC .eprojects-currency, .CxF .HxC .eprojects-language,
  .CxF .HxC .eprojects-currency {
    width: auto; }
  .LxF form .CxS, .CxF form .CxS {
    margin-right: 1px;
    float: left; }

  html[dir="rtl"].CxF form .CxS {
    margin-right: 0;
    margin-left: 2px;
    float: right; }

  .CxS .eprojects-currency .dropdown-menu > li > a {
    text-align: center; }
  .CxS form .CxS {
    float: none; }

  html[dir="rtl"].CxS .eprojects-currency .dropdown-menu > li > a {
    text-align: center; }

  .LxG .eprojects-language .dropdown-menu > li > a {
    text-align: center; }

  html[dir="rtl"].LxG .eprojects-language .dropdown-menu > li > a {
    text-align: center; }

  .LxF .HxD .eprojects-language {
    margin-left: 5px; }

  html[dir="rtl"].LxF .HxD .eprojects-language {
    margin-left: 0;
    margin-right: 5px; } }
@media only screen and (max-width: 760px) {
  .LxF-mobile .eprojects-language,
  .LxF-mobile .eprojects-currency, .CxF-mobile .eprojects-language,
  .CxF-mobile .eprojects-currency {
    display: inline-block;
    width: auto; }
    .LxF-mobile .eprojects-language .dropdown-toggle,
    .LxF-mobile .eprojects-currency .dropdown-toggle, .CxF-mobile .eprojects-language .dropdown-toggle,
    .CxF-mobile .eprojects-currency .dropdown-toggle {
      min-width: 40px;
      white-space: nowrap;
      width: auto;
      padding: 0 6px; }
    .LxF-mobile .eprojects-language .dropdown-menu li a,
    .LxF-mobile .eprojects-currency .dropdown-menu li a, .CxF-mobile .eprojects-language .dropdown-menu li a,
    .CxF-mobile .eprojects-currency .dropdown-menu li a {
      text-align: left; }
  .LxF-mobile .HxD .eprojects-currency .dropdown-toggle, .CxF-mobile .HxD .eprojects-currency .dropdown-toggle {
    padding-left: 0; }
  .LxF-mobile .HxC .eprojects-language,
  .LxF-mobile .HxC .eprojects-currency, .CxF-mobile .HxC .eprojects-language,
  .CxF-mobile .HxC .eprojects-currency {
    width: auto; }
  .LxF-mobile form .CxS, .CxF-mobile form .CxS {
    position: relative;
    top: -1px; }

  html[dir="rtl"].CxF-mobile .HxD .eprojects-currency {
    padding-left: 7px; }

  .PxH .eprojects-currency {
    position: absolute;
    top: 12px;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .PxH .eprojects-language {
    top: 12px; }

  html[dir="rtl"].PxH .eprojects-currency {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  html[dir="rtl"].PxH .eprojects-language {
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 12px; }

  .CxS-mobile .eprojects-currency .dropdown-menu > li > a {
    text-align: center; }
  .CxS-mobile form .CxS {
    float: none; }

  html[dir="rtl"].CxS-mobile .eprojects-currency .dropdown-menu > li > a {
    text-align: center; }

  .LxG-mobile .eprojects-language .dropdown-menu > li > a {
    text-align: center; }

  html[dir="rtl"].LxG-mobile .eprojects-language .dropdown-menu > li > a {
    text-align: center; }

  .LxG-mobile .language-text {
    display: none; }

  .CxS-mobile .currency-text {
    display: none; } }
/******************************
 HEADER COMPACT
*******************************/
.HxP #header > div {
  float: left; }
.HxP #header .eprojects-logo {
  width: 20%;
  height: 100px;
  position: relative; }
.HxP #header .top-assets {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #444; }
.HxP #header .top-menu {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: start;
          justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%; }
  .HxP #header .top-menu > li a, .HxP #header .top-menu li .no-link {
    border-right-width: 0;
    border-bottom-width: 0; }
    .HxP #header .top-menu > li a i, .HxP #header .top-menu li .no-link i {
      margin-right: 0 !important; }
  .HxP #header .top-menu .top-dropdown a {
    height: 35px; }
.HxP #header .eprojects-links {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.HxP #header .lang-curr {
  height: 40px;
  float: right;
  position: relative;
  white-space: nowrap;
  padding-right: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .HxP #header .lang-curr::after {
    content: "•";
    font-size: 20px;
    color: #2bb0e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0; }
.HxP #header .eprojects-cart {
  padding-left: 15px;
  max-width: 21%;
  float: right;
  background: transparent; 
  margin-top: 30px;
  }
  .HxP #header .eprojects-cart .content {
    display: none;
    position: absolute;
    right: 0; }
  .HxP #header .eprojects-cart:hover .content {
    display: block; }
.HxP #header #cart {
  box-shadow: none;
  background: transparent; }
.HxP #header .divider {
  width: 76.8%;
  left: 23.3%;
  height: 1px;
  position: absolute;
  top: 41px;
  border-bottom: 1px solid #444; }
.HxP #header .eprojects-menu {
  width: 50%; 
  margin-top: 30px;
  }
  .HxP #header .eprojects-menu .super-menu {
    width: auto;
    border-width: 0; }
    .HxP #header .eprojects-menu .super-menu > li {
      height: 40px;
      background: transparent;
      border-width: 0;
      vertical-align: middle; }
      .HxP #header .eprojects-menu .super-menu > li:first-of-type > a {
        margin-left: 15px; }
      .HxP #header .eprojects-menu .super-menu > li > a {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        position: relative;
        overflow: visible; }
      .HxP #header .eprojects-menu .super-menu > li:hover > a::after {
        opacity: 1;
        transition: all 0.2s ease-out; }
.HxP #header .mega-menu,
.HxP #header .drop-down > ul {
  top: 100%; }
.HxP #header .mega-menu {
  width: 100vw; }
.HxP #header .eprojects-links {
  width: calc(30% - 80px); 
  margin-top: 30px;
  }
.HxP #header .eprojects-search {
  /*width: 22%;*/
  padding: 15px 0 15px 0; 
  margin-top: 30px;
  }
  .HxP #header .eprojects-search #search {
    border: 0; }
  .HxP #header .eprojects-search input, .HxP #header .eprojects-search .button-search, .HxP #header .eprojects-search #search {
    height: 40px; }
  .HxP #header .eprojects-search input {
    padding-left: 35px; }
  .HxP #header .eprojects-search .button-search {
    z-index: 2;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0; }
  .HxP #header .eprojects-search button {
    cursor: pointer; }
.BxH .HxP #header .divider {
  width: 75.2%; }
.BxH .HxP #header .eprojects-search {
  padding-right: 15px; }

.BxH.DxH .header,
.BxH.DxH .eprojects-top-header {
  background: transparent;
  background-image: none !important; }
.BxH.DxH .eprojects-top-header {
  z-index: 999;
  pointer-events: none; }
.BxH.DxH #header {
  display: table;
  width: 100%; }
.BxH.DxH .eprojects-logo {
  z-index: 10000;
  position: relative; }

html[dir="rtl"].BxH .HxP #header .eprojects-search {
  padding-right: 0;
  padding-left: 15px; }

@media only screen and (min-width: 980px) {
  .tablet .HxP #header .eprojects-menu .super-menu {
    width: calc(100% - 15px); } }
@media only screen and (max-width: 980px) {
  .HxP #header .eprojects-logo {
    width: 30%; }
  .HxP #header .lang-curr::after {
    display: none; }
  .HxP #header .divider {
    left: 30%;
    width: 68%; }
  .HxP #header .eprojects-links {
    position: absolute; 
	width: calc(70% - 90px);
	right: 90px;
	}
  .HxP #header .eprojects-search {
    width: 45%;
    /*top: 40px;*/
    right: 50px;
    position: absolute; }
  .HxP #header .eprojects-cart {
    max-width: 35%;
    position: absolute;
    right: 10px;
    /*top: 50px;*/ }
  .HxP #header .eprojects-menu {
    width: 100%;
    clear: both; 
	margin-top: 0px;
	}
    .HxP #header .eprojects-menu .super-menu {
      width: 100%; }
      .HxP #header .eprojects-menu .super-menu > li {
        height: auto; }
        .HxP #header .eprojects-menu .super-menu > li > a {
          margin-left: 0 !important;
          height: 39px;
          line-height: 39px;
          top: 0;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
  .HxP #header .mega-menu {
    left: 0 !important; } }
@media only screen and (max-width: 760px) {
  .HxP #header {
    padding-top: 0; }
    .HxP #header .divider {
      display: none; }
    .HxP #header .eprojects-logo {
      width: 100%;
      height: 85px; }
    .HxP #header .lang-curr {
      top: 45px;
      position: absolute;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .HxP #header .eprojects-links {
      /*position: relative;*/
	  top: 55px;
	  }
    .HxP #header .eprojects-search {
      top: 55px;
      right: 55px;
      left: auto;
      padding: 0;
      width: calc(100% - 10px); }
      .HxP #header .eprojects-search #search {
        position: absolute;
        width: 40px;
        right: 0; }
      .HxP #header .eprojects-search.search-on-top #search {
        width: 100%;
        position: absolute; }
      .HxP #header .eprojects-search.hide-input input {
        display: none !important; }
      .HxP #header .eprojects-search .button-search {
        right: 0;
        border-radius: 3px; }
        .HxP #header .eprojects-search .button-search button {
          pointer-events: none;
          width: 100%;
          height: 100%;
          position: absolute;
          right: 0;
          z-index: 999999; }
      .HxP #header .eprojects-search input {
        display: none;
        padding-left: 10px;
        position: absolute;
        font-size: 16px; }
      .HxP #header .eprojects-search .autocomplete2-suggestions {
        right: 0; }
    .HxP #header .eprojects-cart {
      position: absolute;
      top: 125px;
      right: 0;
      max-width: 100%; }
      .HxP #header .eprojects-cart .content {
        width: 320px;
        display: block; }
      .HxP #header .eprojects-cart #cart .heading i::before {
        margin-right: 5px; } }
@media only screen and (min-width: 760px) {
  #header .eprojects-search input {
    display: block !important; }
  #header .eprojects-search button {
    pointer-events: auto !important; } }
.mobile .HxP #header .eprojects-search.search-on-top #search {
  width: calc(100% + 15px);
  right: -15px; }

/******************************
 Catalog
*******************************/
.CAxCT .eprojects-cart {
  display: none; }
.CAxCT .HxD .eprojects-links {
  width: 100%; }
.CAxCT .HxD .eprojects-logo {
  z-index: 5; }
.CAxCT .HxD .eprojects-top-header {
  z-index: 4; }
.CAxCT .HxD .button-search {
  z-index: 3; }
.CAxCT .HxD .eprojects-links {
  z-index: 5; }
.CAxCT .HxC .eprojects-logo {
  margin-right: auto; }
.CAxCT .HxM .eprojects-search {
  padding-right: 0; }

.CAxS .eprojects-logo {
  margin-left: auto; }
.CAxS .eprojects-search {
  display: none; }
.CAxS .HxD .eprojects-login {
  width: 100%; }
.CAxS .HxM .eprojects-logo {
  margin-left: initial;
  margin-right: auto; }

.CAxS.CAxCT .HxM .eprojects-logo {
  margin-left: initial; }

.CAxL .eprojects-language,
.no-language .eprojects-language {
  display: none !important; }

@media only screen and (min-width: 760px) {
  .CAxCT .HxD .links li:last-of-type a,
  .CAxCT .HxD .links li:last-of-type .no-link {
    border-right-width: 1px; }
  .CAxCT .HxC .eprojects-cart {
    margin-left: auto; }

  .CAxL .HxD .eprojects-currency,
  .no-language .HxD .eprojects-currency {
    margin-left: 10px; }
  .CAxL .HxC #currency,
  .no-language .HxC #currency {
    border-left-width: 1px; }

  html[dir="rtl"] .CAxL .HxD .eprojects-currency,
  html[dir="rtl"] .no-language .HxD .eprojects-currency {
    margin-left: 0;
    margin-right: 10px; } }
.CAxCU .eprojects-currency {
  display: none !important; }

@media only screen and (min-width: 760px) and (max-width: 980px) {
  .CAxCT .HxD .eprojects-search {
    width: 100%; }

  .CAxS .HxD .eprojects-cart {
    width: 100%; }

  .CAxCT.CAxS .HxD .eprojects-menu {
    width: 66.6666%;
    clear: none; } }
@media only screen and (max-width: 760px) {
  .CAxCT .eprojects-search {
    width: 100%; }

  .CAxS .eprojects-cart {
    width: 100%; }
  .CAxS .HxC #cart {
    border-left-width: 0; } }
.safari ul.menu-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

/******************************
 STICKY HEADER
*******************************/
@media only screen and (min-width: 760px) {
  .header {
    position: static;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    transition: top .5s ease-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

  .is-sticky .header {
    position: fixed; }
  .is-sticky .header-notice {
    display: none; }
  .is-sticky .super-menu {
    border-radius: 0; }

  .is-sticky header {
    z-index: 9999; }
    .is-sticky header .mega-menu {
      -webkit-overflow-scrolling: touch; }

  .StD .is-sticky .HxD .eprojects-top-header {
    box-shadow: none;
    display: none; }
  .StD .is-sticky .HxD .eprojects-logo {
    height: 80px; }
  .StD .is-sticky .HxD .eprojects-links,
  .StD .is-sticky .HxD .eprojects-login {
    display: none !important; }
  .StD .is-sticky .HxD .eprojects-search,
  .StD .is-sticky .HxD .eprojects-cart {
    width: 50%; }
  .StD .is-sticky .HxD .eprojects-cart {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .StD .is-sticky .HxD #cart {
    box-shadow: none; }
    .StD .is-sticky .HxD #cart .content {
      width: 100%; }
  .StD.SxH .is-sticky .eprojects-menu {
    clear: none;
    width: 75%; }
    .StD.SxH .is-sticky .eprojects-menu .mega-menu {
      left: -33.3333%;
      width: 133.3333%; }
  .StD.PxH .is-sticky .header #header {
    height: 60px; }
    /*
	.StD.PxH .is-sticky .header #header .eprojects-links,
    .StD.PxH .is-sticky .header #header .eprojects-cart,
	*/
    .StD.PxH .is-sticky .header #header .lang-curr,
    .StD.PxH .is-sticky .header #header .divider {
      display: none; }
    .StD.PxH .is-sticky .header #header .eprojects-logo {
      height: 60px;
      position: absolute;
      left: 0; }
    .StD.PxH .is-sticky .header #header .eprojects-menu {
      margin-left: 20%; 
	  margin-top: 10px;
	}
	.StD.PxH .is-sticky .header #header .eprojects-cart,
	.StD.PxH .is-sticky .header #header .eprojects-search,
	.StD.PxH .is-sticky .header #header .eprojects-links {
	  margin-top: 10px;
	}
  .StD.CxH .is-sticky .eprojects-top-header,
  .StD.CxH .is-sticky #header > .header-assets:first-of-type {
    display: none; }
  .StD.CxH .is-sticky .eprojects-center-bg {
    top: 0; }
  .StD.CxH .is-sticky .eprojects-menu-bg {
    top: 70px; }
  .StD.CxH .is-sticky .j-100 {
    height: 70px; }

  html[dir="rtl"].StD.PxH .is-sticky .header #header .eprojects-logo {
    left: auto;
    right: 0; }
  html[dir="rtl"].StD.PxH .is-sticky .header #header .eprojects-menu {
    margin-left: 0;
    margin-right: 22%; }

  .StM .is-sticky .HxD .eprojects-logo,
  .StM .is-sticky .HxD .header-assets,
  .StM .is-sticky .HxD .eprojects-top-header {
    display: none !important; }
  .StM .is-sticky .HxD .eprojects-menu {
    width: 100%; }
    .StM .is-sticky .HxD .eprojects-menu .super-menu > li:first-of-type {
      border-left-width: 1px; }
    .StM .is-sticky .HxD .eprojects-menu .super-menu > li:last-of-type {
      border-right-width: 1px; }
    .StM .is-sticky .HxD .eprojects-menu .mega-menu {
      left: 0;
      width: 100%; }
    .StM .is-sticky .HxD .eprojects-menu .drop-down ul {
      width: 100%; }
  .StM .is-sticky .HxP #header .eprojects-logo,
  .StM .is-sticky .HxP #header .eprojects-links,
  .StM .is-sticky .HxP #header .eprojects-cart,
  .StM .is-sticky .HxP #header .eprojects-search,
  .StM .is-sticky .HxP #header .lang-curr,
  .StM .is-sticky .HxP #header .divider {
    display: none !important; }
  .StM .is-sticky .HxP #header .eprojects-menu {
    width: 100%; 
	margin-top: 0;
	}
    .StM .is-sticky .HxP #header .eprojects-menu .super-menu > li {
      height: 40px; }
    .StM .is-sticky .HxP #header .eprojects-menu .mega-menu {
      left: 0 !important; }
  .StM .is-sticky .HxP #header .eprojects-search {
    padding: 10px 0 10px 0; 
	margin-top: 0;
	}
  .StM .is-sticky .HxC .eprojects-top-header,
  .StM .is-sticky .HxC .eprojects-center-bg,
  .StM .is-sticky .HxC #header > .header-assets {
    display: none; }
  .StM .is-sticky .HxC .eprojects-menu-bg {
    top: 0; }
  .StM.BxH .is-sticky .HxP #header .eprojects-menu .super-menu > li:first-of-type > a {
    margin-left: 15px; }
  .StM.BxH .is-sticky .HxP #header .eprojects-search {
    padding-right: 10px; }

  html[dir="rtl"].StM.PxH .is-sticky .header #header .eprojects-menu .super-menu > li:first-of-type > a {
    margin-left: 0; }
  html[dir="rtl"].StM.PxH .is-sticky .header #header .eprojects-menu .mega-menu {
    right: 0 !important; }
  html[dir="rtl"].StM .is-sticky .HxD .eprojects-menu .super-menu > li:first-of-type {
    border-right-width: 1px;
    border-right-style: solid; }
  html[dir="rtl"].StM .is-sticky .HxD .eprojects-menu .super-menu > li:last-of-type {
    border-right-width: 0;
    border-left-width: 1px; }
  .StD.BxH.CxH .is-sticky .eprojects-menu-bg {
    display: none; } 
}

.StM .is-sticky .HxD .eprojects-menu .super-menu > li.float-left:first-of-type {
  border-left-width: 0; }

.StM .is-sticky .HxD .eprojects-menu .super-menu > li.float-right:last-of-type {
  border-right-width: 0; }

/******************************
 STICKY HEADER - Tablet Portrait Default
*******************************/
@media only screen and (min-width: 760px) and (max-width: 980px) {
  .StD .is-sticky .HxD .eprojects-logo {
    width: 30%; }
  .StD .is-sticky .HxD .eprojects-menu,
  .StD .is-sticky .HxD .header-assets {
    width: 70%;
    clear: none; }
    .StD .is-sticky .HxD .eprojects-menu .mega-menu,
    .StD .is-sticky .HxD .header-assets .mega-menu {
      left: -43%;
      width: 143%; }
  .StD .is-sticky .HxP #header .eprojects-logo {
    display: none; }
  .StD .is-sticky .HxP #header .eprojects-menu {
    width: 73%;
    margin-left: 15px !important;
    margin-top: 15px;
    left: 0; }
    .StD .is-sticky .HxP #header .eprojects-menu .super-menu > li > a {
      height: 30px;
      line-height: 30px; }
    .StD .is-sticky .HxP #header .eprojects-menu .mega-menu {
      left: -15px !important; }
  .StD .is-sticky .HxP #header .eprojects-search {
    width: 25%;
    left: auto;
    /*right: 0;*/
    top: 0; }
  .StD.PxH .is-sticky .header #header .eprojects-cart,
  .StD.PxH .is-sticky .header #header .eprojects-search,
  .StD.PxH .is-sticky .header #header .eprojects-links {
	  margin-top: 0px;
  }
  .StD.MOxT .is-sticky .HxD .super-menu {
    left: -43%;
    width: 143%; }
  .StD.MOxT .is-sticky .HxD .mega-menu {
    left: 0 !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
    max-height: 60vh;
    overflow-y: auto; }
  .StD.MOxT.PxH .is-sticky #header.eprojects-header {
    height: 40px; }
    .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-menu {
      width: 100% !important;
      margin: 0 !important; }
      .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-menu .super-menu {
        width: 100vw; 
		padding-right: 18px;
		margin-right: -18px;
		}
        .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-menu .super-menu > li > a {
          height: 40px;
          line-height: 40px;   
		}
      .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-menu .mega-menu {
        left: 0 !important;
        right: auto !important; }
    .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-search {
      padding: 0 !important; }
      .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-search #search, .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-search #search input, .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-search #search .button-search {
        height: 40px; }
      .StD.MOxT.PxH .is-sticky #header.eprojects-header .eprojects-search .autocomplete2-suggestions {
        min-width: 250px;
        right: 0; }

  html[dir="rtl"].StD .is-sticky .HxD .mega-menu {
    left: 0 !important; }
  html[dir="rtl"].StD .is-sticky .HxP #header .eprojects-menu {
    margin-left: 0 !important;
    margin-right: 15px !important; }
    html[dir="rtl"].StD .is-sticky .HxP #header .eprojects-menu .mega-menu {
      right: -15px !important; }
  html[dir="rtl"].StD .is-sticky .HxP #header .eprojects-search {
    right: auto;
    left: 0; }
  html[dir="rtl"].StD.MOxT .is-sticky .HxD .super-menu {
    left: auto;
    right: -43%;
    width: 143%; }

  .StM .is-sticky .HxP #header .eprojects-logo {
    display: none; }
  .StM .is-sticky .HxP #header .eprojects-menu {
    width: 73%;
    margin-left: 15px !important;
    margin-top: 0;
    left: 0; }
    .StM .is-sticky .HxP #header .eprojects-menu .mega-menu {
      left: -15px !important; }
    .StM .is-sticky .HxP #header .eprojects-menu .super-menu > li > a {
      height: 30px;
      line-height: 30px; }
  .StM .is-sticky .HxP #header .eprojects-search {
    width: 23%;
    left: auto;
    right: 0;
    top: 0; }
  .StM.MOxT.PxH .is-sticky #header {
    height: 40px; }
    .StM.MOxT.PxH .is-sticky #header .eprojects-menu {
      width: 100% !important;
      margin: 0 !important; 
	  }
      .StM.MOxT.PxH .is-sticky #header .eprojects-menu .super-menu {
        width: 100vw; 
		padding-right: 18px;
		}
        .StM.MOxT.PxH .is-sticky #header .eprojects-menu .super-menu > li {
          height: auto; }
          .StM.MOxT.PxH .is-sticky #header .eprojects-menu .super-menu > li > a {
            height: 40px;
            line-height: 40px; }
      .StM.MOxT.PxH .is-sticky #header .eprojects-menu .mega-menu {
        left: 0 !important; }
    .StM.MOxT.PxH .is-sticky #header .eprojects-search {
      padding: 0 !important;
      width: 25%; }
      .StM.MOxT.PxH .is-sticky #header .eprojects-search #search, .StM.MOxT.PxH .is-sticky #header .eprojects-search #search input, .StM.MOxT.PxH .is-sticky #header .eprojects-search #search .button-search {
        height: 40px; }
      .StM.MOxT.PxH .is-sticky #header .eprojects-search .autocomplete2-suggestions {
        min-width: 250px;
        right: 0; }

  html[dir="rtl"].StM .is-sticky .HxD .eprojects-menu .super-menu > li:first-of-type {
    border-right-width: 0;
    border-left-width: 1px; }
  html[dir="rtl"].StM .is-sticky .HxD .eprojects-menu .super-menu > li:last-of-type {
    border-left-width: 0; }
  html[dir="rtl"].StM .is-sticky .HxP #header.eprojects-header .eprojects-menu {
    margin-left: 0 !important;
    margin-right: 15px;
    left: auto; }
    html[dir="rtl"].StM .is-sticky .HxP #header.eprojects-header .eprojects-menu .mega-menu {
      right: -15px !important; }
  html[dir="rtl"].StM .is-sticky .HxP #header.eprojects-header .eprojects-search {
    left: 0;
    right: auto; }
  html[dir="rtl"].StM.MOxT .is-sticky .HxP #header.eprojects-header .eprojects-search {
    left: 0;
    right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  html[dir="rtl"].StM.MOxT .is-sticky .HxP #header.eprojects-header .mega-menu {
    right: auto !important; } 
}
/******************************
 STICKY HEADER - Mobile
*******************************/
@media only screen and (max-width: 760px) {
  .HxP.phone-sticky-cart.phone-StM #cart {
    position: absolute;
  }
}


@media only screen and (max-width: 760px) {
  .BxB body {
    padding-bottom: 40px !important; }
  .BxB #header {
    padding-top: 0; }
    .BxB #header .eprojects-links {
      position: fixed !important;
      top: auto !important;
      bottom: 0;
      z-index: 999999;
      background: #333745; }
      .BxB #header .eprojects-links .top-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
        .BxB #header .eprojects-links .top-menu > li {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          border-width: 0;
          border-right-width: 1px;
          border-color: #646875;
          border-style: solid; }
          .BxB #header .eprojects-links .top-menu > li:last-of-type {
            border-right-width: 0; }
          .BxB #header .eprojects-links .top-menu > li > a, .BxB #header .eprojects-links .top-menu > li .no-link {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            border-width: 0; }
            .BxB #header .eprojects-links .top-menu > li > a > i, .BxB #header .eprojects-links .top-menu > li .no-link > i {
              font-size: 160% !important;
              margin-right: 0 !important; }
            .BxB #header .eprojects-links .top-menu > li > a > span, .BxB #header .eprojects-links .top-menu > li .no-link > span {
              display: none; }
        .BxB #header .eprojects-links .top-menu .top-dropdown {
          top: auto;
          bottom: 100%; }
          .BxB #header .eprojects-links .top-menu .top-dropdown li {
            position: relative; }
            .BxB #header .eprojects-links .top-menu .top-dropdown li > a {
              z-index: 2;
              position: relative;
              border-radius: inherit;
              transition: all 0s; }
            .BxB #header .eprojects-links .top-menu .top-dropdown li:first-of-type::before {
              display: none; }
            .BxB #header .eprojects-links .top-menu .top-dropdown li:last-of-type::after {
              content: "\e61d";
              position: absolute;
              bottom: -15px;
              font-size: 25px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              color: #4b5a71; }
      .BxB #header .eprojects-links .has-dropdown i {
        left: -2px; }
      .BxB #header .eprojects-links .has-dropdown::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(160%, -50%) scale(-1);
                transform: translate(160%, -50%) scale(-1);
        margin-left: 0; }
  .BxB .scroll-top {
    bottom: 40px; }

  html[dir="rtl"].BxB #header .eprojects-links .top-menu > li:last-of-type {
    border-right-width: 1px; }
  html[dir="rtl"].BxB #header .eprojects-links .top-menu > li > a > i, html[dir="rtl"].BxB #header .eprojects-links .top-menu > li .no-link > i {
    margin-left: 0; }
  html[dir="rtl"].BxB #header .eprojects-links .top-menu .has-dropdown i {
    left: 2px; }
  html[dir="rtl"].BxB #header .eprojects-links .top-menu .has-dropdown::after {
    -webkit-transform: translate(-240%, -50%) scale(-1);
            transform: translate(-240%, -50%) scale(-1);
    margin-right: 0; } }
/******************************
 IE
*******************************/
.ie:not(.edge) #header .top-menu .top-dropdown a, .ie:not(.edge) #header .top-menu .top-dropdown .no-link {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%; }
.ie:not(.edge) #header .top-menu .top-dropdown .top-menu-link {
  display: table-cell;
  vertical-align: middle; }
.ie:not(.edge) #content .product-grid-item .cart {
  min-height: 40px; }
.ie:not(.edge) #content .product-grid-item .name {
  min-height: 55px; }
.ie:not(.edge) #content .product-grid-item .price {
  min-height: 35px; }
.ie:not(.edge) .eprojects-currency form .CxS,
.ie:not(.edge) .eprojects-language .dropdown-toggle img {
  margin: 0; }
.ie:not(.edge) .eprojects-newsletter .box-content {
  display: table !important; }

@media only screen and (max-width: 980px) {
  .eprojects-login {
    z-index: 999; } }
@media only screen and (min-width: 980px) {
  .DxH .eprojects-cart {
    z-index: 1000; } }
.oc1.LxF form .CxS, .oc1.CxF form .CxS {
  margin-right: 3px; }
.oc1 .ui-pnotify-title {
  width: auto; }

@media only screen and (max-width: 760px) {
  .oc1.LxF-mobile form .CxS,
  .oc1.CxF-mobile form .CxS {
    position: relative;
    top: -1px;
    margin: 4px; }

  .mobile-menu .mega-menu {
    z-index: 1; }

  .oc1.CxF.CxS-mobile form .CxS {
    margin-right: 10px; }

  .BxH.DxH .eprojects-logo {
    z-index: 1000; } }
@media only screen and (min-width: 760px) {
  .oc1.LxF .eprojects-language .dropdown-toggle img {
    margin-right: 5px; } }
