@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif; }

.af1, .funfont, .navbrowse a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px; }

a {
  color: #8E21C1; }

a:hover {
  text-decoration: none;
  color: #000; }

.sliding-middle-out {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; }

.sliding-middle-out:hover:after {
  width: 100%;
  background: #531371; }

/* LEFT TO RIGHT */
.sliding-u-l-r {
  display: inline-block; }

.sliding-u-l-r:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; }

.sliding-u-l-r:hover:after {
  width: 100%;
  background: #531371; }

.sidebar > li {
  margin-bottom: 3px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0 3px; }

.sidebar > li:hover {
  background-color: yellow; }

.row .leftborder {
  padding-left: 14px;
  border-left: 1px solid #E9E9E9; }

.container {
  text-align: left; }

.topfooter {
  background-color: #D696E8;
  padding-top: 10px;
  padding-bottom: 10px; }
  .topfooter a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none; }

.topfooter a:hover {
  color: #531371; }

.footer {
  background-color: #531371;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFF; }
  .footer h3 {
    color: #FFF; }

.footer a {
  color: #FFF;
  text-decoration: none; }

.footer a:hover {
  color: yellow; }

.footerheader {
  margin-bottom: 20px;
  line-height: 1.5; }

.redtext {
  color: red; }

.accenttext {
  color: #082c45; }

.btn-link {
  color: #531371;
  font-weight: bold;
  padding-left: 0; }

.btn-link:hover {
  text-decoration: none;
  color: #000; }

a img {
  border: 0; }

select {
  width: auto; }

.akipay-emptycartbutton {
  display: none; }

.akipay-continueshopping {
  font-size: 16px;
  font-weight: bold; }

.formrow {
  margin-bottom: 10px; }

.formerror {
  color: #800000;
  font-size: 10px;
  font-weight: bold; }

.form-actions {
  margin-bottom: 0; }

.container-fluid {
  position: relative;
  margin: 0;
  padding: 0; }

.header {
  position: relative; }

.navbar {
  background-color: #FFF; }

.navbar a {
  color: #531371; }

.navbar a:hover {
  text-decoration: none;
  color: #000; }

.navbrowse a {
  font-size: 20px; }

.navbrowse li {
  margin-left: 15px; }

.fontlight a {
  color: #FFF; }

.fontlight a:hover {
  color: yellow; }

.navsublist {
  font-size: 14px; }

.navsublist li {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #531371;
  margin-top: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

h1.homepage {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 22px;
  color: #000;
  border-bottom: 3px solid #531371; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

.cart-container .headerrow {
  border-bottom: 1px solid #CCC; }

ul.tags a {
  display: block;
  padding: 3px 5px;
  color: #000; }

ul.tags a:hover {
  background-color: #531371;
  color: #FFF; }

.badgeproduct .image {
  margin: 0 auto 10px auto;
  max-height: auto; }

.badgeproduct h2 {
  margin: 0 5px;
  font-size: 18px; }

.badgeproduct .more {
  margin: 0 5px; }

.badgeproduct .price {
  padding-left: 3px;
  font-weight: bold; }

.cartlist h3 {
  margin-top: 0;
  font-size: 20px; }

.cartlist li {
  font-weight: bold; }

.footer h3 {
  margin-top: 0; }

hr.bold {
  border-top: 2px solid "Open Sans", "Helvetica Neue", sans-serif; }

.badgeproduct {
  transition: 1s ease; }

.badgeproduct:hover {
  box-shadow: 0 0 0 3px #E6E6E6;
  transition: 0.2s ease; }

.artworkview .title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", sans-serif; }

.artworkview .sectionheading {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", sans-serif; }

.artworkview .price {
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 10px; }

.artworkview .btn-primary {
  background-color: #531371;
  border-color: #531371; }

.artworkview .buylist li {
  margin-bottom: 10px; }

.btn-primary {
  background-color: #531371;
  border-color: #531371; }

.badgeproduct .imagediv {
  vertical-align: middle;
  position: relative;
  min-height: 225px; }
  .badgeproduct .imagediv img {
    margin-top: auto;
    margin-bottom: auto; }

.soldribbon {
  position: absolute;
  right: 14px;
  top: 10px;
  max-width: 80px; }

.navsub {
  background-color: #531371; }

.navbar {
  border-bottom: 2px solid #531371; }

.mobilenav > li {
  margin-bottom: 5px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 5px; }

.mobilenav > li > a {
  padding: 5px 10px;
  text-align: center;
  font-size: 16px; }

.gridimage {
  padding-top: 10px;
  padding-bottom: 10px; }
  .gridimage img {
    max-height: 200px;
    max-width: 180px;
    margin-top: auto;
    margin-bottom: auto; }
  .gridimage hr {
    margin-top: 15px;
    margin-bottom: 5px; }
  .gridimage h2 {
    margin: 0 5px;
    font-size: 16px; }
  .gridimage .more {
    margin: 0 5px; }
  .gridimage .price {
    padding-left: 3px;
    font-weight: bold; }
  .gridimage .text {
    text-align: left; }
  .gridimage .saletext {
    color: #c1272d; }

.gridimage:hover {
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.39); }

div.horizontal {
  display: flex;
  justify-content: center;
  height: 100px; }

div.vertical {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (min-width: 768px) {
  .badgeproduct .imagediv {
    min-height: auto; }
  .navbar {
    border-bottom: 2px solid #531371; }
  .gridimage img {
    max-height: 100px;
    max-width: 156px; }
  .gridimage h2 {
    text-align: center; }
  .gridimage .text {
    text-align: center; }
  .gridimage .soldribbon {
    max-height: 20px; }
  div.horizontal {
    height: 100px; } }

@media (min-width: 992px) {
  .navsub {
    background-color: #531371; }
  .navsublist li {
    padding: 0 10px; }
  .badgeproduct .imagediv {
    min-height: auto; }
  .gridimage img {
    max-height: 200px;
    max-width: 229px; }
  .gridimage h2 {
    text-align: center; }
  .gridimage .text {
    text-align: center; }
  .gridimage .soldribbon {
    max-height: 30px; }
  div.horizontal {
    height: 180px; } }

@media (min-width: 1200px) {
  .navsub {
    background-color: #531371; }
  .badgeproduct .imagediv {
    min-height: auto; }
  .navsublist li {
    padding: 0 30px; }
  .gridimage img {
    max-height: 200px;
    max-width: 294px; }
  .gridimage h2 {
    text-align: center; }
  .gridimage .text {
    text-align: center; }
  .gridimage .soldribbon {
    max-height: 30px; }
  div.horizontal {
    height: 200px; } }

@media print {
  a[href]:after {
    content: none; } }
