.header_style1 header {
  margin: 0px !important;
  background: #ffffff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 999px) {
  .header_style1 header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111111;
    box-shadow: none;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 599px) {
  .header_style1 header {
    height: 60px;
  }
}

.header_style1 header .header_top .wrapper {
  position: relative;
}

.header_style1 header .header_top .logo {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 10;
  padding: 0px;
}

@media (max-width: 1182px) {
  .header_style1 header .header_top .logo {
    top: 18px;
  }
}

@media (max-width: 999px) {
  .header_style1 header .header_top .logo {
    position: relative;
    top: unset;
    left: unset;
  }
}

@media (max-width: 699px) {
  .header_style1 header .header_top .logo {
    width: 110px;
  }
}

.header_style1 header .header_top .logo h1 {
  padding: 0px;
  margin: 0px;
}

.header_style1 header .header_top .logo a, .header_style1 header .header_top .logo img {
  display: block;
  outline: none;
  max-width: 100%;
}

.header_style1 header .header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #F0693D solid;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
}

@media (min-width: 999px) {
  .header_style1 header .header-menu-btn {
    display: none;
  }
}

@media (max-width: 599px) {
  .header_style1 header .header-menu-btn {
    top: 15px;
  }
}

.header_style1 header .header-menu-btn:before {
  content: '';
  top: 25%;
}

.header_style1 header .header-menu-btn:after {
  content: '';
  top: 75%;
}

.header_style1 header .header-menu-btn > span {
  top: 50%;
}

.header_style1 header .header-menu-btn:before, .header_style1 header .header-menu-btn:after, .header_style1 header .header-menu-btn > span {
  position: absolute;
  display: block;
  height: 2px;
  width: 21px;
  left: 7px;
  background: #F0693D;
  margin-top: -1px;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.header_style1.mmenu-opening {
  overflow: hidden;
  height: 100%;
}

.header_style1.mmenu-opening header .header-menu-btn:before {
  left: 7px;
  top: 15px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.header_style1.mmenu-opening header .header-menu-btn:after {
  left: 7px;
  top: 15px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.header_style1.mmenu-opening header .header-menu-btn > span {
  left: 150%;
}

.header_style1.mmenu-opening header .header-menu-btn #tth-main-menu {
  right: 0px;
  padding: 10px;
  background: #6b0837;
}

.header_style1.mmenu-opening #tth-main-menu {
  right: 0px;
  padding: 10px;
  background: #fff;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper {
  padding: 0 0 50px;
  margin: 0px;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul {
  float: none;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul li {
  display: block;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul li a {
  display: block;
  text-align: left;
  padding: 15px 14px;
  color: #bd0007;
  margin-bottom: 9px;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul li:first-child a img {
  display: none;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul li ul {
  padding-left: 20px;
}

.header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:first-child a, .header_style1.mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:last-child a {
  padding-top: 0px;
}

.header_style1 #tth-main-menu {
  padding: 22px 0px;
  width: 100%;
  position: relative;
}

.header_style1 #tth-main-menu .menu-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0px auto;
}

.header_style1 #tth-main-menu .menu-wrapper > ul {
  width: 100%;
  display: block;
  text-align: right;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li {
  display: inline-block;
  float: none;
  height: 100%;
  vertical-align: middle;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > a {
  font-size: 16px;
  padding: 12px 18px;
  border-radius: 25px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  position: static;
  text-align: center;
  white-space: normal;
  font-weight: 500;
  color: #454545;
  display: block;
}

@media (max-width: 1182px) {
  .header_style1 #tth-main-menu .menu-wrapper > ul > li > a {
    padding: 9px 14px;
    font-size: 15px;
  }
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > a:hover, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a:focus, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a:active, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a.highlighted, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a.current {
  color: #fff;
  background-image: linear-gradient(to right, #f28b42 0%, #ee5439 100%);
  background-repeat: repeat-x;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > a:hover > .sub-arrow, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a:focus > .sub-arrow, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a:active > .sub-arrow, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a.highlighted > .sub-arrow, .header_style1 #tth-main-menu .menu-wrapper > ul > li > a.current > .sub-arrow {
  display: none;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > a img {
  margin-bottom: 3px;
  max-height: 18px;
  vertical-align: middle;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  top: 13px;
  margin-top: 0;
  background: none;
  font-size: 21px;
  font: unset;
  right: 3px;
  width: 13px;
  height: 16px;
  font: 18px/18px monospace !important;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow:before {
  content: '\e8af';
  font-family: ficon;
}

.header_style1 #tth-main-menu .menu-wrapper > ul > li > ul {
  border: none;
  background: #fff;
  display: none;
  margin-left: 0px !important;
  top: 71px !important;
  left: 19px !important;
  min-width: 200px !important;
}

.header_style1 #tth-main-menu .menu-wrapper > ul ul {
  background: inherit;
  display: none;
  padding-left: 0px;
}

.header_style1 #tth-main-menu .menu-wrapper > ul ul li a {
  text-align: left;
  padding: 6px 5px;
  padding-left: 15px;
  color: #383838;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  -moz-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}

.header_style1 #tth-main-menu .menu-wrapper > ul ul li a:before {
  content: url("../../images/ic_arrow.png");
  padding-right: 5px;
  width: auto;
}

.header_style1 #tth-main-menu .menu-wrapper > ul ul li:hover a {
  color: #ed1c24;
}

@media (max-width: 999px) {
  .header_style1 #tth-main-menu {
    position: fixed;
    top: 71px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: #fff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
  }
}

@media (max-width: 999px) and (max-width: 499px) {
  .header_style1 #tth-main-menu {
    width: 100%;
  }
}

@media (max-width: 999px) {
  .header_style1 #tth-main-menu .get_notifications {
    display: none;
  }
}

@media (max-width: 599px) {
  .header_style1 #tth-main-menu {
    top: 61px;
  }
}

