@charset "UTF-8";
/* [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: #388a95; }
        .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(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px); }

  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(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px); }

  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(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px); }

  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
 ==============================================*/
.typeheader-3 {
  background-color: #fff;
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/ }
  @media (min-width: 1500px) {
  .typeheader-3 .container {
    width: 1470px; } }
  .typeheader-3.navbar-compact .header-bottom {
    padding: 10px 0; }
  .typeheader-3 .header-top {
    font-size: 14px;
    background: #000; }
  .typeheader-3 .header-top .module {
    display: table-cell;
    margin-bottom: 0; }
  .typeheader-3 .header-top .dropdown-menu li {
    line-height: 22px; }
  .typeheader-3 .text-discount {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    font-weight: 500; }
  .typeheader-3 .text-discount .link-discount {
    margin-left: 10px;
    color: #fff;
    text-decoration: underline; }
  .typeheader-3 .text-discount .link-discount:hover {
    color: #ff2b2b; }
  .typeheader-3 .header-center {
    padding: 41px 0;
    padding-bottom: 17px; }
  .typeheader-3 .header-center .sub_menu {
    margin-top: -5px; }
  @media (min-width: 1500px) {
      .typeheader-3 .header-center .sub_menu {
        padding-left: 93px; } }
  @media (max-width: 991px) {
      .typeheader-3 .header-center .sub_menu {
        display: none; } }
  .typeheader-3 .header-center .sub_menu ul li {
    display: inline-block;
    padding-right: 18px; }
  .typeheader-3 .header-center .sub_menu ul li a {
    font-size: 12px;
    color: #000;
    text-transform: uppercase; }
  .typeheader-3 .header-center .logo {
    text-align: center;
    margin-top: -10px; }
  .typeheader-3 .header-bottom > .row {
    margin: 0 30px; }
  .typeheader-3 .header-top-right {
    font-family: 'Roboto'; }
  .typeheader-3 ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    float: right;
    display: inline-flex; }
  .typeheader-3 ul.top-link > li {
    line-height: 38px;
    position: relative;
    list-style: none;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-right: 0px;
    /*&:last-child{
     padding-#{$right}: 0px;
     margin-#{$right}: 0px;
     &:after{
     display: none;
     }
     }*/ }
  .typeheader-3 ul.top-link > li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    top: 8px;
    left: 0;
    background: rgba(255, 255, 255, 0.4); }
  .typeheader-3 ul.top-link > li .btn-group {
    line-height: 38px; }
  .typeheader-3 ul.top-link > li .btn-group .btn-link {
    padding: 0;
    border: none;
    color: #fff;
    font-size: 14px; }
    .typeheader-3 ul.top-link > li .btn-group .btn-link .fa-angle-down {
      color: #888; }
  .typeheader-3 ul.top-link > li > a {
    color: #fff;
    font-size: 14px; }
  .typeheader-3 ul.top-link > li > a i {
    margin-right: 5px;
    color: #fff; }
  .typeheader-3 ul.top-link > li.currency {
    padding-right: 0px;
    margin-right: 0px; }
  .typeheader-3 ul.top-link > li.language:after {
    display: none; }
  .typeheader-3 ul.top-link > li.language .fa-angle-down {
    margin-left: 5px; }
  .typeheader-3 ul.top-link > li.login {
    color: #fff; }
  @media (max-width: 767px) {
        .typeheader-3 ul.top-link > li.login span, .typeheader-3 ul.top-link > li.login .register {
          display: none; } }
  .typeheader-3 .top-log li {
    line-height: 44px; }
  .typeheader-3 .top-log li:first-child {
    padding-right: 0; }
  .typeheader-3 .top-log li i {
    margin-right: 5px; }
  .typeheader-3 .compare, .typeheader-3 .top-link-wishlist {
    width: 44px;
    height: 44px;
    border: 2px solid #e5e5e5;
    font-size: 18px;
    color: #282828;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 44px; }
  .typeheader-3 .welcome-msg {
    line-height: 38px;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic; }
  .typeheader-3 .telephone {
    float: right;
    line-height: 38px;
    color: #fff;
    margin-left: 5px; }
  .typeheader-3 .telephone p {
    margin: 0; }
  .typeheader-3 .search-header-w {
    float: right;
    width: 66%;
    padding-right: 33px; }
  .typeheader-3 #sosearchpro .search {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    width: 100%; }
  .typeheader-3 #sosearchpro .search .select_category {
    border: none;
    width: 190px;
    background-color: #ebebeb;
    border-right: 1px solid #e1e1e1; }
  .typeheader-3 #sosearchpro .search .select_category select {
    height: 48px;
    line-height: 48px;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px; }
    .typeheader-3 #sosearchpro .search .select_category select:hover {
      cursor: pointer; }
  .typeheader-3 #sosearchpro .search .select_category.icon-select:after {
    color: #484848;
    font-size: 14px;
    line-height: 50px;
    right: 0;
    left: auto;
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    height: 100%;
    width: 25px; }
  .typeheader-3 #sosearchpro .search button {
    position: absolute;
    top: 0px;
    right: 1px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0 5px;
    font-size: 21px;
    background-color: #fff; }
  .typeheader-3 #sosearchpro .search button i {
    font-size: 18px;
    color: #444;
    font-weight: 600; }
  .typeheader-3 #sosearchpro .search button span {
    display: none; }
  .typeheader-3 #sosearchpro .search input {
    border: none;
    border-radius: 0px;
    background-color: #fff;
    z-index: 0;
    height: 24px;
    font-size: 14px;
    padding: 0px;
    width: 100%;
    background-color: #fff;
    color: #444; }
  .typeheader-3 #sosearchpro .search input::-moz-placeholder {
    color: #444;
    opacity: 1; }
  .typeheader-3 #sosearchpro .search input:-ms-input-placeholder {
    color: #444; }
  .typeheader-3 #sosearchpro .search input::-webkit-input-placeholder {
    color: #444; }
  .typeheader-3 #sosearchpro .search input:focus {
    z-index: 0; }
  .typeheader-3 .search-header-w #sosearchpro .search.nav-open {
    display: block; }
  .typeheader-3 .search-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden; }
  .typeheader-3 .search-screen.nav-open {
    opacity: 1;
    visibility: visible; }
  .typeheader-3 .shopping_cart {
    margin: 5px 15px 2px;
    padding: 0;
    float: right;
    position: relative;
    padding-left: 15px; }
  .typeheader-3 .shopping_cart:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    top: 4px;
    left: 0;
    background: rgba(255, 255, 255, 0.4); }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart {
    line-height: 100%; }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    float: left;
    margin-right: 15px; }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .icon-c svg {
    width: 24px;
    height: 24px;
    fill: #fff; }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart {
    display: inline-flex; }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    display: inline-block; }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
    display: none; }
    .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
      color: #fff;
      font-size: 12px;
      font-weight: bold; }
    .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
      background-color: #ff2b2b;
      width: 22px;
      height: 22px;
      border-radius: 100%;
      font-size: 12px;
      color: #fff;
      font-weight: bold;
      display: block;
      text-align: center;
      line-height: 22px;
      position: absolute;
      top: -5px;
      right: 55px; }
  .typeheader-3 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -25px;
    left: auto;
    color: #666; }
  .typeheader-3 .shopping_cart .shoppingcart-box:before {
    right: 50px; }
  .typeheader-3 .megamenu-style-dev .navbar-default {
    background: transparent; }
  @media (min-width: 1500px) {
    .typeheader-3 .container-megamenu.horizontal ul.megamenu {
      padding-left: 93px; } }
  @media (min-width: 1200px) {
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li > a {
    padding: 15px 22px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700; } }

.wrapper-boxed .container-megamenu.horizontal ul.megamenu > li > a {
  padding: 15px 10px; }

.item-sale > a {
  color: #cd1212 !important; }
