.yunce_cart_btn_module .yunce-cart-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 40px;
  background: #FF6C1B;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}
.yunce_cart_btn_module .yunce-cart-btn .cart_btn_icon {
  margin-right: 4px;
  position: relative;
  top: 1px;
}/*# sourceMappingURL=style.css.map */