.cbp-hrmenu {
  width: 100%;
}

/* general ul style */
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cbp-hrmenu .cbp-hrsub-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cbp-hrmenu > ul > li {
  display: inline-block;
}

.cbp-hrmenu > ul > li > a {
  display: inline-block;
  padding: .9375rem 1.875rem;
  color: #383635;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.cbp-hrmenu > ul > li:hover > a,.cbp-hrmenu > ul > li > a:hover {
  color: #383635;
  font-weight: bold;
}
.cbp-hrmenu > ul > li.cbp-hropen {
  background: unset;
}
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
  color: #383635;
}
.cbp-hrmenu > ul > li > a.hot,.cbp-hrmenu > ul > li > a.hot:hover  {
  color: #f40;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 100%;
  left: 0;
  padding: 2.5rem 0 3.125rem 0;
}

.cbp-hrmenu .offers {
  background: #ededed;
  color: #383635;
}
.cbp-hrmenu .offers:hover {
  background: #E1E1E1;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_left a,
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_right a {
  background: unset!important;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_left img {
  padding: 0 1.5625rem;
  border-right: 1px solid #F3F3F3;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5625rem;
}
.cbp-hrsub-inner_txt::-webkit-scrollbar {width: 8px;height: 8px;}
.cbp-hrsub-inner_txt::-webkit-scrollbar-corner {background-color: transparent;}
.cbp-hrsub-inner_txt::-webkit-scrollbar-thumb {background: transparent;border-radius: 4px;-webkit-transition: all 1s;transition: all 1s;width: 16px;}
.cbp-hrsub-inner_txt::-webkit-scrollbar-track {background: rgba(85,85,85,.1);width: 12px;}
.cbp-hrsub-inner_txt::-webkit-scrollbar-thumb:hover, .cbp-hrsub-inner_txt:hover::-webkit-scrollbar-thumb {background: rgba(85,85,85,.2);}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_txt div:not(:last-child) {
  margin-right: 4.25rem;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_txt div dt {
  font-size: .75rem;
  margin-bottom: .875rem;
  text-transform: uppercase;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_txt div dd {
  margin-bottom: 1.25rem;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_txt div dd ol li {
  font-size: .75rem;
  font-weight: 500;
  margin-bottom: .625rem;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_right img {
  padding: 0 1.5625rem;
  border-left: 1px solid #F3F3F3;
}

.cbp-hropen .cbp-hrsub {

}

.cbp-hrmenu .cbp-hrsub-inner > div {
  float: left;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: " ";
  display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
  line-height: 2em;
}

header .navHeader .navBar .cbp-hrsub-inner .cbp-hrsub-inner_txt .secondCategory a{font-size: 17px}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner .cbp-hrsub-inner_txt div dd {text-transform:capitalize}
/*
.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}
*/
/* Examples for media queries */
/*# sourceMappingURL=navBar.css.map */
