/* Put your custom css here */
@media (max-width: 800px) {
  :root {
    --header-height: 160px; }
  body {
    padding-top: var(--header-height, 160px) !important; }
  .header.navbar-fixed-top,
  #mainHeader,
  #Outer,
  .navbar,
  .pull-right,
  #SearchForm,
  .scrollMenu,
  #Logo,
  #PhoneNumber,
  .navbar-default,
  .navPages-container,
  .mobileMenu-toggle {
    background-color: #ffffff !important;
    background: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important; }
  .page-header,
  [data-content-region],
  .main-content,
  .body,
  #main-content,
  .login-row,
  .custom-login-layout {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 10 !important;
    background: transparent !important; }
  [data-content-region]:empty {
    display: none !important; }
  .page-header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e7e7e7; }
  .custom-login-layout {
    padding-top: 5px !important; }
  .breadcrumb {
    display: block !important;
    visibility: visible !important;
    margin: 5px 0 !important;
    padding: 0 15px !important; }
  .breadcrumb li {
    display: inline-block !important;
    font-size: 14px !important;
    color: #666 !important; }
  .breadcrumb li a {
    color: #0065A4 !important;
    text-decoration: underline !important; }
  .header.navbar-fixed-top {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 2000 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 0 !important; }
  .header .container {
    width: 100% !important;
    padding: 0 !important; }
  .header .row {
    display: block !important;
    margin: 0 !important;
    position: relative !important; }
  #PhoneNumber {
    display: block !important;
    width: 100% !important;
    background: #ffffff !important;
    text-align: center !important;
    padding: 5px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    float: none !important; }
    #PhoneNumber h1 {
      font-size: 16px !important;
      margin: 0 !important;
      font-weight: bold !important; }
    #PhoneNumber h2 {
      font-size: 11px !important;
      margin: 0 !important;
      color: #666 !important; }
  #Logo {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0 !important;
    float: none !important;
    position: relative !important;
    min-height: 50px !important; }
    #Logo #LogoImage {
      max-height: 45px !important;
      width: auto !important;
      display: inline-block !important;
      margin: 0 auto !important;
      visibility: visible !important;
      opacity: 1 !important; }
  .mobileMenu-toggle {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 9px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0; }
  .mobileMenu-toggleIcon {
    background: #000;
    height: 2px;
    width: 20px;
    display: block;
    position: relative;
    transition: background 0.1s;
    text-indent: -9999px; }
    .mobileMenu-toggleIcon:before, .mobileMenu-toggleIcon:after {
      content: "";
      background: #000;
      height: 2px;
      width: 20px;
      position: absolute;
      left: 0;
      display: block;
      transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
      transform-origin: 50% 50%; }
    .mobileMenu-toggleIcon:before {
      top: -7px; }
    .mobileMenu-toggleIcon:after {
      top: 7px; }
  .has-activeNavPages .mobileMenu-toggleIcon,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: transparent; }
    .has-activeNavPages .mobileMenu-toggleIcon:before,
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
      top: 0;
      transform: rotate(45deg); }
    .has-activeNavPages .mobileMenu-toggleIcon:after,
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
      top: 0;
      transform: rotate(-45deg); }
  .has-activeNavPages #PhoneNumber {
    display: none; }
  #TopMenu .CartLink {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #TopMenu .CartLink span {
    padding-left: 0; }
  #TopMenu .CartLink span.custom-cart {
    font-size: 0; }
  #TopMenu .CartLink span.countPill {
    font-size: 16px;
    line-height: 1;
    padding-left: 4px; }
  #TopMenu .CartLink span#carttotal {
    display: none; }
  #SearchForm {
    display: block !important;
    width: 100% !important;
    padding: 5px 15px 10px !important;
    float: none !important;
    background: #ffffff !important; }
    #SearchForm .dropdown--quickSearch {
      padding: 0 !important;
      margin: 0 !important;
      background: transparent !important; }
    #SearchForm .form-input {
      height: 40px !important;
      border: 1px solid #dddddd !important;
      border-radius: 4px !important;
      background: #fdfdfd !important; }
      #SearchForm .form-input::-ms-clear, #SearchForm .form-input::-ms-reveal {
        display: none;
        width: 0;
        height: 0; }
      #SearchForm .form-input::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .navPages-container {
    top: var(--header-height, 160px) !important;
    width: 100% !important;
    left: -100% !important;
    right: 0 !important;
    height: calc(100vh - var(--header-height, 160px)) !important;
    background: #ffffff !important;
    transition: left 0.3s ease-in-out !important;
    display: block !important;
    visibility: hidden;
    z-index: 1000 !important;
    position: fixed !important;
    border-top: 1px solid #eeeeee !important;
    box-shadow: none !important; }
  .navPages-container.is-open {
    left: 0 !important;
    visibility: visible !important; }
  .navPages {
    background: #ffffff !important;
    padding: 0 !important;
    height: 100%; }
  .navPages-list {
    padding: 0 15px !important;
    margin: 0 !important; }
  .navPages-action-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
    border-bottom: 1px solid #eeeeee !important; }
    .navPages-action-wrapper.unified-accordion {
      cursor: pointer !important; }
  .navPages-action-label,
  .navPage-subMenu-action {
    padding: 13px 0 !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #333333 !important;
    flex: 1 !important;
    text-transform: none !important;
    display: block !important;
    cursor: pointer !important;
    text-decoration: none !important;
    line-height: 1.4 !important; }
  .navPages-action-arrow {
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #999999 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin-right: -15px !important; }
    .navPages-action-arrow:after {
      content: '\203A' !important;
      font-family: Arial, sans-serif !important;
      font-size: 24px !important;
      line-height: 1 !important;
      font-weight: 300 !important; }
  .unified-accordion.is-open .navPages-action-arrow:after {
    content: '\2304' !important;
    font-size: 28px !important;
    margin-top: -12px !important;
    color: #0065A4 !important;
    font-weight: 400 !important; }
  .navPages-action-arrow.redirect {
    border-left: 1px solid #f9f9f9 !important; }
  .unified-accordion.is-open .navPages-action-label,
  .unified-accordion.is-open .navPage-subMenu-action {
    color: #0065A4 !important;
    font-weight: 600 !important; }
  .navPage-subMenu {
    display: none;
    background: #fdfdfd !important;
    padding-left: 20px !important; }
  .navPage-subMenu.is-open {
    display: block !important; }
  .navPage-subMenu.nested {
    padding-left: 15px !important;
    background: #ffffff !important; }
  .navPage-subMenu-list {
    margin: 0 !important;
    padding: 0 15px !important;
    list-style: none !important; }
  .navPage-subMenu-item {
    margin: 0 !important;
    padding: 0 !important; }
  .navPages-list:first-of-type .navPages-item:last-child .navPages-action-wrapper {
    border-bottom: none !important; }
  .navPages-divider {
    height: 4px !important;
    background: #e7e7e7 !important;
    margin: 0 !important;
    width: 100% !important; }
  .navPages-list--user {
    background: #ffffff !important;
    margin-top: 0 !important; } }

#TopMenu {
  clear: both;
  float: right;
  color: #000000;
  font-size: 12px;
  padding: 0 0 0 0;
  margin: -25px auto;
  width: 100%; }

#TopMenu ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style-image: url("../images/munchen/bullet.png"); }

#TopMenu li {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  line-height: 14px;
  padding: 0 10px;
  border-right: 1px solid black;
  float: left; }

