@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: #fa255e; }
        .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 > li > 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; }
  .typeheader-1 .header-top:before {
    content: "";
    background: #eaedf1;
    border-radius: 0 0 6px 0;
    width: 77%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .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 .contact_number li {
    float: left;
    margin-right: 30px; }
    .typeheader-1 .header-top .contact_number li a {
      position: relative;
      padding-left: 20px;
      color: #000; }
      .typeheader-1 .header-top .contact_number li a:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 20px;
        background: url(../../images/icon/home1.png) no-repeat;
        background-position: 0 0;
        top: 0;
        left: 0; }
    .typeheader-1 .header-top .contact_number li.telephone a:before {
      background-position: 0 0; }
  .typeheader-1 .header-top .contact_number li.item-faq a:before {
    background-position: 0 -47px; }
  .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 .welcome-msg {
    float: right; }
    .typeheader-1 .header-top .welcome-msg a {
      color: #000;
      text-decoration: underline; }
  .typeheader-1 .header-top .lang-curr {
    float: left;
    height: 40px;
    line-height: 40px; }
    .typeheader-1 .header-top .lang-curr > li {
      position: relative;
      line-height: 40px; }
      .typeheader-1 .header-top .lang-curr > li .btn-group {
        display: block;
        padding: 0;
        margin-right: 30px; }
        .typeheader-1 .header-top .lang-curr > li .btn-group .btn-link {
          padding: 0;
          border: none;
          color: #000; }
    .typeheader-1 .header-top .lang-curr .dropdown-menu {
      left: 0;
      right: auto; }
.typeheader-1 .logo {
  margin-top: 12px; }
.typeheader-1 .header-middle {
  padding: 20px 0 20px 0; }
.typeheader-1 .top-login {
  float: right;
  padding-left: 20px;
  margin-right: 30px; }
  .typeheader-1 .top-login ul {
    position: relative;
    color: #121212;
    padding: 5px 20px 10px 30px;
    border: 1px solid #ddd;
    border-radius: 5px; }
    .typeheader-1 .top-login ul:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: url(../../images/icon/home1.png) no-repeat;
      background-position: 9px -138px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #dddddd;
      top: 9px;
      left: -20px; }
    .typeheader-1 .top-login ul li:first-child {
      font-size: 12px; }
    .typeheader-1 .top-login ul li {
      line-height: 20px; }
      .typeheader-1 .top-login ul li a {
        font-size: 14px;
        color: #121212;
        font-weight: 700; }
        .typeheader-1 .top-login ul li a:hover {
          color: #fa255e;
          /*=====SEARCH ======*/ }
.typeheader-1 .search-header-w {
  float: left;
  width: 60%;
  margin-top: 5px; }
@media (min-width: 1200px) and (max-width: 1650px) {
  .typeheader-1 .search-header-w {
    width: 50%; } }
.typeheader-1 #sosearchpro .search {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e6e6e6; }
  .typeheader-1 #sosearchpro .search:hover .select_category .chosen-container-single .chosen-single {
    min-width: 160px;
    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;
    padding-left: 15px; }
    .typeheader-1 #sosearchpro .search:hover .select_category .chosen-container-single .chosen-single span {
      display: block;
      font-size: 14px; }
  .typeheader-1 #sosearchpro .search .select_category {
    border: none;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #222; }
  .typeheader-1 #sosearchpro .search .chosen-container .chosen-drop {
    width: 180px; }
  .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single {
    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;
    height: 44px;
    line-height: 44px;
    padding-left: 0;
    position: relative;
    min-width: auto;
    width: 38px; }
    .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 16px;
      background-color: #9d9a9f;
      top: 15px;
      right: 0; }
    .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single span {
      font-size: 0;
      color: #222; }
    .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single div {
      width: 35px;
      height: 35px;
      background-color: #fff;
      line-height: 35px;
      text-align: center;
      top: 3px; }
      .typeheader-1 #sosearchpro .search .chosen-container-single .chosen-single div b {
        width: 15px;
        margin: 0 auto;
        background: url(../../images/icon/icon-catesearch.png) no-repeat;
        background-position: 2px 16px; }
  .typeheader-1 #sosearchpro .search .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: 2px -8px; }
  .typeheader-1 #sosearchpro .search .input-group-btn {
    width: 0; }
  .typeheader-1 #sosearchpro .search .pre-icon {
    font-size: 18px;
    color: #000;
    float: left;
    padding: 12px 0 10px 5px;
    font-weight: 700; }
  .typeheader-1 #sosearchpro .search button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    padding: 0 25px;
    border: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
    .typeheader-1 #sosearchpro .search button i {
      display: none; }
  .typeheader-1 #sosearchpro .search input.form-control {
    background-color: #fff;
    z-index: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    height: 44px;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 14px;
    width: 85%;
    color: #999;
    border: none; }
    .typeheader-1 #sosearchpro .search input.form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .typeheader-1 #sosearchpro .search input.form-control:-ms-input-placeholder {
      color: #999; }
    .typeheader-1 #sosearchpro .search input.form-control::-webkit-input-placeholder {
      color: #999; }
    .typeheader-1 #sosearchpro .search input.form-control:focus {
      z-index: 0;
      /*BLOCK CART*/ }
