<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }

/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none; }
  .lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0); }
    .lib-list-item-product2 .image-dev .list-button-dev li {
      display: inline-block;
      float: left;
      height: 40px;
      width: 40px;
      background: #fff;
      position: relative;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #ddd;
      opacity: 0;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
        transform: translateX(40px);
        -moz-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
        transition-delay: 0.2s;
        z-index: 2; }
      .lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
        transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        z-index: 1;
        transition-delay: 0s; }
      .lib-list-item-product2 .image-dev .list-button-dev li:first-child {
        border-left: 1px solid #ddd; }
      .lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: 40px;
        text-align: center;
        box-shadow: none;
        border: none;
        color: #555;
        width: 40px;
        padding: 0; }
      .lib-list-item-product2 .image-dev .list-button-dev li:hover {
        background: #ff5d1d; }
        .lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
          color: #fff; }
  .lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px; }
    .lib-list-item-product2 .caption-dev .rating-dev {
      margin: 5px 0; }
      .lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
        font-size: 11px; }
    .lib-list-item-product2 .caption-dev .title-dev {
      color: #444;
      font-size: 13px; }
      .lib-list-item-product2 .caption-dev .price-dev .price.product-price {
        font-size: 16px; }
      .lib-list-item-product2 .caption-dev .price-dev .price-new {
        font-size: 16px; }
      .lib-list-item-product2 .caption-dev .price-dev .price-old {
        font-size: 12px; }
    .lib-list-item-product2 .caption-dev .add-cart-dev {
      background: #fff;
      border: 1px solid #ddd;
      font-size: 12px;
      text-transform: uppercase;
      color: #999;
      font-weight: bold;
      box-shadow: none;
      border-radius: 0;
      padding: 6px 20px;
      margin: 0 0 30px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s; }
  .lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s; }

/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%); }

.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out; }

/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 ==============================================*/
/*====================*/
/* BUZZ OUT
 /*====================*/
