@media only screen and (max-width: 1200px) {
  body.body_menu_fixed_bottom {
    padding-bottom: 60px;
  }
}
.menu_mobile_fixed.d-none {
  display: none;
}
.fixed-whatsapp-icon.menu_fixed_botton {
  bottom: 70px !important;
}
.menu_mobile_fixed {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #cc4833;
  box-shadow: -1.25rem 0 2rem 0 rgb(43 52 69 / 15%);
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.menu_mobile_fixed .menu_mobile_fixed_list_li.active,
.menu_mobile_fixed .menu_mobile_fixed_list_li:active,
body.page-account-login .menu_mobile_fixed .menu_mobile_fixed_list_li.account,
body.page-checkout-cart .menu_mobile_fixed .menu_mobile_fixed_list_li.cart,
body.page-common-home .menu_mobile_fixed .menu_mobile_fixed_list_li.home,
body.page-product-category
  .menu_mobile_fixed
  .menu_mobile_fixed_list_li.categories,
body.page-product-product .menu_mobile_fixed .menu_mobile_fixed_list_li.home {
  background-color: #a03423;
}

.menu_mobile_fixed_list {
  display: flex;
  flex-direction: row;
  flex: auto;
  align-items: center;
  list-style: none;
  padding: 0;
}
.menu_mobile_fixed_list_li {
  height: 60px;
  padding: 5px;
  position: relative;
  display: inline-block;
  max-width: 25%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.menu_mobile_fixed_list_link {
  height: 60px;
  position: relative;
  display: inline-flex;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  flex-direction: column;
  justify-content: center;
}
.menu_mobile_fixed_list_link svg {
  display: block;
  margin: 0 auto 2px auto;
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  fill: #fff;
}
a.menu_mobile_fixed_list_link.cart {
  display: flex;
  align-items: center;
}
a.menu_mobile_fixed_list_link.cart > span {
  position: relative;
}
.menu_mobile_fixed_count_products {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 15px;
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.menu_open {
  transform: translateX(0);
}
.rd-navbar-default.rd-navbar-fixed.menu_open .rd-navbar-toggle span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-navbar-default.rd-navbar-fixed.menu_open .rd-navbar-toggle span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-default.rd-navbar-fixed.menu_open .rd-navbar-toggle span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-navbar-default.rd-navbar-fixed.menu_open .rd-navbar-toggle span:after,
.rd-navbar-default.rd-navbar-fixed.menu_open .rd-navbar-toggle span:before {
  top: 0;
  width: 15px;
}
.rd-navbar.menu_open .rd-navbar-nav-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