.typeheader-1 .shopping_cart {
  float: right;
  position: relative; }
  .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 20px 10px 0; }
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
      float: left;
      margin: 0;
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: url(../../images/icon/home1.png) no-repeat;
      background-position: 10px -195px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #dddddd;
      top: 9px;
      left: -20px; }
      .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c svg {
        display: none !important; }
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
      float: left;
      position: relative;
      padding-left: 30px;
      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; }
      .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; }
        .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: 18px;
          line-height: 16px;
          border-radius: 100%;
          font-size: 12px;
          color: #fff;
          width: 18px;
          position: absolute;
          top: 1px;
          left: 8px;
          text-align: center; }
  .typeheader-1 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666; }
  .typeheader-1 .shopping_cart .shoppingcart-box:before {
    right: 50px; }
.typeheader-1 .header-bottom {
  border-bottom: 1px solid #fff;
  /*MENU MEGA*/ }
  .typeheader-1 .megamenu-style-dev .navbar-default {
    background: transparent; }
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li {
  margin: 0 15px;
  position: relative; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > 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 > li > a {
    line-height: 100%;
    padding: 0;
    line-height: 42px;
    position: relative;
    color: #fff; }
    .typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a strong {
      font-weight: 500;
      text-transform: capitalize; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.special {
    width: 258px;
    height: 42px;
    margin: 0; }
    .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.special > a {
      height: 42px; }
    .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.special:after {
      display: none; }
    .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.special img {
      position: relative;
      top: -8px;
      right: -10px; }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li:hover:after, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active:after, .typeheader-1 .container-megamenu.horizontal ul.megamenu > 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 > li:hover > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
    columns: #fff; }
@media (min-width: 1200px) {
  .typeheader-1 .header-bottom .menu-left {
    width: 260px; }
  .typeheader-1 .header-bottom .main-menu-w {
    width: calc(100% - 260px); } }
.typeheader-1 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
  padding: 6px 10px 6px 15px;
  /*-- MEGA MENU VERTICAL --*/ }
.typeheader-1 .container-megamenu.vertical {
  z-index: 99;
  position: relative; }
@media (min-width: 992px) {
  .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    height: 42px;
    line-height: 42px;
    position: relative;
    padding: 0 !important; }
    .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 20px;
      background-color: #fff;
      top: 10px;
      right: 0; }
    .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container b {
      font-weight: 500; }
    .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
      padding-top: 12px; }
    .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span {
      background-color: #fff;
      width: 14px;
      margin: 5px 0; }
      .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span:nth-child(2) {
        display: none; }
      .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span:nth-child(3) {
        width: 8px; }
  .typeheader-1 .container-megamenu.vertical .vertical-wrapper {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 60px; }
    .typeheader-1 .container-megamenu.vertical:hover .vertical-wrapper {
      visibility: visible;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      top: 43px; } }

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.home a {
  color: #fff; }

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.home:after {
  width: 100%;
  left: 0; }
