@charset "UTF-8";
/* [2] */
/* [8] */
/*******************************************************
 Style Color
 ********************************************************/
.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: #444;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #e34931;
}
.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;
}
/*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 {
  background: #f7f7f7;
}
footer .footer-top {
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
}
footer .footer-top .socials-wrap {
  display: inline-block;
  padding: 35px 0;
}
footer .footer-top .socials-wrap .title-follow {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  color: #444;
}
footer .footer-top .socials-wrap ul {
  margin: 0;
  display: inline-block;
  margin-left: 5px;
}
footer .footer-top .socials-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0px;
}
footer .footer-top .socials-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  border: 0px;
  font-size: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  color: #fff;
}
footer .footer-top .socials-wrap ul li a:hover {
  transform: scale(1.1);
}
footer .footer-top .socials-wrap ul li a .name-social {
  display: none;
}
footer .footer-top .socials-wrap ul li.facebook-social a {
  background: #39599f;
}
footer .footer-top .socials-wrap ul li.twitter-social a {
  background: #45b0e3;
}
footer .footer-top .socials-wrap ul li.instagram-social a {
  background: #dd2a7b;
}
footer .footer-top .socials-wrap ul li.google-social a {
  background: #e7725d;
}
footer .footer-top .socials-wrap ul li.linkedin-social a {
  background: #f8bc2e;
}
footer .footer-top .socials-wrap ul li.pinterest-social a {
  background: #7edde8;
}
footer .footer-top .so-custom-default {
  background: transparent !important;
  border: none;
  text-align: right;
}
footer .footer-top .so-custom-default .btn-group {
  vertical-align: top;
}
footer .footer-top .so-custom-default .btn-group .popup-title {
  margin-top: 13px;
}
footer .footer-top .so-custom-default .modcontent {
  padding: 31px 0;
}
footer .footer-top .so-custom-default .newsletter_promo {
  display: none;
}
footer .footer-top .so-custom-default .input-group input {
  background: #fff;
  border: 1px solid #e3e1e1;
  height: 38px;
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
footer .footer-top .so-custom-default .popup-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
  font-weight: normal;
  margin-right: 20px;
}
footer .footer-top .so-custom-default .input-group-btn {
  width: 45px;
}
footer .footer-top .so-custom-default .input-group-btn button {
  width: 47px;
  background: #e34931;
  height: 38px;
  right: -1px;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  position: relative;
  padding: 0px;
  font-size: 0;
}
footer .footer-top .so-custom-default .input-group-btn button:hover {
  background: #333 !important;
}
footer .footer-top .so-custom-default .input-group-btn button:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  color: #fff;
  width: 16px;
  height: 21px;
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 14px;
}
footer .footer-top .so-custom-default .send-mail {
  margin-top: 0;
  padding: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
footer .footer-top .so-custom-default .show-error {
  display: block;
  padding-top: 5px;
  text-align: center;
  margin: 0;
}
footer .footer-middle {
  font-size: 12px;
  color: #666;
}
footer .footer-middle .module {
  padding-top: 20px;
  padding-bottom: 40px;
}
footer .footer-middle .module .footer-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 13px;
}
footer .footer-middle .module .footer-title:before {
  content: "";
  width: 31px;
  height: 2px;
  background: #e34931;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-middle .module .menu li {
  margin-bottom: 2px;
}
footer .footer-middle .footer-custom {
  border-right: 1px solid #e3e1e1;
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .footer-middle .footer-custom {
    padding-right: 15px;
  }
}
footer .footer-middle .footer-custom .decription {
  margin-bottom: 5px;
}
footer .footer-middle .footer-custom .content p {
  margin-bottom: 0;
}
footer .footer-middle .footer-custom .content i {
  margin-right: 5px;
  color: #e34931;
  font-size: 14px;
}
footer .footer-bottom {
  padding: 10px 0;
  background: #444;
}
footer .footer-bottom .copyright-footer {
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}
