/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@keyframes bottomtop {
  0% {
    top: 0px;
  }
  100% {
    top: 30px;
  }
}
.effect-1 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-1:before,
.effect-1:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .9s ease 0s;
}
.effect-1:hover:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 50%;
  top: 50%;
}
.effect-1:hover:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  left: 51%;
  right: 50%;
}
.effect-2 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-2:before {
  border: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:after {
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 14px;
  top: 15px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:hover:before,
.effect-2:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/**
 * Footer 2 style
 */
.footer-top {
  padding: 70px 0 30px;
}
.block-footer {
  margin-bottom: 40px;
}
.block-footer .block-footer-title {
  font-weight: 500;
  font-size: 128.57%;
  color: #222;
  margin-bottom: 20px;
}
.newsletter-footer .newsletter-content {
  position: relative;
}
.newsletter-footer #newsletter-footer {
  height: 50px;
  background-color: #fff;
  border: none;
  padding: 0 15px;
  color: #aaaaaa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.newsletter-footer .action-button button {
  padding: 0 25px;
  height: 50px;
  margin-right: -2px;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #222;
  position: absolute;
  right: 0;
  top: 0;
}
.social-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-footer ul li {
  display: inline-block;
  margin-right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
.social-footer ul li:hover {
  opacity: 0.8;
}
.social-footer ul li a {
  color: #fff;
  font-size: 24px;
  display: block;
  line-height: 50px;
}
.social-footer ul li.twitter {
  background: #1da1f2;
}
.social-footer ul li.facebook {
  background: #3a559f;
}
.social-footer ul li.instagram {
  background: #7b7b86;
}
.social-footer ul li.youtube {
  background: #ff0101;
}
.blog-footer .item {
  margin-bottom: 20px;
  display: flex;
}
.blog-footer .item .image-post {
  width: 120px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.blog-footer .item .info-post {
  flex: 1 1 0%;
}
.blog-footer .item .info-post .post-date {
  color: #aaaaaa;
  font-size: 92.85%;
  margin-bottom: 5px;
}
.blog-footer .item .info-post .post-date:before {
  content: '\e92c';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  margin-right: 5px;
}
.blog-footer .item .info-post .post-title {
  font-size: 100%;
}
.infostore-footer .logo-footer {
  margin-bottom: 30px;
  display: block;
}
.infostore-footer > div {
  margin-bottom: 20px;
}
.infostore-footer .phone {
  font-weight: 500;
  font-size: 214.28%;
}
.infostore-footer .address {
  font-size: 128.57%;
  color: #222222;
}
.infostore-footer .time ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.infostore-footer .time ul li {
  margin-bottom: 5px;
}
.footer-bottom {
  padding: 24px 0;
  border-top: 1px dashed #e5e5e5;
}
.footer-bottom address {
  margin-bottom: 0px;
  text-align: right;
  font-size: 92.85%;
}
.footer-links {
  margin: 0;
  float: none;
  padding: 0;
}
.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-right: 20px;
}
.footer-links ul li:last-child {
  padding: 0px;
}
/**
 * Responsive footer 2
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-links ul li {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom address {
    text-align: center;
  }
}
