@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);
  }
}
.typefooter-3 {
  background: #fff;
  /*----SOCIALS  -------------*/
}
.typefooter-3 .footer-top {
  text-align: center;
  padding: 0 25%;
  background: #fff;
}
.typefooter-3 .footer-top .so-custom-default {
  border: none;
}
.typefooter-3 .footer-top .so-custom-default .modcontent {
  padding: 60px 0;
}
.typefooter-3 .footer-top .so-custom-default .popup-title {
  text-transform: uppercase;
  font-weight: 600;
}
.typefooter-3 .footer-top .so-custom-default .newsletter_promo {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 16px;
}
.typefooter-3 .footer-top .so-custom-default .send-mail {
  padding: 0;
}
.typefooter-3 .footer-top .so-custom-default .send-mail input {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
}
.typefooter-3 .footer-top .so-custom-default .show-error {
  display: block;
  margin-top: 6px;
}
.typefooter-3 .footer-top .so-custom-default .input-group-btn {
  background: #e34931;
}
.typefooter-3 .footer-top .so-custom-default .input-group-btn:hover {
  background: #222;
}
.typefooter-3 .footer-top .so-custom-default .input-group-btn .btn-default {
  font-size: 0;
  padding: 0;
  width: 70px;
  height: 50px;
  background: none;
  outline: none;
}
.typefooter-3 .footer-top .so-custom-default .input-group-btn .btn-default:before {
  color: #fff;
  font-size: 17px;
  content: '\f1d8';
  position: absolute;
  right: 0;
  left: inherit;
  top: 0;
  width: 70px;
  height: 50px;
  line-height: 50px;
  font-family: 'FontAwesome';
}
.typefooter-3 .slider-brand-wrapper {
  margin: 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 40px 0;
}
.typefooter-3 .slider-brand-wrapper .owl2-nav div {
  border: none !important;
}
.typefooter-3 .slider-brand-wrapper .owl2-nav div.owl2-prev:before {
  content: "\f104";
  font-size: 20px;
}
.typefooter-3 .slider-brand-wrapper .owl2-nav div.owl2-next:before {
  content: "\f105";
  font-size: 20px;
}
.typefooter-3 .footer-midle {
  background: #222;
  color: #ccc;
}
.typefooter-3 .footer-midle .contain {
  position: relative;
  display: block;
  padding-right: 15px;
}
.typefooter-3 .footer-midle .contain:before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  background: #151515;
  right: 0px;
  top: 0;
}
.typefooter-3 .footer-midle .top {
  padding: 31px 0;
  position: relative;
  padding-bottom: 0;
}
.typefooter-3 .footer-midle .top:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  right: 0px;
  bottom: 0;
  z-index: 9;
}
.typefooter-3 .footer-midle .top .module h3.modtitle, .typefooter-3 .footer-midle .top .module .footer-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
.typefooter-3 .footer-midle .top .module h3.modtitle:before, .typefooter-3 .footer-midle .top .module .footer-title:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #0083c1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.typefooter-3 .footer-midle .top .address {
  padding-right: 30px;
  position: relative;
  font-size: 12px;
  margin-bottom: 17px;
}
.typefooter-3 .footer-midle .top .address:before {
  content: "";
  background: url('../../images/icon-image.png') no-repeat -226px -18px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -3px;
}
.typefooter-3 .footer-midle .top .phone {
  padding-right: 30px;
  position: relative;
  font-size: 12px;
  margin-bottom: 17px;
}
.typefooter-3 .footer-midle .top .phone:before {
  content: "";
  background: url('../../images/icon-image.png') no-repeat -228px -54px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -3px;
}
.typefooter-3 .footer-midle .top .email {
  padding-right: 30px;
  position: relative;
  font-size: 12px;
  margin-bottom: 17px;
}
.typefooter-3 .footer-midle .top .email:before {
  content: "";
  background: url('../../images/icon-image.png') no-repeat -228px -97px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: -2px;
}
.typefooter-3 .footer-midle .top .so-instagram-gallery {
  margin: 20px 0 10px;
}
.typefooter-3 .footer-midle .top .so-instagram-gallery .instagram-item {
  margin-bottom: 10px;
}
.typefooter-3 .footer-midle .top .so-instagram-gallery .instagram00-3 .instagram-item {
  padding: 0 5px;
}
.typefooter-3 .footer-midle .top .so-instagram-gallery .instagram-items-inner {
  margin: 0 -5px;
}
.typefooter-3 .footer-midle .top .so-instagram-gallery .instagram-item .instagram_users .img_users a {
  border: none;
}
.typefooter-3 .footer-midle .box-information {
  padding-right: 0;
  margin-right: -5px;
}
.typefooter-3 .footer-midle .box-information li {
  padding: 3px 0;
}
.typefooter-3 .footer-midle .box-information li a {
  font-size: 12px;
}
.typefooter-3 .footer-midle .box-information li:first-child {
  padding-top: 0;
}
.typefooter-3 .footer-midle .footer-banner {
  padding-right: 0;
  padding-left: 70px;
}
.typefooter-3 .footer-midle .footer-banner .banner-footer .footer-title {
  margin-bottom: 33px;
}
.typefooter-3 .footer-midle .footer-banner .banner-footer .banners {
  margin: 0 -5px;
}
.typefooter-3 .footer-midle .footer-banner .banner-footer .banners div {
  padding: 5px;
}
.typefooter-3 .footer-midle .socials-wrap ul li {
  margin: 0;
}
.typefooter-3 .footer-midle .socials-wrap ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: none;
  font-size: 20px;
}
.typefooter-3 .footer-midle .copyright-footer {
  font-size: 12px;
}
.typefooter-3 .footer-midle .bottom {
  padding: 18px 0 11px;
  color: #ccc;
}
.typefooter-3 .socials-wrap {
  display: inline-block;
}
.typefooter-3 .socials-wrap .title-follow {
  display: none;
}
.typefooter-3 .socials-wrap ul {
  margin: 0;
}
.typefooter-3 .socials-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 3px;
}
.typefooter-3 .socials-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  border: 0px;
  font-size: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: none;
  color: #ccc;
}
.typefooter-3 .socials-wrap ul li a:hover {
  background: transparent;
  color: #e34931;
}
.typefooter-3 .socials-wrap ul li a .name-social {
  display: none;
}
.typefooter-3 .footer-twinter {
  text-align: right;
}
.typefooter-3 .footer-twinter img {
  display: none;
}
.typefooter-3 .footer-twinter p {
  margin: 0;
  text-align: right !important;
  font-size: 12px;
  color: #ccc;
  line-height: 22px !important;
}
.typefooter-3 .footer-twinter .tweet {
  margin-bottom: 5px !important;
}
.typefooter-3 .footer-twinter .tweet a {
  display: none;
}
.typefooter-3 .footer-twinter .interact {
  display: none;
}
.typefooter-3 .footer-twinter .ts-wrap ul li .tweet {
  text-align: right;
  margin: 0;
}
.typefooter-3 .footer-twinter .ts-wrap ul li {
  margin-bottom: 10px;
}
.typefooter-3 .footer-twinter .ts-wrap ul li:last-child {
  margin-bottom: 0;
}
.typefooter-3 .footer-twinter .timePosted {
  padding-right: 20px;
  position: relative;
}
.typefooter-3 .footer-twinter .timePosted:before {
  content: "\f099";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 16px;
}
