@charset "UTF-8";
/*============HEADER V1 ==================*/
/* [2] */
/* [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: #d32f2f; }
        .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;
    right: 50%;
    transform: translateX(-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
 [2] BLOCK FOOTER
 ==============================================*/
/*============HEADER V1 ==================*/
header.typeheader-3 .container {
  padding: 0; }
  header.typeheader-3 .header-top-left {
    padding: 7px 15px; }
  header.typeheader-3 .header-top-left .list-inline {
    color: #dedede; }
  header.typeheader-3 .header-top-left .list-inline .wishlist, header.typeheader-3 .header-top-left .list-inline .checkout {
    position: relative;
    padding: 0 10px; }
  header.typeheader-3 .header-top-left .list-inline .wishlist:before, header.typeheader-3 .header-top-left .list-inline .checkout:before {
    top: 8px;
    content: "";
    height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    border-left: 1px solid #aaa;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2; }
  header.typeheader-3 .header-top-left .list-inline .wishlist .fa, header.typeheader-3 .header-top-left .list-inline .checkout .fa {
    margin-left: 5px; }
  header.typeheader-3 .header-top-right {
    padding-top: 2px;
    padding-bottom: 2px; }
  header.typeheader-3 .header-top-right .open > .dropdown-menu {
    left: 0;
    right: auto; }
  header.typeheader-3 .header-top-right .top-link > li {
    padding: 0;
    vertical-align: middle;
    position: relative; }
  header.typeheader-3 .header-top-right .top-link > li:last-child:before {
    display: none; }
  header.typeheader-3 .header-top-right .top-link > li:before {
    content: "";
    height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 13px;
    border-left: 1px solid #aaa;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2; }
  header.typeheader-3 .header-top-right .top-link > li:after {
    content: "";
    left: 0;
    height: 10px;
    position: absolute;
    vertical-align: middle;
    border-right: 1px solid #aaa;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
    top: 13px; }
  header.typeheader-3 .header-top {
    background: #303030;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */ }
  header.typeheader-3 .header-top .btn-link {
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 12px;
    font-size: 1.2rem;
    /* [8] */
    color: #dedede; }
  header.typeheader-3 .header-top .btn-link:hover {
    background: transparent;
    color: #d32f2f; }
  header.typeheader-3 .header-top button {
    padding: 3px 10px; }
  header.typeheader-3 .header-top .list-inline > li {
    padding: 0 2px; }
  header.typeheader-3 .header-top .list-inline > li > a {
    color: #dedede; }
  header.typeheader-3 .header-top .list-inline > li > a:hover {
    color: #d32f2f; }
  header.typeheader-3 .header-center {
    padding: 10px 0 24px;
    background: #fff; }
  header.typeheader-3 .header-center .shopping_cart, header.typeheader-3 .header-center .mega-horizontal {
    margin-top: 15px; }
  header.typeheader-3 .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 700; }
  header.typeheader-3 .message {
    color: #666;
    font-style: italic;
    padding: 10px 0; }
  header.typeheader-3.navbar-compact {
    position: relative; }
  header.typeheader-3.navbar-compact .header-center {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    top: 0;
    padding: 5px 0; }
  header.typeheader-3.navbar-compact .header-center .shopping_cart, header.typeheader-3.navbar-compact .header-center .mega-horizontal {
    margin-top: 5px; }
  header.typeheader-3 #search {
    visibility: hidden; }
  header.typeheader-3 #search .btn-default {
    margin: 0;
    background-color: #e7e7e7; }
  header.typeheader-3 #sosearchpro {
    width: 77%;
    float: right;
    padding: 0; }
  header.typeheader-3 #sosearchpro .search {
    margin-bottom: 0; }
  header.typeheader-3 #sosearchpro #sosearchpro .select_category .dropdown-menu {
    right: 182px; }
  header.typeheader-3 #sosearchpro .select_category {
    width: 25%;
    border: 2px solid #f0f0f0;
    border-left: 1px solid #eaeaea; }
  header.typeheader-3 #sosearchpro .select_category select {
    height: 47px;
    padding: 0 15px; }
  header.typeheader-3 #sosearchpro .icon-select:after {
    content: "\f0d7";
    height: 13px;
    width: 13px;
    top: 50%;
    margin-top: -7px;
    font-size: 12px;
    color: #999;
    z-index: 3;
    line-height: 12px;
    left: 20px;
    right: auto; }
  header.typeheader-3 #sosearchpro .form-control {
    height: 51px;
    background: white;
    padding: 9px 20px;
    /* [4] */
    /* [6] */
    /* [6] */
    /* [7] */
    font-size: 13px;
    font-size: 1.3rem;
    /* [8] */
    border: 2px solid #f0f0f0;
    border-right: none; }
  header.typeheader-3 #sosearchpro .button-search {
    padding: 8px 24px;
    border-radius: 0;
    height: 51px; }
  header.typeheader-3 #sosearchpro .button-search i {
    display: none; }
  header.typeheader-3 .header-bottom {
    background: #fff;
    margin-bottom: 28px; }
  header.typeheader-3 .navbar-logo {
    padding-top: 7px; }
  header.typeheader-3 .telephone {
    float: left; }
  header.typeheader-3 .telephone .contact-us {
    background: url(../../images/icon/icon-phone.png) no-repeat right top 5px;
    padding: 0px 45px 0px 15px; }
  header.typeheader-3 .telephone .contact-us .text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #324041; }
  header.typeheader-3 .telephone .contact-us p {
    font-size: 14px;
    color: #324041;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: -7px; }
  header.typeheader-3 .shopping_cart {
    float: left; }
  header.typeheader-3 .total-shopping-cart .items_cart2 {
    display: none; }
  header.typeheader-3 .text-shopping-cart {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }
  header.typeheader-3 .btn-shopping-cart > a .title-cart-h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #333d47;
    text-transform: uppercase;
    margin-bottom: 0; }
  header.typeheader-3 .btn-shopping-cart > a .shopcart {
    padding-right: 50px;
    position: relative; }
  header.typeheader-3 .btn-shopping-cart > a .shopcart .total-shopping-cart {
    font-weight: bold;
    font-size: 17px;
    color: #333d47;
    margin-bottom: 0; }
    header.typeheader-3 .btn-shopping-cart > a .shopcart .total-shopping-cart .items_cart {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      position: absolute;
      bottom: 4px;
      right: -3px;
      font-size: 12px;
      background: #222;
      color: #fff; }
  header.typeheader-3 .btn-shopping-cart > a .handle {
    position: absolute;
    top: 5px;
    right: 0;
    background: url(../../images/icon/icon-cart.png) no-repeat center;
    background-color: #d32f2f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
  header.typeheader-3 .container-megamenu.vertical .menuHeading .megamenuToogle-wrapper {
    background: #212121;
    border-color: #212121; }
  header.typeheader-3 .container-megamenu.vertical .menuHeading .megamenuToogle-wrapper .container {
    line-height: 46px; }
  header.typeheader-3 .container-megamenu.vertical .menuHeading .megamenuToogle-wrapper .container .title-mega {
    color: #fff; }
  header.typeheader-3 .container-megamenu.vertical .menuHeading .megamenuToogle-wrapper:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 12px;
    top: 15px;
    font-weight: 400;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    line-height: 15px;
    text-align: center; }
  header.typeheader-3 .container-megamenu.vertical {
    position: relative; }
  header.typeheader-3 .container-megamenu.vertical .menuHeading .megamenuToogle-pattern .container {
    background: transparent;
    text-transform: none; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper {
    position: absolute;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    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; }
  header.typeheader-3 .container-megamenu.vertical:hover .vertical-wrapper {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 9;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    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; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu {
    padding: 0; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    padding: 0; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style3 {
    position: static; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style3 > .sub-menu .content {
    box-shadow: none;
    padding: 0; }
    header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style3 > .sub-menu .content > .row:first-child {
      padding: 30px; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style3 .subcategory {
    margin-bottom: 30px; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.css-menu > .sub-menu .content {
    box-shadow: none; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style2 {
    position: static; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style2 > .sub-menu .content {
    padding: 0;
    box-shadow: none; }
    header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style2 > .sub-menu .content .categories {
      padding: 10px 30px 10px; }
    header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.item-style2 > .sub-menu .content .static-menu .menu > ul > li {
      margin-bottom: 0; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 16px 0 15px;
    padding-left: 8px;
    padding-right: 42px; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a:after {
    display: none; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    right: 7px; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before {
    left: 5px; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.css-menu {
    position: relative; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.loadmore {
    padding: 16px 14px 10px;
    position: relative; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.loadmore i {
    left: 0; }
  header.typeheader-3 .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.loadmore:before {
    display: none; }
