<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
:root {
  --logo-z-index: 10;
}

html,
body {
  margin: 0px;
  padding: 0px;
}

body.mobile-active {
  overflow: hidden;
  max-height: 100vh;
  padding: 0px !important;
}
body.mobile-active #page {
  position: initial;
}
body.mobile-active header {
  display: none;
}

.hidden {
  display: none !important;
}

header {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  background-color: white;
  color: black;
  font-family: "Open Sans", sans-serif;
  align-items: center;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  height: fit-content;
}
header #welcome-message p {
  margin-top: initial !important;
  margin-bottom: initial !important;
}
header .header-top {
  display: flex;
  width: 100%;
  padding: 0px 14px;
  z-index: calc(var(--logo-z-index) + 2);
  background-color: #22211d;
}
header .header-top .header-actions {
  display: flex;
  margin-left: auto;
}
header .header-top .header-actions .demo a {
  padding: 13px 14px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
header .header-top .header-actions .demo a:hover {
  background-color: white;
}
header .welcome-msg {
  text-align: left;
  padding: 0px;
  margin-right: 14px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: 1px;
}
header #menu-toggle {
  display: none;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 7px;
  padding: 0px 12px;
  cursor: pointer;
}
header #menu-toggle i {
  font-size: 18px;
  margin-right: 7px;
}
header .mobile-cart {
  display: none;
  font-size: 19px;
  color: white;
  position: relative;
  margin-right: 14px;
  margin-top: 3px;
  text-decoration: none;
}
header .mobile-cart span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 16px;
  font-size: 10px;
  color: white;
  background-color: rgb(199, 53, 53);
  border-radius: 100px;
  position: absolute;
  top: -50%;
  right: -50%;
  padding: 0px 4px 0px 4px;
}
header #cart-box {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header #cart-box .cart-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 37px;
  right: 0px;
  background: #fff;
  text-align: right;
  z-index: 100;
  border: 1px #ececec solid;
  box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 5px;
  padding: 8px;
  min-width: 300px;
}
header #cart-box .cart-dropdown .view-cart {
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  background: #0a5aa3;
  color: white;
  border-radius: 0px 2px 2px 0px;
  letter-spacing: 0.5px;
  width: 100%;
  display: block;
}
header #cart-box .cart-dropdown .view-cart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
}
header #cart-box .cart-dropdown ul {
  padding: 15px 25px;
  margin: 0px;
}
header #cart-box .cart-dropdown ul li {
  margin: 8px 0px 15px;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
}
header #cart-box .cart-dropdown ul li:last-child {
  margin: 0;
  border-bottom: 0px #eee solid;
  padding-bottom: 10px;
}
header #cart-box .cart-dropdown ul .product-details {
  color: #333333;
  position: relative;
  text-align: left;
  flex-direction: column-reverse;
}
header #cart-box .cart-dropdown ul .product-details .price {
  flex-direction: row !important;
  gap: 5px;
}
header #cart-box .cart-dropdown ul .product-details .btn-remove {
  position: absolute;
  right: 10px;
  top: 12px;
}
header #cart-box .cart-dropdown ul .product-details .btn-edit {
  position: absolute;
  right: 30px;
  top: -2px;
  color: #333 !important;
}
header #cart-box .cart-dropdown ul .product-details .btn-edit:hover {
  color: #339 bold;
}
header #cart-box .cart-dropdown ul .product-name {
  margin: 0;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