#TopMenu li a {
  color: #0065A4; }

#TopMenu li a:hover {
  color: #00AFDB; }

#Header {
  position: relative;
  clear: both;
  /*width: 980px;*/
  min-height: 100px; }

#Header ul {
  float: left;
  border-bottom: none;
  padding-bottom: 0px;
  margin: 0;
  text-align: center;
  position: relative; }

#Header li {
  position: relative;
  padding: 25px 0 20px 0;
  display: inline-block; }

/*#Outer .PageMenu .sf-menu > li:hover {
	border-top: 4px solid #00AFD8;
	padding-top: 16px;
}*/
.sf-menu li {
  font-size: 16px; }

#PhoneNumber {
  float: right;
  vertical-align: bottom;
  text-align: right;
  padding: 33px 15px 0 0; }

#PhoneNumber h1 {
  font-weight: bold;
  font-size: 28px;
  color: #0065A4;
  margin-bottom: 0; }

#PhoneNumber h2 {
  font-size: 16px;
  color: #000000; }

#Logo {
  float: left;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px; }

#Logo ul {
  margin: 10px 0 0 0;
  list-style-image: url("../images/munchen/bullet.png"); }

#Logo li {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0; }

#Logo h1 {
  font-weight: bold;
  font-size: 24px;
  color: #000000; }

#Logo h2 {
  font-size: 12px;
  color: #000000; }

#quality-cert {
  float: center;
  text-align: center; }

.HeaderSub p {
  color: #CCC; }

.PageMenu {
  border-top: 2.5px solid #e7e7e7;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 50;
  margin: 0; }

.PageMenu #Menu,
.PageMenu #SideCategoryList {
  display: block;
  margin-bottom: 0px;
  zoom: 1; }

.PageMenu ul {
  float: left;
  border-bottom: none;
  padding-bottom: 0px;
  margin: 0;
  text-align: center;
  position: relative; }

