@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: #f55185;
}
.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;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  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.second_img .img-1 {
  position: relative;
  /*@include transform(rotateY(0deg));*/
  transition: all 0.5s ease-in-out;
}
.lib-two-img.second_img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  display: block;
  /*@include transform(rotateY(90deg));*/
  transition: all 0.5s ease-in-out;
  left: 0;
}
.lib-two-img-over.second_img .img-1 {
  opacity: 0;
  /*transform-style: inherit;
   @include transform(rotateY(90deg));*/
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over.second_img .img-2 {
  opacity: 1;
  /*@include transform(rotateY(0deg));*/
  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
 ==============================================*/
.typeheader-1 .header-top {
  background-color: #000;
  padding: 13px 0px;
  position: relative;
}
.typeheader-1 .header-top .block-top {
  text-align: center;
  color: #fff;
  font-size: 108%;
  position: relative;
}
.typeheader-1 .header-top .block-top a {
  text-decoration: underline;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}
.typeheader-1 .header-top .block-top a:hover {
  color: #f55185;
}
.typeheader-1 .header-top .box-lang-cunrent {
  position: absolute;
  right: 50px;
  top: 11px;
}
.typeheader-1 .header-top .switcher {
  float: right;
}
.typeheader-1 .header-bottom {
  padding: 33px 50px 32px;
}
.typeheader-1 .header-bottom .logo-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.typeheader-1 .header-bottom .navbar-logo {
  text-align: center;
}
.typeheader-1 .header-bottom .block-cart {
  float: right;
}
.typeheader-1 .header-bottom .block-cart .shopcart:after {
  background: url(../../images/mini-cart2.png) no-repeat right center;
  line-height: 34px;
  display: inline-block;
  width: 18px;
  height: 25px;
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
}
.typeheader-1 .header-bottom .block-cart .shopcart .cart-total-full .items_cart {
  padding: 0;
  display: inline-block;
  color: #1c1c1c !important;
  font-size: 108%;
  padding-right: 25px;
}
.typeheader-1 .header-bottom .block-cart .dropdown-menu.pull-right {
  padding: 20px;
}
.typeheader-1 .header-bottom .header_search {
  display: inline-block;
  margin: -4px 28px;
  position: relative;
  float: right;
}
.typeheader-1 .header-bottom .header_search .search-header-content {
  position: relative;
}
.typeheader-1 .header-bottom .account {
  position: relative;
  float: right;
  color: #1c1c1c;
  margin-top: 2px;
}
.typeheader-1 .header-bottom .account > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: bold;
}
.typeheader-1 .header-bottom .account .fa-caret-down {
  margin-left: 2px;
}
.typeheader-1 .header-bottom .account ul.dropdown-menu {
  background: #fff;
  width: 140px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  right: 0px;
  left: inherit;
  z-index: 101;
  padding: 5px 0;
  text-align: left;
}
.typeheader-1 .header-bottom .account ul.dropdown-menu li {
  border-bottom: 1px solid #e8e8e8;
}
.typeheader-1 .header-bottom .account ul.dropdown-menu li a {
  color: #444;
  font-size: 100%;
  padding: 8px 10px 8px 12px;
  display: block;
}
.typeheader-1 .header-bottom .account ul.dropdown-menu li a:hover {
  color: #f55185;
}
.typeheader-1 .header-bottom .account ul.dropdown-menu li:last-child {
  border: 0px;
}
.btn-search {
  display: block;
  padding: 5px;
  color: #1c1c1c;
  width: 26px;
}
.btn-search:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size-adjust: none;
  line-height: 1;
  text-align: center;
  font-size: 23px;
  position: relative;
  top: 0px;
}
.btn-search.clicked:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size-adjust: none;
  line-height: 1;
}
/*HEADER SEARCH*/
.show-block .dropdown-menu-search {
  width: 250px;
  opacity: 1;
}
.dropdown-menu-search {
  opacity: 0;
  float: right;
  position: absolute;
  right: 25px;
  left: inherit;
  top: -3px;
  z-index: 9;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#sosearchpro.so-search {
  margin: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #dadada;
}
#sosearchpro.so-search .search {
  border: none;
  background: #fff;
}
#sosearchpro.so-search .select_category {
  width: 135px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#sosearchpro.so-search .select_category select {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  padding-right: 26px;
}
#sosearchpro.so-search .select_category:after {
  content: "\f0d7";
  background-color: transparent;
  line-height: 38px;
  width: 20px;
  color: #444;
  right: 10px;
  left: auto;
}
#sosearchpro.so-search .autosearch-input {
  border: none;
  height: 38px;
  background: #fff;
}
#sosearchpro.so-search .button-search {
  background: #fff;
  border: 0;
  font-size: 16px;
  height: 38px;
  padding: 0 8px;
  min-width: 38px;
  text-align: center;
  opacity: 0.5;
}
#sosearchpro.so-search .button-search i {
  color: #1c1c1c;
  font-size: 16px;
}
#sosearchpro.so-search .button-search:hover {
  opacity: 1;
}
