.tt-top-panel {
  background: #ae0023;
}

.tt-top-panel .tt-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 24px 15px 14px;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  word-spacing: 0.03em;
  position: relative;
}

.tt-top-panel .tt-row a:not([class]) {
  color: #ffffff;
  /* border-bottom: 1px solid #ffffff;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear; */
  /* transition: border 0.2s linear; */
}

.tt-top-panel .tt-row a:hover {
  border-bottom-color: transparent;
}

.tt-top-panel .tt-row .tt-description {
  text-align: center;
}

.tt-top-panel .tt-row .tt-btn-close {
  text-decoration: none;
  margin-left: 27px;
  padding: 2px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  top: -2px;
}

.tt-top-panel .tt-row .tt-btn-close:before {
  font-family: "wokiee_icons";
  content: "\ea0f";
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-top-panel .tt-row .tt-btn-close:hover:before {
  color: #ffffff;
}

header {
  background: #ffffff;
  /*
		header an object
	*/
  /* tt-box-info */
  /* tt-cart-layout */
  /* tt-search */
  /* tt-social-icon */
  /* tt-listing-01 */
}

header .tt-logo {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

header .tt-logo .tt-title {
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #191919;
}

header .tt-logo .tt-title span {
  font-weight: normal;
}

header .tt-logo-alignment {
  position: relative;
}

header .tt-desktop-header .tt-logo {
  margin-top: 6px;
  margin-bottom: 20px;
}

header .tt-desktop-header .tt-logo .tt-title {
  margin-top: 14px;
}

@media (min-width: 1230px) {
  header .tt-desktop-header .dropdown-menu {
    max-width: 1200px;
  }
}

header .tt-dropdown-obj {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

header .tt-dropdown-obj .tt-dropdown-toggle {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 20px;
  line-height: 1;
  color: #191919;
  background: none;
  border: none;
  display: inline-block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .tt-dropdown-obj .tt-dropdown-toggle i {
  pointer-events: none;
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #970421;
}

header .tt-dropdown-obj .tt-dropdown-toggle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header .tt-dropdown-obj .tt-dropdown-toggle .tt-icon {
  pointer-events: none;
}

@media (min-width: 1025px) {
  header:not(.headertype3) .tt-dropdown-obj .tt-dropdown-toggle .tt-icon {
    position: relative;
    top: calc(0px + 1px);
  }

  header:not(.headertype3) .tt-dropdown-obj .tt-dropdown-toggle .tt-icon svg {
    width: 16px;
    height: 18px;
  }
}

header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle .tt-icon {
  position: relative;
  top: 0px;
}

header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle .tt-icon svg {
  width: 16px;
  height: 18px;
}

@media (max-width: 1024px) {
  header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle .tt-icon {
    top: calc(0px + 1px);
  }

  header .tt-dropdown-obj .tt-dropdown-toggle .tt-icon {
    position: relative;
    top: calc(0px + 1px);
  }

  header .tt-dropdown-obj .tt-dropdown-toggle .tt-icon svg {
    width: 16px;
    height: 18px;
  }
}

header .tt-dropdown-obj .tt-dropdown-toggle .tt-icon svg path {
  fill: #191919;
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover .tt-icon svg path {
  fill: #970421;
}

.catmobbtn svg path {
  fill: #191919;
}

.catmobbtn:hover svg path {
  fill: #970421;
}

header .tt-dropdown-obj .tt-dropdown-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 22;
}

header .tt-mobile-header .tt-dropdown-obj .tt-dropdown-menu {
  background: #ffffff;
}

@media (max-width: 1024px) {
  header .tt-dropdown-obj.activetoview:not(.tt-search) .tt-dropdown-menu {
    display: block;
  }

  header .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
    right: auto;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: fixed;
  }

  header .container {
    max-width: inherit;
  }
}

header .tt-dropdown-obj.active .tt-dropdown-toggle {
  z-index: 2;
  color: #970421;
}

header .tt-cart .tt-cart-layout {
  position: relative;
}

header .tt-cart .tt-dropdown-menu,
header .tt-account .tt-dropdown-menu,
header .tt-multi-obj .tt-dropdown-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1025px) {
  header .tt-cart .tt-dropdown-menu,
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 280px;
  }
}

@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu,
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 270px;
  }
}