.PageMenu li {
  background: url(../images/blank.gif);
  position: relative;
  padding: 20px 0 20px 0;
  display: inline-block;
  zoom: 1;
  margin: 0 20px 0 0;
  font-weight: 400;
  color: #000000; }

.PageMenu li a:hover {
  color: #0065A4;
  text-decoration: none; }

.PageMenu .sf-menu > li > a:hover {
  border-top: 4px solid #0065A4;
  padding-top: 16px; }

.PageMenu li a {
  color: #555; }

.video {
  margin: 0px auto;
  opacity: 0.8;
  width: 100%;
  z-index: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.intro-content {
  position: absolute;
  top: 40%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4); }

.CartTotalMessage {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  margin-bottom: 20px;
  padding: 15px; }

.phone-number {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.8rem;
  text-decoration: none;
  color: #777; }

.phone-number a {
  color: #777; }

/* UniForm
------------------------------------------------------------ */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(//cdn2.bigcommerce.com/n-63unu/6rm2ico/templates/__custom/images/munchen/icon_sprite.png?t=1688071439);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0; }

/* INPUT &amp; TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  color: #444440;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  padding: 3px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0; }

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999; }

/* SPRITES */
/* Select */
div.selector,
div.selector span {
  line-height: 25px;
  height: 25px; }

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px; }

/* Checkbox */
div.checker {
  height: 18px;
  width: 16px; }

div.checker input {
  height: 18px;
  width: 16px; }

div.checker span {
  background-position: 0px -55px;
  height: 18px;
  width: 16px; }

div.checker span.checked,
div.checker:active span.checked,
div.checker.active span.checked,
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -22px -55px; }

/* Radio */
div.radio {
  width: 18px;
  height: 18px;
  background: none; }

div.radio input {
  width: 18px;
  height: 18px; }

div.radio span {
  height: 16px;
  width: 16px;
  background-position: 0px -82px; }

div.radio span.checked,
div.radio:active span.checked,
div.radio.active span.checked,
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -22px -82px; }

/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px; }

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px; }

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px; }

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px; }

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px; }

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px; }

div.uploader.disabled {
  background-position: 0px -325px; }

div.uploader.disabled span.action {
  background-position: right -381px; }

div.button {
  background-position: 0px -523px; }

div.button span {
  background-position: right -643px; }

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px; }

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; }

div.button.active,
div.button:active {
  background-position: 0px -583px; }

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555; }

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px; }

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default; }

/* PRESENTATION */
/* Button */
div.button {
  height: 30px; }

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px; }

/* Select */
div.selector {
  width: 100%;
  color: #444440;
  font-size: 14px;
  background: #ffffff url(../images/munchen/icon_arrow_down.png) no-repeat right center !important;
  border: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  min-height: 30px !important;
  margin: 0;
  padding: 0px 0 !important; }

div.selector select {
  color: #444440;
  font-size: 12px;
  line-height: 18px;
  border: solid 1px #fff;
  width: 100%; }

div.selector span {
  padding: 5px 25px 5px 10px !important;
  cursor: pointer;
  background: none;
  line-height: 20px; }

div.selector.disabled span {
  color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader {
  width: 300px;
  cursor: pointer; }

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
  width: 175px; }

div.uploader input {
  width: 190px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; }

/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0; }

/* Button */
div.button a,
div.button button,
div.button input {
  position: absolute; }

div.button {
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center; }

/* Select */
div.selector {
  float: none;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1; }

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px; }

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* use '=' here, not ':' */
  -moz-opacity: 0;
  height: 36px;
  border: none;
  background: none; }

/* Checker */
div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  display: inline-block;
  background: none; }

/* Radio */
div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  text-align: center;
  display: inline-block;
  background: none; }

/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin-bottom: 10px; }

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 10px;
  width: auto;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
  width: 175px !important; }

.ProductList .pname,
.brand-name {
  float: left;
  width: auto;
  margin: 0;
  padding-right: 10px;
  color: #1f1f1c;
  font-size: 13px; }

