@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: #e81d61;
}
.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 .img-1 {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out;
  right: 0;
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  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
 ==============================================*/
header {
  /*============ HEADER  ==================*/
}
header .navbar-logo a {
  position: relative;
  top: -10px;
}
header .btn-shopping-cart .dropdown-menu {
  min-width: 400px;
  border-top: 3px solid #e81d61;
}
header .btn-shopping-cart .dropdown-menu:after {
  border-color: transparent transparent #e81d61 transparent;
  border-width: 10px;
  top: -21px;
}
header .btn-shopping-cart .dropdown-menu .cart_product_name {
  color: #555;
}
header .btn-shopping-cart .dropdown-menu .cart_product_name:hover {
  color: #e81d61;
}
header .btn-shopping-cart .dropdown-menu .empty {
  padding: 30px 30px;
}
header .btn-shopping-cart .table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
header .btn-shopping-cart .checkout {
  padding: 0 20px 10px;
}
header .btn-shopping-cart .added_items {
  padding: 10px;
}
header .header-top {
  background: #313c62;
  color: #ddd;
  line-height: 40px;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
}
header .header-top .btn-link {
  padding: 10px 15px;
  line-height: 25px;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  color: #ddd;
  background: transparent !important;
}
header .header-top .btn-link:hover {
  color: #e81d61;
}
header .header-top button {
  padding: 3px 10px;
}
header .header-top-left {
  padding: 3px 15px;
}
header .header-top-left .fa {
  margin-left: 5px;
}
header .header-top-right .top-link > li {
  padding: 0;
  vertical-align: middle;
}
header .header-top-right .top-link > li:last-child:after {
  display: none;
}
header .header-top-right .top-link > li:after {
  content: "";
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header .header-center {
  padding: 34px 0 9px;
  background-color: #00b0c3;
}
header .header-bottom {
  background: #f7f8fa none repeat scroll 0 0;
  border-bottom: 1px solid #e3e4e5;
  border-top: 1px solid #eff0f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
header .searchbox {
  display: inline-block;
  width: 500px;
}
header #search {
  display: table;
  border: none;
}
header #search input {
  display: table-cell;
  height: 42px;
  padding: 9px 20px;
}
header #search .input-group-btn {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: table-cell;
}
header #search .input-group-btn .btn-default {
  padding: 9px 10px;
  height: 42px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
header #search .input-group-btn .btn-default:hover {
  background-color: #555;
}
header .curenty-laguage {
  position: relative;
  display: inline-block;
  min-width: 136px;
  vertical-align: top;
  margin-right: 13px;
}
header .languages-block, header .currencies-block {
  position: relative;
  vertical-align: top;
  margin: 0;
  display: inline-block;
  margin-left: 2px;
}
header .languages-block .btn-group > button, header .currencies-block .btn-group > button {
  background: #313c62;
  color: #ddd;
  padding: 5px 9px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  border-radius: 2px !important;
}
header .shopping_cart {
  min-width: 170px;
  position: relative;
  z-index: 2;
}
header .shopping_cart .btn-group {
  display: block;
}
header .shopping_cart #cart .dropdown-menu {
  margin-left: 0;
}
header .shopping_cart a.btn-group {
  display: block;
  position: relative;
  box-shadow: none;
  text-decoration: none;
  border-radius: 2px;
}
header .shopping_cart a.btn-group .shopcart {
  padding: 9px 20px;
  background: #555;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #e81d61;
  border-color: #e81d61;
  border: none;
  padding: 8px 42px 8px 0;
}
header .shopping_cart a.btn-group .shopcart:hover {
  background: #e81d61;
  border-color: #e81d61;
  color: #fff;
}
header .shopping_cart a.btn-group .shopcart:hover {
  background: #555;
  border-color: #555;
}
header .shopping_cart a.btn-group .shopcart .title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
header .shopping_cart a.btn-group .shopcart .text-shopping-cart {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
header .shopping_cart a.btn-group .handle {
  background-image: url("../../images/sprites.png");
  background-repeat: no-repeat;
  background-position: 7px 12px;
  width: 46px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header .custom-phone {
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: right;
  padding: 22px 45px 0 15px;
}
header .custom-phone .fa {
  padding-left: 5px;
}
header #menu {
  margin-bottom: 0;
}
header #menu .navbar-collapse {
  text-align: right;
  padding-right: 0;
}
header #menu ul.nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #555555;
  text-shadow: none;
  padding: 5px 0px 0 20px;
  height: auto;
  line-height: 48px;
  font-weight: 500;
  background-color: transparent;
}
header #menu ul.nav > li > a:hover {
  color: #e81d61;
}
header #menu ul.nav > li > a:focus, header #menu ul.nav > li > a:hover {
  background-color: transparent;
}
header #menu ul.nav > li.dropdown:after {
  display: none;
}
header #menu ul.nav > li.dropdown > a:after {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
}
header #menu ul.nav > li.dropdown .dropdown-menu {
  padding: 10px 20px;
  min-width: 180px;
  right: 0;
  left: auto;
}
header #menu ul.nav > li.dropdown .dropdown-menu:after {
  display: none;
}
header #menu ul.nav > li.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
header #menu ul.nav > li.dropdown:hover .dropdown-menu:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e81d61;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
header #menu ul.nav > li.dropdown:hover .dropdown-menu > a {
  color: #555;
}
header #menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
  font-weight: bold;
  font-size: 13px;
}
header #menu .see-all a {
  color: #e81d61;
}
header .navbar-collapse {
  text-align: center;
}
header .navbar-collapse .navbar-nav {
  display: inline-block;
  float: none;
}
header .navbar-collapse .navbar-nav li.dropdown > a {
  border-radius: 3px;
  color: #222;
  font-size: 13px;
  height: auto;
  padding: 0px 15px;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .navbar-collapse .navbar-nav li.dropdown:hover > a {
  background: #222;
  color: #fff;
}