header #cart-box .cart-dropdown ul .product-name:hover {
  font-size: 13px;
  color: #000;
}
header #cart-box .cart-dropdown ul .product-image {
  float: left;
  padding: 0;
  width: 64px;
  margin-right: 8px;
}
header #cart-box .cart-dropdown ul .product-image img {
  width: 60px;
}
header .top-search-bar {
  margin-right: 10px;
  align-self: center;
}
header .top-subtotal {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
}
header .block-compare .btn-remove1 {
  left: auto;
  right: 0px !important;
  margin-top: 0px;
  top: 5px;
}
header .block-company-wrapper {
  display: inline-block;
}
header .block-company-wrapper .dropdown-menu {
  min-width: 0;
  box-shadow: 0 3px 3px 0 #888888;
  top: 22px;
}
header .block-company-wrapper .dropdown-menu a {
  padding: 3px 10px 3px 10px;
  color: #333;
  font-weight: normal;
  text-transform: none;
}
header .block-company-wrapper .dropdown-menu a:hover {
  color: #000;
  background: none;
}
header .block-company-wrapper .dropdown-menu li {
  padding: 5px 15px 5px 0;
}
header .block-company-wrapper .dropdown-menu li:hover {
  background-color: #fff;
  color: #000;
  transition: background-color 0.2s ease-in-out;
}
header .block-company {
  background: none;
  box-shadow: none;
  border: none;
  color: #aaaaaa;
  font-size: 14px;
}
header .block-company .caret {
  margin-left: 5px;
}
header .block-company label {
  font-weight: normal;
  padding: 5px 5px 2px 0px;
}
header .block-language-wrapper {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  vertical-align: top;
}
header .block-language-wrapper .dropdown-menu {
  border-radius: 0px;
  min-width: 0px;
  top: 36px;
  padding: 0px;
  background: #F5F3EF;
  min-width: 124px;
}
header .block-language-wrapper .dropdown-menu a {
  padding: 3px 10px 3px 10px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
header .block-language-wrapper .dropdown-menu a:hover {
  color: #333;
  background: none;
}
header .block-language-wrapper .dropdown-menu &gt; li {
  padding: 4px 0px 4px 0px;
}
header .block-language-wrapper .dropdown-menu &gt; li:last-child {
  border-bottom: none;
}
header .block-language-wrapper .dropdown-menu &gt; li &gt; a img {
  margin: 0px 6px 0px 0px;
}
header .block-language {
  background: none;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 12px 14px;
  display: block;
}
header .block-language:hover {
  background: #F5F3EF;
  color: #0A5AA3;
}
header .block-language:focus {
  background: #F5F3EF;
  color: #0A5AA3;
}
header .block-language img {
  font-weight: normal;
  padding: 0px 5px 0px 0px;
  margin: auto;
}
header .lang-curr {
  float: right;
  margin: 11px 0px;
}
header .form-language {
  display: inline;
  float: right;
  border-left: 1px solid #ececec;
  line-height: 17px;
  padding-left: 20px;
}
header .lang {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0x;
  list-style: none;
  float: left;
  padding: 0px;
}
header .lang li {
  float: left;
  display: inline;
  margin: 0px 8px 0 0px;
}
header .lang li:last-child {
  margin-right: 0px;
}
header .lang li span {
  text-indent: -10000px;
  display: none;
}
header .block-currency-wrapper {
  display: inline-block;
  vertical-align: top;
}
header .block-currency-wrapper .dropdown-menu {
  border-radius: 0;
  min-width: 0;
  z-index: 100000;
  top: 36px;
  padding: 0px;
  background: #F5F3EF;
}
header .block-currency-wrapper .dropdown-menu a {
  padding: 3px 15px 3px 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
header .block-currency-wrapper .dropdown-menu a:hover {
  color: #333;
  background: none;
}
header .block-currency-wrapper .dropdown-menu &gt; li {
  padding: 4px 0;
}
header .block-currency-wrapper .dropdown-menu &gt; li:last-child {
  border-bottom: none;
}
header .block-currency-wrapper .dropdown-menu &gt; li &gt; a img {
  margin: 0 6px 0 0;
}
header .block-currency {
  background: none;
  box-shadow: none;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 14px;
  display: block;
  letter-spacing: 1px;
  font-size: 11px;
}
header .block-currency:hover {
  background: #F5F3EF;
  color: #0A5AA3;
}
header .block-currency:focus {
  background: #F5F3EF;
  color: #0A5AA3;
}
header .block-currency label {
  font-weight: normal;
  padding: 0 5px;
  margin: auto;
}
header .form-currency {
  display: inline;
  margin-right: 12px;
  float: right;
  line-height: 17px;
}
header .currencies_list {
  float: left;
  display: inline;
  margin: 0px 8px 0 0px;
  padding: 0px;
}
header .currencies_list li {
  float: left;
  display: inline;
  margin: 0 0px 0 10px;
}
header .currencies_list li a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
header .currencies_list li a:hover {
  color: #0A5AA3;
  text-decoration: none;
}
header .mobile-menu-button {
  margin-left: auto;
  fill: white;
}
header .mobile-menu-button:hover {
  fill: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
header .mobile-menu-button svg {
  width: 25px;
  height: 25px;
  transform: rotatey(180deg);
  fill: inherit;
}
header .skip-button {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
header .skip-button:focus {
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 1000;
}
header .header-bottom.small .logo {
  all: unset;
}
header .header-bottom.small .logo img {
  max-height: 60px;
  width: auto !important;
}
header .logo {
  position: absolute;
  top: calc(50% + 24px);
  left: 1%;
  transform: translateY(-50%);
  z-index: var(--logo-z-index);
}
header .logo img {
  padding: 8px 0px;
  max-width: 240px;
  max-height: 89px;
}

/* MENU */
#mobile-menu-modal {
  width: 100vw;
  height: 100vh;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  z-index: 10000;
  position: absolute;
  top: 0;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
}
#mobile-menu-modal.active {
  animation: fade-in 0.25s linear forwards;
  pointer-events: auto;
}
#mobile-menu-modal.disabled {
  animation: fade-out 0.25s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mobile-menu-modal .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#mobile-menu-modal .title h1 {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#mobile-menu-modal .title .close {
  all: unset;
  margin-left: auto;
}
#mobile-menu-modal .title .close:hover i {
  font-size: 25px;
  cursor: pointer;
}
#mobile-menu-modal .title .close i {
  font-size: 20px;
}
#mobile-menu-modal .card-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
}
#mobile-menu-modal .card-holder .card {
  padding: 35px;
  box-shadow: 0px 0px 15px 5px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: black;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
}
#mobile-menu-modal .card-holder .card:hover {
  background-color: rgba(51, 51, 51, 0.05);
}
#mobile-menu-modal .card-holder .card:hover h3, #mobile-menu-modal .card-holder .card:hover h2 {
  text-decoration: underline;
}
#mobile-menu-modal .card-holder .card i {
  font-size: 26px;
}
#mobile-menu-modal .card-holder .card h3, #mobile-menu-modal .card-holder .card h2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 0px;
}
#mobile-menu-modal .card-holder .card .cart_count {
  position: absolute;
  top: 10%;
  right: 10%;
  background-color: #4343ce;
  width: 15%;
  height: 15%;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
