/*============HEADER V2 ==================*/
@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: #52555c; }
        .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: 18px; }
      .lib-list-item-product2 .caption-dev .price-dev .price-old {
        font-size: 14px; }
    .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
 ==============================================*/
@media (min-width: 1199px) {
  header.typeheader-3 .header-top .top-link > li:hover .dropdown-menu {
    margin-top: 15px; } }

@media (min-width: 768px) {
  header.typeheader-3 .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb; }
    header.typeheader-3 .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li:first-child {
      border-top: 2px solid #ebebeb; }
    header.typeheader-3 .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li:last-child {
      border-bottom: 2px solid #ebebeb; } }

.typeheader-3 {
  position: relative; }
  .typeheader-3 .header-social, .typeheader-3 #sosearchpro .text-keyword {
    display: none; }
  .typeheader-3 .header-top {
    color: #666;
    padding: 12px 0 12px;
    border-bottom: 1px solid #ddd; }
    .typeheader-3 .header-top .welcome-msg {
      font-size: 13px;
      float: left;
      margin-top: 6px;
      line-height: 26px; }
      .typeheader-3 .header-top .welcome-msg i {
        margin-right: 10px; }
      .typeheader-3 .header-top .welcome-msg a {
        color: #fff; }
        .typeheader-3 .header-top .welcome-msg a:hover {
          color: #c39e57; }
      .typeheader-3 .header-top .welcome-msg:hover {
        color: #c39e57; }
    .typeheader-3 .header-top .socials {
      line-height: 26px;
      display: inline-block;
      vertical-align: middle; }
      .typeheader-3 .header-top .socials li {
        display: inline-block;
        vertical-align: middle; }
        .typeheader-3 .header-top .socials li a {
          font-size: 16px;
          padding: 0 6px;
          display: block;
          color: #fff; }
          .typeheader-3 .header-top .socials li a:hover {
            color: #c39e57; }
          .typeheader-3 .header-top .socials li a span {
            display: none; }
    .typeheader-3 .header-top .track-location {
      float: left;
      line-height: 10px; }
      .typeheader-3 .header-top .track-location ul li {
        float: right;
        line-height: 20px; }
        .typeheader-3 .header-top .track-location ul li span {
          display: inline-block;
          line-height: 15px;
          vertical-align: -3px;
          text-transform: capitalize; }
        .typeheader-3 .header-top .track-location ul li i {
          margin-right: 10px;
          float: left;
          font-size: 22px;
          vertical-align: middle; }
        .typeheader-3 .header-top .track-location ul li.track-order {
          padding-left: 20px;
          margin-left: 20px;
          border-left: 1px solid #dcdcdc; }
    .typeheader-3 .header-top .telephone {
      float: right;
      line-height: 20px; }
      .typeheader-3 .header-top .telephone i {
        margin-right: 10px;
        float: left;
        vertical-align: middle;
        font-size: 20px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .typeheader-3 .header-top .telephone span.text {
        font-size: 12px; }
    .typeheader-3 .header-top .lang-curr {
      margin-left: 20px;
      float: right;
      line-height: 9px; }
      .typeheader-3 .header-top .lang-curr li {
        padding: 0 20px;
        border-left: 1px solid #dcdcdc; }
        .typeheader-3 .header-top .lang-curr li.currency {
          padding-right: 0px; }
      .typeheader-3 .header-top .lang-curr span, .typeheader-3 .header-top .lang-curr .btn-link i {
        margin: 0 2px; }
      .typeheader-3 .header-top .lang-curr .btn-group > .btn-link {
        line-height: 20px;
        height: 20px;
        text-transform: uppercase;
        font-size: 12px;
        padding: 0px;
        border: none; }
        .typeheader-3 .header-top .lang-curr .btn-group > .btn-link img {
          vertical-align: -1px; }
      .typeheader-3 .header-top .lang-curr .fa-caret-down:before {
        content: "\f107"; }
      .typeheader-3 .header-top .lang-curr ul li {
        text-transform: uppercase;
        padding: 0px;
        border: none; }
        .typeheader-3 .header-top .lang-curr ul li button, .typeheader-3 .header-top .lang-curr ul li .btn-block {
          text-transform: uppercase; }
        .typeheader-3 .header-top .lang-curr ul li .btn-block img {
          vertical-align: -1px; }
  .typeheader-3 .header-center {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
  /*=====Quicklink ======*/
  .typeheader-3 .quick-link {
    margin-top: 30px; }
    .typeheader-3 .quick-link span {
      margin-right: 10px;
      color: #222;
      /*=====SEARCH ======*/ }
  .typeheader-3 #sosearchpro .text-keyword {
    text-align: center;
    font-size: 12px; }
  .typeheader-3 #sosearchpro .dropdown-menu .media-body {
    line-height: 20px; }
  .typeheader-3 #sosearchpro .dropdown-menu .media-body .box-price span {
    float: left;
    padding-left: 0px;
    padding-right: 10px; }
  .typeheader-3 .search-header-w {
    float: right;
    margin-right: 5px; }
    .typeheader-3 .search-header-w #sosearchpro .search .select_category {
      display: none; }
    .typeheader-3 .search-header-w #sosearchpro .search {
      padding: 0;
      width: 230px;
      border: none;
      background-color: #fff;
      border: 1px solid #eee;
      margin: 0;
      z-index: 99; }
      .typeheader-3 .search-header-w #sosearchpro .search input {
        width: 230px;
        border: none;
        height: 34px;
        line-height: 34px;
        padding-left: 20px; }
      .typeheader-3 .search-header-w #sosearchpro .search .input-group-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 33px;
        line-height: 32px;
        width: 36px; }
      .typeheader-3 .search-header-w #sosearchpro .search button {
        background-color: #fff;
        border-radius: 18px;
        color: #444;
        padding: 0;
        width: 36px;
        text-align: center;
        height: 33px;
        line-height: 32px;
        box-shadow: none; }
        .typeheader-3 .search-header-w #sosearchpro .search button i {
          margin: 0;
          font-size: 14px;
          width: 32px;
          height: 32px;
          line-height: 32px; }
        .typeheader-3 .search-header-w #sosearchpro .search button span {
          display: none; }
        .typeheader-3 .search-header-w #sosearchpro .search button:hover, .typeheader-3 .search-header-w #sosearchpro .search button:focus {
          box-shadow: none; }
    .typeheader-3 .search-header-w .icon-search {
      width: 50px;
      height: 50px;
      font-size: 16px;
      color: #fff;
      line-height: 52px;
      text-align: center;
      float: left;
      display: block !important; }
      .typeheader-3 .search-header-w .icon-search i {
        font-size: 16px;
        color: #fff; }
        .typeheader-3 .search-header-w .icon-search.active i:before {
          content: "\f00d"; }
      .typeheader-3 .search-header-w .icon-search:hover {
        cursor: pointer; }
        .typeheader-3 .search-header-w .icon-search:hover i {
          color: #222; }
    .typeheader-3 .search-header-w #sosearchpro .search {
      display: none;
      position: absolute;
      top: 50px;
      right: 50px; }
  .typeheader-3 .wishlist-comp {
    float: right;
    margin-right: 20px; }
    .typeheader-3 .wishlist-comp li {
      width: 40px;
      height: 40px;
      list-style: none;
      float: left;
      padding-top: 1px;
      margin-left: 15px; }
      .typeheader-3 .wishlist-comp li a i {
        font-size: 26px;
        color: #fff; }
      .typeheader-3 .wishlist-comp li a span {
        display: none; }
      .typeheader-3 .wishlist-comp li a.top-link-wishlist {
        width: 36px;
        text-align: center;
        height: 32px;
        display: block;
        overflow: hidden;
        text-indent: -999em; }
        .typeheader-3 .wishlist-comp li a.top-link-wishlist:before {
          font-family: 'FontAwesome';
          content: "\f004";
          font-size: 26px;
          color: #fff;
          display: block;
          text-indent: 0; }
      .typeheader-3 .wishlist-comp li a.top-link-t {
        width: 36px;
        text-align: center;
        height: 32px;
        display: block;
        overflow: hidden;
        text-indent: -999em; }
        .typeheader-3 .wishlist-comp li a.top-link-t:before {
          font-family: 'FontAwesome';
          content: "\f007";
          font-size: 26px;
          color: #fff;
          display: block;
          text-indent: 0;
          /*BLOCK CART*/ }
  .typeheader-3 .shopping_cart {
    float: right;
    min-width: 168px;
    position: relative; }
    .typeheader-3 .shopping_cart:before {
      content: "";
      background: rgba(0, 0, 0, 0.1);
      display: block;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute; }
    .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart {
      position: relative; }
      .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
        float: left;
        text-align: center; }
        .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
          line-height: 50px;
          display: inline-block;
          width: 42px;
          height: 50px;
          font-size: 18px;
          color: #fff;
          background: transparent !important; }
      .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
        float: left;
        margin-top: 10px;
        color: #fff; }
        .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
          font-size: 14px;
          font-weight: 500;
          margin-top: 0px;
          margin-bottom: 0;
          line-height: 100%;
          text-transform: uppercase; }
        .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
          font-size: 14px;
          line-height: 100%; }
          .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
            color: #fff;
            text-transform: capitalize; }
          .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
            margin-right: 2px;
            color: #fff; }
          .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
            font-size: 14px;
            font-weight: 500;
            color: #fff; }
    .typeheader-3 .shopping_cart .dropdown-menu {
      top: 100%;
      right: 0px;
      left: auto;
      color: #666; }
    .typeheader-3 .shopping_cart .shoppingcart-box:before {
      right: 50px; }
    .typeheader-3 .shopping_cart .btn-view-cart {
      float: left; }
  @media (min-width: 992px) {
    .typeheader-3.navbar-compact .header-top {
      display: none; }
    .typeheader-3.navbar-compact .header-center {
      background: #fff;
      padding: 20px 0; }
    .typeheader-3.navbar-compact .header-bottom {
      margin: 0; }
    .typeheader-3.navbar-compact .hidden-compact {
      display: none; }
      .typeheader-3.navbar-compact #sosearchpro .search {
        margin-bottom: 0; }
      .typeheader-3.navbar-compact #sosearchpro .text-keyword {
        display: none; }
    .typeheader-3.navbar-compact .header-link-right .telephone {
      display: none; }
      .typeheader-3.navbar-compact .container-megamenu.vertical:hover .vertical-wrapper {
        display: block; }
        .typeheader-3.navbar-compact .container-megamenu.vertical:hover .vertical-wrapper ul.megamenu {
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
      .typeheader-3.navbar-compact .container-megamenu.vertical .vertical-wrapper {
        display: none; } }

