/* Global */
@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }

  *:before, *:after {
    transition: none !important;
  }
}
a:focus, a:focus-visible {
  outline: 1px dotted #ca825a;
  border: 0;
}

a:focus:not {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

input[type=text], input[type=password], input[type=username], input[type=tel], input[type=email] {
  background: #f8f8f8;
  border: 1px solid #555;
}

.v65-form input[type=text], .v65-form input[type=password], .v65-form input[type=username], .v65-form textarea {
  background: #f8f8f8;
  border: 1px solid #555;
}

.v65-product-addToCart-quantity input[type=text], .v65-product-addToCart-quantity input[type=password], .v65-product-addToCart-quantity input[type=username], .v65-product-addToCart-quantity input[type=tel], .v65-product-addToCart-quantity input[type=email], .subscribeSection input[type=text], .subscribeSection input[type=password], .subscribeSection input[type=username], .subscribeSection input[type=tel], .subscribeSection input[type=email] {
  border-color: #555;
}

.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #555;
}

/* Blog */
#v65-PagingTop {
  display: none;
}
