/*.container {
  overflow: hidden;
  min-height: 900px;
}*/

.plugin-menu.slider-menu {
  position: absolute;
  width: 85%;
  top: 0;
  left: -120%;
  z-index: 9999;
}
.plugin-menu.default-menu {
  position: relative;
  left: -110%;
  width: 100%;
}
.plugin-menu {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  box-shadow: 2px 0px 5px #333;
  -moz-box-shadow: 2px 0px 5px #333;
  -webkit-box-shadow: 2px 0px 5px #333;
  -o-box-shadow: 2px 0px 5px #333;
}
.plugin-menu * {
  font-size: 14px;
  text-decoration: none;
}
.plugin-menu ul {
  list-style: none;
}
.plugin-menu ul li {
  padding: 10px;
  margin: 0px;
  border-bottom: 1px solid #fff;
}
.plugin-menu ul li:last-child {
  border-bottom: none !important;
}
.sub-menu ul {
  margin: 0px;
}
.sub-menu {
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  height: auto;
}
.plugin-menu .header-menu {
  background: #fff;
  color: #cf0539;
  clear: both;
  border-bottom: 2px dashed #fff;
  padding: 10px;
}
.plugin-menu .header-menu p {
  margin: 0px;
}
.plugin-menu .header-menu p.title-category {
  float: left;
  position: relative;
  color: #cf0539;
  font-weight: bold;
}
.plugin-menu .header-menu p.backToMother {
  float: right;
  position: relative;
  cursor: pointer;
  background: url('/arquivos/back-black.png?v=4156465') no-repeat right center;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
}
.plugin-menu .header-menu p.backToMother:hover {
  color: #000;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
}
.sub-menu.sub-menu-nivel1 {
  list-style: none;
  background: #333;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #ffffff;
}
.sub-menu.sub-menu-nivel1 > ul > li > a {
  color: #ffffff;
}
.sub-menu.sub-menu-nivel2 {
  list-style: none;
  background: #f6f6fc;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #424242;
}
.sub-menu.sub-menu-nivel2 > ul > li > a {
  color: #fff;
}
.plugin-menu.open,
.sub-menu.open {
  left: 0%;
}
.plugin-menu .nav-menu {
  background: #cf0539;
}
.plugin-menu .nav-menu > ul > li:hover {
  background: #fa455e;
}
.plugin-menu .sub-menu.sub-menu-nivel1 {
  background: #333;
}
.plugin-menu .sub-menu.sub-menu-nivel1 > ul > li:hover {
  background: #fa455e;
}
.plugin-menu .sub-menu.sub-menu-nivel2 {
  background: #e70000;
}
.plugin-menu .sub-menu.sub-menu-nivel2 > ul > li:hover {
  background: #fa455e;
}
.plugin-menu .nav-menu > ul {
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.plugin-menu .nav-menu > ul > li {
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
}
.plugin-menu .nav-menu > ul > li > a {
  color: #fff;
}
.plugin-menu li .has-sub-menu {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url('/arquivos/arrow-white.png?v=4156465') no-repeat center center;
  margin-top: 5px;
}
a.trigger-menu {
  border: 1px dashed #e5e5e5;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  box-sizing: border-box;
}
a.trigger-menu:hover,
a.trigger-menu.active {
  border: 1px dashed #ccc;
}
a.trigger-menu span {
  width: 100%;
  height: 3px;
  background-color: #333;
  display: block;
}
a.trigger-menu span ~ span {
  margin-top: 4px;
}
a.trigger-menu {
  display: none;
}
/* Larger than tablet and mobile */

.mb-links-siderbar .header-siderbar, .mb-links-siderbar .mobile-filters, .mb-links-siderbar {
  display: none;
}

@media (max-width: 767px) {
  .catalogue .main{
     z-index: initial!important;
  }

  .mobile-siderbar {
    position: fixed!important;
    width: 100%!important;
    margin: 0px!important;;
    top: 0;
    left: -110%;
    z-index: 9999999999;
    background: #fff;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .mobile-siderbar .mobile-categorys, .mobile-siderbar .mobile-categorys{
     display: none;
  }

  .mobile-siderbar.open.setcategory .mobile-categorys, .mobile-siderbar.open.setfilter .mobile-filters{
     display: block!important;
  }

  .mobile-siderbar.open .widget-slider{
     display: none;
  }

  .mobile-siderbar{
    overflow: auto;
  }

  .mobile-siderbar {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    box-shadow: 2px 0px 5px #333;
    -moz-box-shadow: 2px 0px 5px #333;
    -webkit-box-shadow: 2px 0px 5px #333;
    -o-box-shadow: 2px 0px 5px #333;
  }

  .mobile-siderbar.open{
    left: 0%;
  }

  .mb-links-siderbar {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .mb-links-siderbar li {
    display: inline-block;   
    box-sizing: border-box;
    text-align: center;
    margin:1%;
    width: 48%;
  }

 .mb-links-siderbar li a {
    font-weight: bold;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    font: 14px;
    color: #969696;
    border: none;
    border: solid 2px #e5e5e5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    background: #fff url(/arquivos/qdb-select-arrow.png) no-repeat right center!important;
}

  .mb-links-siderbar li.mb-nav{
    background: #cf0539;
    display: none;
  }

  .header-siderbar{
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 0px 0px 10px 0px;
    display: block;
    margin-bottom: 15px;
  }

  .header-siderbar h6 {
    font-size: 20px;
    float: left;
    display: none;
  }

  .header-siderbar a{
    text-align: center;
    font-size: 24px;
    display: block;
    color: #fa455e;
    font: 23px 'Cellini-Regular';
  }

}