.header_style2 header {
  margin: 0px !important;
  background: #ffffff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 999px) {
  .header_style2 header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 111111;
  }
}

@media (max-width: 800px) {
  .header_style2 header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header_style2 header .header_top {
  background-image: linear-gradient(to right, #ffa707 0%, #e92354 100%);
  background-repeat: repeat-x;
  padding: 6px 0px;
}

.header_style2 header .header_top .wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 750px) {
  .header_style2 header .header_top .wrapper {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

@media (max-width: 750px) {
  .header_style2 header .header_top p {
    display: none;
  }
}

.header_style2 header .header_top p span {
  color: #fff;
  padding-right: 20px;
  font-size: 13px;
}

.header_style2 header .header_top .menu_header_top ul li {
  display: inline;
}

.header_style2 header .header_top .menu_header_top ul li a {
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 13px;
  font-family: Muli;
}

.header_style2 header .header_top .menu_header_top ul li:last-child a {
  padding-right: 0px;
}

@media (max-width: 999px) {
  .header_style2 header .header_top .menu_header_top {
    display: none;
  }
}

.header_style2 header .header_top .menu_header_top.xs {
  display: block;
}

@media (min-width: 999px) {
  .header_style2 header .header_top .menu_header_top.xs {
    display: none;
  }
}

.header_style2 header .header_bottom {
  padding: 22px 0px;
  border-bottom: 1px solid #cfd2d3;
  outline-bottom: 1px solid #e3e6e7;
}

.header_style2 header .header_bottom:before, .header_style2 header .header_bottom:after {
  content: " ";
  display: table;
}

.header_style2 header .header_bottom:after {
  clear: both;
}

@media (max-width: 750px) {
  .header_style2 header .header_bottom {
    padding: 15px 0px;
    padding-right: 50px;
  }
}

.header_style2 header .header_bottom .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_style2 header .header_bottom .header-link {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header_style2 header .header_bottom .header-link a {
  padding-left: 9px;
  display: inline-block;
}

.header_style2 header .header_bottom .header-link a span {
  color: #424242;
  font-family: Muli;
  font-size: 13px;
}

.header_style2 header .header_bottom .header-link a span:last-child {
  font-weight: 300;
  font-family: Muli;
}

.header_style2 header .header_bottom .header-link .list_favorite {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1111px) {
  .header_style2 header .header_bottom .header-link .list_favorite {
    display: none;
  }
}

.header_style2 header .header_bottom .header-link .list_favorite:before {
  content: url("../images/ic_heart.png");
  margin-left: 30px;
}

.header_style2 header .header_bottom .header-link .noti {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 900px) {
  .header_style2 header .header_bottom .header-link .noti {
    display: none;
  }
}

.header_style2 header .header_bottom .header-link .noti:before {
  content: url("../images/ic_bell.png");
  margin-left: 30px;
}

.header_style2 header .header_bottom .box_search {
  max-width: 450px;
  width: 100%;
  display: inline-block;
  float: left;
  padding-left: 20px;
}

@media (max-width: 999px) {
  .header_style2 header .header_bottom .box_search {
    max-width: 350px;
  }
}

@media (max-width: 399px) {
  .header_style2 header .header_bottom .box_search {
    display: none;
  }
}

.header_style2 header .header_bottom .box_search .box_search_content {
  position: relative;
}

.header_style2 header .header_bottom .box_search .box_search_content .form-group {
  border-bottom: 0px;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .box_search .box_search_content .form-group {
    margin-bottom: 0px;
  }
}

.header_style2 header .header_bottom .box_search .box_search_content .form-group input {
  border-color: #ececec;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fbfbfb;
  padding-left: 20px;
  font-family: 'Muli';
  font-weight: 300;
  color: #a8a8a8;
  height: 41px;
  line-height: 41;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .box_search .box_search_content .form-group input {
    height: 32px;
  }
}

.header_style2 header .header_bottom .box_search .box_search_content .form-group input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
  font-size: 13px;
}

.header_style2 header .header_bottom .box_search .box_search_content .form-group input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
  font-size: 13px;
}

.header_style2 header .header_bottom .box_search .box_search_content .form-group input[type='text']::-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  font-size: 13px;
}

.header_style2 header .header_bottom .box_search .box_search_content .form-group input[type='text']::-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  font-size: 13px;
}

