@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: #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);
  }
}
/************************************************************************************************
 FOOTER DEFFAULT
 *************************************************************************************************/
footer.typefooter-1 {
  background-color: #000;
  color: #fff;
  position: relative;
  margin: 0 50px;
}
footer.typefooter-1 a {
  color: #c9c9c9;
}
footer.typefooter-1 .footer-top {
  border-bottom: 1px solid #333;
  color: #fff;
  font-size: 138%;
  padding: 70px 0;
  text-transform: uppercase;
}
footer.typefooter-1 .footer-top .email {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
footer.typefooter-1 .footer-top .email:before {
  content: "";
  display: inline-block;
  font: 35px/1 FontAwesome;
  left: 0;
  right: inherit;
  position: absolute;
  text-align: center;
  top: -6px;
}
footer.typefooter-1 .footer-top .phone {
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
footer.typefooter-1 .footer-top .phone:before {
  content: "";
  display: inline-block;
  font: 50px/1 FontAwesome;
  left: 0;
  position: absolute;
  text-align: center;
  top: -10px;
}
footer.typefooter-1 .footer-middle {
  border-bottom: 1px solid #333;
  padding: 40px 0;
  /*NEWLETTER*/
}
footer.typefooter-1 .footer-middle .news-letter {
  margin-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
  color: #222;
  padding-right: 0;
}
footer.typefooter-1 .footer-middle .news-letter .title-block {
  text-transform: uppercase;
  color: #fff;
}
footer.typefooter-1 .footer-middle .news-letter .page-heading {
  font-size: 170%;
  font-weight: bold;
  margin: 5px 0 20px;
}
footer.typefooter-1 .footer-middle .news-letter .pre-text {
  font-size: 108%;
  margin: 10px 0;
}
footer.typefooter-1 .footer-middle .news-letter .block_content form {
  margin: 0px;
  width: 300px;
}
footer.typefooter-1 .footer-middle .news-letter .block_content form .form-group {
  margin: 0px;
  overflow: hidden;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .input-box {
  float: left;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .input-box input {
  padding-left: 20px;
  color: #1c1c1c;
  height: 44px;
  border: none;
  width: 100%;
  font-size: 14px;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .input-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1c1c1c;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .input-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c1c1c;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .input-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #1c1c1c;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .input-box :-moz-placeholder {
  /* Firefox 18- */
  color: #1c1c1c;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .subcribe {
  right: 0;
  position: absolute;
}
footer.typefooter-1 .footer-middle .news-letter .block_content .subcribe button {
  height: 44px;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.3s all ease 0s;
  font-weight: normal;
  background-color: #f55185;
  border-color: #f55185;
  color: #fff;
}
@media (min-width: 1200px) {
  footer.typefooter-1 .footer-middle .news-letter .block_content .subcribe button {
    padding: 0 20px;
  }
}
footer.typefooter-1 .footer-middle .news-letter .block_content .subcribe button:hover {
  background-color: #f22163;
  border-color: #f22163;
}
footer.typefooter-1 .footer-middle .block-footer {
  padding: 30px 0;
}
footer.typefooter-1 .footer-middle .block-footer ul li a {
  color: #fff;
  display: block;
  font-size: 115%;
  padding: 5px 0;
}
footer.typefooter-1 .footer-middle .block-footer ul li a:hover {
  color: #f55185;
}
footer.typefooter-1 .footer-middle .socials-wrap {
  display: inline-block;
}
footer.typefooter-1 .footer-middle .socials-wrap .title-follow {
  display: none;
}
footer.typefooter-1 .footer-middle .socials-wrap ul {
  display: table-cell;
  padding-top: 5px;
}
footer.typefooter-1 .footer-middle .socials-wrap ul li {
  float: left;
  margin-right: 10px;
}
footer.typefooter-1 .footer-middle .socials-wrap ul li a {
  background-color: #fff;
  border-radius: 50%;
  color: #0d0d0d;
  display: block;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
footer.typefooter-1 .footer-middle .socials-wrap ul li a:hover {
  color: #fff;
  background-color: #f55185 !important;
}
footer.typefooter-1 .footer-middle .socials-wrap ul li a .name-social {
  display: none;
}
footer.typefooter-1 .footer-middle .contact-footer {
  padding-top: 60px;
  padding-left: 60px;
}
footer.typefooter-1 .footer-middle .contact-footer ul {
  padding: 20px 0 0;
}
footer.typefooter-1 .footer-middle .contact-footer ul li {
  padding: 3px 0;
}
footer.typefooter-1 .footer-middle .contact-footer ul li a {
  color: #f55185;
}
footer.typefooter-1 .footer-middle .contact-footer ul li a:hover {
  color: #fff;
}
footer.typefooter-1 .footer-bottom {
  padding: 20px 0 60px;
}
footer.typefooter-1 .footer-bottom .copyright-footer a {
  color: #f55185;
  display: inline-block;
}
footer.typefooter-1 .footer-bottom .copyright-footer a:hover {
  color: #fff;
}
footer.typefooter-1 .footer-bottom .footer-links {
  text-align: right;
}
footer.typefooter-1 .footer-bottom .footer-links ul li {
  display: inline-block;
  position: relative;
}
footer.typefooter-1 .footer-bottom .footer-links ul li:last-child:after {
  display: none;
}
footer.typefooter-1 .footer-bottom .footer-links ul li:after {
  color: #e3e3e3;
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
footer.typefooter-1 .footer-bottom .footer-links ul li a {
  color: #e3e3e3;
  font-size: 93%;
  font-weight: 500;
  text-transform: uppercase;
}
footer.typefooter-1 .footer-bottom .footer-links ul li a:hover {
  color: #f55185;
}
footer.typefooter-1 .footer-block .footer-block-title {
  margin-bottom: 15px;
}
footer.typefooter-1 .footer-block .footer-block-title h3 {
  font-size: 133.33%;
  font-weight: 700;
  text-transform: uppercase;
}
footer.typefooter-1 .footer-block .footer-block-content {
  font-size: 108.33%;
}
footer.typefooter-1 .footer-block .footer-block-content .links-footer li {
  margin-bottom: 5px;
}
footer.typefooter-1 .footer-block .footer-block-content .links-footer li a {
  display: inline-block;
  padding: 2px 0;
}
footer.typefooter-1 .footer-block .footer-block-content .links-footer li a:hover {
  color: #fff;
}
@media (max-width: 1280px) {
  footer.typefooter-1 {
    margin: 0;
  }
}
