/**
 * Custom styles for this site
*/
.position-fix {
  position: fixed;
}
.position-ab {
  position: absolute;
}
.position-re {
  position: relative;
}
.list-ul ul {
  margin: 0;
  padding: 0;
}
.list-style li {
  list-style: none;
}
.form-control {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
}
.form-control:focus {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6);
  transition: all 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6);
  box-shadow: none;
  border-color: #0074d9;
  outline: 0;
}
.submit-btn {
  padding: 10px 20px 9px;
  border: none;
  background: #0074d9;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif, Helvetica, Arial;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  outline: none;
  color: #0074d9;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0074d9;
}
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 90%;
  }
}
@keyframes shine {
  100% {
    left: 90%;
  }
}
/* Shine */
/* Circle */
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Circle */
.btn-box-2 {
  margin-top: 26px;
  margin-bottom: 20px;
  text-align: right;
}
.print-btn {
  padding: 9px 35px;
  border: #8BC34A;
  background: #8BC34A;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}
.print-btn i {
  margin-right: 5px;
}
.print-btn:hover,
.print-btn:active,
.print-btn:focus,
.print-btn:active:focus,
.print-btn:active:hover {
  border: #8BC34A;
  background: #8BC34A;
  box-shadow: none;
}
.invoice {
  padding: 40px 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.invoice .invoice-header .company-logo {
  margin-bottom: 80px;
}
.invoice .invoice-header .customer-address ul li,
.invoice .invoice-header .company-address ul li {
  line-height: 25px;
}
.invoice .invoice-header .company-address i,
.invoice .invoice-header .company-info i {
  margin-bottom: 10px;
  color: #0074d9;
  font-size: 25px;
}
.invoice .invoice-header .company-address {
  margin-bottom: 28px;
  text-align: right;
}
.invoice .invoice-header .company-info {
  clear: both;
  text-align: right;
}
.invoice .invoice-lable {
  margin-top: 40px;
  padding: 5px 10px;
  background: #0074d9;
  color: #fff;
}
.invoice .invoice-lable .invoice-title {
  margin-top: 17px;
  font-size: 30px;
}
.invoice .invoice-lable strong {
  display: block;
  margin-bottom: 13px;
  line-height: 30px;
}
.invoice .invoice-lable .price {
  margin: 0;
  line-height: 30px;
}
.invoice .invoice-table {
  margin-top: 40px;
}
.invoice .invoice-table table > tbody > tr > td {
  padding: 15px 8px;
}
.invoice .invoice-table .table-td-bg {
  background: #0074d9;
  color: #fff;
}
.invoice .invoice-footer {
  margin-top: 50px;
}
.invoice .invoice-footer .invoice-footer-box strong {
  display: block;
  margin-bottom: 10px;
}
.invoice .invoice-footer .approved-box img {
  margin-bottom: 10px;
}
.invoice .invoice-footer .approved-box strong {
  margin-bottom: 10px;
  display: block;
}
.cart-total {
  margin-top: 80px;
}
.cart-total table thead tr td:first-child,
.cart-total table tbody tr td:first-child,
.cart-total table thead tr th:first-child,
.cart-total table tbody tr th:first-child {
  background: #fbfbfb;
}
.cart-total .buy-now-btn {
  display: block;
  width: 100%;
  padding: 16px 12px 12px;
  border: none;
  background: #92CD00;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}
.cart-total .buy-now-btn:hover,
.cart-total .buy-now-btn:active,
.cart-total .buy-now-btn:focus,
.cart-total .buy-now-btn:active:focus,
.cart-total .buy-now-btn:active:hover {
  border: none;
  background: #92CD00;
  box-shadow: none;
  outline: none;
}
/** Responsive Start **/
@media (max-width: 767px) {
  .invoice-page-header h1 {
    display: inline-block;
  }
  .invoice-page-header .btn-box {
    float: right;
  }
  .invoice-table .table-responsive {
    border: none;
  }
  .invoice-footer .approved-box {
    margin-top: 40px;
  }
}
/** Responsive End **/