#mobile-menu-modal .pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  row-gap: 10px;
}
#mobile-menu-modal .pills .pill {
  padding: 8px 0px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  color: #333;
  border-radius: 5px;
  font-size: 10px;
  text-decoration: none;
  min-width: 84px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
#mobile-menu-modal .pills .pill:hover {
  cursor: pointer;
  border-color: black;
}
#mobile-menu-modal .search-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
#mobile-menu-modal .search-container .search-bar {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  padding: 5px;
  display: flex;
  align-items: center;
}
#mobile-menu-modal .search-container .search-bar i {
  font-size: 16px;
  color: #333;
  padding: 10px;
}
#mobile-menu-modal .search-container .search-bar input {
  border: none;
  outline: none;
  font-size: 18px;
  width: 100%;
}
#mobile-menu-modal .search-container .search-bar input::placeholder {
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
#mobile-menu-modal .search-container p {
  font-family: "Poppins", sans-serif;
  margin: 15px 0px;
}
#mobile-menu-modal .search-container .actions {
  margin-top: auto;
}
#mobile-menu-modal .search-container button {
  width: 100%;
  margin-top: 15px;
  border: none;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 9px;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
#mobile-menu-modal .search-container button:hover {
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.2);
}
#mobile-menu-modal .search-container .search-go {
  background-color: #4343ce;
  color: white;
}
#mobile-menu-modal .search-container .search-go:hover {
  background-color: #2e2eb5;
}
#mobile-menu-modal .group-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
#mobile-menu-modal .group-container ul {
  list-style: none;
  margin-top: 8px;
  padding: 0px;
}
#mobile-menu-modal .group-container li {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  text-align: left;
  margin-bottom: 8px;
  height: 46px;
  display: flex;
  align-items: center;
}
#mobile-menu-modal .group-container li b.group-name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
#mobile-menu-modal .group-container li a {
  padding: 12px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.15);
  color: rgba(51, 51, 51, 0.7);
  display: flex;
  align-items: center;
}
#mobile-menu-modal .group-container li a[href] {
  background-color: transparent;
  color: #333;
}
#mobile-menu-modal .group-container li.active .dot {
  background-color: rgba(51, 51, 51, 0.25);
}
#mobile-menu-modal .group-container li .dot {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 100px;
  margin-right: 12px;
  flex-grow: 0;
  flex-shrink: 0;
}
#mobile-menu-modal .group-container .actions {
  margin-top: auto;
}
#mobile-menu-modal .group-container button {
  width: 100%;
  margin-top: 15px;
  border: none;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 9px;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
