.main_menu {
  outline: 0;
  font-size: 100%;
  height: 60px;
  position: relative;
  z-index: 99;
  line-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width:992px) {
  .main_menu {
    display: none;
  }
}

.main_menu a {
  font-size: 15px;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  letter-spacing: 1px;
}

.main_menu>b {
  float: left;
  color: #a34968;
  padding: 14px 12px 0 20px;
}

.main_menu>ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.main_menu>ul p {
  color: #000;
}

.main_menu>ul>li {
  display: inline-block;
  height: 60px;
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  line-height: 60px;
  font-size: 100%;
}

.main_menu>ul>li>a {
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
}

.main_menu>ul>li:hover {
  cursor: default;
}

.main_menu>ul>li:hover>a {
  color: #007cc2;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  text-decoration: none;
  display: block;
}

.main_menu>ul>li span {
  padding-right: 17px;
  background-image: url(../img/default.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  margin-right: 20px;
  margin-left: 20px;
}

.main_menu>ul>li span a {
  color: #333;
}

.main_menu>ul>li span a:hover {
  color: #ff00cc;
}

.main_menu>ul>li:hover .box {
  display: block;
}

.main_menu>ul>li:hover .box a:hover {
  text-decoration: none;
}

.main_menu .box {
  line-height: 18px;
  position: absolute;
  top: 55px;
  display: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: normal;
  text-align: left;
  padding-left: 0px;
}

.main_menu .box .list {
  float: left;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  border: solid 1px #e7e7e7;
  background-color: #fff;
}

.main_menu .box .list:first-child:before {
  content: ' ';
  top: -18px;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-bottom-color: #e7e7e7;
  left: 15px;
  overflow: visible
}

.main_menu .box .list:first-child:after {
  content: ' ';
  top: -16px;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-bottom-color: white;
  left: 15px;
  overflow: visible
}

.main_menu .box .list ul {
  list-style: none;
  float: left;
  width: 140px;
}

.main_menu .box .list li {
  background-repeat: repeat-x;
  background-position: 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 18px;
  padding-left: 18px;
  text-transform: none;
  font-size: 90%;
}

.main_menu_title {
  margin-left: 15px;
  margin-bottom: 7px;
}

.list a {
  color: #111;
  text-decoration: none;
}

.list a:hover {
  color: #9F9F9F;
  text-decoration: none;
}

.header_hamburger {
  display: none;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .header_hamburger {
    display: block;
  }
}

.header_hamburger:active {}

.header_hamburger>label {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
}

.header_mobile {
  top: 74px;
  overflow: auto;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: #f7f7f7;
  z-index: 10;
  padding-bottom: 120px;
  transition-timing-function: cubic-bezier(.497, .51, .25, 1);
  transition-duration: .35s;
  transition-property: all;
}

.header_mobile_items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_mobile_item {
  padding-left: 20px;
}

.header_mobile_item-link {
  text-decoration: none;
  color: #111;
  font-size: 1.125rem;
  line-height: 2.75rem;
}

.header_mobile_item-link:hover{
  text-decoration: underline;
  color: #007cc2;
}

.subheader_mobile_items {
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

.subheader_mobile_item {
  padding-left: 20px;
}

.subheader_mobile_item-link {
  text-decoration: none;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 30px;
}

.subheader_mobile_item-link:hover{
  text-decoration: underline;
}

.header_hamburger-toggle {
  display: none;
}

.icon-menu {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.icon-close {
  display: none;
  width: 26px;
  height: 26px;
}

.fa-bars:before{
  font: normal normal normal 26px/1 FontAwesome;
  content: "\f0c9";
  color: #000;
}

.mobile-curtain {
  position: absolute;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 0;
  left: 0;
  top: initial;
  min-width: initial;
  padding: 0;
  border: none;
}

.header_hamburger-toggle:checked~.header_hamburger-label .icon-menu {
  display: none;
}

.header_hamburger-toggle:checked~.header_hamburger-label .icon-close {
  display: inline-block;
}

.header_hamburger-toggle:checked~.mobile-curtain {
  height: 100vh;
}

.header_hamburger-toggle:checked~.header_mobile {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.user_menu {
  text-align: right;
  font-size: 100% !important;
}

.user_menu {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.user_menu a {
  font-size: 15px;
  font-family: "Apercu Medium", "Apercu Medium Cyrillic", Calibri, sans-serif;
  letter-spacing: 1px;
}

.user_menu>b {
  float: left;
  color: #a34968;
  padding: 14px 12px 0 20px;
}

.user_menu>ul {
  list-style: none;
  padding: 0px;
}

.user_menu>ul p {
  color: #000;
}

.user_menu>ul>li {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  text-align: center;
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 0px;
  font-size: 100%;
}

@media (max-width: 992px) {
  .user_menu>ul>li {
  }
}

.user_menu>ul>li>a {
  color: #111;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
}

.user_menu>ul>li:hover {
  cursor: default;
}

.user_menu>ul>li:hover>a {
  color: #9F9F9F;
  text-decoration: none;
}

.user_menu>ul>li span {
  padding-right: 17px;
  background-image: url(../img/default.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  margin-right: 20px;
  margin-left: 20px;
}

.user_menu>ul>li span a {
  color: #333;
}

.user_menu>ul>li span a:hover {
  color: #ff00cc;
}

.user_menu>ul>li:hover .box {
  display: block;
}

.user_menu>ul>li:hover .box a:hover {
  text-decoration: none;
}

.user_menu .box {
  line-height: 18px;
  position: absolute;
  top: 35px;
  display: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-weight: normal;
  text-align: left;
  margin-left: -20px;
}

.user_menu .box .list {
  float: left;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  border: solid 1px #e7e7e7;
  background-color: #fff;
}

.user_menu .box .list:first-child:before {
  content: ' ';
  top: -18px;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-bottom-color: #e7e7e7;
  left: 15px;
  overflow: visible
}

.user_menu .box .list:first-child:after {
  content: ' ';
  top: -16px;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-bottom-color: white;
  left: 15px;
  overflow: visible
}

.user_menu .box .list ul {
  list-style: none;
  float: left;
}

.user_menu .box .list li {
  background-repeat: repeat-x;
  background-position: 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 18px;
  padding-left: 18px;
  text-transform: none;
  font-size: 90%;
}

.user_menu_title {
  margin-left: 15px;
  margin-bottom: 7px;
}

.list a {
  color: #111;
  text-decoration: none;
}

.list a:hover {
  color: #9F9F9F;
  text-decoration: none;
}

.user_menu .cart-count {
  color: white;
  position: absolute;
  right: -8px;
  bottom: 15px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding-left: 2px;
  border-radius: 10px;
  background-color: #FF4B4B;
}
