.product-image iframe {
  width: 100%; }

.product-form .product-variations {
  margin-left: 20px; }

.link_shopee {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .link_shopee__btn {
    padding: 0 10px;
    border-radius: 5px;
    height: 4.5rem;
    color: #fff;
    line-height: 4.5rem;
    min-width: 13rem;
    text-align: center; }
  .link_shopee .shopee {
    margin-right: 15px;
    background: linear-gradient(-180deg, #f53d2d, #f63); }
  .link_shopee .register_shop {
    background: #0063d1;
    cursor: pointer;
    transition: 0.3s; }
    .link_shopee .register_shop:hover {
      background: #0052ad; }

.register_shop__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999; }
  .register_shop__popup.active {
    display: flex;
    justify-content: center;
    align-items: center; }
  .register_shop__popup:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%; }
  .register_shop__popup .form_content {
    width: 30%;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 40px 30px;
    border-radius: 25px; }
    .register_shop__popup .form_content form .form-row {
      margin-bottom: 15px; }
      .register_shop__popup .form_content form .form-row input {
        border-radius: 5px; }
    .register_shop__popup .form_content form .btn-register {
      height: 40px;
      color: #fff;
      background: #0063d1;
      border-radius: 5px;
      border: none;
      padding: 0 15px;
      cursor: pointer; }
    .register_shop__popup .form_content .close_form {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      .register_shop__popup .form_content .close_form span {
        color: red; }

/*# sourceMappingURL=product_custom.min.css.map */