.ProductList .pname:hover,
.brand-name:hover {
  color: #0065A4; }

.brand-name {
  padding: 5px 0 5px 4%;
  text-align: left;
  min-height: 30px; }

.ProductList .pname {
  margin-bottom: 0;
  height: 85px; }

.ProductList .p-name a,
.fastCartBottom .ProductList .ProductDetails a {
  color: #1f1f1c; }

.ProductList .p-name a:hover,
.brand-name:hover,
.fastCartBottom .ProductList .ProductDetails a:hover {
  color: #0065A4; }

.CompareButton .btn {
  background-color: #333; }

.CompareButton .btn:hover {
  background-color: #0065A4; }

#CheckoutStepPaymentDetails input[type=submit] {
  margin: 0 20px; }

#CheckoutStepPaymentDetails input[type=submit]:hover {
  background-color: #1f1f1c; }

.ProductList li .ProductActionAdd .icon-Add.To,
.ProductList li .ProductActionAdd .icon-Choose.Options {
  float: left;
  height: 36px;
  margin: 0 !important;
  background: #0065A4 url(../images/munchen/viewOpt.png) no-repeat 10px 50% !important;
  line-height: 36px;
  padding: 0 10px 0 35px !important;
  color: #fff;
  font-weight: 500;
  -moz-transition: background-color 100ms ease;
  -webkit-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease; }

.ProductList li .ProductActionAdd .icon-Add.To {
  background: #0065A4 url(../images/munchen/addCart.png) no-repeat 10px 50% !important;
  padding-left: 40px !important; }

.ProductList li .ProductActionAdd .icon-Add.To:hover,
.ProductList li .ProductActionAdd .icon-Choose.Options:hover {
  background-color: #00AFDB !important;
  -moz-transition: background-color 100ms ease;
  -webkit-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease; }

#fastCartSuggestive .ProductList li {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }

.btn-addto {
  color: #0065A4;
  height: 35px;
  cursor: pointer;
  border: none;
  border: solid 0px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  background: transparent url(../images/munchen/wish.png) no-repeat 100% 50%;
  -moz-transition: background-color 100ms ease;
  -webkit-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease; }

.btn-addto:hover {
  color: #1F1F1C; }

.AddToWishlistLink {
  color: #0065A4; }

.ProductList .p-price {
  float: left;
  padding: 6px 0 0 0;
  font-size: 13px;
  font-weight: bold;
  clear: both; }

.right {
  float: right; }

.txt24 {
  font-size: 24px !important; }

.txt24 em {
  font-style: normal !important; }

.txt17-bold {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0; }

.txt-bold {
  font-weight: 700 !important; }

.txt-black {
  color: #1f1f1c !important; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute;
  left: 50px;
  bottom: 33%; }

.CartLink .icon,
.icon-add {
  float: left;
  width: 15px;
  height: 18px;
  background: url(//cdn2.bigcommerce.com/n-63unu/6rm2ico/templates/__custom/images/munchen/icon_sprite.png?t=1688071439) no-repeat 0 -24px; }

.icon-add {
  position: absolute;
  right: 0;
  top: 9px;
  width: 35px;
  height: 35px;
  background-position: 0 -107px; }

.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
  float: left;
  width: 18px;
  height: 21px;
  margin-right: 10px;
  background: url(../images/munchen/icons_off.png) no-repeat -170px -152px; }

.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover {
  background: url(../images/munchen/icons_on.png) no-repeat -170px -152px; }

.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover {
  background-position: -140px -152px; }

.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover {
  background-position: -108px -152px; }

.c-wrap {
  width: 980px;
  margin: 0 auto;
  display: block;
  clear: both; }

.sub-title {
  display: block;
  clear: both;
  padding: 1em 0;
  font-size: 16px;
  margin-bottom: 0px; }

.txt-center {
  text-align: center !important; }

.txt-left {
  text-align: left !important; }

.sub-title1 {
  display: block;
  margin: 15px 0;
  background: url(../images/munchen/bg_heading_small.png) no-repeat 10px center; }

.sub-title1.l1 {
  margin: 8px 0; }

.sub-title1 .bul {
  margin: 0 10px;
  padding: 0 30px 5px 30px;
  background: url(../images/munchen/bg_heading_small.png) no-repeat right center; }

.Content h3.fline {
  padding: 10px 0 !important;
  font-size: 16px !important; }

.Content h3.fline span {
  padding: 0 30px 0 0 !important;
  display: inline-block;
  *display: inline;
  zoom: 1; }

small {
  font-size: 12px !important; }

strong,
b {
  font-weight: 600;
  color: #1f1f1c; }

ul {
  margin: 0 0 20px 0px;
  list-style-image: url(../images/munchen/bullet.png); }

ul ul ul {
  list-style-image: url(../images/munchen/bullet_line.png); }

ul li {
  padding: 2px 0; }

.multiStep,
.multiStep li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none; }

.multiStep {
  text-align: center;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  min-height: 1px;
  zoom: 1; }

.multiStep li {
  color: #e3e1e1;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 20px 0; }

.multiStep li a {
  color: #e3e1e1; }

.multiStep li .icon {
  background: url("../images/munchen/nav_active.png") no-repeat;
  display: block;
  float: left;
  height: 8px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  bottom: -5px;
  width: 13px; }

.multiStep li.ActivePage,
.multiStep li.ActivePage a {
  color: #0065A4; }

.multiStep li.Completed,
.multiStep li.Completed a {
  color: #1f1f1c; }

.li-list {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0; }

.li-list h4 {
  position: relative;
  z-index: 1; }

.li-list form {
  position: relative;
  z-index: 10; }

.CartLink .icon,
.icon-add {
  background: url(//cdn2.bigcommerce.com/n-63unu/6rm2ico/templates/__custom/images/munchen/icon_sprite.png?t=1688071439) no-repeat scroll 0 -24px transparent;
  float: left;
  height: 18px;
  width: 15px; }

.icon-add {
  background: #0065A4 url("../images/munchen/add.png") no-repeat scroll 50% 50%;
  float: left;
  height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  transition: background-color 100ms ease 0s;
  width: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-transition: background-color 100ms ease;
  -webkit-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease; }

.icon-add:hover {
  background-color: #333;
  -moz-transition: background-color 100ms ease;
  -webkit-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease; }

.clear,
.jta-clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

/* btn styles */
.btn,
.btn-clear,
#CheckoutStepPaymentDetails input[type=submit] {
  cursor: pointer;
  color: #fff !important;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 14px;
  font-weight: 500;
  background: #0065A4;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  padding: 0 20px;
  text-transform: none;
  -webkit-appearance: none; }

a.btn {
  float: left; }

.btn a {
  color: #ffffff !important; }

.btn-secondary {
  font-size: 13px;
  background: #1f1f1c;
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 15px; }

.Button,
.btn-clear {
  cursor: pointer;
  color: #fff !important;
  height: 35px !important;
  line-height: 35px !important;
  font-size: 14px;
  font-weight: bold;
  background: #1f1f1c;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #000;
  padding: 0 20px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease; }

.Button:hover,
.btn-clear:hover {
  background-color: #0065A4;
  border: 1px solid #0065A4;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease; }

a.Button {
  float: left; }

.Button a {
  color: #ffffff !important; }

.btn-small,
.QuickSearchAllResults a {
  font-size: 13px;
  background: #1f1f1c;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 15px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease; }

.btn-small:hover {
  background-color: #0065A4 !important;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease; }

.btn-addtocart {
  background-color: #0065A4;
  border-color: #0065A4;
  background-image: url(../images/munchen/icon_shop_bag.png);
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding-left: 35px; }

.btn-arrowleft {
  background-image: url(../images/munchen/icon_arrow_left.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 35px; }

.btn-arrowright {
  background-image: url(../images/munchen/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px; }

.btn-addtocart:hover,
.btn:hover {
  background-color: #1F1F1C;
  border-color: #1F1F1C; }

.btn-clear {
  color: #0065A4 !important;
  background: none !important;
  padding: 0 8px; }

.btn-clear:hover {
  color: #1f1f1c !important;
  background: none !important; }

.full-width {
  display: block;
  clear: both;
  padding: 0 !important; }

.full-width .zeroLeft {
  padding-left: 0 !important; }

.cpage .Content.Wide {
  padding: 30px 0 0 45px;
  width: 635px;
  border-left: 1px solid #e8e8e8; }

.productlist-page.Content {
  width: 100%;
  padding: 0; }

.productlist-page.Content .ProductList.List .ProductDetails {
  width: 640px; }

h6 a {
  color: #000000 !important; }

h6 a:hover {
  color: #0065A4 !important; }

.product-nav {
  display: block;
  padding: 10px 0 0 0;
  clear: both;
  min-height: 45px; }

.productlist-page.Content .product-nav {
  border: none; }

.product-nav.btm {
  border: none;
  padding-bottom: 0 !important;
  border-top: 1px solid #e8e8e8 !important; }

.nav-prev,
.nav-next {
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  text-indent: 99px;
  overflow: hidden;
  background: url(//cdn2.bigcommerce.com/n-63unu/6rm2ico/templates/__custom/images/munchen/icon_sprite.png?t=1688071439) no-repeat -42px -27px; }

.nav-next {
  background-position: -54px -27px; }

.mtop {
  margin-top: 27px; }

.pbtm {
  padding-bottom: 30px; }

.no-ptop {
  padding-top: 0 !important; }

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

.list li {
  padding-top: 5px; }

.list-icon,
.list-news {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-icon li {
  color: #1f1f1c;
  line-height: 23px;
  padding: 0 0 10px 0; }

.list-icon .icon {
  width: 23px;
  height: 23px;
  margin: 0 15px 0 0;
  background-position: -41px 0; }

.list-news li p {
  margin-bottom: 10px; }

.form li {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0; }

.form li label,
.form dt {
  float: left;
  width: 175px;
  padding: 7px 25px 0 0;
  text-align: right;
  line-height: 22px; }

.form input.Textbox {
  width: 180px; }

.form dd {
  margin-left: 0;
  float: none; }

.boxin {
  display: block;
  width: 100%;
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #dedede; }

.boxin .mtop {
  margin-top: 20px; }

.addto {
  display: block;
  clear: both;
  border-top: 1px solid #ececec; }

.addto .BulkDiscount {
  float: left; }

.addto #SideProductAddToWishList {
  padding: 0;
  margin: 20px 0 0 10px;
  float: left;
  display: block;
  width: auto;
  clear: none; }

.txt-hide {
  text-indent: -999px;
  overflow: hidden;
  color: #ffffff; }

#Wrapper .left-content .ProductList {
  border: none; }

.left-content .ProductList li {
  width: 98px !important; }

.left-content .ProductList .ProductImage {
  width: 97px !important;
  height: 95px !important;
  min-width: 97px !important;
  min-height: 95px !important;
  overflow: hidden;
  border: 1px solid #dbdbdb; }

.left-content .ProductList .p-name {
  float: left;
  font-size: 12px;
  margin: 5px 0 25px 0;
  padding: 5px 0 3px 5%;
  border-left: 2px solid #ececec; }

.boxin h3 {
  font-weight: normal !important;
  line-height: 1.25 !important;
  position: relative;
  color: #312E29 !important;
  font-size: 26px !important;
  font-weight: 600 !important; }

.ProductList .p-price,
.ProductPriceRating {
  width: auto !important;
  margin-top: 5px !important; }

.ProductList .p-price {
  padding-top: 2px; }

.ProductPriceRating {
  float: right !important;
  clear: none !important;
  padding-right: 10px !important; }

a.CustomizeItemLink {
  font-size: 11px;
  color: #0065A4; }

a.CustomizeItemLink:hover {
  color: #312E29; }

.ProductPrice span {
  color: #2E7EB6; }

.ProductPrice strike {
  color: #BBB; }

.ok {
  color: #5CE65C;
  font-size: 150%; }

.price-increase {
  display: block;
  width: 1150px; }

ul.breadcrumb li {
  font-size: 11px !important; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid #ddd; }

body #mainMenu {
  overflow: visible; }

#tab-accesories .ProductList .ProductImage img {
  height: 180px;
  object-fit: contain; }

.ProductList li .ProductActionAdd a,
.QuickViewBtn {
  padding: 0px 20px !important; }

body .badge {
  background-color: #28a745 !important;
  padding: 0 7px;
  height: 18px;
  line-height: 20px; }

.accordion-nav-clear-holder button {
  background: #0065a4;
  padding: 9px 10px !important; }

.accordion-nav-clear-holder button .accordion-title {
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff; }

.accordion-block:first-child .accordion-navigation {
  border-radius: 0; }

body .accordion--navList .accordion-navigation {
  margin: 0px !important; }

body .accordion--navList .accordion-content {
  padding: 15px 15px;
  border: 1px solid #e4e4e4; }

.navList-action--checkbox:before,
.navList-action--checkbox::after {
  height: 16px;
  width: 16px;
  top: 11px; }

.navList-action--checkbox::after {
  background-size: 14px;
  margin: -6px 0px 0 -1px; }

.navList-action--checkbox {
  padding-left: 22px;
  font-size: 14px;
  margin-bottom: 0; }

.navList-action-close {
  padding: 3px;
  margin: 4px 0 0; }

.navList-action-close .icon {
  height: 10px;
  width: 10px;
  fill: #000;
  stroke: #000; }

a.facetedSearch-clearLink {
  color: #fff;
  margin: 7px 10px 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em; }

.accordion--navList .accordion-indicator {
  fill: #fff;
  stroke: #fff;
  display: none !important; }

body .accordion--navList .accordion-navigation.is-open span:last-child {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid white;
  margin: 0px;
  border-bottom: 0px; }

body .accordion--navList .accordion-navigation span:last-child {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid white;
  border-top: 0;
  margin: 0px; }

body .sidebarBlock-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #404040;
  text-transform: capitalize;
  font-weight: 700; }

body .form-minMaxRow .form-input {
  min-height: 35px; }

.facetedSearch-refineFilters > a {
  text-transform: capitalize;
  font-weight: 600; }

.sidebarBlock.accordion--navList {
  margin-bottom: 50px; }

.sidebarBlock + .sidebarBlock {
  border: 0px;
  margin-top: 0;
  padding-top: 5px; }

body .ProductList li .ProductActionAdd .icn-Add.To,
body .ProductList li .ProductActionAdd .icn-Choose.Options {
  background: url("../images/munchen/viewOpt.png") no-repeat scroll 10px 50% #0eb0dd !important; }

body .ProductList li .ProductActionAdd .icn-Add.To {
  background: url("../images/munchen/addCart.png") no-repeat scroll 10px 50% #0eb0dd !important; }

body .ProductList li .ProductActionAdd .icn-Add.To:hover,
body .ProductList li .ProductActionAdd .icn-Choose.Options:hover {
  background-color: #0065A4 !important; }

.productGrid .product {
  text-align: center; }

.productGrid .product .ProductDetails {
  text-align: left; }

.productGrid .product .ProductDetails .pname {
  padding-right: 0; }

.navList-action--checkbox {
  color: #000; }

.navList-action--checkbox::before {
  border: 1px solid gray; }

.page-sidebar + .page-content .ProductList {
  margin: 0 -0.75rem; }

body .facetedSearch-clearLink:hover {
  color: #fff; }

#facetedSearch-filterItems input.form-input {
  font-size: 14px;
  line-height: 42px; }

span.navList-action-close {
  display: none; }

@media (min-width: 990px) {
  .page-sidebar + .page-content {
    padding-left: 4rem; } }

.subcategory-main ul {
  margin: 0px 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px; }

.subcategory-main li {
  width: 25%;
  float: left;
  padding: 0 10px; }

.subcategory-main .sub_cat_img_outer {
  border: 1px solid lightgray; }

.sub_cat_img_outer a {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 10px; }

.sub_cat_img_outer a:hover {
  color: #2E7EB6;
  text-decoration: none; }

.sub_cat_img_outer a:hover span {
  color: #2E7EB6;
  text-decoration: none; }

.sub_cat_img_outer span {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 0 0;
  text-align: center; }

.sub_cat_img_outer span.sub_cat_img_mn {
  margin: 0;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center; }

.mn_category .container.page .subcategory-main {
  margin-bottom: 60px; }

@media (min-width: 990px) {
  .subcategory-main.categorymn li {
    width: 33.33%; } }

@media (max-width: 767px) {
  .subcategory-main li {
    width: 33.33%; } }

@media (max-width: 479px) {
  .subcategory-main li {
    width: 50%;
    padding: 0 7px; }
  .subcategory-main ul {
    row-gap: 14px; } }

.ProductList li .ProductActionAdd a {
  background: url(https://store-zobbj5xxjw.mybigcommerce.com/content/images/addCart_blue.png) no-repeat scroll 10px 50% #fff !important;
  line-height: 35px !important;
  padding: 0 10px 0 40px !important;
  border: 1px #0eb0dd solid !important;
  color: #0eb0dd !important; }

.ProductList li .ProductActionAdd .icn-Choose.Options {
  margin: 0 0 0 6px !important; }

html body .ProductList li .ProductActionAdd .card-figcaption-button,
html body .ProductList li .ProductActionAdd .icn-Add.To {
  background: url(https://store-zobbj5xxjw.mybigcommerce.com/content/images/addCart_blue.png) no-repeat scroll 10px 50% #fff !important;
  padding: 0 15px 0 34px !important;
  border: 1px #0eb0dd solid !important;
  color: #0eb0dd !important; }
  html body .ProductList li .ProductActionAdd .card-figcaption-button:hover,
  html body .ProductList li .ProductActionAdd .icn-Add.To:hover {
    background: url(../images/munchen/addCart.png) no-repeat scroll 10px 50% #0065A4 !important;
    border: 1px #0065A4 solid !important;
    color: #fff !important; }

html body .ProductList li .ProductActionAdd .icn-Choose.Options {
  background: url(https://store-zobbj5xxjw.mybigcommerce.com/content/images/viewOpt_blue.png) no-repeat scroll 10px 50% #fff !important;
  padding: 0 13px 0 30px !important;
  border: 1px #0eb0dd solid !important;
  color: #0eb0dd !important; }
  html body .ProductList li .ProductActionAdd .icn-Choose.Options:hover {
    background: url(../images/munchen/viewOpt.png) no-repeat scroll 10px 50% #0065A4 !important;
    border: 1px #0065A4 solid !important;
    color: #fff !important; }

.mn_category nav .category-header-image {
  display: none; }

@media (max-width: 1199px) {
  html body .ProductList li .ProductActionAdd .card-figcaption-button,
  html body .ProductList li .ProductActionAdd .icn-Add.To,
  html body .ProductList li .ProductActionAdd .icn-Choose.Options {
    padding: 0 5px 0 30px !important;
    background-position: 5px 50% !important; }
  .ProductList li .ProductActionAdd .icn-Choose.Options {
    margin: 0 0 0 5px !important; } }

@media (max-width: 767px) {
  .ProductList li .ProductActionAdd a {
    float: none; }
  .ProductList li .ProductActionAdd .icn-Choose.Options {
    margin: 0 0 0 0px !important; }
  html body .ProductList li .ProductActionAdd .icn-Add.To,
  html body .ProductList li .ProductActionAdd .card-figcaption-button {
    margin: 0 10px !important; } }

@media (max-width: 479px) {
  .ProductList li .ProductActionAdd .icn-Choose.Options {
    margin: 0px 0 0 10px !important; }
  html body .ProductList li .ProductActionAdd .icn-Add.To,
  html body .ProductList li .ProductActionAdd .card-figcaption-button {
    margin: 0px !important; } }

@media (min-width: 479px) and (max-width: 767px) {
  html body .ProductList li .ProductActionAdd .card-figcaption-button,
  html body .ProductList li .ProductActionAdd .icn-Add.To,
  html body .ProductList li .ProductActionAdd .icn-Choose.Options {
    margin: 0 0 10px 0 !important;
    min-width: 130px; } }

/* Mega Menu Styles */
#Outer .PageMenu .navPages-container,
#Outer .PageMenu .sf-menu,
#Outer .PageMenu .sf-menu > li.nav-brands,
#Outer .PageMenu .sf-menu > li.nav-products {
  position: static !important; }

#Outer .PageMenu {
  position: static !important; }

#Outer .PageMenu .sf-menu > li.nav-brands > a i,
#Outer .PageMenu .sf-menu > li.nav-products > a i {
  margin-left: 5px;
  font-size: 14px; }

#Outer .PageMenu .sf-menu > li .brands-mega-menu,
#Outer .PageMenu .sf-menu > li .products-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 50vw);
  width: 100vw;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-top: 1px solid #eee;
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden; }

#Outer .PageMenu .sf-menu > li .brands-mega-menu .container,
#Outer .PageMenu .sf-menu > li .products-mega-menu .container {
  padding-top: 30px;
  padding-bottom: 30px; }

#Outer .PageMenu .sf-menu > li .brands-mega-menu::-webkit-scrollbar,
#Outer .PageMenu .sf-menu > li .products-mega-menu::-webkit-scrollbar {
  width: 8px; }

#Outer .PageMenu .sf-menu > li .brands-mega-menu::-webkit-scrollbar-track,
#Outer .PageMenu .sf-menu > li .products-mega-menu::-webkit-scrollbar-track {
  background: #f1f1f1; }

#Outer .PageMenu .sf-menu > li .brands-mega-menu::-webkit-scrollbar-thumb,
#Outer .PageMenu .sf-menu > li .products-mega-menu::-webkit-scrollbar-thumb {
  background: #0065A4;
  border-radius: 4px; }

#Outer .PageMenu .sf-menu > li .brands-mega-menu::-webkit-scrollbar-thumb:hover,
#Outer .PageMenu .sf-menu > li .products-mega-menu::-webkit-scrollbar-thumb:hover {
  background: #004b7a; }

#Outer .PageMenu .sf-menu > li.nav-brands:hover .brands-mega-menu,
#Outer .PageMenu .sf-menu > li.nav-products:hover .products-mega-menu {
  display: block; }

#Outer .PageMenu .brands-mega-list,
#Outer .PageMenu .products-mega-list {
  column-count: 4;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left !important; }

#Outer .PageMenu .brands-mega-list li,
#Outer .PageMenu .products-mega-list li {
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block !important;
  background: none !important;
  border: none !important;
  text-align: left !important; }

.brands-mega-list li a,
.products-mega-list li a {
  color: #555555 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: normal;
  padding: 0 !important;
  display: inline-block;
  transition: color 0.2s ease;
  text-transform: none !important;
  text-align: left !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.brands-mega-list li a:hover,
.products-mega-list li a:hover {
  color: #0065A4 !important;
  background: none !important; }

@media (max-width: 768px) {
  .navPages-list {
    border-bottom: unset !important; }
  #mainHeader .mobileMenu-toggle {
    border: none !important; }
  #mainHeader .pull-right {
    float: none !important;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #eeeeee !important;
    padding: 6px 12px 4px 12px;
    box-sizing: border-box; }
  #mainHeader #SearchForm {
    margin: 0;
    border: none; }
    #mainHeader #SearchForm form {
      position: relative;
      width: 100%;
      background: #f9f9f9;
      overflow: hidden;
      display: flex;
      align-items: center;
      border: 1px solid #f9f9f9;
      border-radius: 6px;
      height: 25px; }
    #mainHeader #SearchForm .Textbox {
      flex: 1;
      border: none;
      background: transparent;
      box-sizing: border-box;
      font-size: 14px;
      outline: none; }
      #mainHeader #SearchForm .Textbox::placeholder {
        color: #9aa0a6;
        font-size: 12px; }
    #mainHeader #SearchForm .Button {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      border: none;
      background: transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239aa0a6' viewBox='0 0 24 24'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px; } }
