.woocommerce .order-again {
  display: none;
}

.woocommerce table.shop_table_your_downloads td {
  vertical-align: top;
}

.postsale {
  margin-bottom: 25px;
}

#postsale-container {
  width: 70%;
  margin: 20px auto;
}
.postsale-header-left {
  float: left;
  width: 49%;
}
.postsale-header-right {
  float: right;
  width: 49%;
  text-align: right;
}
.postsale-header-title {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}
.postsale-error {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
}
.postsale-box {
  text-align: left;
  border: 2px dashed #000000;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 20px;
}

.postsale-box h2 {
  padding: 15px 0px;
}

.postsale-text {
  font-size: 17px;
  margin-top: 10px;
}

.postsale-box .text {
  margin-right: 25%;
  margin-left: 25%;
}

.postsale-title {
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.postsale-product-title {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  margin-top: 10px;
}
.postsale-product-image {
  margin-top: 10px;
  max-height: 150px;
}
.postsale-regular-price {
  color: #000000;
  font-size: 30px;
  display: none;
}

.postsale-price {
  font-weight: bold;
  color: #ff7400 !important;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1em;
}

.postsale-box .btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 6px;
  color: #fff;
  font-family: "Oswald";
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 5px;
}
.postsale-actions {
  margin-top: 20px;
  text-align: center;
}
.postsale-decline {
  margin-top: 15px;
}
.postsale-box .btn-success:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.postsale-box .btn-success {
  background: #fff url(../images/btn-order-now.jpg) no-repeat 0 0;
  width: 350px;
  height: 155px;
  display: block;
  overflow: hidden;
  border: 0;
  text-indent: -9999px;
  margin: auto;
}
.postsale-order-row {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

@media (max-width: 440px) {
  .postsale-text {
    font-size: 13px;
  }

  .postsale-box .text {
    margin-right: 0%;
    margin-left: 0%;
  }

  .postsale-product-image {
    max-width: 100%;
  }

  .postsale-title {
    font-weight: bold;
    color: #000000;
    font-size: 17px;
  }

  .postsale-product-title {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
  }

  .postsale-regular-price {
    color: #000000;
    font-size: 26px;
  }

  .postsale-price {
    font-weight: bold;
    color: #ff7400 !important;
    font-size: 26px;
  }

  .postsale-box .btn-success {
    background-size: 70% 70%;
  }

  #postsale-container {
    width: 98%;
  }

  .postsale-actions img {
    width: 90% !important;
  }
}

#postsale-container {
  max-width: 800px;
}
#btn-postsale-decline {
  text-decoration: underline;
}
.postsale-decline {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* button fix for iphone */
#btn-postsale,
.btn-postsale {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
