@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: #f6621b; }
        .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
 ==============================================*/
.common-home .typeheader-12 {
  background: lavender; }

.typeheader-12 {
  background-color: #fff;
  position: relative; }
  .typeheader-12.navbar-compact .header-bottom {
    padding: 15px 0; }
  .typeheader-12.navbar-compact .header-middle {
    padding: 10px 0; }
.typeheader-12 .header-top {
  font-size: 12px;
  color: #000;
  line-height: 36px;
  border-bottom: 5px solid #23232321; }
  .typeheader-12 .header-top .module {
    display: table-cell;
    margin-bottom: 0; }
  .typeheader-12 .header-top .dropdown-menu {
    right: 0;
    left: auto; }
    .typeheader-12 .header-top .dropdown-menu li {
      line-height: 22px; }
.typeheader-12 ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
  display: inline-flex;
  float: right; }
  .typeheader-12 ul.top-link > li {
    line-height: 36px;
    position: relative;
    list-style: none;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 18px;
    padding-left: 18px; }
    .typeheader-12 ul.top-link > li:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 11px;
      top: 13px;
      left: 0;
      background-color: #ededed; }
    .typeheader-12 ul.top-link > li .btn-group {
      line-height: 36px;
      display: inherit; }
      .typeheader-12 ul.top-link > li .btn-group .btn-link {
        padding: 0;
        border: none;
        color: #000; }
    .typeheader-12 ul.top-link > li > a {
      color: #fff; }
      .typeheader-12 ul.top-link > li > a:hover {
        color: #222; }
      .typeheader-12 ul.top-link > li > a i {
        margin-right: 5px; }
.typeheader-12 .lang-curr > li .btn-group .btn-link {
  text-transform: uppercase; }
.typeheader-12 .header-middle {
  padding: 7px 0; }
  .typeheader-12 .header-middle .middle-right {
    position: relative;
    padding-right: 25%; }
    .typeheader-12 .header-middle .middle-right .middle-right-inner {
      position: absolute;
      top: 0;
      right: 15px; }
    /*.megamenu-style-dev{
     position: static;
     .megamenu-wrapper{ position: static;
     ul.megamenu{ position: static; }
     }
     }*/
.typeheader-12 .top-log {
  float: right; }
  .typeheader-12 .top-log li {
    line-height: 36px;
    padding-right: 0; }
    .typeheader-12 .top-log li a {
      color: #000; }
    .typeheader-12 .top-log li i {
      margin-right: 5px; }
.typeheader-12 .compare, .typeheader-12 .top-link-wishlist {
  height: 44px;
  display: block;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 44px; }
.typeheader-12 .account {
  float: left;
  position: relative;
  margin: 0 5px;
  padding: 20px 0; }
  .typeheader-12 .account > a {
    display: block;
    line-height: 100%; }
  .typeheader-12 .account i {
    font-size: 24px;
    color: #222; }
  .typeheader-12 .account .dropdown-menu {
    right: -30px;
    left: auto; }
.typeheader-12 .wishlist {
  float: right;
  padding-right: 20px;
  margin-right: 12px;
  position: relative; }
  .typeheader-12 .wishlist:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ededed;
    top: 12px;
    right: 0; }
.typeheader-12 .header-top-center {
  padding: 0; }
.typeheader-12 .welcome-msg {
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: right;
  /*=====SEARCH ======*/ }
.typeheader-12 .search-header-w {
  padding: 6px 0; }
.typeheader-12 #sosearchpro {
  background-color: #fff;
  border-radius: 3px; }
  .typeheader-12 #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 22px;
    border: none; }
    .typeheader-12 #sosearchpro .search .select_category {
      border: none;
      position: absolute;
      top: 0;
      right: 10%;
      background-color: #fff;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      width: 25%;
      font-size: 14px;
      color: #222; }
      .typeheader-12 #sosearchpro .search .select_category:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        background-color: #ededed;
        top: 9px;
        left: 0; }
      .typeheader-12 #sosearchpro .search .select_category:after {
        top: 7px;
        right: 0;
        position: absolute;
        font-family: "FontAwesome";
        content: "\f107"; }
      .typeheader-12 #sosearchpro .search .select_category select {
        height: 38px;
        font-size: 14px;
        padding: 0 10px;
        position: relative; }
    .typeheader-12 #sosearchpro .search .input-group-btn {
      width: 0; }
    .typeheader-12 #sosearchpro .search .pre-icon {
      font-size: 20px;
      color: #000;
      float: left;
      padding: 12px 0 10px 13px;
      font-weight: 700; }
    .typeheader-12 #sosearchpro .search button {
      position: absolute;
      top: 0px;
      right: -1px;
      height: 38px;
      text-align: center;
      line-height: 38px;
      padding: 0 15px;
      border: none;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      background-color: #fff; }
      .typeheader-12 #sosearchpro .search button span {
        display: none; }
    .typeheader-12 #sosearchpro .search input.form-control {
      background-color: #fff;
      z-index: 0;
      border-radius: 3px;
      height: 38px;
      padding-left: 20px;
      padding-right: 10px;
      font-size: 14px;
      width: 58%;
      color: #999;
      border: none; }
      .typeheader-12 #sosearchpro .search input.form-control::-moz-placeholder {
        color: #bbb;
        opacity: 1; }
      .typeheader-12 #sosearchpro .search input.form-control:-ms-input-placeholder {
        color: #bbb; }
      .typeheader-12 #sosearchpro .search input.form-control::-webkit-input-placeholder {
        color: #bbb; }
      .typeheader-12 #sosearchpro .search input.form-control:focus {
        z-index: 0;
        /*BLOCK CART*/ }