.header_style2 header .header_bottom .box_search .btn {
  color: #fff;
  background: #ff960a;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 7px;
  outline: none !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .box_search .btn {
    width: 25px;
    height: 25px;
    top: 3px;
    right: 5px;
  }
}

@media (max-width: 750px) {
  .header_style2 header .header_bottom .box_search .btn {
    display: none;
  }
}

.header_style2 header .header_bottom .box_search .btn:before {
  padding-left: 1px;
}

.header_style2 header .header_bottom .header_user {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.header_style2 header .header_bottom .header_user:before {
  content: url("../images/ic_user.png");
  margin-left: 30px;
}

.header_style2 header .header_bottom .header_user ul.list_none {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.header_style2 header .header_bottom .header_user ul.list_none li div.icon {
  display: inline-block;
  float: left;
  color: #878787;
  border: 1px #878787 solid;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 11px 0px;
  font-size: 20px;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .header_user ul.list_none li div.icon {
    display: none;
  }
}

.header_style2 header .header_bottom .header_user ul.list_none li div.content {
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
  font-family: 'Roboto';
}

.header_style2 header .header_bottom .header_user ul.list_none li div.content .text_small {
  color: #7c7c7c;
  font-weight: 400;
  display: block;
  text-transform: lowercase;
  text-align: left;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .header_user ul.list_none li div.content .text_small {
    display: none;
  }
  .header_style2 header .header_bottom .header_user ul.list_none li div.content .text a {
    font-size: 15px;
  }
  .header_style2 header .header_bottom .header_user ul.list_none li div.content .text a:before {
    content: '\e80c';
    font-family: ficon;
    padding-right: 5px;
  }
}

.header_style2 header .header_bottom .header_user ul.list_none li.hotline {
  padding-right: 0px;
}

.header_style2 header .header_bottom .header_user ul.list_none li.hotline a div.content .text_small {
  color: #cf0000;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .header_user ul.list_none li.hotline {
    display: none;
  }
}

@media (max-width: 1182px) {
  .header_style2 header .header_bottom .header_user ul.list_none li:first-child {
    display: none;
  }
}

.header_style2 header .header_bottom .header_cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.header_style2 header .header_bottom .header_cart ul.list_none {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.header_style2 header .header_bottom .header_cart ul.list_none:before {
  content: url("../images/ic_cart.png");
  margin-left: 30px;
}

.header_style2 header .header_bottom .header_cart ul.list_none li div.icon {
  display: inline-block;
  float: left;
  color: #878787;
  border: 1px #878787 solid;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 11px 0px;
  font-size: 20px;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .header_cart ul.list_none li div.icon {
    display: none;
  }
}

.header_style2 header .header_bottom .header_cart ul.list_none li div.content {
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
  font-family: 'Roboto';
}

.header_style2 header .header_bottom .header_cart ul.list_none li div.content .text_small {
  color: #7c7c7c;
  font-weight: 400;
  display: block;
  text-transform: lowercase;
  text-align: left;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .header_cart ul.list_none li div.content .text_small {
    display: none;
  }
  .header_style2 header .header_bottom .header_cart ul.list_none li div.content .text a {
    font-size: 15px;
  }
  .header_style2 header .header_bottom .header_cart ul.list_none li div.content .text a:before {
    content: '\e80c';
    font-family: ficon;
    padding-right: 5px;
  }
}

.header_style2 header .header_bottom .header_cart ul.list_none li.hotline {
  padding-right: 0px;
}

.header_style2 header .header_bottom .header_cart ul.list_none li.hotline a div.content .text_small {
  color: #cf0000;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 800px) {
  .header_style2 header .header_bottom .header_cart ul.list_none li.hotline {
    display: none;
  }
}

@media (max-width: 1182px) {
  .header_style2 header .header_bottom .header_cart ul.list_none li:first-child {
    display: none;
  }
}

@media (max-width: 750px) {
  .header_style2 header .header_bottom .header_user {
    display: none;
  }
  .header_style2 header .header_bottom .header_cart {
    display: none;
  }
}

.header_style2 header .header-menu-btn {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 36px;
  border: 1px #f00 solid;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 47px;
}

@media (min-width: 750px) {
  .header_style2 header .header-menu-btn {
    display: none;
  }
}

.header_style2 header .header-menu-btn:before {
  content: '';
  top: 25%;
}

.header_style2 header .header-menu-btn:after {
  content: '';
  top: 75%;
}

.header_style2 header .header-menu-btn > span {
  top: 50%;
}

.header_style2 header .header-menu-btn:before, .header_style2 header .header-menu-btn:after, .header_style2 header .header-menu-btn > span {
  position: absolute;
  display: block;
  height: 2px;
  width: 21px;
  left: 7px;
  background: #f00;
  margin-top: -1px;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.header_style2 .logo {
  z-index: 10;
  padding: 0px;
  float: left;
}

@media (max-width: 750px) {
  .header_style2 .logo {
    width: 110px;
  }
}

.header_style2 .logo h1 {
  padding: 0px;
  margin: 0px;
}

.header_style2 .logo a, .header_style2 .logo img {
  display: block;
  outline: none;
  max-width: 100%;
}

.header_style2.mmenu-opening {
  overflow: hidden;
  height: 100%;
}

.header_style2.mmenu-opening header .header-menu-btn:before {
  left: 7px;
  top: 15px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.header_style2.mmenu-opening header .header-menu-btn:after {
  left: 7px;
  top: 15px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.header_style2.mmenu-opening header .header-menu-btn > span {
  left: 150%;
}

.header_style2.mmenu-opening header .header-menu-btn #tth-main-menu {
  right: 0px;
  padding: 10px;
  background: #6b0837;
}

.header_style2.mmenu-opening #tth-main-menu {
  right: 0px;
  padding: 10px;
  background: #fff;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper {
  padding: 0 0 50px;
  margin: 0px;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul {
  float: none;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul li {
  display: block;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul li a {
  display: block;
  text-align: left;
  padding: 15px 14px;
  color: #bd0007;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul li:first-child a img {
  display: none;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul li ul {
  padding-left: 20px;
}

.header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:first-child a, .header_style2.mmenu-opening #tth-main-menu .menu-wrapper ul li ul li:last-child a {
  padding-top: 0px;
}

.header_style2 .slider_nav {
  border-top: 1px solid #e3e6e7;
}

.header_style2 #tth-main-menu {
  padding: 22px 0px;
  width: 100%;
  position: relative;
}

@media (min-width: 750px) {
  .header_style2 #tth-main-menu {
    display: none;
  }
}

.header_style2 #tth-main-menu .menu-wrapper {
  width: 100%;
  max-width: 1230px;
  margin: 0px auto;
}

.header_style2 #tth-main-menu .menu-wrapper > ul {
  width: 100%;
  display: block;
  text-align: right;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li {
  display: inline-block;
  float: none;
  height: 100%;
  vertical-align: middle;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > a {
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 25px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  position: static;
  text-align: center;
  white-space: normal;
  font-weight: 500;
  color: #454545;
  display: block;
}

@media (max-width: 1182px) {
  .header_style2 #tth-main-menu .menu-wrapper > ul > li > a {
    padding: 0px 11px;
  }
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > a:hover, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a:focus, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a:active, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a.highlighted, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a.current {
  color: #fff;
  background-image: linear-gradient(to right, #f28b42 0%, #ee5439 100%);
  background-repeat: repeat-x;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > a:hover > .sub-arrow, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a:focus > .sub-arrow, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a:active > .sub-arrow, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a.highlighted > .sub-arrow, .header_style2 #tth-main-menu .menu-wrapper > ul > li > a.current > .sub-arrow {
  display: none;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > a img {
  margin-bottom: 3px;
  max-height: 18px;
  vertical-align: middle;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  top: 13px;
  margin-top: 0;
  background: none;
  font-size: 21px;
  font: unset;
  right: 3px;
  width: 13px;
  height: 16px;
  font: 18px/18px monospace !important;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > a > .sub-arrow:before {
  content: '\e8af';
  font-family: ficon;
}

.header_style2 #tth-main-menu .menu-wrapper > ul > li > ul {
  border: none;
  background: #fff;
  display: none;
  margin-left: 0px !important;
  top: 71px !important;
  left: 19px !important;
  min-width: 200px !important;
}

.header_style2 #tth-main-menu .menu-wrapper > ul ul {
  background: inherit;
  display: none;
  padding-left: 0px;
}

.header_style2 #tth-main-menu .menu-wrapper > ul ul li a {
  text-align: left;
  padding: 6px 5px;
  padding-left: 15px;
  color: #383838;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  -moz-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}

.header_style2 #tth-main-menu .menu-wrapper > ul ul li a:before {
  content: url("../../images/ic_arrow.png");
  padding-right: 5px;
  width: auto;
}

.header_style2 #tth-main-menu .menu-wrapper > ul ul li:hover a {
  color: #ed1c24;
}

@media (max-width: 999px) {
  .header_style2 #tth-main-menu {
    position: fixed;
    top: 96px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: #fff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
  }
}

@media (max-width: 999px) and (max-width: 499px) {
  .header_style2 #tth-main-menu {
    width: 100%;
  }
}

@media (max-width: 999px) {
  .header_style2 #tth-main-menu .get_notifications {
    display: none;
  }
}

/*# sourceMappingURL=header.css.map */