#mobile-menu-modal .group-container button:hover {
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.2);
}
#mobile-menu-modal .merchandise {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
#mobile-menu-modal .merchandise .divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 35px;
  padding-bottom: 5px;
}
#mobile-menu-modal .merchandise .divider .line {
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.2);
}
#mobile-menu-modal .merchandise .divider h2 {
  color: rgba(51, 51, 51, 0.35);
  font-size: 15px;
  margin: 0px 8px;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
#mobile-menu-modal .merchandise #nav {
  display: flex !important;
  flex-direction: column;
  gap: 17px;
  height: auto;
}
#mobile-menu-modal .merchandise #nav.menu-item {
  background-color: transparent;
}
#mobile-menu-modal .merchandise #nav.menu-item-right {
  padding-right: 0px;
}
#mobile-menu-modal .merchandise #nav li {
  color: #333;
  text-align: center;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-menu-modal .merchandise #nav li a {
  color: inherit !important;
  padding: 0px;
}

/* LAPTOP START */
@media screen and (max-width: 1024px) {
  .logo a img {
    top: calc(50% + 24px);
    left: 1%;
    transform: translateY(-20%);
    z-index: var(--logo-z-index);
    max-width: 100px;
    max-height: 100px;
  }
}
/* MOBILE START */
@media screen and (max-width: 770px) {
  #page {
    padding-top: 45px;
  }
  header {
    height: 45px;
  }
  header .header-top {
    padding: 0px;
    height: 100%;
    background-color: #333;
  }
  header #welcome-message {
    margin: 0px 12px;
    font-size: 10px;
  }
  header #welcome-message .welcome {
    display: none;
  }
  header .mobile-cart {
    display: flex;
  }
  header .basket.dropdown {
    display: none;
  }
  header #menu-toggle {
    display: flex;
  }
  header .demo {
    display: none;
  }
}
@media screen and (max-width: 424px) {
  header {
    height: 45px;
  }
  header .header-top {
    height: 100%;
  }
  #mobile-menu-modal .card-holder .card {
    padding: 25px;
  }
  #mobile-menu-modal .card-holder .card i {
    font-size: 23px;
  }
  #mobile-menu-modal .card-holder .card h3, #mobile-menu-modal .card-holder .card h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #mobile-menu-modal {
    padding: 15px 26px;
  }
  #mobile-menu-modal .title {
    margin-bottom: 15px;
  }
  #mobile-menu-modal .card-holder {
    gap: 18px;
  }
}
@media screen and (max-width: 332px) {
  #mobile-menu-modal {
    padding: 10px 18px;
  }
  #mobile-menu-modal .title {
    margin-bottom: 10px;
  }
  #mobile-menu-modal .card-holder {
    gap: 12px;
  }
}
@media screen and (max-width: 310px) {
  #mobile-menu-modal .card-holder {
    grid-template-columns: repeat(1, 1fr);
  }
  #mobile-menu-modal .card-holder .card {
    flex-direction: row;
    align-items: center;
    justify-content: left;
    aspect-ratio: auto;
    padding: 15px;
  }
  #mobile-menu-modal .card-holder .card i {
    font-size: 20px;
  }
  #mobile-menu-modal .card-holder .card h3, #mobile-menu-modal .card-holder .card h2 {
    margin-top: 0px;
    margin-left: 12px;
    font-weight: 500;
  }
  #mobile-menu-modal .card-holder .card .cart_count {
    position: relative;
    top: initial;
    right: initial;
    height: auto;
    margin-left: auto;
  }
  #mobile-menu-modal .pills .pill {
    font-size: 9px;
  }
}
@media screen and (max-width: 290px) {
  #mobile-menu-modal .pills {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  #mobile-menu-modal .pills .pill {
    width: 100% !important;
  }
}
@media screen and (max-width: 220px) {
  #mobile-menu-modal .pills {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/* NAV */
.merch-navigation {
  position: relative;
  z-index: calc(var(--logo-z-index) + 1);
}

.sticky-header #nav &gt; li &gt; a {
  padding: 19px 0 22px;
  transition: all 0.5s;
}

