
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
 /* New product image popper */
    #galleryframe {
  position: fixed; 
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 3%;
  background: url(https://cdn6.bigcommerce.com/s-s60y10i2/product_images/uploaded_images/shadowboxer.png?t=1473795099) repeat top left;
  z-index: 900;
  visibility: hidden;
  text-align: center;
}
#galleryframe i {
    line-height: 2em;
    color: #DDE3E1;
}
#galleryframe img {
    max-height: 85%;
    border: 3px solid #111;
    margin: 7px 0 7px 0;
}

#galleryframe .caption {
    padding: 4px 8px 7px 8px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 11pt;
}

a {
cursor: pointer;
}

/* Style for images in articles */
.framed {
    padding: 5px;
    background: #f0ead0;
    border: 1px solid transparent;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
#more-info .framed {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #FFFFFF;
}

/* don’t display the button by default */
.apple-pay-checkout-button {
  display: none;
}

/* display the button if apple pay is supported */
.apple-pay-supported .apple-pay-checkout-button {
  display: inline-block;
}

/* renders a black background with white logo */
.apple-pay-checkout-button {
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 0px;
  box-sizing: border-box;
  min-width: 175px;
  min-height: 32px;
  max-height: 64px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
  text-indent: -9000em;
  cursor: pointer;
}

/* for small screens, you should adjust the width of the button to
   span the width of the containing block */
@media screen and (max-width: 480px) {
  .apple-pay-checkout-button {
    width: 100%;
    height: 60px;
  }
}


html.javascript .productOptionPickListSwatch .swatch .name {
    display: inline;
}
html.javascript .productOptionPickListSwatch li {
    display: block;
}


.ShippingAddressList li p.UtilityLinks .icon-edit .icon-delete {
float: right; !important
}
.ShippingAddressList li * {
text-align: center; !important
}
 /* Styling the payment method selector radio button options so you don't have to be 
 *  a goddamn marine sniper to click on them. */
div.radio .PAYMENT_PROVIDER_ONLINE {
    padding: 10px !important;
    margin-right: 0px;
    cursor: pointer;
    display: block;
}
div.radio span {
    width: 1em;
    height: 1em;
    margin-bottom: 10px;
    }
#provider_list label {
    cursor: pointer;
    margin-left: -8px;
    padding: 10px 10px 10px 35px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 14px;
    }
#provider_list div.radio {
    margin-right: -22px;
    margin-top: 10px;
    height: 2em;
    width: 18px;
    }

/* Styling for the SLoyalty widgets */
.displays-box * {
    font-family: Georgia, serif !important;
    }

/* Styling the Paypal express checkout buttons */
p.or-use-label {
    visibility: hidden;
    height: 1px;
    margin: 0px;
    padding: 0px;
    }