/* body {
    main {
        height: 100%;
        & > div{

        }
        &.prime {
            
        }
        & + div {

        }
        & ~ div {
            
        }
        .header-container {
            div {
                &:nth-last-child() {

                }
                :nth-child(2n+1)
            }

        }
    }
} */
@media (max-width: 991px) {
  body .header-container {
    display: none;
  }
  body footer {
    width: 85vw;
    margin: 0 auto;
  }
  body .btn-group > .btn:first-child {
    margin: 0;
  }
  body #search {
    z-index: 0;
    margin-top: 25px;
  }
  body #search .search_toggle {
    display: block;
    width: 100vw;
    right: 0px;
  }
  body #search .search_toggle div {
    width: 95%;
    margin: 0 auto;
  }
  body .fa-shopping-cart:before {
    content: "\f07a";
    font-size: 20px;
    color: #860018;
  }
  body #cart {
    padding: 0px;
    padding-right: 12px;
    margin-top: -10px;
  }
  body #cart .btn {
    background-color: #b1747400;
  }
  body #cart .btn .fa {
    display: inline-block;
  }
  body .btn-inverse:hover,
  body .btn-inverse:active,
  body .btn-inverse.active,
  body .btn-inverse.disabled,
  body .btn-inverse[disabled] {
    background-image: none;
  }
  body #cart-total {
    display: none;
  }
}

@media (min-width: 992px) {
  body .header_container_mobile {
    display: none;
  }
  body .block_telefone .number_phone .img_mes {
    height: 25px;
  }
  body .fa-caret-down:before {
    content: "\f107";
  }
  body .dropdown.myaccount::before {
    border-right: 0px solid #e0e0e0;
  }
  body #logo {
    margin-top: 0px;
  }
  body #menu ul.nav.navbar-nav {
    width: 100%;
  }
  body .nav-edit {
    z-index: 5;
  }
  body #search {
    z-index: 10;
  }
  body .cart_header {
    padding-right: 15px;
  }
  body header .dropdown.myaccount {
    z-index: 15;
  }
}

.header_container_mobile {
  /* .content {
    width: 100%;
    height: 91%;
    background-color: #f5f6fa;
    overflow: hidden;
  } */
}

.header_container_mobile #logo {
  margin-top: -18px;
}

.header_container_mobile nav {
  background-color: #ffffff;
  height: 125px;
}

.header_container_mobile nav .main_header_logo {
  width: 84vw;
  margin: -44px auto;
}

.header_container_mobile nav .main_header_logo .img_logo {
  -o-object-fit: cover;
     object-fit: cover;
  height: 58px;
}

.header_container_mobile nav .mobile_cart {
  /* text-align: right; */
  width: 30px;
  height: 30px;
  margin-left: 82%;
  margin-top: -35px;
}

.header_container_mobile nav .mobile_cart div ul {
  top: 55px;
}

.header_container_mobile nav .mobile_telephone_number {
  width: 30px;
  height: 30px;
  margin-left: 76%;
  margin-top: 7px;
  /* button:checked ~ div
      {
        transform: none;
      } */
}

.header_container_mobile nav .mobile_telephone_number > button {
  background: none;
  border: none;
  fill: #860018;
}

.header_container_mobile nav .mobile_telephone_number > .block_number_phone {
  margin-top: -64px;
  margin-left: 0%;
  display: none;
  width: 100%;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* transform: translate(-50%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);  */
}

.header_container_mobile nav .mobile_telephone_number > .block_number_phone .number_phone {
  display: block;
  padding-left: 5%;
  font-size: 18px;
}

.header_container_mobile nav .mobile_telephone_number > .block_number_phone .number_phone a img {
  width: 20px;
}

.header_container_mobile nav .mobile_telephone_number:hover .block_number_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_container_mobile nav .mobile_search {
  display: block;
  float: none;
  margin-top: 5px;
}

.header_container_mobile nav .mobile_search div div {
  width: 100%;
  right: 0px;
}

.header_container_mobile #menuToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 1vw;
}

.header_container_mobile #menuToggle input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.header_container_mobile #menuToggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 5px 0px;
          transform-origin: 5px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.header_container_mobile #menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.header_container_mobile #menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.header_container_mobile #menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-3px, -1px);
          transform: rotate(45deg) translate(-3px, -1px);
  background: #36383f;
}

.header_container_mobile #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

.header_container_mobile #menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

.header_container_mobile #menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

.header_container_mobile #menu {
  padding: 0;
  list-style-type: none;
  width: 180px;
  height: 400px;
  -webkit-box-shadow: 0 0 10px #85888c;
          box-shadow: 0 0 10px #85888c;
  padding: 20px;
  padding-top: 44px;
  background-color: #f5f6fa;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  position: fixed;
  margin: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: auto;
}

.header_container_mobile #menu li {
  padding: 0px 0;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.header_container_mobile #menu li .selection_money {
  text-align: right;
  margin-top: -25px;
}

.header_container_mobile #menu li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff00;
}

.header_container_mobile #menu li button div {
  font-family: "work sans", sans serif;
  font-size: 1.2em;
  font-weight: 400;
}

.header_container_mobile #menu li button .rotate_link {
  background-color: #860018;
  width: 18px;
  border-radius: 5px;
  text-align: center;
  color: wheat;
  font-size: 20px;
}

.header_container_mobile #menu li button .rotate_link {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.header_container_mobile #menu li button .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header_container_mobile #menu li .panel {
  display: none;
  background-color: #ffffff00;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
}

.header_container_mobile #menu li .panel li a {
  font-size: 16px;
}

.header_container_mobile #menu li .accordion {
  margin-top: 0;
}

.header_container_mobile #menu li a {
  text-decoration: none;
  color: #1e1e23;
  opacity: 1;
  font-family: "work sans", sans serif;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.header_container_mobile #menu li a:hover {
  opacity: 0.5;
}

.category_filter > .btn-list-grid {
  display: none;
}

@media (min-width: 768px) {
  .category_filter > .btn-list-grid {
    display: block;
  }
}

.bf-panel-wrapper.bf-responsive.bf-active .bf-btn-show {
  background-color: #828282;
}

.brainyfilter-panel.box-content.bf-hide-panel {
  margin: 0;
}

.bf-attr-block .bf-attr-block-cont {
  padding: 0px 25px;
}
/*# sourceMappingURL=custom.css.map */

.select-mc{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  align-items: center;
  margin-top: 22px;
}
.select-mc .select_currency{
  margin-top: -5px;
}
.select-mc #form-currency{
  padding: 0;
}