.sticky-header #nav &gt; li.active &gt; a:after {
  display: none;
}

.sticky-header #nav li.drop-menu ul, .sticky-header #nav .level0-wrapper, .sticky-header #nav.classic ul.level0 {
  top: 60px;
}

.sticky-header #nav &gt; li.active &gt; a:after {
  bottom: 12px;
}

#nav &gt; li &gt; a.active:nth-child(1) {
  color: #fff;
  background: #0A5AA3;
  border-radius: 3px 3px 0px 0px;
  margin-right: 0px;
}

#nav &gt; li &gt; a:hover.active:nth-child(1) {
  color: #fff;
}

#nav &gt; li:first-child {
  margin-left: 0px;
}

#nav &gt; li &gt; a:last-child a {
  color: #333;
}

.index #nav &gt; li &gt; a {
  color: black;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.index #nav &gt; li &gt; a:after {
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 100%;
  content: " ";
  opacity: 0;
}

.index #nav &gt; li &gt; a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

#nav &gt; li.active &gt; a:after {
  height: 3px;
  font-size: 0;
  line-height: 0;
  background: #0A5AA3;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 100%;
  content: " ";
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-top: 2px;
}

#nav {
  position: relative;
  z-index: 7;
  -webkit-transform: translateZ(0);
  margin: auto;
  height: 3em;
}

/* All levels */
#nav li {
  text-align: left;
}

#nav li a {
  display: block;
  text-decoration: none;
}

/* 1st level only */
#nav &gt; li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
}

#nav &gt; li.last {
  padding-right: 0;
}

#nav &gt; li &gt; a {
  display: block;
  padding: 0px 0px;
}

#nav &gt; li &gt; a &gt; span {
  display: inline-block;
  padding: 0px;
}

li.active &gt; a {
  position: relative;
}

/* Drop-down boxes:
wide:    2nd-level category drop-down box + custom block drop-down box
classic: custom block drop-down box */
#nav .level0-wrapper {
  position: absolute;
  left: -10000px;
  background-color: #fff;
}

/* Inner wrapper for additional padding */
#nav .level0-wrapper2 {
  padding: 0;
}

#nav .level0-wrapper2:before, #nav .level0-wrapper2:after {
  display: table;
  line-height: 0;
  content: "";
}

#nav .level0-wrapper2:after {
  clear: both;
}

/* Home link*/
#nav a.level-top.feature {
  margin: 0;
}

/* Icon inside item */
#nav li a.level-top .icon {
  padding: 3px;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important;
}

#nav li:hover a.level-top .icon {
  padding: 3px;
}

