/*--------------------------------------------------------------
  # Pagination
  --------------------------------------------------------------*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  background-color: transparent;
  border: 1px solid #e5e5e5
}

.page-link:hover {
  z-index: 2;
  color: #ff6f61;
  text-decoration: none;
  background-color: transparent;
  border-color: #e5e5e5
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none
}

.page-item:first-child .page-link {
  margin-left: 0
}

.page-item.active .page-link {
  z-index: 3;
  color: #ff6f61;
  background-color: transparent;
  border-color: #ff6f61
}

.page-item.disabled .page-link {
  color: #3e3e3e;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bababa
}

.pagination-lg .page-link {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5
}

.pagination-sm .page-link {
  padding: .5rem 1rem;
  font-size: .9375rem;
  line-height: 1.5
}

.pagination {
  margin-bottom: 0;
  font-weight: 500
}

.pagination-sm {
  font-size: .9375rem
}

.pagination .page-link {
  border-width: 0 0 1px 0
}

.pagination .page-link-arrow {
  border-width: 0
}

/*--------------------------------------------------------------
    # Spinner
    --------------------------------------------------------------*/
.loadingspinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 50%;
  right: 50%;
  pointer-events: none;
  margin-top: -2.8em;
  margin-right: -2.8em;
  width: 5.6em;
  height: 5.6em;
  border: 0.4em solid transparent;
  border-color: #eee;
  border-top-color: #c40707;
  border-radius: 50%;
  -webkit-animation: loadingspin 1s linear infinite;
  animation: loadingspin 1s linear infinite;
}

@-webkit-keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}

.inner-page {
  padding: 80px 0;
}

/*--------------------------------------------------------------
  # Order
  --------------------------------------------------------------*/
.order {
  background-color: #f5f5f7;
  padding: 50px 0;
  color: var(--gold);
}

.order a {
  color: var(--gold);
}

.order .input-style {
  width: 100%;
  height: 70px;
  color: var(--gold);
  border: 2px solid #007749;
  border-radius: 28px;
  padding: 0 30px;
  background-color: #fff;
  font-size: 25px;
  text-align: center;
}

.order label {
  color: var(--gold);
  font-size: 28px;
}

.order .input-style::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #070907;
  opacity: 1;
  /* Firefox */
}

.order .phone-call {
  font-size: 25px;
  color: #393939;
}

.order .phone-call a {
  color: #E63946 !important;
}

.order .special-action {
  font-weight: 560;
  font-size: 30px;
  color: #393939;
}

.order .special-action span {
  font-weight: 600;
  color: #007749;
}

.order .offer {
  font-weight: 500;
  font-size: 1.6rem;
  color: #393939;
}

.order .offer span {
  font-weight: 600;
  font-size: 1.6rem;
  color: #007749;
  ;
}

.order .old-price {
  text-decoration: line-through;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0;
  color: var(--gold);
}

.order .new-price {
  font-weight: 600;
  font-size: 1.6rem;
  color: #393939;
}

.order #hours {
  font-size: 30px;
  color: #007749;
  font-weight: 600;
}

.order #minutes {
  font-size: 30px;
  color: #e2ad41;
  font-weight: 600;
}

.order #seconds {
  font-size: 30px;
  color: #ff0000;
  font-weight: 600;
}

.order .btn {
  outline: 0;
  padding-bottom: 15px;
  margin: auto;
  box-shadow: 0 0 30px 2px #007749;
  background-image: linear-gradient(90deg, #007749 0, #005a3c 50%, #00a86b 100%);
  background-image: -moz-linear-gradient(90deg, #007749 0, #005a3c 50%, #00a86b 100%);
  background-image: -webkit-linear-gradient(90deg, #007749 0, #005a3c 50%, #00a86b 100%);
  background-image: -ms-linear-gradient(90deg, #007749 0, #005a3c 50%, #00a86b 100%);
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 980px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 26px;
  padding: 26px 30px;
  width: 320px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: flow-root;
  text-align: center;

}

@media (max-width: 768px) {
  .order .input-style {
    font-size: 18px;
  }
}

.pages-links li,
.pages-links li a {
  color: var(--dark-silver-color)
}

.pages-links {
  padding-left: 0;
  list-style: none
}

.pages-links li {
  font-size: 1rem;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 33%;
  float: left;
  display: list-item;
  line-height: 1.6;
  text-align: center
}

.pages-links li a:hover {
  color: var(--pink-color)
}

@media (max-width:768px) {
  .pages-links li {
    width: 100%;
    font-size: 18px;
    padding: 5px 0
  }
}