.typeheader-12 .shopping_cart {
  float: right;
  position: relative;
  margin-right: 0px; }
  .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative; }
  @media (min-width: 767px) {
    .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart {
      display: block;
      height: 44px;
      padding: 0; } }
  .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    position: relative;
    width: 33px;
    height: 41px;
    float: left; }
    .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
      font-size: 18px;
      color: #282828; }
    .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .icon-c svg {
      fill: #282828;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -10px;
      margin-left: -9px; }
  .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    float: left;
    color: #282828;
    margin: 0; }
    .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
      font-size: 13px;
      font-weight: 400;
      margin-top: 0px;
      margin-bottom: 0;
      line-height: 100%;
      text-transform: capitalize;
      float: left;
      padding-right: 5px;
      display: none; }
    .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
      font-size: 14px;
      font-weight: 700;
      color: #000;
      float: left;
      line-height: 44px; }
      .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
        display: none; }
      .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
        position: relative;
        padding: 0 5px;
        float: left; }
        .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "("; }
        .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart:after {
          position: absolute;
          top: 0;
          right: 0;
          content: ")"; }
      .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
        position: relative;
        padding-left: 15px;
        float: left; }
        .typeheader-12 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts:before {
          position: absolute;
          content: "-";
          top: 0;
          left: 5px; }
  .typeheader-12 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666; }
  .typeheader-12 .shopping_cart .shoppingcart-box:before {
    right: 50px;
    /*MENU MEGA*/ }
.typeheader-12 .container-megamenu.horizontal ul.megamenu {
  text-align: center; }
  .typeheader-12 .container-megamenu.horizontal ul.megamenu .sub-menu {
    text-align: left; }
  .typeheader-12 .container-megamenu.horizontal ul.megamenu > li {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0; }
    .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.hidden-id12 {
      display: none; }
    .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.visible-home10 {
      display: none; }
      .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.with-sub-menu > a strong {
        position: relative;
        line-height: 25px;
        padding: 0 15px 0 0px;
        display: inline-block; }
        .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.with-sub-menu > a strong::after {
          font-family: "FontAwesome";
          content: "\f107";
          font-size: 14px;
          top: 0;
          right: 0;
          position: absolute;
          line-height: 25px; }
      .typeheader-12 .container-megamenu.horizontal ul.megamenu > li.with-sub-menu > a strong {
        position: relative; }
    .typeheader-12 .container-megamenu.horizontal ul.megamenu > li > a {
      color: #222;
      font-size: 14px;
      font-weight: 400;
      background-color: transparent;
      position: relative;
      text-transform: capitalize;
      padding: 0px 12px;
      border-radius: 0;
      line-height: 46px; }
      .typeheader-12 .container-megamenu.horizontal ul.megamenu > li > a strong {
        font-weight: 500; }
.typeheader-12 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background: transparent;
  border-radius: 0;
  line-height: 50px;
  padding: 0 !important; }
  .typeheader-12 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:hover {
    background: transparent; }
.typeheader-12 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
  float: left;
  margin-right: 10px;
  padding-top: 18px; }
  .typeheader-12 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div > span {
    background-color: #fff; }
.typeheader-12 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container b {
  font-weight: 700;
  color: #fff;
  text-transform: capitalize; }