@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.buzz-out-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.buzz-out-on-hover:hover, .buzz-out-on-hover:focus, .buzz-out-on-hover:active {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li &gt; a strong img {
  top: -2px; }
  .typeheader-1.navbar-compact .header-middle {
    padding: 10px 0; }
  .typeheader-1.navbar-compact .header-bottom {
    margin-top: 10px; }
.typeheader-1 .header-top {
  position: relative;
  min-height: 40px;
  line-height: 40px;
  color: #000;
  border-bottom: 1px solid #eeeeee; }
@media (max-width: 991px) {
  .typeheader-1 .header-top {
    padding: 34px 0; } }
.common-home .typeheader-1 .header-top {
  border-bottom: none; }
  .typeheader-1 .header-top .container &gt; .row {
    display: flex; }
.typeheader-1 .header-top .module {
  display: table-cell;
  margin-bottom: 0; }
  .typeheader-1 .header-top .dropdown-menu li {
    line-height: 22px; }
.typeheader-1 .header-top .header-links {
  float: left; }
  .typeheader-1 .header-top .header-links h2 {
    margin: 0; }
    .typeheader-1 .header-top .header-links ul li {
      float: left;
      margin-right: 30px; }
      .typeheader-1 .header-top .header-links ul li a {
        color: #000;
        font-size: 14px; }
.typeheader-1 .header-top .lang-curr {
  height: 40px;
  line-height: 40px; }
  .typeheader-1 .header-top .lang-curr &gt; li {
    position: relative;
    line-height: 40px; }
    .typeheader-1 .header-top .lang-curr &gt; li .dropdown-menu button {
      text-transform: uppercase;
      color: #111111;
      font-weight: 700;
      padding: 6px 10px;
      font-size: 14px; }
      .typeheader-1 .header-top .lang-curr &gt; li .dropdown-menu button:hover {
        background-color: #f7f7f7; }
    .typeheader-1 .header-top .lang-curr &gt; li .btn-group {
      display: block;
      padding: 0;
      margin-right: 0px; }
      .typeheader-1 .header-top .lang-curr &gt; li .btn-group .btn-link {
        padding: 0;
        border: none;
        color: #111;
        font-weight: 700;
        text-transform: uppercase; }
  .typeheader-1 .header-top .lang-curr .dropdown-menu {
    left: 0;
    right: auto; }
@media (min-width: 992px) {
  .typeheader-1 .header-top-center .navbar-logo {
    padding: 34px 0; } }
.typeheader-1 .header-top-center .navbar-logo .logo {
  margin-top: -8px; }
.typeheader-1 .top-login {
  float: right;
  padding-left: 20px;
  margin-right: 30px; }
  .typeheader-1 .top-login ul {
    position: relative;
    color: #111; }
    .typeheader-1 .top-login ul li:first-child {
      font-size: 14px; }
    .typeheader-1 .top-login ul li {
      line-height: 20px; }
      .typeheader-1 .top-login ul li a {
        font-size: 14px;
        color: #111111;
        font-weight: 700;
        text-transform: uppercase; }
        .typeheader-1 .top-login ul li a:hover {
          color: #ff5d1d;
          /*=====SEARCH ======*/
          /*=====SEARCH ======*/ }
.typeheader-1 .search-header-w {
  float: right;
  position: relative;
  margin-right: 30px; }
  .typeheader-1 .search-header-w .ico-search {
    text-align: center;
    font-size: 20px;
    color: #111;
    font-weight: 700; }
    .typeheader-1 .search-header-w .ico-search:hover {
      cursor: pointer;
      color: #ff5d1d; }
      .typeheader-1 .search-header-w .ico-search.active i::before {
        content: "\e962"; }
.typeheader-1 #sosearchpro {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 170px;
  z-index: 1; }
  .typeheader-1 #sosearchpro .open-search-bar {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 24px; }
  .typeheader-1 #sosearchpro .overlay.open {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 170px;
    z-index: 8; }
  .typeheader-1 #sosearchpro form {
    max-width: 930px;
    margin: 0 auto;
    padding: 37px 20px 50px; }
    .typeheader-1 #sosearchpro form .sub-title {
      margin-bottom: 0;
      color: #999999;
      text-transform: uppercase;
      font-size: 1.3rem; }
  .typeheader-1 #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee; }
    .typeheader-1 #sosearchpro .search .select_category {
      border: none;
      width: 180px;
      background-color: #fff; }
      .typeheader-1 #sosearchpro .search .select_category select {
        height: 40px;
        line-height: 40px;
        color: #484848;
        font-size: 13px;
        padding: 0 15px; }
        .typeheader-1 #sosearchpro .search .select_category select:hover {
          cursor: pointer; }
      .typeheader-1 #sosearchpro .search .select_category.icon-select:after {
        color: #484848;
        font-size: 14px;
        line-height: 40px;
        right: 0;
        left: auto;
        font-family: "FontAwesome";
        content: "\f0d7";
        position: absolute;
        height: 100%;
        width: 25px; }
    .typeheader-1 #sosearchpro .search .select_category select, .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single {
      padding: 0;
      margin-right: 20px; }
      .typeheader-1 #sosearchpro .search .select_category select span, .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single span {
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase; }
    .typeheader-1 #sosearchpro .search button {
      position: absolute;
      top: -1px;
      right: -1px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      padding: 0px;
      font-size: 18px;
      background: transparent;
      border: none; }
      .typeheader-1 #sosearchpro .search button i {
        font-size: 24px;
        font-weight: 700;
        color: #111; }
        .typeheader-1 #sosearchpro .search button:hover i {
          color: #ff5d1d; }
      .typeheader-1 #sosearchpro .search button span {
        display: none; }
    @-moz-document url-prefix() {
      .typeheader-1 #sosearchpro .search button {
        top: 0px;
        right: 0px; } }
    .typeheader-1 #sosearchpro .search input {
      border: none;
      background-color: #fff;
      z-index: 0;
      height: 41px;
      padding-left: 20px;
      width: 100%;
      background-color: #fff;
      color: #b8b8b8;
      font-size: 2.4rem;
      font-weight: bold;
      text-transform: uppercase; }
      .typeheader-1 #sosearchpro .search input::-moz-placeholder {
        color: #999999;
        opacity: 1; }
      .typeheader-1 #sosearchpro .search input:-ms-input-placeholder {
        color: #999999; }
      .typeheader-1 #sosearchpro .search input::-webkit-input-placeholder {
        color: #999999; }
      .typeheader-1 #sosearchpro .search input:focus {
        z-index: 0;
        /*BLOCK CART*/ }