/* Single icon as home link */
#nav #homelink-icon {
  margin-left: 12px;
}

#nav #homelink-icon a.level-top {
  padding-left: 5px;
  padding-right: 5px;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Custom menu item */
#nav .nav-custom-link &gt; a {
  cursor: pointer;
}

/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */
#nav .nav-custom-link {
  position: static;
}

/* Static block's content - basic formatting */
#nav .nav-custom-link .header-nav-dropdown-wrapper {
  padding: 5px 10px 10px 0px;
  overflow: hidden;
}

#nav .nav-custom-link .header-nav-dropdown-wrapper p {
  margin: 10px 0;
  color: #999;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: normal;
}

#nav .nav-custom-link .header-nav-dropdown-wrapper .heading {
  margin: 10px 0;
}

/* Caret */
#nav a.level-top .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 2px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-style: solid solid none;
  border-width: 4px 4px 0;
  border-color: #333 transparent transparent;
}

/* Main menu */
#nav .number {
  display: inline;
  margin-left: 3px;
}

#nav ul li .number {
  color: #aaa;
}

/* 1st level */
li.level0 &gt; a &gt; span {
  position: relative;
}

li.level0 &gt; a &gt; span &gt; .cat-label {
  position: absolute;
  top: -12px;
  right: 0;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}

/* Add pin (only 1st level) */
li.level0 &gt; a &gt; span &gt; .pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
}

li.level0 &gt; a:hover &gt; span &gt; .pin-bottom:before {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}

/* 2nd level */
li.level1 &gt; a &gt; span &gt; .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
  vertical-align: middle;
}

/* 3rd level */
li.level2 &gt; a &gt; span &gt; .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
}

#nav .level0-wrapper2 .col-1 {
  float: left;
  width: 68.5%;
}

#nav .level0-wrapper2 .col-2 {
  padding: 0;
  float: left;
  width: 30%;
}

#nav .level0-wrapper2 .col-3 {
  padding: 5px 0;
  float: left;
  width: 20%;
}

#nav .col-1 ul.level0 &gt; li {
  width: 30%;
}

.col-2 img:hover {
  opacity: 0.5;
}

.col-2 .menu_image {
  display: block;
  margin-top: 0px;
}

.col-2 .menu_image1 {
  display: block;
  margin-top: 25px;
}

/* 1st level only */
#nav &gt; li:hover &gt; a {
  position: relative;
  z-index: 1;
}

#nav &gt; li:hover &gt; a:after {
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 100%;
  content: " ";
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}

/* 2nd level only */
#nav ul.level0 &gt; li {
  display: inline-block;
  float: none;
  margin-right: 15px;
  padding-top: 0;
  vertical-align: top;
  width: 15%;
  padding-left: 25px;
  margin-bottom: 20px;
  margin-left: 0px;
}

#nav ul.level0 &gt; li.last {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 15px;
  margin-right: 0px;
}

#nav ul.level0 &gt; li &gt; a {
  color: #0A5AA3;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 5px 0px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 2nd level+ */
#nav ul li {
  list-style: none;
  padding: 2px 0;
}

#nav li ul li ul li {
  margin-left: 0px;
}

#nav li ul li ul li:last-child {
  border: none;
}

/* 3rd level only */
#nav ul.level1 {
  position: static;
}

#nav ul.level1 &gt; li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  letter-spacing: normal;
}

#nav ul.level1 &gt; li a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}

/* 4th level */
#nav ul.level2 {
  margin: 7px 0;
  padding: 0;
  position: static;
}

#nav ul.level2 a {
  font-size: 0.9166em;
  line-height: 1.2727em;
  opacity: 0.6;
}

#nav li.level2:hover ul.level2 a {
  opacity: 1;
  transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
}

/* 4rd level+ */
#nav ul ul ul li {
  background: none;
  padding-left: 0;
}

/* Vertical nav-links */
.nav-links &gt; li, .nav-links &gt; li &gt; a {
  line-height: 3em;
}

