.hidden {
  display: none!important;
  visibility: hidden!important;
}

.AlipayButton{
  position: relative;
  min-height: 32px;
  max-height: 64px;
  cursor: pointer;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 1;
  background-color: #ebebeb;
  border: 2px solid #bdbdbd;
}
.AlipayButton-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/Alipay_logo.svg");
}

.WechatButton{
  position: relative;
  min-height: 32px;
  max-height: 64px;
  cursor: pointer;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 1;
  background-color: #09B83E;
  border: none;
}

.WechatButton-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/Wechat_logo_w.svg");
}

.text-right {
  text-align: right;
}

.pro-detail .price-old {
  text-decoration: line-through;
}
.paiement_logo_block {
  margin-top: 0;
  float: right;
}
.paiement_logo_block img {
  margin: 3px 5px 0px 0;
  vertical-align: top;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.paiement_logo_block img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.footer-left .social-block ul {
  padding: 0px;
}
.footer-left .social-block ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
}
.footer-left .social-block ul li a {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding-left: 0px;
  padding-right: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.footer-left .social-block ul li a span {
  display: none;
  background-color: #000;
}
.footer-left .social-block ul li a:hover {
  border-color: var(--primary-hover-color);
  background-color: var(--primary-hover-color);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.footer-left .social-block ul li a:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  height: 30px;
  width: 25px;
  font-size: 16px;
}
.footer-left .social-block ul li a:hover:before {
  color: #ffffff;
}
.footer-left .social-block ul li.facebook a:before {
  content: "\f09a";
}
.footer-left .social-block ul li.twitter a:before {
  content: "\e61b";
}
.footer-left .social-block ul li.instagram a:before {
  content: "\f16d";
}
.footer-left .social-block ul li.rss a:before {
  content: "\f09e";
}
.footer-left .social-block ul li.google-plus a:before {
  content: "\f0d5";
}
@media (min-width: 992px) {
  .vertical-category > ul > li > a {
    padding-right: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .category-list .dropdown-inner a {
    padding-right: 24px;
  }
}