.common-home .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.home > a {
  background-color: transparent; }

.container-megamenu.horizontal ul.megamenu > li.with-sub-menu.hover > a:after {
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }

/*============ MODULE MEGAMENU VERTICALL  ==================*/
.menu-layout1.megamenu-style-dev .container-megamenu.vertical ul.megamenu > li > a {
  padding: 15px 0 15px; }

.menu-layout2.megamenu-style-dev .container-megamenu.vertical ul.megamenu > li > a {
  padding: 15px 10px 15px 40px; }

.megamenu-style-dev .container-megamenu.vertical .menuHeading {
  display: none; }
.megamenu-style-dev .container-megamenu.vertical .menuHeading .megamenuToogle-pattern .container {
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border-radius: 5px; }
  .megamenu-style-dev .container-megamenu.vertical .menuHeading .megamenuToogle-pattern .container:before {
    display: none; }
.megamenu-style-dev .container-megamenu.vertical .vertical-wrapper {
  display: block; }
.megamenu-style-dev .container-megamenu.vertical ul.megamenu {
  text-align: left;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px !important; }
  .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li > a {
    border-bottom: 1px solid #ededed;
    padding: 15px 10px 15px 40px; }
  .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li.loadmore {
    padding: 0px 40px; }
    .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li.loadmore:before {
      display: none; }
    .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li.loadmore i {
      right: auto;
      left: 20px; }
      .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li.loadmore i:before {
        content: "\f055"; }
  .megamenu-style-dev .container-megamenu.vertical ul.megamenu > li:hover > a img {
    animation: effect_icon 0.3s ease-in infinite;
    -moz-animation: effect_icon 0.3s ease-in infinite;
    -webkit-animation: effect_icon 0.3s ease-in infinite; }

/*============ MODULE MEGAMENU HORIZONTAL  ==================*/
.container-megamenu.horizontal ul.megamenu {
  text-align: left; }
  .container-megamenu.horizontal ul.megamenu > li:last {
    margin-right: 0px; }
  .container-megamenu.horizontal ul.megamenu > li.menu-home {
    padding-left: 32px; }
    .container-megamenu.horizontal ul.megamenu > li.menu-home:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 13px;
      width: 22px;
      height: 20px;
      display: inline-block;
      background: url(../../images/icon/ico-home3.png) no-repeat 0 0; }
  .container-megamenu.horizontal ul.megamenu > li > a {
    color: #fff;
    font-weight: 400;
    padding: 20px 0 16px; }
    .container-megamenu.horizontal ul.megamenu > li > a strong {
      font-weight: 400; }
    .container-megamenu.horizontal ul.megamenu > li > a:hover {
      color: #222 !important; }
    .container-megamenu.horizontal ul.megamenu > li > a > .caret:before {
      right: -8px; }
  .container-megamenu.horizontal ul.megamenu > li:hover > a {
    color: #222 !important; }