.nav-links &gt; li &gt; a {
  padding: 0 0.5833em;
}

.nav-links &gt; li.label {
  padding-right: 0.5833em;
}

/* Basic nav-links, no separators */
.nav-links &gt; li {
  float: left;
}

.nav-links &gt; li &gt; a {
  display: block;
}

#nav .grid12-8 ul.level0 &gt; li {
  width: 22.5%;
}

.grid13-8 {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1%;
  margin-bottom: 0;
  width: 80.9%;
}

#nav .level0-wrapper .nav-add {
  padding: 20px;
  background: #f8f8f8;
  overflow: hidden;
}

#nav .level0-wrapper .nav-add .push_item {
  float: left;
  margin-right: 18px;
  width: 24%;
}

#nav .level0-wrapper .nav-add .push_item img {
  width: 98%;
}

#nav .level0-wrapper .nav-add .push_item_last {
  float: left;
  margin-right: 0px;
  width: 23%;
}

#nav .level0-wrapper .nav-add .push_item .push_img a {
  display: block;
  width: 275px;
}

#nav .level0-wrapper .nav-add .push_item .push_text {
  color: #666;
  font-size: 12px;
  padding: 8px 0;
}

.mm-toggle-wrap {
  line-height: 29px;
  position: fixed;
  z-index: 53;
  padding-top: 18px;
  margin-top: -35px;
}

nav {
  margin: auto;
  width: 100%;
  height: 100px;
}

.inner-page nav {
  /*background:url('https://products.advanced-online.com/aoAPI/site/background/stock-img.jpg') left ;
  height: 170px;
  background-size: cover;*/
}

.menu-item {
  display: block;
  margin-top: 35px;
  float: left;
  width: 100%;
  background-color: transparent;
  /*opacity: 0.9;*/
}

.menu-item-left {
  padding-right: 0px;
  text-align: right;
}

.menu-item-left li {
  margin-right: 50px;
}

.menu-item-right {
  padding-left: 0px;
  text-align: center;
  padding-right: 2em;
}

.menu-item-right li {
  margin-left: 50px;
}

#nav-home p {
  float: left;
}

.nav-inner {
  position: relative;
}

.nav {
  width: 1000px;
  margin: 0px auto 0;
}

.cms-index-index #nav #nav-home &gt; a, #nav &gt; li.active &gt; a, .vertnav-top li.current &gt; a {
  color: #000000;
}

#nav &gt; li.active &gt; a, .vertnav-top li.current &gt; a:hover {
  color: #000000;
}

.cms-index-index #nav #nav-home &gt; a span, #nav &gt; li.active &gt; a span, .vertnav-top li.current &gt; a span {
  border-right: none;
}

.cms-index-index nav {
  border-bottom: none;
}

/* Number of products in category */
/* Sidebar menu */
.vertnav .number {
  margin-left: 3px;
  color: #aaa;
}

/* Other */
.nav .itemslider {
  margin-top: 0;
  margin-bottom: 0;
}

.nav .itemslider .item {
  padding-bottom: 0;
}

/* Category labels inside mobile menu / vertical menu */
ul.vertnav li &gt; a &gt; span &gt; .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
}

/* Hide pin */
ul.vertnav li &gt; a &gt; span &gt; .pin-bottom:before {
  display: none;
}

/* Label size: all levels */
ul.vertnav li &gt; a &gt; span &gt; .cat-label {
  font-size: inherit;
  line-height: inherit;
}

ul.vertnav-top li &gt; a &gt; span &gt; .cat-label {
  font-size: 14px;
  line-height: 18px;
}

/* Category blocks */
.nav-block {
  margin-top: 0;
  margin-bottom: 1%;
}

.nav-block-bottom {
  float: left;
}

.nav-block-center {
  margin-top: 0px;
}

.nav-block-right {
  margin-top: 0px;
  float: right;
  padding: 0px;
  text-align: center;
}

.nav-block-level1-top {
  margin-bottom: 10px;
}