.typeheader-1 .shopping_cart {
  position: relative;
  height: 40px; }
  .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative; }
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
      float: left;
      margin: 0;
      position: relative;
      display: inline-block;
      font-size: 20px; }
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
      float: left;
      color: #121212;
      line-height: 20px; }
      .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
        margin-top: 0px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        display: none; }
      .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
        float: left; }
        .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
          color: #121212;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px;
          display: none; }
        .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
          display: none; }
        .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
          height: 16px;
          line-height: 16px;
          border-radius: 100%;
          font-size: 10px;
          color: #fff;
          width: 16px;
          position: absolute;
          top: 4px;
          left: -8px;
          text-align: center; }
  .typeheader-1 .shopping_cart .overlay.open {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 8; }
  .typeheader-1 .shopping_cart .dropdown-menu {
    top: 100%;
    left: auto;
    color: #666;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 450px;
    margin: 0; }
  @media (max-width: 767px) {
    .typeheader-1 .shopping_cart .dropdown-menu {
      width: 315px; } }
  .typeheader-1 .shopping_cart .dropdown-menu .head-minicart {
    height: 75px;
    line-height: 75px;
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase; }
  .typeheader-1 .shopping_cart .dropdown-menu .close-cart {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    right: 25px;
    top: 23px;
    cursor: pointer; }
  .typeheader-1 .shopping_cart .dropdown-menu .content-item {
    padding: 0 30px; }
  .typeheader-1 .shopping_cart .dropdown-menu .total-price {
    margin: 0 30px;
    width: calc(100% - 60px); }
    .typeheader-1 .shopping_cart .dropdown-menu .total-price tbody &gt; tr &gt; td {
      padding: 7px 0;
      font-size: 16px;
      font-weight: 700;
      color: #111;
      text-transform: uppercase; }
  .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody .img-thumbnail {
    border-radius: 0;
    border: none;
    padding: 0; }
  .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody .price {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px; }
    .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody .amount label {
      color: #111;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase; }
    .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody .amount span {
      border: 1px solid #eee;
      width: 40px;
      height: 30px;
      line-height: 30px;
      color: #111;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      display: inline-block; }
  .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody td {
    padding: 30px 0; }
    .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody td.size-img-cart {
      padding-right: 20px; }
    .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody td a {
      color: #555555;
      font-size: 15px;
      margin-bottom: 10px;
      display: block; }
      .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody td a.image {
        width: 100px;
        margin-bottom: 0px; }
      .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody td a:hover {
        color: #ff5d1d; }
  .typeheader-1 .shopping_cart .dropdown-menu .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: transparent; }
.typeheader-1 .shopping_cart .btn-shopping-cart.active .dropdown-menu {
  opacity: 1;
  visibility: visible; }
.typeheader-1 .shopping_cart .shoppingcart-box:before {
  right: 50px;
  /*MENU MEGA*/ }
.typeheader-1 .megamenu-style-dev .navbar-default {
  background: transparent; }
@media (min-width: 992px) {
  .typeheader-1 .header-top-left {
    position: static; }
    .typeheader-1 .header-top-left .megamenu-wrapper {
      position: static; } }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li {
  position: relative; }
@media screen and (min-width: 1200px) {
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li {
    margin: 0 15px; } }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.item-style1 {
  position: static; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.item-style1 .sub-menu {
    left: 0; }
    .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.item-style1 .sub-menu .content {
      padding: 50px 15px; }
    @media (min-width: 1650px) {
      .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.item-style1 .sub-menu .content {
        max-width: 1410px;
        margin: 0 auto; } }
  @media (min-width: 1200px) and (max-width: 1650px) {
    .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.item-style1 .sub-menu .content {
      max-width: 1410px;
      margin: 0 auto; } }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li:first-child {
  margin-left: 0; }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s; }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li &gt; a {
  line-height: 100%;
  padding: 33px 0;
  line-height: 42px;
  position: relative;
  color: #111111;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li &gt; a:hover {
    color: #ff5d1d; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li &gt; a strong {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase; }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.special {
  width: 258px;
  height: 42px;
  margin: 0; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.special &gt; a {
    height: 42px; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.special:after {
    display: none; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.special img {
    position: relative;
    top: -8px;
    right: -10px; }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li:hover:after, .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.active:after, .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.menu_active:after {
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  left: 0; }
.typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li:hover &gt; a, .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.active &gt; a, .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.menu_active &gt; a {
  columns: #fff; }
.typeheader-1 .header-top-right {
  display: flex;
  align-items: center;
  justify-content: end; }
.typeheader-1 .wishlist {
  margin-right: 28px;
  font-size: 20px; }
.typeheader-1 .compare {
  margin-right: 30px; }

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.home a {
  color: #ff5d1d; }

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu &gt; li.home:after {
  width: 100%;
  left: 0; }
</pre></body></html>