@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu {
    width: 320px;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content {
    padding: 26px 30px 23px;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-row {
    margin-top: 30px;
    padding-top: 24px;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn {
    margin-top: 4px;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
    margin-top: 20px;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
    font-weight: ;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn:not(.btn-border) {
    font-size: 12px;
  }

  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-title {
  }
}

@media (min-width: 1025px) {
  header .tt-cart.active .tt-dropdown-menu,
  header .tt-account.active .tt-dropdown-menu,
  header .tt-multi-obj.active .tt-dropdown-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  header .tt-cart.active .tt-dropdown-menu,
  header .tt-account.active .tt-dropdown-menu,
  header .tt-multi-obj.active .tt-dropdown-menu {
    display: block;
    right: auto;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

header .tt-parent-box:first-child .tt-dropdown-toggle {
  padding-left: 0;
}

header .tt-parent-box:last-child .tt-dropdown-toggle {
  padding-right: 0;
}

header .tt-parent-box {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: top;
}

header.parentallinlinelogocenter .tt-parent-box {
  z-index: 1;
}

header .tt-parent-box.tt-stuck-parent-search {
  z-index: 2;
}

header .tt-box-info ul li {
  padding-top: 7px;
  padding-bottom: 9px;
  font-size: 14px;
}

header .tt-box-info ul li a {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-box-info ul li [class^="icon-"] {
  margin-right: 4px;
  font-size: 18px;
}

header .tt-box-info ul li:not(:first-child) {
  margin-left: 15px;
}

@media (min-width: 1025px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 30px 20px 30px 39px;
  }
}

@media (max-width: 1024px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 15px 20px 37px 29px;
  }

  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li {
  }

  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a {
    display: inline-block;
    padding: 7px 0;
    color: #191919;
  }

  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a [class^="icon-"] {
    top: 3px;
    margin-right: 7px;
  }

  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color: #ae0023;
  }
}

header .tt-account ul {
  margin-top: -1px;
}

header .tt-account ul li {
  font-size: 14px;
}

header .tt-account ul li a {
  color: #777777;
  padding: 1px 0;
  display: block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-account ul li a [class^="icon-"] {
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: 4px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-mobile-header .tt-account ul li a [class^="icon-"] {
  color: #191919;
}

header .tt-account ul li a:hover {
  color: #ae0023;
}

header .tt-account ul li a:hover [class^="icon-"] {
  color: #ae0023;
}

@media (min-width: 1025px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner {
    padding: 30px 20px 30px 41px;
  }
}

@media (max-width: 1024px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul {
    padding: 16px 30px 16px 31px;
    position: relative;
    margin-top: 0;
  }

  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li {
  }

  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a {
    padding: 9px 0;
    color: #191919;
  }

  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a [class^="icon-"] {
    font-size: 20px;
    color: #191919;
  }

  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a,
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color: #ae0023;
  }

  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
    border-top: 1px solid #e9e7e7;
  }
}

header .tt-multi-obj ul {
  margin-top: -4px;
}

header .tt-multi-obj ul li {
  font-size: 14px;
}

header .tt-multi-obj ul li a {
  color: #777777;
  padding: 1px 0;
  display: block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-multi-obj ul li a [class^="icon-"] {
  font-size: 15px;
  line-height: 1;
  margin-right: 8px;
  margin-left: -3px;
  position: relative;
  top: 1px;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-multi-obj ul li a:hover {
  color: #ae0023;
}

header .tt-multi-obj ul li a:hover [class^="icon-"] {
  color: #ae0023;
}

header .tt-multi-obj ul li.active a {
  color: #ae0023;
}

header .tt-multi-obj ul li.active a [class^="icon-"] {
  color: #ae0023;
}

header .tt-multi-obj ul:not(:first-child) {
  margin-top: 22px;
}

header .tt-multi-obj .tt-mobile-add + ul {
  margin-top: 0;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
  border-bottom: 1px solid #e9e7e7;
}

@media (min-width: 1025px) {
  header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
    display: none;
  }
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
  color: #777777;
  font-size: 14px;
  line-height: 1.1;
  pointer-events: none;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
  font-size: 14px;
  padding: 13px 12px 13px 29px;
  display: block;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:before {
  font-family: "wokiee_icons";
  content: "\e9b3";
  padding-right: 6px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover {
  color: #ae0023;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
  padding: 18px 0 17px 30px;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
  position: absolute;
  right: 9px;
  top: 0;
  font-size: 0;
  text-align: right;
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background: #ae0023;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}

header .tt-cart .tt-cart-layout .tt-cart-empty {
  padding: 21px 20px 19px;
  text-align: center;
  display: block;
}

header .tt-cart .tt-cart-layout .tt-cart-empty [class^="icon-"] {
  font-size: 40px;
  line-height: 1;
  color: #cdcdcd;
}

header .tt-mobile-header .tt-cart .tt-cart-layout .tt-cart-empty [class^="icon-"] {
  color: #cdcdcd;
}

header .tt-cart .tt-cart-layout .tt-cart-empty p {
  margin-top: 7px;
  color: #777777;
}

header .tt-mobile-header .tt-cart .tt-cart-layout .tt-cart-empty p {
  color: #777777;
}

header .tt-cart .tt-cart-layout .tt-cart-content {
  padding: 26px 20px 23px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img {
  margin-top: 4px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
  width: 67px;
  height: auto;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) {
  display: flex;
  width: 100%;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]):hover .tt-title {
  color: #ae0023;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
  margin-left: 20px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0 0 5px 0;
}

header
  .tt-cart
  .tt-cart-layout
  .tt-cart-content
  .tt-cart-list
  .tt-item
  .tt-item-descriptions
  .tt-add-info
  li {
  color: #999999;
  font-size: 11px;
  line-height: 16px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-quantity {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 14px;
  color: #777777;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 16px;
  color: #191919;
  font-weight: 500;
}

header
  .tt-cart
  .tt-cart-layout
  .tt-cart-content
  .tt-cart-list
  .tt-item
  .tt-item-descriptions
  > *:nth-child(1) {
  margin-top: 0;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item:not(:first-child) {
  margin-top: 16px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
  padding: 4px;
  margin-right: -6px;
  position: relative;
  background: none;
  border: none;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e9e7e7;
  margin-top: 20px;
  padding-top: 14px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-title {
  font-weight: 500;
  color: #191919;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
  margin-top: 14px;
  width: 100%;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
}

@media (min-width: 1025px) {
  header .tt-search .tt-dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    color: #777777;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu > .container {
    display: none;
  }

  header .tt-search .tt-dropdown-menu .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  header .tt-search .tt-dropdown-menu form {
    position: relative;
    display: block;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input {
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #eceaea;
    padding: 11px 12px 10px 0px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    outline: none;
    width: 100%;
    color: #191919;
    margin-top: 28px;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
    color: #191919;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
    color: #191919;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
    color: #191919;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
    color: #191919;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color: #191919;
    font-size: 30px;
    line-height: 1;
    font-family: "wokiee_icons";
    position: absolute;
    cursor: pointer;
    top: 41px;
    padding: 4px 0 4px 4px;
    margin-top: -11px;
    right: 0px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-search:before {
    content: "\e9b4";
  }

  header .tt-search .tt-dropdown-menu .tt-btn-search:hover {
    color: #ae0023;
  }

  header .tt-search .tt-dropdown-menu .tt-info-text {
    position: absolute;
    top: 0;
    left: 0;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -1px;
    color: #777777;
    font-size: 14px;
    line-height: 1;
    font-family: "wokiee_icons";
    padding: 5px 0px 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-close:before {
    font-family: "wokiee_icons";
    line-height: 1;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color: #ae0023;
  }
}

@media (max-width: 1024px) {
  header .tt-mobile-header .tt-search.tt-dropdown-obj .tt-dropdown-menu {
    background: #ffffff;
  }

  header .tt-search .tt-dropdown-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: -2;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
  }

  header .tt-search .tt-dropdown-menu .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  header .tt-search .tt-dropdown-menu .container [class^="tt-col"]:first-child:first-child {
    padding-left: 0;
  }

  header .tt-search .tt-dropdown-menu .tt-info-text {
    display: none;
  }

  header .tt-search .tt-dropdown-menu form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .tt-search .tt-dropdown-menu form .tt-col:first-child {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }

  header .tt-search .tt-dropdown-menu form .tt-col:last-child {
    margin-left: 20px;
  }

  header .tt-search .tt-dropdown-menu form .tt-search-input {
    background: transparent;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 11px 12px 10px 0px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    outline: none;
    width: calc(100% - 40px);
    color: #777777;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #777777;
    font-size: 20px;
    line-height: 1;
    font-family: "wokiee_icons";
    padding: 6px 0px 4px 5px;
    background: none;
    border: none;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-close:before {
    font-family: "wokiee_icons";
    font-size: 20px;
    line-height: 1;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color: #ae0023;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color: #ae0023;
    font-size: 20px;
    line-height: 1;
    font-family: "wokiee_icons";
    position: absolute;
    cursor: pointer;
    top: 50.2%;
    transform: translate(0, -50%);
    right: 40px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-search:before {
    content: "\e9b4";
  }

  header .tt-search .tt-dropdown-menu .search-results {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 11px 11px 19px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04);
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
    color: #777777;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
    color: #777777;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
    color: #777777;
  }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
    color: #777777;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  header .tt-search .tt-dropdown-menu .search-results {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) and (max-width: 481px) {
  header .tt-search .tt-dropdown-menu .search-results {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 481px) {
  header .tt-search .tt-dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .tt-search .tt-dropdown-menu .tt-btn-search {
    right: 60px;
  }
}

header .tt-search .search-results {
  position: relative;
  padding: 0;
  width: 100%;
  background: #ffffff;
  display: block;
}

@media (max-width: 1024px) {
  header .tt-search .search-results {
    background: #ffffff;
  }

  header .tt-search .search-results {
    margin-top: 22px;
  }

  header .tt-search .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  header .tt-search .search-results ul > li {
    display: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  header .tt-search .search-results ul > li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    padding: 0;
    position: relative;
    background-color: transparent;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }

  header .tt-search .search-results ul > li a .thumbnail {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-right: 2px solid #ffffff;
  }

  header .tt-search .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto;
  }

  header .tt-search .search-results ul > li a .tt-description {
    padding: 5px 15px 5px 16px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-title:hover {
    color: #ae0023;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price span {
    display: inline-block;
  }

  header .tt-search .search-results ul > li a:hover {
    background-color: #ffffff;
  }

  header .tt-search .search-results ul > li:not(:first-child) {
    margin-top: 10px;
  }

  header .tt-search .search-results ul li:nth-child(-n + 3) {
    display: block;
  }
}

@media (min-width: 1024px) {
  header .tt-search .search-results {
    margin-top: 27px;
  }

  header .tt-search .search-results ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }

  header .tt-search .search-results ul > li {
    display: block;
    width: 16.666%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  header .tt-search .search-results ul > li a {
    display: block;
  }

  header .tt-search .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto;
  }

  header .tt-search .search-results ul > li a .tt-description {
    padding: 14px 0px 5px 0px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through;
  }

  header .tt-search .search-results ul > li a .tt-description .tt-price span {
    display: inline-block;
  }

  header .tt-search .search-results ul > li a:hover .tt-title {
    color: #ae0023;
  }
}

header .tt-search .tt-view-all {
  padding: 0;
  margin-top: 15px;
}

header .tt-search .tt-view-all a {
  color: #ae0023;
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  -moz-transition: color 300ms linear 0s;
  -ms-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s;
}

header .tt-search .tt-view-all a:hover {
  text-decoration: none;
  color: #191919;
}

@media (min-width: 1025px) {
  header .tt-search.active .tt-dropdown-menu {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  header .tt-search.active .tt-dropdown-menu > .container {
    display: block;
  }
}

@media (max-width: 1024px) {
  header .tt-search.active .tt-dropdown-menu {
    z-index: 3;
    opacity: 1;
  }
}

header .tt-social-icon {
  margin-top: 7px;
  padding-bottom: 5px;
}

header .tt-social-icon li:first-child a {
  padding-left: 0;
}

header .tt-social-icon li:last-child a {
  padding-right: 0;
}

header ul.tt-listing-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  text-align: center;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  margin-top: -4px;
  margin-left: -8px;
}

header ul.tt-listing-01 li {
  margin-top: 8px;
  margin-left: 8px;
  width: calc(50% - 8px);
}

header ul.tt-listing-01 li a {
  display: block;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header ul.tt-listing-01 li a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

header ul.tt-listing-01 li a:before {
  content: "";
  width: 100%;
  height: 100%;
  outline: 1px solid #e9e7e7;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: outline-color 0.2s linear;
  -o-transition: outline-color 0.2s linear;
  -webkit-transition: outline-color 0.2s linear;
  transition: outline-color 0.2s linear;
}

@media (min-width: 1230px) {
  header ul.tt-listing-01 li a {
    height: 78px;
    padding: 9px;
  }
}

@media (max-width: 1229px) {
  header ul.tt-listing-01 li a {
    height: 65px;
    padding: 5px;
  }
}

header ul.tt-listing-01 li a:hover:before {
  outline-color: #191919;
}

html.ie .tt-desctop-parent-menu {
  line-height: 0;
}

html.ie .tt-desctop-parent-menu .dropdown-menu {
  line-height: 22px;
}

/*
	desktop header
*/
.tt-desktop-header {
  position: relative;
  z-index: 8;
}

@media (max-width: 1024px) {
  .tt-desktop-header {
    display: none;
  }
}

.tt-desktop-header .tt-dropdown-obj {
  margin-top: 20px;
  padding-bottom: 18px;
}

.tt-desktop-header .tt-listing-01:hover {
  border-color: #ae0023;
}

.tt-desktop-header .tt-listing-01:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.tt-header-static {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
}

header .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 480px) {
  header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.tt-desktop-header .container-fluid .container {
  position: relative;
}

/*
	header layout
*/
.tt-header-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 40px;
}

.tt-header-row .tt-col-right {
  vertical-align: top;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tt-header-row .tt-col-right div.tt-desctop-parent-menu:not(:last-child) {
  margin-right: 15px;
}

.tt-header-row .tt-row-left {
  vertical-align: top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tt-header-row .tt-row-left .tt-logo:not(:last-child) {
  margin-bottom: 0;
}

.tt-header-row .tt-row-left .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 22px;
}

.tt-header-row
  .tt-row-left
  .tt-logo
  + .tt-desctop-parent-menu
  .tt-desctop-menu
  nav
  > ul
  li.dropdown
  > a
  .tt-badge {
  top: -6px;
}

.tt-header-row .tt-row-left > *:nth-child(1):not(.tt-logo) {
  margin-top: 0;
}

.tt-header-row .tt-col-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
}

.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav > ul li.dropdown > a {
  padding-top: 18px;
  padding-bottom: 17px;
}

.tt-header-row
  .tt-col-left:last-child
  .tt-desctop-menu:last-child:first-child
  nav
  > ul
  li.dropdown
  > a
  .tt-badge {
  top: 2px;
}

.tt-header-row .tt-col-left:not(.tt-row-center):not(.tt-row-left) .tt-logo {
  margin-right: 30px;
}

.tt-header-row .tt-position-absolute:not(:first-child) {
  position: absolute;
}

.tt-header-row .tt-position-absolute.tt-search-active {
  left: 0;
}

.tt-header-row .tt-col-right.tt-position-absolute:not(:first-child) {
  right: 0;
}

.tt-header-row .tt-col-left.tt-position-absolute {
  left: 0;
  position: absolute;
}

.tt-header-row .tt-row-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}

.tt-header-row .tt-row-center .tt-logo:not(:last-child) {
  margin-bottom: 0;
}

.tt-header-row .tt-row-center .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 22px;
}

.tt-header-row
  .tt-row-center
  .tt-logo
  + .tt-desctop-parent-menu
  .tt-desctop-menu
  nav
  > ul
  li.dropdown
  > a
  .tt-badge {
  top: -6px;
}

.tt-header-row .tt-row-center > *:nth-child(1):not(.tt-logo) {
  margin-top: 0;
}

.tt-header-row .tt-col-large {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

.tt-header-row .tt-col-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt-header-row .tt-col-center .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 870px) {
  .tt-header-row.tt-top-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 7px 0;
  }

  .tt-header-row.tt-top-row > div {
    max-width: inherit;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tt-header-row.tt-top-row .tt-box-info {
    width: 100%;
    margin-top: 6px;
  }

  .tt-header-row.tt-top-row .tt-box-info ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tt-header-row.tt-top-row .tt-box-info ul li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tt-header-row.tt-top-row .tt-social-icon {
    margin-top: 6px;
  }

  .tt-header-row.tt-top-row .tt-social-icon li:first-child {
    margin-right: 10px;
  }

  .tt-header-row.tt-top-row .tt-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 10px;
  }

  .tt-header-row.tt-top-row .tt-social-icon li:last-child {
    margin-left: 10px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .tt-header-row.tt-top-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-fluid.tt-search-container {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.tt-search-container .tt-search .tt-dropdown-menu form {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid.tt-search-container .tt-search .tt-dropdown-menu .tt-btn-search {
  right: 60px;
}

/* tt-desctop-menu */
.tt-desctop-menu {
  /*
        obj
    */
  /*
        dropdown layout
    */
}

.tt-desctop-menu img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tt-desctop-menu ul li {
  display: inline-block;
}

.tt-desctop-menu > ul > li > a {
  color: violet;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 16px;
  display: inline-block;
  padding: 23px 21px 22px 20px;
  font-weight: 500;
  background: #ffffff;
  position: relative;
}

.tt-desctop-menu > ul > li > a:hover,
.tt-desctop-menu > ul > li.hover > a {
  color: yellow;
  background: #fff;
}

.tt-desctop-menu > ul > li.selected > a,
.tt-desctop-menu > ul > li.active > a {
  color: #ae0023;
}

.tt-desctop-menu ul.popup-left {
  left: auto;
  right: 100%;
}

.tt-desctop-menu .dropdown {
  position: inherit;
}

.tt-desctop-menu .dropdown > a {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.tt-desctop-menu .dropdown > a:hover {
  color: #ae0023;
}

.tt-desctop-menu .dropdown > a.menudots svg path {
  fill: #191919;
}

.tt-desctop-menu .dropdown > a:hover.menudots svg path {
  fill: #ae0023;
}

.tt-stuck-nav .tt-desctop-menu .dropdown > a.menudots svg path {
  fill: #191919;
}

.tt-stuck-nav .tt-desctop-menu .dropdown > a:hover.menudots svg path {
  fill: #ae0023;
}

.tt-stuck-nav .tt-desctop-menu .submenuarrow > a > span:after {
  color: #999999;
}

.tt-stuck-nav .tt-desctop-menu .submenuarrow > a:hover > span:after {
  color: #999999;
}

.tt-desctop-menu .dropdown .dropdown-menu {
  display: none;
  top: -10000px;
  background: #ffffff;
}

.tt-desctop-menu .dropdown.active > a {
  color: #ae0023;
}

.tt-desctop-menu .dropdown.selected > a {
  color: #ae0023;
}

.tt-desctop-menu .dropdown:hover {
  top: auto;
}

.tt-desctop-menu .dropdown:hover .dropdown-menu {
  top: auto;
}

.tt-desctop-menu .dropdown-menu {
  padding: 33px 5px 27px 39px;
  margin-top: 0px;
  border: none;
  display: block;
  position: absolute;
}

.tt-desctop-menu .megamenu .dropdown-menu {
  left: 0;
}

.tt-desctop-menu .multicolumn {
  position: relative;
}

.tt-desctop-menu .multicolumn .dropdown-menu {
  padding: 0;
}

.tt-desctop-menu .multicolumn > ul > li > a {
  border-bottom: none;
}

.tt-desctop-menu .multicolumn ul > li > a {
  white-space: nowrap;
}

.tt-desctop-menu .multicolumn ul li {
  border-bottom: 1px solid #000;
  width: 100%;
  position: relative;
}

.tt-desctop-menu .multicolumn ul li a {
  padding: 13px 19px 11px 20px;
  display: block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #000;
  background: #000;
}

.tt-desctop-menu .multicolumn ul li a:hover {
  color: #000;
  background: #000;
}

.tt-desctop-menu .multicolumn ul li a:hover > ul {
  display: block;
}

.tt-desctop-menu .multicolumn ul li ul {
  display: none;
  position: absolute;
  min-width: 202px;
  z-index: 11;
  left: 100%;
  top: 0;
  margin-top: 0;
}

.tt-desctop-menu .multicolumn ul li ul.right {
  left: auto;
  right: 100%;
}

.tt-desctop-menu .multicolumn ul li ul.right .left {
  left: 100%;
  right: auto;
}

.tt-desctop-menu .multicolumn ul li a:not(:only-child):after {
  right: 18px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 5px solid red;
  border-bottom: 5px solid transparent;
}

.tt-desctop-menu .multicolumn ul li:last-child {
  border: none;
}

.tt-desctop-menu .multicolumn ul li.active > a {
  color: #000;
  background: #000;
}

.tt-desctop-menu .dropdown-menu.one-col {
  min-width: 202px;
  margin-left: 0;
  width: auto;
}

.tt-desctop-menu .dropdown-menu.large-width {
  width: 290px;
}

.tt-desctop-menu .dropdown-menu.large-width > li > a {
  white-space: normal;
}

.tt-desctop-menu .menu-title {
  color: yellow;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.container-fluid.single-menu
  .obj-aligment-left
  .tt-desctop-menu
  nav
  > ul
  li.dropdown:first-child
  .dropdown-menu {
  margin-left: 0;
}

.tt-desctop-menu .dropdown > a {
  position: relative;
}

.tt-desctop-menu .dropdown > a .tt-badge {
  position: absolute;
  top: 9px;
  right: 0;
}

.tt-desctop-menu .tt-badge {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px;
}

.tt-desctop-menu .tt-new {
  background: #ae0023;
  color: #ffffff;
}

.tt-desctop-menu .tt-fatured {
  background: #fdbc20;
  color: #ffffff;
}

.tt-desctop-menu .tt-sale {
  background: #f8353e;
  color: #ffffff;
}

.tt-desctop-menu .header-menu-product a {
  display: block;
}

.tt-desctop-menu .header-menu-product a .tt-title {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-desctop-menu .header-menu-product a:hover .tt-title {
  color: #ae0023;
}

.tt-desctop-menu .header-menu-product .tt-product .tt-description {
  padding-top: 6px;
}

.tt-desctop-menu nav > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt-desctop-menu nav > ul > li.dropdown > a {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #191919;
  font-weight: 400;
  letter-spacing: 0em;
  padding: 28px 13px 27px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.tt-desctop-menu nav > ul > li.dropdown > a:hover {
  color: #ae0023;
}

@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-col-obj.tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown > a {
    padding: 28px 8px 27px;
  }
}

.tt-desctop-menu .tt-title-submenu {
  font-size: 14px;
  display: block;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.tt-desctop-menu .tt-title-submenu a {
  color: #191919;
}

.tt-desctop-menu .tt-title-submenu a:hover {
  color: #ae0023;
}

.tt-desctop-menu .tt-title-submenu img {
  width: 100%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 7px;
}

.tt-desctop-menu a.tt-title-submenu:hover {
  color: #ae0023;
}

.tt-desctop-menu .tt-title-submenu.active {
  color: #ae0023;
}

.tt-desctop-menu .tt-title-submenu + .slick-slider,
.tt-desctop-menu .tt-title-submenu + .tt-menu-slider {
  margin-top: 4px;
}

.tt-desctop-menu .tt-megamenu-submenu {
  margin-top: -3px;
  display: inline-block;
}

.tt-desctop-menu .tt-megamenu-submenu > li {
  display: block;
  position: relative;
}

.tt-desctop-menu .tt-megamenu-submenu > li > a {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  padding-top: 1px;
  padding-right: 23px;
  padding-bottom: 1px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.tt-desctop-menu .tt-megamenu-submenu > li > a img {
  width: auto;
  position: absolute;
  right: -8px;
  top: 0px;
  visibility: hidden;
  z-index: 3;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.tt-desctop-menu .tt-megamenu-submenu > li > a:hover {
  color: #ae0023;
}

.tt-desctop-menu .tt-megamenu-submenu > li > a:hover img {
  visibility: visible;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.tt-desctop-menu .tt-megamenu-submenu > li > a:hover:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.tt-desctop-menu .tt-megamenu-submenu > li.active > a {
  color: #ae0023;
}

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span {
  position: relative;
  display: inline-block;
}

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span:after {
  content: "\e90e";
  position: absolute;
  display: inline-block;
  pointer-events: none;
  font-family: "wokiee_icons";
  font-size: 10px;
  line-height: 1;
  padding-left: 2px;
}

.tt-desctop-menu .submenuarrow > a > span:after {
  content: "\e90c";
  position: relative;
  display: inline-block;
  pointer-events: none;
  font-family: "wokiee_icons";
  font-size: 10px;
  padding-left: 2px;
  top: 0px;
  color: #999999;
}

.menubackground .tt-desctop-menu.tt-hover-02 .submenuarrow > a > span:after {
  position: relative;
  top: unset;
  padding-left: 0px;
  left: 2px;
}

.tt-desctop-menu .submenuarrow > a:hover > span:after {
  color: #999999;
}

.menudotsparent {
  margin-left: 15px;
}

.tt-desctop-menu nav > ul > li.dropdown > a.menudots {
  padding-right: 20px !important;
}

@media (max-width: 1229px) and (min-width: 1025px) {
  .tt-col-obj.tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown > a.menudots {
    padding-left: 20px;
  }
}

.tt-desctop-menu nav ul.tt-dotssubmenu > li > a {
  font-weight: 400;
}

.tt-desctop-menu .tt-megamenu-col-01 .tt-megamenu-submenu > li ul {
  top: -30px;
  padding: 30px 0 30px 20px;
  width: 280px;
}

.tt-menu-svg-align svg {
  position: relative;
  top: -2px;
}

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
  position: relative;
  top: 1px;
}

.tt-desctop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
  right: -13px;
}

.tt-desctop-menu .tt-megamenu-submenu > li ul {
  display: none;
  margin-top: 0px;
  background: #fff;
  position: absolute;
  z-index: 13;
  left: 100%;
  top: -10px;
  padding: 10px 0px 10px 0px;
  min-width: 210px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right,
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right ul {
  left: auto;
  right: 100%;
}

.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left,
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
  left: 100%;
  right: auto;
}

.tt-desctop-menu .tt-megamenu-submenu > li ul li {
  margin-bottom: 0;
  display: block;
  position: relative;
}

.tt-desctop-menu .tt-megamenu-submenu > li ul li a {
  padding: 1px 30px 1px 20px;
  font-size: 14px;
  display: block;
  background: #ffffff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: inline-block;
}

.tt-desctop-menu .tt-megamenu-submenu > li ul li a:hover {
  color: #ae0023;
}

.tt-desctop-menu .tt-megamenu-submenu > li ul li.active > a {
  color: #ae0023;
}

.tt-desctop-menu ul.tt-sub-img {
  display: block;
}

.tt-desctop-menu ul.tt-sub-img li {
  display: block;
}

.tt-desctop-menu ul.tt-sub-img li a {
  display: block;
}

.tt-desctop-menu ul.tt-sub-img li a {
  position: relative;
  z-index: 3;
}

.tt-desctop-menu ul.tt-sub-img li a img {
  width: auto;
  position: absolute;
  right: -34px;
  top: -5px;
  visibility: hidden;
  z-index: 3;
  max-width: 141px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.tt-desctop-menu .tt-megamenu-col-01 .tt-sub-img li a img {
  right: -129px;
}

.tt-desctop-menu ul.tt-sub-img li a:hover {
  z-index: 4;
}

.tt-desctop-menu ul.tt-sub-img li a:hover img {
  visibility: visible;
  top: 0px;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.tt-desctop-menu ul.tt-sub-img li.tt-sub-menu > a {
  display: inline-block;
}

.tt-desctop-menu .dropdown-menu {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.tt-desctop-menu .dropdown-menu > .row:not(:first-child) {
  margin-top: 26px;
}

.tt-desctop-menu .megamenu .dropdown-menu {
  width: 100%;
  padding: 33px 39px 39px 39px;
}

.tt-desctop-menu .megamenu .col {
  max-width: 281px;
}

@media (max-width: 1229px) {
  .tt-desctop-menu .megamenu .col {
    max-width: 228px;
  }
}

.tt-desctop-menu .tt-megamenu-col-01 .dropdown-menu {
  width: 280px;
  margin-left: -27px;
}

.tt-desctop-menu .tt-megamenu-col-01 .col {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.tt-desctop-menu .tt-megamenu-col-01 .tt-sub-img li a:hover img {
  right: -129px;
}

.tt-desctop-menu .tt-megamenu-col-02 .dropdown-menu {
  width: 630px;
  margin-left: -39px;
}

.tt-desctop-menu .tt-megamenu-col-02 .col {
  max-width: 281px;
  min-width: 281px;
}

.tt-desctop-menu .tt-col-list {
  margin-top: -23px;
}

.tt-desctop-menu .tt-col-list [class^="col"] {
  margin-top: 23px;
}

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown > a.active {
  color: #ae0023;
}

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
  padding-left: 0;
}

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
  padding-right: 0;
}

.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a {
  padding-left: 13px;
  padding-right: 13px;
}

.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a.active {
  background: #ae0023;
  color: #ffffff;
}

/*
	tt-mobile-header
*/
.tt-mobile-header .tt-top-line {
  border-top: 1px solid #e9e7e7;
}

.tt-mobile-header .tt-dropdown-obj {
  margin-top: 9px;
  padding-bottom: 9px;
}



.tt-mobile-header .tt-search .tt-dropdown-menu form {
  height: 50px;
}

.tt-mobile-header .container-fluid:not(.tt-top-line) {
  min-height: 50px;
}

.tt-mobile-header .tt-logo-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 0 20px;
}

.tt-mobile-header .tt-logo-container .tt-logo-alignment .tt-title {
  margin-top: 11px;
}

@media (min-width: 481px) {
  .tt-mobile-header .tt-mobile-parent-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }

  .tt-mobile-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tt-mobile-header .tt-header-row.tt-top-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tt-mobile-header .tt-header-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tt-mobile-header .tt-header-row .tt-parent-box {
    margin-left: inherit;
  }

  .tt-mobile-header .tt-header-row .tt-menu-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tt-mobile-header .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 8px;
  }
}

/* tt-menu-toggle */
.tt-menu-toggle {
  position: relative;
  display: inline-block;
  padding: 16px 5px 5px 0px;
  cursor: pointer;
  margin-left: 1px;
}

.tt-menu-toggle i {
  color: #191919;
  font-size: 17px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

body:not(.touch-device) .tt-menu-toggle:not(.active):hover {
  color: #970421;
}

body:not(.touch-device) .tt-menu-toggle.active:hover {
  color: #970421;
}

/* visibility desktop and mobile header */
@media (max-width: 1024px) {
  .tt-desktop-header {
    display: none;
  }

  .tt-mobile-header {
    display: block;
  }
}

@media (min-width: 1025px) {
  .tt-desktop-header {
    display: block;
  }

  .tt-mobile-header {
    display: none !important;
  }
}

/* tt-stuck-nav */
.tt-stuck-nav {
  width: 100%;
  position: fixed;
  backface-visibility: hidden;
  display: none;
  top: -100%;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  min-height: 45px;
}

.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown > a {
  color: #191919;
}

.tt-stuck-nav .tt-menu-toggle i,
header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle {
  color: #191919;
}

header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle .tt-icon svg path {
  fill: #191919;
}

.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown > a:hover,
.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown.active > a,
.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown.selected > a {
  color: #ae0023;
}

header .tt-stuck-nav .tt-dropdown-obj.active .tt-dropdown-toggle,
header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #970421;
}

header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle:hover .tt-icon svg path {
  fill: #970421;
}

header .tt-stuck-nav .catmobbtn svg path {
  fill: #191919;
}

header .tt-stuck-nav .catmobbtn:hover svg path {
  fill: #970421;
}

.tt-stuck-nav > .container {
  background: #ffffff;
}

.tt-stuck-nav .tt-dropdown-obj {
  margin-top: 7px;
  padding-bottom: 7px;
}

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 16px;
  padding-bottom: 17px;
}

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: 2px;
  padding: 1px 3px 1px;
}

.tt-stuck-nav .tt-menu-toggle {
  top: -3px;
}

.tt-stuck-nav .tt-btn-close {
  position: relative;
  top: 1px;
}

@media (max-width: 1024px) {
  .tt-stuck-nav .container {
    max-width: 100%;
  }

  .tt-stuck-nav .tt-parent-box {
    margin-left: 20px;
  }
}

@media (min-width: 481px) {
  .tt-stuck-nav .tt-stuck-parent-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .tt-stuck-nav .container-fluid,
  .tt-stuck-nav .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tt-stuck-nav .tt-header-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tt-stuck-nav .tt-header-row .tt-parent-box {
    margin-left: inherit;
  }

  .tt-stuck-nav .tt-header-row .tt-menu-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tt-stuck-nav .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 8px;
  }
}

.stuck.tt-stuck-nav {
  top: 0;
}

@media (max-width: 1024px) {
  .stuck.tt-stuck-nav .tt-search .tt-dropdown-menu .search-results {
    top: 23px;
    border-top: 1px solid #e9e7e7;
    padding-top: 20px;
  }

  .stuck.tt-stuck-nav .container .tt-search.active .tt-dropdown-menu::before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.tt-stuck-parent-logo {
  display: none;
}

@media (min-width: 1025px) {
  .tt-stuck-parent-logo {
    display: block;
    margin-right: 33px;
  }

  .stuckmenuincenter .tt-stuck-parent-logo {
    position: absolute;
    left: 0;
    margin-right: 0;
  }

  .stuckmenuincenter .tt-stuck-parent-menu {
    display: flex;
    justify-content: center;
  }

  .stuckmenuinright .tt-stuck-parent-menu {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
  }

  .stuckiconsabsolute {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .tt-stuck-nav .container-fluid .tt-desctop-menu .megamenu .dropdown-menu {
    max-width: 1200px;
  }

  .tt-stuck-nav.stuckmenuincenter .container-fluid .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1230px) {
  .tt-stuck-nav .container-fluid .tt-desctop-menu .megamenu .dropdown-menu {
    width: 1000px;
  }

  .tt-stuck-nav .container-fluid .tt-desctop-menu {
    position: relative;
  }

  .tt-stuck-nav .container-fluid .tt-desctop-menu .megamenu .dropdown-menu {
    left: 0;
  }

  .tt-stuck-nav.stuckmenuinright .container-fluid .tt-desctop-menu .megamenu .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1430px) {
  .tt-stuck-nav .container-fluid .tt-desctop-menu .megamenu .dropdown-menu {
    width: 1200px;
  }
}

/* tt-promo-02 (header banners) */
.tt-promo-02 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tt-promo-02 > img {
  width: 100%;
  height: auto;
}

.tt-promo-02 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-02 .tt-description .tt-title-small {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-02 .tt-description .tt-title-large {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-02 .tt-description .tt-title-xlarge {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 500;
  padding-bottom: 2px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-02 .tt-description .tt-obj-bottom {
  position: absolute;
  bottom: 30px;
}

.tt-promo-02 .tt-description [class^="btn"] {
  margin-top: 20px;
}

.tt-promo-02 .tt-description .tt-title-small:not([class$="color"]) {
  color: #191919;
}

.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]) {
  color: #191919;
}

.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]) {
  color: #191919;
}

.tt-promo-02 .tt-description img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1229px) {
  .tt-promo-02 .tt-description .tt-title-xlarge {
    font-size: 29px;
    line-height: 41px;
  }

  .tt-promo-02 .tt-description.tt-point-v-t {
    padding: 26px 28px 26px 28px;
  }
}

@media (max-width: 575px) {
  .tt-promo-02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px;
  }

  .tt-promo-02 .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px;
  }

  .tt-promo-02 .tt-description p {
    margin-top: 0;
    line-height: 20px;
  }

  .tt-promo-02 .tt-description [class^="btn"] {
    margin-top: 10px;
  }
}

.tt-promo-02 .tt-description *:nth-child(1) {
  margin-top: 0;
}

.tt-promo-02 .tt-description:not(.tt-point-v-t) {
  padding: 20px 39px;
}

.tt-promo-02 .tt-description.tt-point-v-t {
  padding: 26px 46px 26px 28px;
}

.tt-promo-02:hover .btn-underline,
.tt-promo-02:hover .btn-underline.tt-white-color {
  border-color: transparent !important;
}

.tt-promo-02:hover .btn-underline.tt-white-color {
  color: #ffffff;
}

/*
    mobile menu
*/
.panel-menu,
.mmpanels,
.mmpanels > .mmpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}

.panel-menu {
  width: 270px;
  background: #ffffff;
  position: fixed;
  z-index: 22;
}

.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.panel-menu ul li {
  margin: 0;
  width: 100%;
}

.panel-menu ul li a {
  display: flex;
  padding: 9px 27px 9px 30px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #191919;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.panel-menu ul li a:hover {
  color: #ae0023;
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.panel-menu #mm0.mmpanel a:hover {
  color: #ae0023;
}

.panel-menu #mm0.mmpanel a:hover:after {
  color: #ae0023;
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 13px;
}

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.panel-menu .mmpanel .tt-badge {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px;
  max-height: 16px;
  top: 3px;
  position: relative;
  margin-left: 7px;
}

.panel-menu .mmpanel .tt-new {
  background: #ae0023;
  color: #ffffff;
}

.panel-menu .mmpanel .tt-fatured {
  background: #fdbc20;
  color: #ffffff;
}

.panel-menu .mmpanel .tt-sale {
  background: #f8353e;
  color: #ffffff;
}

.panel-menu .mmpanel .mm-original-link .tt-badge {
  top: -1px;
}

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
  display: block;
}

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
  font-family: "wokiee_icons";
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
  color: #191919;
}

.panel-menu li.mm-close-parent {
  margin-bottom: 15px;
}

.panel-menu li.mm-close-parent .mm-close {
  padding: 15px 16px 13px 29px;
  color: #777777;
  border-bottom: 1px solid #e9e7e7;
}

.panel-menu li.mm-close-parent .mm-close:hover {
  color: #ae0023;
}

.panel-menu li.mm-close-parent .mm-close:before {
  content: "\e9b3";
  padding-right: 6px;
  position: relative;
  top: 1px;
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
  color: #ae0023;
}

.panel-menu .mm-prev-level {
  padding: 15px 16px 13px 29px;
  color: #777777;
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 15px;
}

.panel-menu .mm-prev-level:before {
  content: "\e90d";
  padding-right: 10px;
  position: relative;
  top: 1px;
}

.panel-menu .mm-prev-level:hover {
  color: #ae0023;
}

.panel-menu .mm-prev-level:hover:before {
  color: #ae0023;
}

.panel-menu .mm-next-level:after {
  content: "\e90e";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute;
}

.panel-menu .mm-original-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #191919;
}

.panel-menu .mm-original-link:before {
  padding-right: 10px;
}

.mm-open {
  overflow: hidden;
}

.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel-menu {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mmpanel {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmpanels {
  overflow: hidden;
}

.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

.mmpanels > .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.mmpanels,
.mmpanels > .mmpanel {
  background: inherit;
  border-color: inherit;
}

.mmpanels > .mmpanel:not(.mmhidden) {
  display: block;
}

.mmpanels > .mmpanel:after {
  content: "";
  display: block;
  height: 20px;
}

.panel-menu img {
  display: none;
}

.mmhidden,
.mm-nav-btn {
  display: none;
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
  outline: none;
}

.tt-menu-slider {
  max-height: 389px;
}

/*
	tt-header-holder
 */
.tt-search-container .tt-obj-options {
  width: 100%;
  position: absolute;
  top: 0;
}

header .tt-dropdown-obj.obj-move-left .tt-dropdown-menu {
  left: 0;
  right: auto;
}

.tt-header-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt-header-holder .tt-col-obj {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tt-header-holder .tt-obj-menu {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

.tt-header-holder .obj-move-left {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: auto !important;
}

.tt-header-holder .obj-move-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.tt-header-holder .tt-obj-options.obj-move-right {
  right: 0;
}

.tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child) {
  right: 0;
}

.tt-header-holder .tt-search-active {
  width: 100%;
}

.tt-header-holder .obj-aligment-left {
  text-align: left;
}

.tt-header-holder .obj-aligment-center {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: center;
}

.tt-header-holder .obj-aligment-center > * {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.tt-header-holder .obj-aligment-right {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right;
}

.tt-header-holder .obj-aligment-right > * {
  text-align: left;
}

.tt-header-holder .tt-col-obj.tt-obj-logo.menu-in-center .tt-logo {
  margin-right: 0;
}

@media (max-width: 1229px) {
  .tt-col-obj.tt-obj-menu.obj-aligment-center {
    padding: 0 !important;
  }
}

html.ie .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: -7px;
}

.tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu > .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu .dropdown-menu {
  left: auto;
  right: 0;
}

@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-left {
    position: relative;
  }
}

@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-left .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-center {
    position: relative;
  }
}

@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-right {
    position: relative;
  }
}

@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}

.tt-single-text-with-icons {
  display: flex;
  justify-content: space-between;
}
.tt-single-text-with-icons {
  cursor: default;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #276b9d;
}

.tt-single-text-with-icons .tt-single-text-with-icons-item a {
  color: #276b9d;
}

.tt-single-text-with-icons .tt-single-text-with-icons-item a:hover i,
.tt-single-text-with-icons .tt-single-text-with-icons-item a:hover {
  color: #191919;
}

.tt-single-text-with-icons .tt-single-text-with-icons-item {
  display: inline-block;
  padding: 12px 11px 10px;
}

.tt-single-text-with-icons.slick-slider .tt-single-text-with-icons-item {
  padding-left: 3px;
  padding-right: 3px;
}

.tt-single-text-with-icons .tt-single-text-with-icons-item i {
  font-size: 28px;
  line-height: 28px;
  margin-right: 4px;
  color: #276b9d;
  top: -3px;
  position: relative;
  vertical-align: middle;
}

.tt-single-text-with-icons .tt-single-text-with-icons-item p {
  margin: 0;
  display: inline-block;
}

#template--16677134303447__1653652913c0f0f859.tt-single-text-with-icons {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

#template--16677134303447__1653652913c0f0f859.tt-single-text-with-icons .tt-single-text-with-icons-item i {
  font-size: 25px;
  line-height: 25px;
  top: -3px;
}

#template--16677134303447__1653652913c0f0f859.tt-single-text-with-icons .tt-single-text-with-icons-item {
  padding-top: 12px;
  padding-bottom: 10px;
}

.container.single-menu {
  padding: 0;
  background: #f7f7f7;
  max-width: none;
}

.tt-desktop-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}

.tt-desktop-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.tt-desktop-menu li {
  color: #000;
  list-style: none;
}
.tt-desktop-menu li a {
  color: #000;
  list-style: none;
  font-weight: 400;
  border-bottom: 1px solid gainsboro;
}
.tt-stuck-menu {
  display: flex;
  text-decoration: none;
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

.tt-stuck-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-stuck-menu li {
  color: #000;
  list-style: none;
  padding: 10px;
}
.tt-stuck-menu li a {
  color: #000;
  list-style: none;
  border-bottom: 1px solid gainsboro;
}
.mobile-menu {
  display: none;
  width: 100%;
}

.menu-mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}

.menu-mobile i {
  font-size: 20px;
  margin-right: 20px;
}

.tt-mobile-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  padding: 10px 0px;
}
.tt-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-mobile-menu li {
  color: #000;
  list-style: none;
  padding: 10px;
}
.tt-mobile-menu li a {
  color: #000;
  list-style: none;
}

.menu-header i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  display: none;
  color: #000;
}

@media (min-width: 1024px) {
  .mobile-links {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .menu-header i {
    display: block;
  }
  .tt-single-text-with-icons-item i {
    display: none !important;
  }
  .tt-single-text-with-icons-item p {
    font-size: 14px !important;
    text-align: center !important;
  }
  .mobile-links {
    position: absolute;
    right: 10px;
    display: block;
  }
  .mobile-links .storeLocatorHeaderLink {
    padding: 5px 7px;
    font-size: 15px;
  }
}

.menu-header {
  position: relative;
}

@media (max-width: 992px) {
  .mobile-links {
    position: absolute;
    right: 10px;
  }
}