.nav-block-level1-bottom {
  margin-top: 10px;
}

.nav-block .section-line {
  border-color: #eee;
}

/* horizontal + mobile menu trigger */
#nav &gt; li &gt; a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  color: #000;
  letter-spacing: 2px;
}

ul.level0 {
  padding: 0;
}

ul.level1 {
  padding: 0px;
}

#nav .level0-wrapper, #nav.classic ul {
  background-color: #ffffff;
  color: #333333;
}

#nav ul li a:hover {
  color: #0A5AA3;
}

.cat-label-label1 {
  background-color: #D12631;
  color: #ffffff;
}

.cat-label-label2 {
  background-color: #d52462;
  color: #ffffff;
}

#nav .level0-wrapper, #nav.classic .parent &gt; ul {
  background: #22211D;
  border-top: none;
  box-shadow: 0 10px 20px -5px;
  width: auto;
  padding: 40px 0px 0px 0px;
  text-align: left;
  z-index: 100;
}

.menu-item-right .level0-wrapper {
  margin-left: -615px;
}

#nav .level0-wrapper, #nav.classic ul.level0 {
  top: 45px;
}

#nav &gt; li &gt; a {
  color: #000000;
  padding: 15px 0px;
}

#nav &gt; li.mega-menu {
  position: static;
}

.nav-inner #nav li.mega-menu .level0-wrapper {
  border: 0 none;
  padding: 15px 0px;
  z-index: 10000;
  border-bottom: 6px #0A5AA3 solid;
  transform: scale(0) rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  margin-left: -210px;
  padding-top: 20px;
}

.nav-inner #nav li.mega-menu:hover .level0-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.grid12-5 {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}

.grid12-3 {
  display: inline;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 22%;
  text-align: center;
}

.grid12-3 .item-title a {
  text-transform: uppercase;
  margin-top: 10px;
  color: #aaa;
}

.custom-menu .grid12-4 {
  display: inline !important;
  float: left !important;
  margin: 5px 0 0 !important;
  width: 33% !important;
  padding-left: 25px !important;
  padding-right: 10px !important;
}

.grid12-4 img {
  margin-bottom: 15px;
}

.grid12-4 {
  display: inline;
  float: left;
  margin: 0;
  width: 35%;
}

.custom-menu .grid12-4 img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.grid12-8 {
  display: inline;
  float: left;
  margin-left: 0;
  width: 64%;
}

.custom-menu {
  background: #fff !important;
  color: #999;
}

.icon-star:before {
  content: "\f0a3";
}

.heart-icon:before {
  content: "\f06b";
  font-family: FontAwesome;
}

.heart-icon {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #0A5AA3;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
  padding-left: 6px;
}

.custom-icon:before {
  content: "\f0e9";
}

.custom-icon {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #0A5AA3;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
}

.icon-custom-grid:before {
  content: "\f00a";
}

.icon-custom-grid {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #0A5AA3;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
}

#nav .nav-custom-link .header-nav-dropdown-wrapper h4.heading {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}

#nav .nav-custom-link .header-nav-dropdown-wrapper h4.heading {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

#nav li.drop-menu ul {
  position: absolute;
  top: 45px;
  left: 0;
  background: #ffffff;
  padding: 6px 0;
  border-top: none;
  box-shadow: 0 10px 20px -5px;
  width: 180px;
  text-align: left;
  z-index: 1000;
}

#nav &gt; li.drop-menu ul li ul {
  border-top: none;
}

#nav &gt; li.drop-menu {
  position: relative;
}

#nav li.drop-menu ul li {
  position: relative;
  margin-left: 0px;
}

#nav li.drop-menu ul li a {
  color: #000000;
  line-height: 30px;
  font-size: 13px;
  padding: 0 12px;
  display: block;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

#nav li.drop-menu ul li:hover &gt; a {
  color: #000000;
  padding-left: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#nav li.drop-menu ul li span.plus {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 7px;
  background: #535353;
}

#nav li.drop-menu ul {
  display: none;
}</pre></body></html>