@charset "UTF-8";
/*============FOOTER 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 ]
 ==============================================*/
footer {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 13px;
  font-size: 1.3rem;
  /* [8] */
  /*!
   *   POPURLAR TAG
   */
  /*!
   *  NEWLETTER BOX
   */
}
footer .module h3.modtitle, footer .module h3.footer-title {
  font-size: 16px;
  border: none;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: bold;
  color: #444;
  padding: 0 0 10px 0;
  position: relative;
}
footer .footer-midde-block1 {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
footer.footer-container {
  background-color: #eee;
}
footer.footer-container .footer-top.footer-top-block {
  padding-bottom: 15px;
}
footer.footer-container .footer-top.footer-top-block .module {
  margin-bottom: 17px;
}
footer.footer-container .footer-top.footer-top-block p {
  font-size: 12px;
}
footer.footer-container .footer-top.footer-top-block ul.menu li {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer.footer-container .footer-top.footer-top-block ul.menu li:hover {
  padding-right: 10px;
}
footer.footer-container .footer-top.footer-top-block ul.menu li a {
  font-size: 13px;
  color: #444;
  font-weight: 500;
  display: block;
  padding: 3px 10px 3px 0px;
  position: relative;
}
footer.footer-container .footer-top.footer-top-block ul.menu li a:before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  right: 0;
  content: "\f0d9";
}
footer.footer-container .footer-top.footer-top-block ul.menu li a:hover {
  color: #e81d61;
}
footer.footer-container .footer-top.footer-top-block ul.contact-address li {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  line-height: 28px;
}
footer.footer-container .footer-top.footer-top-block ul.contact-address li .fa {
  color: #e81d61;
  font-size: 16px;
  margin-left: 5px;
}
footer.footer-container .footer-top.footer-top-block ul.contact-address li .fa.fa-envelope-o {
  font-size: 12px;
}
@media (min-width: 1200px) {
  footer.footer-container .footer-top.footer-top-block .collapsed-block.footer-links {
    width: 25% !important;
  }
  footer.footer-container .footer-top.footer-top-block .collapsed-block.footer-links img {
    margin-top: 13px;
    display: inline-block;
  }
  footer.footer-container .footer-top.footer-top-block .box-account, footer.footer-container .footer-top.footer-top-block .box-information, footer.footer-container .footer-top.footer-top-block .box-service, footer.footer-container .footer-top.footer-top-block .collapsed-block {
    width: 18.75%;
  }
}
@media (min-width: 1200px) {
  footer .footer-center .footer-midde-block2 {
    padding-top: 28px;
  }
}
footer .footer-bottom {
  padding: 20px 0;
  text-align: center;
}
footer .footer-bottom .copyright-text {
  color: #444;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
footer .footer-top-block hr {
  clear: both;
  border-color: #ddd;
  margin: 10px 15px;
  display: inline-block;
  width: 100%;
}
footer .footer-tags-w {
  margin-bottom: 0;
}
footer .footer-tags h3.modtitle {
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}
footer .footer-tags {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1200px) {
  footer .footer-tags {
    padding: 0px 0 40px;
  }
}
footer .footer-tags a {
  color: #444;
  font-size: 12px;
}
footer .footer-tags a:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #ddd;
}
footer .footer-tags a:last-child:after {
  display: none;
}
footer .newsletter {
  border: none;
  border-radius: 0;
}
footer .newsletter .group-form {
  display: inline-block;
  min-width: 57.5%;
  padding-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}
footer .newsletter .group-form .form-group {
  position: relative;
  margin: 0;
  border-radius: 6px;
  bottom: 0;
  padding: 0;
  margin-left: 2px;
}
footer .newsletter .group-form .form-group .input-lg {
  height: 41px;
  width: 100%;
  background: #fff;
  padding-right: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 2px !important;
}
footer .newsletter .group-form .form-group .subcribe {
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
}
footer .newsletter .group-form .form-group .subcribe button {
  padding: 9px 20px;
  background: #555;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #e81d61;
  border: none;
  font-size: 14px;
  border: none;
  height: 100%;
  padding: 6px 17px;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
footer .newsletter .group-form .form-group .subcribe button:hover {
  background: #e81d61;
  border-color: #e81d61;
  color: #fff;
}
footer .newsletter .group-form .form-group .subcribe button:hover {
  background: #ed4b81;
}
footer .newsletter .group-form .form-group .subcribe .show-error {
  font-size: 12px;
  color: #fff !important;
  margin-left: 10px;
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: 50px;
  min-width: 150px;
  background: red;
  border-radius: 3px;
  padding-right: 10px;
}
footer .newsletter .modcontent {
  padding: 36px 0 35px;
}
footer .newsletter .group-content {
  display: inline-block;
  padding: 0;
  text-align: right;
  color: #fff;
  vertical-align: top;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 992px) {
  footer .newsletter .group-content {
    padding-left: 34px;
  }
}
footer .newsletter .group-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
footer .newsletter .group-content .page-heading-sub {
  font-size: 12px;
  margin: 0;
}
footer .box-social {
  float: left;
  padding: 38px 0 30px;
  display: inline-block;
  font-size: 14px;
}
footer .box-social .socials-footer {
  list-style: none;
  padding: 0;
}
footer .box-social .socials-footer li {
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  border-radius: 2px;
  background: #6b7496;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .box-social .socials-footer li .fa {
  color: #fff;
}
footer .box-social .socials-footer li:hover {
  background: #e81d61;
}
