@charset "UTF-8";
/*============HEADER V2 ==================*/
/* [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: #ff5a01;
}
.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
 ==============================================*/
.common-home .typeheader-3 {
  border-bottom: none;
}
.typeheader-3 {
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  padding: 0;
  /* SEARCH */
  /*BLOCK CART*/
  /*MENU MEGA*/
}
.typeheader-3 > .row {
  margin: 0;
}
.typeheader-3 > .row .header-left {
  padding-right: 0;
}
.typeheader-3 > .row .header-right {
  padding-left: 0;
}
.typeheader-3 .dropdown-menu {
  padding: 0;
}
.typeheader-3 .nav-logo {
  float: right;
  padding: 13px 60px;
  height: 70px;
}
.typeheader-3 .col-left-top {
  padding: 5px 15px 0 15px;
}
.typeheader-3 .account.dropdown-menu > li > a {
  padding: 0;
}
.typeheader-3 .col-right-top {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0px;
}
.typeheader-3 .col-right-top .shopping_cart {
  float: left;
}
.typeheader-3 .col-right-top .search-header-w {
  float: right;
  position: relative;
}
.typeheader-3 .col-right-top .search-header-w .icon-search {
  padding: 0 20px;
  display: inline-block;
  margin-top: 10px;
  line-height: 50px;
}
.typeheader-3 .col-right-top .search-header-w .icon-search i {
  font-size: 18px;
  color: #222;
}
.typeheader-3 .col-right-top .search-header-w .icon-search.active i:before {
  content: "\f00d";
}
.typeheader-3 .col-right-top .search-header-w .icon-search:before {
  top: 16px;
}
.typeheader-3 .col-right-top .search-header-w #search {
  width: 300px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 99;
}
.typeheader-3 .col-right-top .search-header-w:hover {
  cursor: pointer;
}
.typeheader-3 .col-right-top .block-topsetting {
  float: right;
  position: relative;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-btn {
  padding: 0 20px;
  display: inline-block;
  margin-top: 10px;
  line-height: 50px;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-btn i {
  font-size: 20px;
  color: #222;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-btn:before {
  top: 16px;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-list-setting {
  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;
  width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 110%;
  left: 0;
  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;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-list-setting .currencies-block, .typeheader-3 .col-right-top .block-topsetting .dropdown-list-setting .languages-block, .typeheader-3 .col-right-top .block-topsetting .dropdown-list-setting .dropdown-menu {
  visibility: hidden;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-list-setting .dropdown-menu {
  box-shadow: none;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-list-setting .dropdown-menu.account {
  padding: 5px 0;
}
.typeheader-3 .col-right-top .block-topsetting:hover {
  cursor: pointer;
}
.typeheader-3 .col-right-top .block-topsetting:hover .dropdown-list-setting {
  top: 100%;
  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;
  z-index: 99;
  width: 200px;
}
.typeheader-3 .col-right-top .block-topsetting:hover .dropdown-list-setting .currencies-block, .typeheader-3 .col-right-top .block-topsetting:hover .dropdown-list-setting .languages-block, .typeheader-3 .col-right-top .block-topsetting:hover .dropdown-list-setting .dropdown-menu {
  visibility: visible;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-menu {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  margin-top: 0;
  position: static;
  border: none;
  border-radius: 0;
}
.typeheader-3 .col-right-top .block-topsetting .dropdown-menu li {
  line-height: 22px;
}
.typeheader-3 .col-right-top .block-topsetting .currency, .typeheader-3 .col-right-top .block-topsetting .language {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.typeheader-3 .col-right-top .block-topsetting .currency > span, .typeheader-3 .col-right-top .block-topsetting .language > span {
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.typeheader-3 .col-right-top .block-topsetting .currency .btn-group, .typeheader-3 .col-right-top .block-topsetting .language .btn-group {
  width: 100%;
}
.typeheader-3 .col-right-top .block-topsetting .currency .btn-link.dropdown-toggle, .typeheader-3 .col-right-top .block-topsetting .language .btn-link.dropdown-toggle {
  display: none;
}
.typeheader-3 .col-right-top .block-topsetting .language {
  margin-top: 10px;
  margin-bottom: 10px;
}
.typeheader-3.navbar-compact {
  background-color: #0a0c0c;
}
.typeheader-3.navbar-compact .header-center {
  padding: 0;
}
.typeheader-3 #main-content, .typeheader-3 #content {
  margin-bottom: 30px;
}
.typeheader-3 .header-top-right {
  display: inline-block;
}
.typeheader-3 .header-top-right ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
}
.typeheader-3 .header-top-right ul.top-link > li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  list-style: outside none none;
  height: 47px;
  line-height: 47px;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
}
.typeheader-3 .header-top-right ul.top-link > li .btn-group .btn-link {
  padding: 0;
  border: none;
}
.typeheader-3 .header-top-right ul.top-link > li .fa-caret-down {
  font-size: 12px;
}
.typeheader-3 .header-top-right ul.top-link > li:after {
  background-color: #cacaca;
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  top: 18px;
  width: 1px;
}
.typeheader-3 .header-top-right ul.top-link > li > a {
  font-size: 12px;
  color: #666;
  padding-right: 3px;
}
.typeheader-3 .header-top-right ul.top-link > li > a:hover {
  color: #ff5a01;
}
.typeheader-3 .header-top-right ul.top-link > li.account > a {
  padding: 0;
  margin: 0;
}
.typeheader-3 .header-top-right ul.top-link > li.account:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 12px;
}
.typeheader-3 .header-top-right ul.top-link > li.wishlist:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 11px;
}
.typeheader-3 .header-top-right ul.top-link > li:hover > a {
  color: #ff5a01;
}
.typeheader-3 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
.typeheader-3 .header-top-right ul.top-link > li.language {
  margin-left: 0;
  padding-left: 0;
}
.typeheader-3 .header-top-right ul.top-link > li.language:after {
  display: none;
}
.typeheader-3 .search-header-w .icon-search, .typeheader-3 .block-topsetting .dropdown-btn, .typeheader-3 .shopping_cart {
  position: relative;
}
.typeheader-3 .search-header-w .icon-search:before, .typeheader-3 .block-topsetting .dropdown-btn:before, .typeheader-3 .shopping_cart:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ebebeb;
  top: 3px;
  right: 0;
}
.typeheader-3 #search {
  position: relative;
  margin-left: 0px;
}
.typeheader-3 #search button {
  position: absolute;
  top: 3px;
  left: 10px;
  border-radius: 100%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
}
.typeheader-3 #search button i {
  font-size: 18px;
  color: #444;
}
.typeheader-3 #search input {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  z-index: 0;
  height: 46px;
  padding-right: 30px;
  font-size: 14px;
  width: 300px;
}
.typeheader-3 #search input:focus {
  z-index: 0;
}
.typeheader-3 .block-cart {
  float: right;
  position: relative;
}
.typeheader-3 .shopping_cart:before {
  top: 26px;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart i {
  font-size: 20px;
  color: #222;
  float: right;
  padding: 0 20px;
  margin-top: 21px;
  margin-bottom: 18px;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .shopcart-inner {
  float: right;
  line-height: 20px;
  background-color: #f5f5f5;
  padding: 18px 15px 18px 20px;
  position: relative;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .shopcart-inner:before {
  font-family: "FontAwesome";
  font-size: 16px;
  color: #f5f5f5;
  content: "\f0d9";
  content: "\f0da";
  position: absolute;
  top: 27px;
  right: -6px;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .text-shopping-cart {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .total-shopping-cart {
  color: #999;
  font-size: 14px;
  line-height: 100%;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .total-shopping-cart .items_cart, .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .total-shopping-cart .items_cart2, .typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .total-shopping-cart .items_carts {
  float: right;
  line-height: 20px;
  padding-left: 3px;
}
.typeheader-3 .shopping_cart .btn-shopping-cart .top_cart .shopcart .total-shopping-cart .items_carts {
  font-weight: 700;
}
.typeheader-3 .shopping_cart .block-cart:before {
  display: none;
}
.typeheader-3 .shopping_cart .dropdown-menu {
  top: 100%;
  left: -15px;
  right: auto;
}
.typeheader-3 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.typeheader-3 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-3 .container-megamenu.horizontal .container {
  width: auto;
}
.typeheader-3 .container-megamenu.horizontal ul.megamenu {
  display: inline-block;
  margin-right: -25px;
}
.typeheader-3 .container-megamenu.horizontal ul.megamenu > li {
  margin: 0 23px;
}
.typeheader-3 .container-megamenu.horizontal ul.megamenu > li > a {
  padding: 27px 0;
  color: #222;
  position: relative;
}
.typeheader-3 .container-megamenu.horizontal ul.megamenu > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  top: -1px;
  right: 50%;
  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-3 .container-megamenu.horizontal ul.megamenu > li:hover, .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.active, .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.menu_active {
  background-color: transparent;
}
.typeheader-3 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:before {
  width: 100%;
  right: 0;
}
.common-home .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.home > a:before {
  width: 100%;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .typeheader-3 ul.megamenu li .sub-menu .content .static-menu .menu ul {
    clear: both;
  }
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li .sub-menu {
    width: 870px !important;
  }
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li .sub-menu .content {
    width: 870px !important;
  }
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.menu-features .sub-menu {
    width: 670px !important;
  }
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.menu-features .sub-menu .content {
    width: 670px !important;
  }
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.style-page .sub-menu {
    width: auto !important;
  }
  .typeheader-3 .container-megamenu.horizontal ul.megamenu > li.style-page .sub-menu .content {
    width: auto !important;
  }
}
