/* Common element styles */
#checkout .checkout-content input[type="text"],
#checkout .order-confirmation input[type="text"],
#checkout .checkout-content input[type="password"],
#checkout .order-confirmation input[type="password"],
#checkout .checkout-content textarea,
#checkout .order-confirmation textarea {
  border: solid 1px #000;
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: inset 1px 1px 2px 0 #ccc;
  box-shadow: inset 1px 1px 2px 0 #ccc;
}
#checkout .checkout-content input[type="text"]:disabled,
#checkout .order-confirmation input[type="text"]:disabled,
#checkout .checkout-content input[type="password"]:disabled,
#checkout .order-confirmation input[type="password"]:disabled,
#checkout .checkout-content textarea:disabled,
#checkout .order-confirmation textarea:disabled {
  border: solid 1px #555;
  color: #999999;
}
#checkout .checkout-content input[type="text"].plholder-error,
#checkout .order-confirmation input[type="text"].plholder-error,
#checkout .checkout-content input[type="password"].plholder-error,
#checkout .order-confirmation input[type="password"].plholder-error,
#checkout .checkout-content textarea.plholder-error,
#checkout .order-confirmation textarea.plholder-error {
  border: solid 1px #cc0000;
}
#checkout .checkout-content h2,
#checkout .order-confirmation h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
#checkout .checkout-content hr,
#checkout .order-confirmation hr {
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 1px 0 0 0;
  margin-bottom: 30px;
}
#checkout .checkout-content small,
#checkout .order-confirmation small {
  font-size: 12px;
  display: block;
  line-height: 12px;
  margin-top: 7px;
}
#checkout .checkout-content textarea,
#checkout .order-confirmation textarea {
  height: 200px;
  padding: 15px;
}
/* Common styles */
#checkout .checkout-btn {
  padding: 18px 45px;
}
#checkout .expandable .expand {
  display: none;
}
#checkout .q {
  display: inline-block;
}
#checkout .overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -5px;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#checkout .checkout-content {
  position: relative;
  min-height: 653px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: min-height 1s;
  transition: min-height 1s;
}
#checkout .checkout-content .bootstrap-select .dropdown-toggle.btn {
  border: solid 1px #000;
}
#checkout .checkout-content .giftcert-code-holder h2,
#checkout .checkout-content .promo-code-holder h2 {
  position: relative;
}
#checkout .checkout-content .giftcert-code-holder .input-holder .row,
#checkout .checkout-content .promo-code-holder .input-holder .row {
  margin-bottom: 0;
}
#checkout .checkout-content .giftcert-code-holder .row .btn.btn-pink,
#checkout .checkout-content .promo-code-holder .row .btn.btn-pink {
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#checkout .checkout-content .giftcert-code-holder ul.removeable .disc-code,
#checkout .checkout-content .promo-code-holder ul.removeable .disc-code {
  background-color: #f1f1f1;
  color: #525252;
  cursor: pointer;
  font-size: 12px;
  float: left;
  margin: 0 15px 0 0;
  padding: 3px 9px;
  border-radius: 2px;
}
#checkout .checkout-content .giftcert-code-holder ul.removeable .disc-code .remove,
#checkout .checkout-content .promo-code-holder ul.removeable .disc-code .remove {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 0 -1px 9px;
  background: url('/static/common/img/close-x.png') no-repeat 0 -13px;
  background-size: 10px;
}
#checkout .checkout-content .giftcert-code-holder ul.removeable .disc-code:hover,
#checkout .checkout-content .promo-code-holder ul.removeable .disc-code:hover,
#checkout .checkout-content .giftcert-code-holder ul.removeable .disc-code:active,
#checkout .checkout-content .promo-code-holder ul.removeable .disc-code:active {
  background-color: #e1e1e1;
}
#checkout .checkout-content #sidebar .giftcert-code-holder .disc-code,
#checkout .checkout-content #sidebar .promo-code-holder .disc-code {
  background-color: #ffffff;
  font-size: 11px;
  padding: 2px 7px;
}
#checkout .checkout-content #sidebar .giftcert-code-holder .disc-code .remove,
#checkout .checkout-content #sidebar .promo-code-holder .disc-code .remove {
  height: 8px;
  width: 8px;
  background-position: -1px -14px;
}
#checkout .checkout-content #sidebar .giftcert-code-holder .disc-code:hover,
#checkout .checkout-content #sidebar .promo-code-holder .disc-code:hover,
#checkout .checkout-content #sidebar .giftcert-code-holder .disc-code:active,
#checkout .checkout-content #sidebar .promo-code-holder .disc-code:active {
  background-color: #f1f1f1;
}
#checkout .checkout-content #sidebar .overlay {
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
#checkout .checkout-content .main-content {
  margin-right: 307px;
}
#checkout .checkout-content .main-content h1 {
  font-size: 24px;
  margin: 30px 0 28px;
}
#checkout .checkout-content .main-content label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  cursor: auto;
}
#checkout .checkout-content .main-content label span.lower {
  text-transform: lowercase;
}
#checkout .checkout-content .main-content .checkout-alert {
  display: none;
  font-size: 15px;
  padding: 6px 10px;
  background-color: #ffcccc;
}
#checkout .checkout-content .main-content.shipping .checkout-alert,
#checkout .checkout-content .main-content.payment .checkout-alert,
#checkout .checkout-content .main-content.review .checkout-alert,
#checkout .checkout-content .main-content.shipping .cart-info,
#checkout .checkout-content .main-content.payment .cart-info,
#checkout .checkout-content .main-content.review .cart-info {
  margin-top: 15px;
  color: black;
  font-weight: 500;
}
#checkout .checkout-content .main-content .checkout-btn-holder small {
  margin-top: 15px;
}
#checkout .checkout-content .main-content .address-holder {
  position: relative;
}
#checkout .checkout-content .main-content .address-holder li.selected a {
  background-color: #000;
  color: #fff;
}
#checkout .checkout-content .main-content .address-holder .bootstrap-select {
  width: 100%;
}
#checkout .checkout-content .main-content .address-holder .bootstrap-select .dropdown-toggle.btn:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}
#checkout .checkout-content .main-content .address-holder .bootstrap-select button {
  height: 40px;
}
#checkout .checkout-content .main-content .cart-row {
  border-bottom: solid 1px #e1e1e1;
  color: #333;
  font-size: 14px;
  padding-bottom: 30px;
  position: relative;
}
#checkout .checkout-content .main-content .cart-row:last-child {
  border-bottom: none;
}
#checkout .checkout-content .main-content .cart-row .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 32px;
  padding: 25px 25px 25px 0;
}
#checkout .checkout-content .main-content .cart-row .col.col-desc .artist {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
#checkout .checkout-content .main-content .cart-row .col.col-desc .title-year-holder {
  line-height: 14px;
  overflow: hidden;
  padding-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#checkout .checkout-content .main-content .cart-row .col.col-desc .title,
#checkout .checkout-content .main-content .cart-row .col.col-desc .year {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#checkout .checkout-content .main-content .cart-row .col.col-desc .title {
  font-style: italic;
}
#checkout .checkout-content .main-content .cart-row .col.col-desc .medium {
  padding: 10px 0 0;
}
#checkout .checkout-content .main-content .cart-row .col .col-price .original-price {
  display: block;
  text-decoration: line-through;
  color: #ccc;
}
#checkout .checkout-content .main-content .cart-row .col .col-price .sale-price {
  display: block;
  color: #da0476;
}
#checkout .checkout-content .main-content .cart-row .col .col-remove {
  text-align: right;
  padding-right: 0;
}
#checkout .checkout-content .main-content .cart-row .col .col-remove .remove-item {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
#checkout .checkout-content .main-content .cart-row .col .ap-wrap {
  width: 36%;
  float: left;
  margin-top: 6%;
  margin-bottom: 20px;
}
#checkout .checkout-content .main-content .cart-row .note {
  float: none;
  display: block;
  padding: 7px 0 5px;
  border-top: solid 1px #e1e1e1;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 18px;
}
#checkout .checkout-content .main-content .cart-row .note strong {
  text-transform: uppercase;
  font-weight: bold;
}
#checkout .checkout-content .main-content .cart-row .note.error {
  border-top: none;
  background: #ffcccc;
  color: #000;
  padding: 0;
  margin-top: 5px;
}
#checkout .checkout-content .main-content .cart-row .note.error li {
  padding: 5px 10px;
}
#checkout .checkout-content .main-content .cart-row .note.soldout strong {
  color: #da0476;
}
#checkout .checkout-content .main-content .cart-row .note.soldout a {
  font-weight: bold;
  text-decoration: underline;
}
#checkout .checkout-content .main-content .cart-row .overlay {
  z-index: 10;
}
#checkout .checkout-content .main-content .checkbox-holder label {
  display: inline-block;
  text-transform: none;
  cursor: pointer;
}
#checkout .checkout-content .main-content label.gift-message-checkbox small {
  margin-left: 25px;
}
#checkout .checkout-content .main-content #giftmessage-form {
  display: none;
}
#checkout .checkout-content .main-content #giftmessage-form label {
  margin-bottom: 30px;
}
#checkout .checkout-content .main-content #giftmessage-form input,
#checkout .checkout-content .main-content #giftmessage-form textarea {
  display: none;
}
#checkout .checkout-content .main-content .form-holder .row {
  margin-bottom: 30px;
}
#checkout .checkout-content .main-content .form-holder .row label.error {
  background-color: #ffcccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 12px;
  padding: 4px 6px;
  margin-top: 1px;
  text-transform: none;
  width: 100%;
}
#checkout .checkout-content .main-content .form-holder .row.reduced-margin {
  margin-bottom: 10px;
}
#checkout .checkout-content .main-content .form-holder #shipping-form .add-new-address,
#checkout .checkout-content .main-content .form-holder #payment-form .add-new-address {
  line-height: 40px;
}
#checkout .checkout-content .main-content .form-holder #shipping-form .province-holder,
#checkout .checkout-content .main-content .form-holder #payment-form .province-holder {
  display: none;
}
#checkout .checkout-content .main-content .form-holder #shipping-form .checkout-alert,
#checkout .checkout-content .main-content .form-holder #payment-form .checkout-alert {
  margin-bottom: 15px;
  margin-top: -10px;
}
#checkout .checkout-content .main-content .review-text.giftmessage {
  margin-top: 25px;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper {
  position: relative;
  margin-bottom: 25px;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile {
  height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile .table-row {
  display: table-row;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile .table-cell {
  display: table-cell;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile .artwork-frame {
  background: 0;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile .work-tile-info {
  width: 100%;
  padding-top: 5px;
  vertical-align: bottom;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile .work-tile-info .price {
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .work-tile .work-tile-info .buy-now {
  float: right;
  margin: 0;
  padding: 5px 7px;
}
#checkout .checkout-content .cart-related-wrap .work-tile-wrapper .buy-btn-wrapper {
  height: 40px;
}
#checkout .checkout-content .cart-related-wrap .arrow {
  height: 0;
}
#checkout .checkout-content .cart-related-wrap .next {
  right: -10px;
}
#checkout .checkout-content .cart-related-wrap .groups-holder {
  position: relative;
  padding: 0 20px;
}
#checkout .checkout-content .cart-related-wrap .groups-holder.no-padding {
  padding: 0;
}
#checkout .checkout-content .cart-related-wrap .floater {
  float: left;
  height: 50%;
  width: 100%;
  margin-bottom: -50px;
}
#checkout .checkout-content .cart-related-wrap .arrow-img-holder {
  clear: both;
  height: 100px;
}
#checkout .checkout-content .cart-related-wrap .work-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
}
#checkout .checkout-content .cart-related-wrap .slider {
  width: 360%;
  position: relative;
  left: 0%;
  text-align: left;
  vertical-align: top;
}
#checkout .checkout-content .cart-related-wrap .slider .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 9%;
  margin-bottom: 20px;
}
#checkout .checkout-content .cart-related-wrap .slider .col img {
  width: 75%;
}
#checkout .checkout-content .cart-related-wrap .short-row {
  width: 105%;
  margin: 0 -15px;
  text-align: center;
  vertical-align: top;
}
#checkout .checkout-content .cart-related-wrap .short-row .col {
  width: 19.5%;
  vertical-align: top;
}
#checkout .bootstrap-select {
  margin-bottom: 0;
}
#checkout .bootstrap-select .bootstrap-select-searchbox input[type="text"] {
  height: 30px;
}
#checkout .bootstrap-select .filter-option {
  font-size: 12px;
}
#checkout #checkout-progress {
  position: relative;
  left: -17px;
}
#checkout #checkout-progress > div {
  /* Float these right to get z-indexes/stacking to work properly on mobile */
  float: right;
  width: 32.7%;
  height: 49px;
  position: relative;
}
#checkout #checkout-progress > div > a,
#checkout #checkout-progress > div > span {
  background: url('/static/checkout/img/checkout-button-sprite.png') #e1e1e1 0 0 repeat-x;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 49px;
  padding-left: 18px;
  text-align: center;
}
#checkout #checkout-progress > div > a:hover {
  background-position: 0 -60px;
}
#checkout #checkout-progress > div > a:hover .nub::before {
  background-position: 0 -57px;
}
#checkout #checkout-progress > div .nub {
  top: 0;
  right: -25px;
}
#checkout #checkout-progress > div .nub,
#checkout #checkout-progress > div .nub::before {
  background: url('/static/checkout/img/checkout-sprite.png') -45px -57px no-repeat;
  height: 49px;
  width: 37px;
  position: absolute;
}
#checkout #checkout-progress > div .nub::before {
  content: '';
  right: 5px;
  background-position: 0 0;
}
#checkout #checkout-progress > div .title {
  position: relative;
}
#checkout #checkout-progress > div.selected > a,
#checkout #checkout-progress > div.selected > span {
  background: #222;
  color: #fff;
}
#checkout #checkout-progress > div.selected .nub::before,
#checkout #checkout-progress > div.selected:hover .nub::before {
  background-position: -45px 0;
}
#checkout #footer.checkout-footer {
  border: none;
  padding-top: 20px;
  margin-bottom: 60px;
  position: relative;
  background-color: white;
}
#checkout #footer.checkout-footer .container {
  border: solid 1px #000;
  color: black;
  font-size: 14px;
  padding: 20px;
}
#checkout #footer.checkout-footer .container h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#checkout #footer.checkout-footer .container [class*="col"] {
  padding-right: 2%;
}
#checkout #footer.checkout-footer .container .questions {
  min-height: 0;
  padding-top: 10px;
}
#checkout #footer.checkout-footer .overlay {
  z-index: 1;
}
#checkout #header-enclosed {
  font-size: 14px;
  line-height: 20px;
  margin-top: 26px;
  margin-bottom: 26px;
}
#checkout #header-enclosed.cart {
  display: none;
}
#checkout #header-enclosed .logo {
  margin-top: 4px;
}
#checkout #header-enclosed .pull-right {
  text-align: right;
}
#checkout #header-enclosed .continue-shopping {
  font-size: 15px;
  margin-top: 28px;
  text-transform: uppercase;
}
#checkout #header-enclosed .continue-shopping a {
  color: #a10357;
}
#checkout #header-enclosed .continue-shopping .caret {
  border-width: 5px;
  border-color: transparent #a10357 transparent transparent;
  border-style: solid;
  margin: 5px 2px 0 -5px;
}
#checkout #header-enclosed .mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  padding: 10px;
}
#checkout #header-enclosed .mobile-header .logo img {
  height: 23px;
}
#checkout #header-enclosed .mobile-header .checkout-btn {
  height: 30px;
  padding: 0 16px;
  line-height: 30px;
}
#checkout #sidebar-holder {
  height: 100%;
}
#checkout #sidebar-holder.scroll {
  position: fixed;
  top: 15px;
}
#checkout #sidebar-holder.scroll #sidebar {
  left: 0;
  right: auto;
}
#checkout #sidebar-holder.bottom {
  position: absolute;
  top: 0;
}
#checkout #sidebar-holder.bottom #sidebar {
  top: auto;
  bottom: 0;
}
#checkout #sidebar {
  width: 280px;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 1px 2px 3px 0 #cccccc;
  box-shadow: 1px 2px 3px 0 #cccccc;
}
#checkout #sidebar h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 35px 15px;
  text-transform: uppercase;
}
#checkout #sidebar small {
  color: #666;
  display: block;
  font-size: 12px;
}
#checkout #sidebar input[type="text"] {
  height: 34px;
  padding: 10px;
}
#checkout #sidebar #promo-form,
#checkout #sidebar #estimate_shipping_form {
  position: relative;
}
#checkout #sidebar #promo-form label.error,
#checkout #sidebar #estimate_shipping_form label.error {
  position: absolute;
  bottom: -2px;
  left: 0;
  font-size: 11px;
  line-height: 12px;
}
#checkout #sidebar #promo-form input[type="text"],
#checkout #sidebar #estimate_shipping_form input[type="text"] {
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkout #sidebar #promo-form input[type="text"].error,
#checkout #sidebar #estimate_shipping_form input[type="text"].error {
  margin-bottom: 15px;
}
#checkout #sidebar #promo-form .zip-holder,
#checkout #sidebar #estimate_shipping_form .zip-holder {
  display: none;
}
#checkout #sidebar .summary {
  padding: 0 15px;
  color: #666;
}
#checkout #sidebar .summary li {
  border-top: solid 1px #e1e1e1;
  padding: 8px 0;
}
#checkout #sidebar .summary li > div {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #666;
}
#checkout #sidebar .summary li > div:before,
#checkout #sidebar .summary li > div:after {
  content: " ";
  display: table;
}
#checkout #sidebar .summary li > div:after {
  clear: both;
}
#checkout #sidebar .summary li.changed > div {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #da0476;
}
#checkout #sidebar .summary li#discount,
#checkout #sidebar .summary li#gift_cert {
  display: none;
}
#checkout #sidebar .s-and-h,
#checkout #sidebar .codes {
  padding: 11px 15px 15px;
  background-color: #e1e1e1;
  border-top: solid 1px #fff;
}
#checkout #sidebar .s-and-h h3,
#checkout #sidebar .codes h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin-bottom: 8px;
  line-height: 18px;
}
#checkout #sidebar .s-and-h small,
#checkout #sidebar .codes small {
  margin-top: 10px;
}
#checkout #sidebar .s-and-h .input-holder input[type="text"],
#checkout #sidebar .codes .input-holder input[type="text"] {
  width: 66%;
}
#checkout #sidebar .s-and-h .input-holder .btn,
#checkout #sidebar .codes .input-holder .btn {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkout #sidebar .s-and-h .bootstrap-select .dropdown-menu.inner {
  padding-bottom: 40px;
}
#checkout #sidebar .s-and-h .zip-holder {
  margin-top: 15px;
}
#checkout #sidebar .s-and-h .zip-holder label.error {
  position: absolute;
  bottom: -2px;
  left: 0;
  font-size: 11px;
  line-height: 12px;
}
#checkout #sidebar .s-and-h .zip-holder input[type="text"].error {
  margin-bottom: 15px;
}
#checkout #sidebar .total {
  color: #000;
  font-size: 18px;
  padding: 11px 15px 10px;
  text-transform: uppercase;
  border-bottom: 4px black solid;
  border-top: 2px black solid;
}
#checkout #sidebar .total .price {
  font-weight: 500;
}
#checkout #sidebar .total .total-details {
  display: none;
  cursor: pointer;
}
#checkout #sidebar .total-details-info {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 15px 15px;
  display: none;
}
#checkout #sidebar .checkout-btn-holder {
  padding: 38px 15px;
}
#checkout #sidebar .checkout-btn-holder .checkout-btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
}
#checkout #sidebar .checkout-btn-holder small {
  margin-top: 15px;
  line-height: 16px;
}
#checkout #sidebar .checkout-btn-holder .submit-description-box .edit {
  display: none;
}
#checkout #sidebar .checkout-btn-holder.editing .submit-description-box .edit {
  display: block;
}
#checkout #sidebar .checkout-btn-holder.editing .submit-description-box .review {
  display: none;
}
#checkout #sidebar .paypal-cart-holder {
  text-align: center;
  position: relative;
}
#checkout #sidebar .paypal-cart-holder .paypal-or {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
}
#checkout #sidebar .paypal-cart-holder .paypal-btn {
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  background: url('/static/checkout/img/paypal-cart-button.png') no-repeat;
  background-position: 0 0;
  height: 33px;
  width: 248px;
}
#checkout #sidebar .paypal-cart-holder .paypal-btn:hover,
#checkout #sidebar .paypal-cart-holder .paypal-btn:active,
#checkout #sidebar .paypal-cart-holder .paypal-btn.active {
  background-position: 0 -36px;
}
#checkout .checkout-content.logged-out .login-holder,
#checkout .checkout-content.logged-out .join-holder {
  display: block;
}
#checkout .checkout-content.logged-out .login-holder {
  display: block;
}
#checkout .checkout-content.logged-out .address-holder .overlay {
  display: block;
}
#checkout .checkout-content .login-holder,
#checkout .checkout-content .join-holder {
  display: none;
}
#checkout .checkout-content .login-holder > form,
#checkout .checkout-content .join-holder > form {
  margin: 0 auto;
  width: 70%;
}
#checkout .checkout-content .login-holder .error-holder,
#checkout .checkout-content .join-holder .error-holder {
  color: red;
  text-align: left;
}
#checkout .checkout-content .login-holder label.error,
#checkout .checkout-content .join-holder label.error {
  font-size: 12px;
  position: absolute;
  top: 90%;
  text-align: left;
  text-transform: none;
}
#checkout .checkout-content #inpage_signin {
  max-height: 700px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: max-height 1.5s;
  transition: max-height 1.5s;
}
#checkout .checkout-content #inpage_signin.closed {
  max-height: 0;
  -webkit-transition: max-height 0.75s;
  transition: max-height 0.75s;
}
#checkout .checkout-content #inpage_signin h1 {
  font-size: 30px;
  margin-bottom: 17px;
}
#checkout .checkout-content #inpage_signin p {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 26px;
}
#checkout .checkout-content #inpage_signin p a {
  border-bottom: solid 1px #000;
  display: inline-block;
  line-height: 19px;
}
#checkout .checkout-content #inpage_signin p a:hover {
  border-bottom: solid 1px #da0476;
}
#checkout .checkout-content #inpage_signin .input-holder {
  position: relative;
}
#checkout .checkout-content #inpage_signin .input-holder:first-child {
  padding-right: 1.5%;
}
#checkout .checkout-content #inpage_signin .input-holder:last-child {
  padding-left: 1.5%;
}
#checkout .checkout-content #inpage_signin .input-holder .signin-switch,
#checkout .checkout-content #inpage_signin .input-holder .join-switch {
  display: inline;
}
#checkout .checkout-content #inpage_signin .checkbox-holder {
  text-align: left;
}
#checkout .checkout-content #inpage_signin .checkbox-holder label {
  font-size: 12px;
}
#checkout .checkout-content #inpage_signin .submit-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}
#checkout .checkout-content #inpage_signin .submit-holder .btn.btn-pink {
  height: 40px;
  width: 100%;
}
#checkout .checkout-content #inpage_signin .submit-holder .loader {
  display: none;
  margin: 4px auto;
}
#checkout .checkout-content #inpage_signin .submit-holder.loading .loader {
  display: block;
}
#checkout .checkout-content #inpage_signin .submit-holder.loading .btn.btn-pink {
  display: none;
}
#checkout .checkout-content #inpage_signin .forgot-pass {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 30px;
  position: relative;
}
#checkout .checkout-content #inpage_signin .forgot-pass a {
  text-decoration: underline;
}
#checkout .checkout-content #inpage_signin .new-user,
#checkout .checkout-content #inpage_signin .existing-user {
  float: left;
}
#checkout .checkout-content #inpage_signin .input-holder label {
  line-height: 18px;
  margin-top: 6px;
}
#checkout .checkout-content #inpage_signin .f-radio {
  margin-bottom: 15px;
}
#checkout .checkout-content #inpage_signin .f-email {
  margin-bottom: 20px;
}
#checkout .checkout-content #inpage_signin .f-pass {
  margin-bottom: 20px;
}
#checkout .checkout-content #inpage_signin .f-terms {
  margin-bottom: 15px;
}
#checkout .checkout-content #inpage_signin .f-terms .checkbox-label {
  margin-left: -66px;
  padding-right: 4px;
}
#checkout .checkout-content #inpage_signin .f-terms .checkbox-label .error {
  margin-top: unset;
  margin-left: 53px;
}
#checkout .checkout-content #inpage_signin .f-terms .checkbox-label #join-terms.error {
  margin-left: 0;
}
#checkout .checkout-content #inpage_signin .hide-terms {
  visibility: hidden;
}
/* Cart */
#checkout .checkout-content.empty {
  min-height: 300px;
}
#checkout .checkout-content.empty .hide-empty-cart {
  display: none !important;
}
#checkout .checkout-content.empty .main-content.cart .cart-row.headings {
  display: none;
}
#checkout .checkout-content.empty .main-content.cart .cart-row.empty {
  display: block;
  padding-left: 10px;
}
#checkout .checkout-content .main-content.cart h1 {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
#checkout .checkout-content .main-content.cart .cart-row.headings {
  padding: 0;
}
#checkout .checkout-content .main-content.cart .cart-row.headings .col {
  padding: 0;
}
#checkout .checkout-content .main-content.cart .cart-row.empty {
  display: none;
  font-size: 18px;
  margin: 30px 0;
}
#checkout .checkout-content .main-content.cart .cart-row.empty a {
  text-decoration: underline;
}
#checkout .checkout-content .main-content.cart .cart-row.loading .overlay {
  display: block;
}
#checkout .checkout-content .main-content.cart .cart-row h2 {
  font-size: 12px;
  font-weight: 300;
  margin: 12px 0;
  text-transform: uppercase;
  line-height: 8px;
}
#checkout .checkout-content .main-content.cart .cart-row .overlay {
  display: none;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-img {
  width: 18%;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-details-holder {
  width: 82%;
  padding: 0;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-desc {
  width: 40%;
  position: relative;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-price {
  width: 16%;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-qty {
  width: 19%;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-qty .qty-holder {
  width: 66px;
  margin-top: -5px;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-remove {
  width: 9%;
  margin-right: 0;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-total {
  width: 16%;
}
#checkout .checkout-content .main-content.cart .cart-row .col.col-soldout {
  width: 35%;
  font-size: 15px;
}
#checkout .checkout-content .main-content.cart .cart-row .frame-holder .bootstrap-select {
  margin-top: 25px;
  text-transform: capitalize;
  width: 100%;
}
#checkout .checkout-content .main-content.cart .cart-row .frame-holder .bootstrap-select .filter-option {
  text-transform: capitalize;
}
#checkout .checkout-content .cc-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#checkout .checkout-content .cc-icon .color,
#checkout .checkout-content .cc-icon .bw {
  position: absolute;
  top: 0;
  left: 0;
  background: url('/static/checkout/img/checkout-sprite.png') no-repeat;
}
#checkout .checkout-content .cc-icon.ae,
#checkout .checkout-content .cc-icon.ae .color,
#checkout .checkout-content .cc-icon.ae .bw {
  height: 21px;
  width: 22px;
}
#checkout .checkout-content .cc-icon.ae .color,
#checkout .checkout-content .cc-icon.ae .bw {
  background-position: -4px -113px;
}
#checkout .checkout-content .cc-icon.ae .bw {
  background-position: -4px -145px;
}
#checkout .checkout-content .cc-icon.vi {
  margin-top: 6px;
}
#checkout .checkout-content .cc-icon.vi,
#checkout .checkout-content .cc-icon.vi .color,
#checkout .checkout-content .cc-icon.vi .bw {
  height: 10px;
  width: 30px;
}
#checkout .checkout-content .cc-icon.vi .color,
#checkout .checkout-content .cc-icon.vi .bw {
  background-position: -4px -176px;
}
#checkout .checkout-content .cc-icon.vi .bw {
  background-position: -4px -208px;
}
#checkout .checkout-content .cc-icon.mc,
#checkout .checkout-content .cc-icon.mc .color,
#checkout .checkout-content .cc-icon.mc .bw {
  height: 22px;
  width: 36px;
}
#checkout .checkout-content .cc-icon.mc .color,
#checkout .checkout-content .cc-icon.mc .bw {
  background-position: -4px -229px;
}
#checkout .checkout-content .cc-icon.mc .bw {
  background-position: -4px -261px;
}
#checkout .checkout-content .cc-icon.di {
  margin-top: 1px;
}
#checkout .checkout-content .cc-icon.di,
#checkout .checkout-content .cc-icon.di .color,
#checkout .checkout-content .cc-icon.di .bw {
  height: 20px;
  width: 59px;
}
#checkout .checkout-content .cc-icon.di .color,
#checkout .checkout-content .cc-icon.di .bw {
  background-position: -8px -299px;
}
#checkout .checkout-content .cc-icon.di .bw {
  background-position: -8px -331px;
}
#checkout .checkout-content .bootstrap-select .cc-icon {
  margin: 0 7px 0 0;
}
/* Payment */
#checkout .checkout-content .main-content.payment #payment_info-alert {
  position: relative;
  top: -22px;
}
#checkout .checkout-content .main-content.payment #payment-form .review-section.use-shipping-address .saved-address-holder,
#checkout .checkout-content .main-content.payment #payment-form .review-section.use-shipping-address .address-fields-holder {
  display: none !important;
}
#checkout .checkout-content .main-content.payment #payment-form .review-section.use-shipping-address div.review {
  display: block;
}
#checkout .checkout-content .main-content #payment-form .checkbox-holder {
  margin-bottom: 20px;
}
#checkout .checkout-content .main-content #payment-form .checkbox-holder.default-address-holder {
  margin-bottom: 0;
}
#checkout .checkout-content .main-content #payment-form .saved-address-holder {
  display: none;
}
#checkout .checkout-content .main-content #payment-form .review-section .review-text {
  margin-bottom: 40px;
}
#checkout .checkout-content .main-content #payment-form .review-section .review-text.giftcert {
  display: none;
}
#checkout .checkout-content .main-content .billing-info-holder {
  /* Percentages are home-grown bootstrap,
          correct proportions couldn't be achieved with spans */
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder,
#checkout .checkout-content .main-content .billing-info-holder .exp-holder,
#checkout .checkout-content .main-content .billing-info-holder .cvc-holder {
  position: relative;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder:first-child,
#checkout .checkout-content .main-content .billing-info-holder .exp-holder:first-child,
#checkout .checkout-content .main-content .billing-info-holder .cvc-holder:first-child {
  margin-left: 0;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder label.error {
  top: 140%;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .card-logos {
  margin-top: 15px;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .ae,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .vi,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .mc,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .di {
  float: left;
  position: relative;
  margin-right: 12px;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .ae:last-child,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .vi:last-child,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .mc:last-child,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .di:last-child {
  margin-right: 0;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .ae.active .color,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .vi.active .color,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .mc.active .color,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .di.active .color {
  opacity: 1;
}
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .ae .color,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .vi .color,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .mc .color,
#checkout .checkout-content .main-content .billing-info-holder .cc-num-holder .di .color {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
#checkout .checkout-content .main-content .billing-info-holder .exp-holder label.error,
#checkout .checkout-content .main-content .billing-info-holder .cvc-holder label.error {
  top: 106%;
}
#checkout .checkout-content .main-content .billing-info-holder .cvc-label {
  margin-top: -3px;
}
#checkout .checkout-content .main-content .billing-info-holder .q {
  position: relative;
}
#checkout .checkout-content .main-content .billing-info-holder .q.open .blurb,
#checkout .checkout-content .main-content .billing-info-holder .q.open #cvc-info {
  display: block;
}
#checkout .checkout-content .main-content .billing-info-holder .q .blurb,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info {
  display: none;
  position: absolute;
  bottom: 32px;
  left: -81px;
  z-index: 100;
  padding: 10px 10px 7px;
  background-color: #fff;
  border: solid 1px #000;
  line-height: 18px;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 2px 0 #ccc;
  box-shadow: 1px 1px 2px 0 #ccc;
}
#checkout .checkout-content .main-content .billing-info-holder .q .blurb .nub,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info .nub {
  height: 10px;
  width: 16px;
  background: url('/static/checkout/img/checkout-sprite.png') -22px -361px no-repeat;
  position: absolute;
  bottom: -10px;
  left: 79px;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info {
  left: -82px;
  width: 226px;
  height: 92px;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info:before,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info:after {
  content: " ";
  display: table;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info:after {
  clear: both;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.ae,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.vi,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.mc,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.di {
  width: 117px;
  left: -52px;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.ae .nub,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.vi .nub,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.mc .nub,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.di .nub {
  left: 49px;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.ae .amex-info {
  padding-right: 0;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.ae .other-info {
  display: none;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.vi .amex-info,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.mc .amex-info,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info.di .amex-info {
  display: none;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info .amex-info,
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info .other-info {
  float: left;
  background: url('/static/checkout/img/checkout-sprite.png') no-repeat;
  height: 74px;
  width: 97px;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info .amex-info {
  background-position: -5px -378px;
  padding-right: 10px;
}
#checkout .checkout-content .main-content .billing-info-holder .q #cvc-info .other-info {
  background-position: -5px -465px;
}
#checkout .checkout-content .main-content .billing-info-holder.max-cards .cc-form-holder {
  display: none;
}
#checkout .checkout-content .main-content .billing-info-holder.max-cards .max-cards-message {
  display: block;
}
#checkout .checkout-content .main-content .billing-info-holder .max-cards-message {
  background-color: #ffcccc;
  display: none;
  margin-bottom: 15px;
  padding: 5px 10px;
}
#checkout .checkout-content .main-content .billing-info-holder .max-cards-message a {
  color: #da0476;
}
#checkout .checkout-content .main-content .giftcert-holder h2,
#checkout .checkout-content .main-content .promo-holder h2 {
  position: relative;
}
#checkout .checkout-content .main-content .giftcert-holder small,
#checkout .checkout-content .main-content .promo-holder small {
  margin: 12px 0;
}
#checkout .checkout-content .main-content .giftcert-holder .input-holder .row,
#checkout .checkout-content .main-content .promo-holder .input-holder .row {
  margin-bottom: 0;
}
#checkout .checkout-content .main-content .giftcert-holder .row .btn.btn-pink,
#checkout .checkout-content .main-content .promo-holder .row .btn.btn-pink {
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#checkout .checkout-content .main-content .paypal-holder-payment {
  text-align: center;
}
#checkout .checkout-content .main-content .paypal-holder-payment .paypal-or {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 30px;
}
#checkout .checkout-content .main-content .paypal-holder-payment .paypal-btn {
  display: block;
  vertical-align: middle;
  background: url('/static/checkout/img/paypal-cart-button.png') no-repeat;
  background-position: 0 0;
  height: 33px;
  width: 248px;
}
#checkout .checkout-content .main-content .paypal-holder-payment .paypal-btn:hover,
#checkout .checkout-content .main-content .paypal-holder-payment .paypal-btn:active,
#checkout .checkout-content .main-content .paypal-holder-payment .paypal-btn.active {
  background-position: 0 -36px;
}
#checkout .checkout-content .main-content .paypal-holder-payment .paypal-btn.has-cards {
  margin: 0 auto;
}
#checkout .checkout-content .main-content .paypal-holder-payment.no-cards {
  padding: 10px 0 0 0;
  text-align: left !important;
}
#checkout .checkout-content .main-content .payment-checkouts label {
  cursor: pointer;
}
#checkout .checkout-content .main-content .payment-checkouts .paypal-checkout-icon {
  width: 75px;
  margin-top: -4px;
}
#checkout .checkout-content .main-content .payment-checkouts .affirm-checkout-icon {
  width: 42px;
  margin-top: -6px;
}
/* Review */
#checkout .checkout-content .main-content.review hr {
  margin: 34px 0 40px;
}
#checkout .checkout-content .main-content.review .address-holder {
  font-size: 14px;
  position: relative;
}
#checkout .checkout-content .main-content.review .address-holder .card {
  margin-bottom: 15px;
}
#checkout .checkout-content .main-content.review .product-info {
  margin-bottom: 25px;
}
#checkout .checkout-content .main-content.review .edit-link {
  color: #da0476;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 54px;
}
#checkout .checkout-content .main-content.review .edit-link.disable {
  color: #ccc;
  cursor: default;
}
#checkout .checkout-content .main-content.review .checkout-alert#shipping_address-alert,
#checkout .checkout-content .main-content.review .checkout-alert#payment_info-alert {
  margin-bottom: 20px;
}
#checkout .checkout-content .main-content.review .review h2 {
  padding-top: 20px;
}
#checkout .checkout-content .main-content.review .cart-holder .note {
  margin-top: 20px;
}
#checkout .checkout-content .main-content.review .cart-holder .cart-row {
  position: relative;
}
#checkout .checkout-content .main-content.review .cart-holder .cart-row .col.col-img {
  width: 20%;
}
#checkout .checkout-content .main-content.review .cart-holder .cart-row .col.col-desc {
  width: 80%;
  padding-right: 0;
}
#checkout .checkout-content .main-content.review .cart-holder .cart-row .col.col-desc .medium {
  padding-bottom: 0;
}
#checkout .checkout-content .main-content.review .cart-holder .cart-row .col.col-desc .size {
  padding-bottom: 15px;
}
#checkout .checkout-content .main-content.review .cart-holder .cart-row .edit-link {
  top: 25px;
}
#checkout #onestep.checkout-content .main-content h1 {
  background-color: #e1e1e1;
  padding: 13px;
}
#checkout .checkout-content .payment .review-section,
#checkout #review.checkout-content .review-section {
  position: relative;
}
#checkout .checkout-content .payment .review-section > div.edit,
#checkout #review.checkout-content .review-section > div.edit {
  display: none;
}
#checkout .checkout-content .payment .review-section .edit-description,
#checkout #review.checkout-content .review-section .edit-description {
  font-size: 14px;
  font-weight: initial;
  text-transform: none;
  display: none;
}
#checkout .checkout-content .payment .review-section.editing > div.edit,
#checkout #review.checkout-content .review-section.editing > div.edit {
  display: block;
}
#checkout .checkout-content .payment .review-section.editing > div.review,
#checkout #review.checkout-content .review-section.editing > div.review {
  display: none;
}
#checkout .checkout-content .payment .review-section.editing .edit-description,
#checkout #review.checkout-content .review-section.editing .edit-description {
  display: inline-block;
}
#checkout .container.order-confirmation hr {
  border-bottom: solid 4px #000;
}
#checkout .container.order-confirmation .shareLink {
  margin-right: 16px;
}
#checkout .container.order-confirmation .thank-you {
  border-bottom: solid 1px #e1e1e1;
  padding: 30px 0 50px;
  text-align: center;
}
#checkout .container.order-confirmation .thank-you a {
  color: #da0476;
}
#checkout .container.order-confirmation .thank-you h1 {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  font-style: italic;
  line-height: 46px;
  text-transform: none;
}
#checkout .container.order-confirmation .thank-you h2 {
  font-size: 24px;
  line-height: 28px;
}
#checkout .container.order-confirmation .thank-you p {
  font-size: 18px;
  line-height: 24px;
}
#checkout .container.order-confirmation .thank-you .print-button-holder {
  margin: 30px 0 0;
}
#checkout .container.order-confirmation .thank-you .view-order-link {
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}
#checkout .container.order-confirmation .thank-you .view-order-link .caret {
  border-width: 5px;
  border-color: transparent transparent transparent #da0476;
  border-style: solid;
  margin: 6px 0 0 0;
}
#checkout .container.order-confirmation .purchased-works .artist {
  font-size: 15px;
  text-transform: uppercase;
}
#checkout .container.order-confirmation .purchased-works .title,
#checkout .container.order-confirmation .purchased-works .year {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#checkout .container.order-confirmation .purchased-works .title {
  font-style: italic;
  overflow: hidden;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#checkout .container.order-confirmation .purchased-works .price {
  font-weight: bold;
  padding-bottom: 5px;
}
#checkout .container.order-confirmation .purchased-works {
  border-bottom: 1px solid #E1E1E1;
}
#checkout .container.order-confirmation .purchased-works,
#checkout .container.order-confirmation .suggested-works {
  padding-bottom: 46px;
}
#checkout .container.order-confirmation .purchased-works h2,
#checkout .container.order-confirmation .suggested-works h2 {
  font-size: 22px;
  margin: 0;
  padding: 20px 0 14px;
}
#checkout .container.order-confirmation .purchased-works .sub-title,
#checkout .container.order-confirmation .suggested-works .sub-title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
#checkout .container.order-confirmation .purchased-works .desc,
#checkout .container.order-confirmation .suggested-works .desc {
  padding-top: 10px;
}
#checkout .container.order-confirmation .purchased-works .social,
#checkout .container.order-confirmation .suggested-works .social {
  margin-top: 5px;
}
#checkout .container.order-confirmation .purchased-works .work-holder,
#checkout .container.order-confirmation .suggested-works .work-holder {
  margin-bottom: 20px;
}
#checkout .checkout-content .buy-now {
  float: left;
  margin-top: 10px;
}
#checkout .checkout-content .related-products-container {
  position: relative;
  padding-top: 75px;
}
#checkout .checkout-content .related-products-container h2 {
  margin-bottom: 13px;
}
#checkout .checkout-content .related-products-container h2 .no-transform {
  font-weight: normal;
  text-transform: none;
}
#checkout .checkout-content h2 {
  font-weight: bold;
}
.arrow {
  position: relative;
  height: 70px;
  width: 20px;
  margin: 0 15px;
  top: 57px;
  margin-left: 10px;
}
.arrow .caret {
  border: solid 16px transparent;
  height: 0;
  position: absolute;
  top: 72%;
  margin-top: -16px;
}
.arrow .caret:after {
  border: solid 16px transparent;
  content: '';
  position: absolute;
  top: -16px;
}
.prev {
  left: 0;
  border-left: none;
  padding-right: 20px;
}
.prev:hover .work {
  margin-left: 15px;
}
.prev .arrow-img-holder {
  float: left;
}
.prev .arrow-img-holder > div {
  float: left;
}
.prev .hover:hover {
  cursor: pointer;
}
.prev .arrow {
  margin-right: 0;
}
.prev .arrow .caret {
  border-right: solid 16px #000;
  margin-left: -40px;
  left: 50%;
}
.prev .arrow .caret:after {
  border-right: solid 16px #fff;
  right: -18px;
}
.prev .work-img {
  float: right;
  padding-left: 20px;
}
.prev .work {
  float: right;
}
.next {
  right: 0;
  border-right: none;
  padding-left: 20px;
}
.next:hover .work {
  margin-right: 15px;
}
.next .arrow-img-holder {
  float: right;
}
.next .arrow-img-holder > div {
  float: right;
}
.next .hover:hover {
  cursor: pointer;
}
.next .arrow {
  margin-left: 0;
}
.next .arrow .caret {
  border-left: solid 16px #000;
  right: 50%;
  margin-right: -40px;
}
.next .arrow .caret:after {
  border-left: solid 16px #fff;
  left: -18px;
}
.next .work-img {
  float: left;
  padding-right: 20px;
}
.next .work {
  float: left;
}
@media (min-width: 768px) {
  .q {
    background: url('/static/checkout/img/checkout-sprite.png') no-repeat -2px -356px;
    height: 14px;
    width: 13px;
  }
  .q:hover .blurb,
  .q:hover #cvc-info {
    display: block !important;
  }
  .q .whats-this {
    display: none;
  }
}
@media (min-width: 992px) {
  .order-item {
    padding-left: 170px;
  }
  .order-item > a {
    display: block;
  }
  .order-item .artwork-frame {
    float: left;
    width: 150px;
    margin-left: -170px;
  }
  #checkout .container.order-confirmation .purchased-works .desc {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #checkout .checkout-content .main-content .thumbnails {
    margin-left: 0;
  }
  #checkout .checkout-content .main-content .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  #checkout .checkout-content .main-content .q {
    background: none;
  }
  #checkout .checkout-content .main-content .whats-this {
    font-size: 10px;
    width: 63px;
  }
  #checkout .checkout-content .main-content .card-logos {
    margin-bottom: 10px;
    width: 215px;
  }
  #checkout .checkout-content .main-content #inpage_signin .submit-holder .btn.btn-pink {
    height: 71px;
  }
  /* Cart */
  #checkout .checkout-content .main-content.review.col-img {
    width: 32%;
  }
  #checkout .checkout-content .main-content.review.col-desc {
    width: 68%;
  }
  #checkout .checkout-content .main-content .headings {
    display: none;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-img {
    width: 32%;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder {
    width: 68%;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .col-desc {
    width: 50%;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .col-price {
    display: none;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .qty-holder {
    margin-top: 0;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .col-total {
    width: 30%;
    text-align: right;
    padding-right: 0;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .col-remove {
    float: none;
    width: 100%;
    text-align: right;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .ap-wrap {
    width: 36%;
    float: left;
    margin-top: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #checkout .checkout-content #inpage_signin .submit-holder .btn.btn-pink {
    height: 50px;
  }
  #checkout #cart-items-holder .cart-row .ap-wrap {
    margin-top: 8%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  #checkout .checkout-content #inpage_signin .f-radio .input-holder:last-child {
    margin-left: 6%;
  }
}
@media (max-width: 991px) {
  /* common */
  #checkout {
    padding: 0;
  }
  #checkout .checkout-content #inpage_signin .submit-holder .btn.btn-pink {
    height: 50px;
  }
  #checkout .checkout-content .main-content h1,
  #checkout .checkout-content .main-content h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 20px;
  }
  #checkout .checkout-content .main-content h2 {
    margin-bottom: 12px;
  }
  #checkout .checkout-content .main-content hr {
    margin-bottom: 30px;
  }
  #checkout .checkout-content .main-content label {
    font-size: 12px;
  }
  #checkout .checkout-content .main-content .input-holder label {
    top: -1px;
    position: relative;
  }
  #checkout .checkout-content .main-content .form-holder .row {
    margin-bottom: 0;
  }
  #checkout .checkout-content .main-content .form-holder [class*="col"] {
    margin-bottom: 18px;
  }
  #checkout .checkout-content .main-content .form-holder .checkbox-holder label {
    font-size: 14px;
  }
  #checkout .checkout-content .main-content .form-holder #shipping-form .add-new-address,
  #checkout .checkout-content .main-content .form-holder #payment-form .add-new-address {
    display: none;
  }
  #checkout .checkout-content .main-content .billing-info-holder .cc-num-holder,
  #checkout .checkout-content .main-content .billing-info-holder .exp-holder,
  #checkout .checkout-content .main-content .billing-info-holder .cvc-holder {
    float: none;
    width: 100% !important;
    margin: 0 0 15px;
  }
  #checkout .checkout-content .main-content .billing-info-holder .cvc-holder {
    top: 3px;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label {
    position: relative;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q {
    position: static;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q #cvc-info {
    left: 0;
    height: auto;
    padding: 15px 17px 10px;
    width: 100%;
    bottom: 25px;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q #cvc-info .other-info {
    float: right;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q #cvc-info .nub {
    left: 26px;
  }
  #checkout .checkout-content .main-content .paypal-holder-payment.no-cards {
    padding: 0;
  }
  /* Header */
  #checkout #header-enclosed {
    margin: 15px 0;
  }
  #checkout #header-enclosed .fixed-header-space {
    padding-bottom: 50px;
    margin: 0;
  }
  #checkout #header-enclosed .continue-shopping {
    font-size: 14px;
    padding: 0 10px;
    margin: 20px 0;
  }
  /* Progress Bar */
  #checkout #checkout-progress > div {
    width: 31.7%;
  }
  #checkout #checkout-progress > div > a,
  #checkout #checkout-progress > div > span {
    font-size: 14px;
  }
  #checkout .checkout-content .main-content.shipping,
  #checkout .checkout-content .main-content.payment,
  #checkout .checkout-content .main-content.review {
    padding: 0 10px;
  }
  /* Cart */
  #checkout .checkout-content .main-content.review .cart-holder .cart-row .col.col-img {
    width: 32%;
  }
  #checkout .checkout-content .main-content.review .cart-holder .cart-row .col.col-desc {
    width: 68%;
  }
  #checkout .checkout-content .expandable .expand {
    display: block !important;
    border: 1px solid #000;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #checkout .checkout-content .expandable .expand .switch {
    background: #000;
    height: 1px;
    left: 2px;
    position: absolute;
    top: 6px;
    width: 9px;
  }
  #checkout .checkout-content .expandable.closed .content {
    display: none;
  }
  #checkout .checkout-content .expandable.closed .expand .switch:after {
    background: #000;
    width: 1px;
    height: 9px;
    position: absolute;
    left: 4px;
    top: -4px;
    content: '';
  }
  /* Payment */
  #checkout .checkout-content .main-content.payment {
    padding: 0 10px;
  }
  #checkout .checkout-content .main-content.payment .btn.btn-pink {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #checkout .checkout-content .main-content.payment .giftcert-code-holder,
  #checkout .checkout-content .main-content.payment .promo-code-holder {
    margin-bottom: 25px;
  }
  #checkout .checkout-content .main-content.payment .expandable.closed h2 {
    margin-bottom: 30px;
  }
  #checkout .checkout-content .billing-info-holder .q .whats-this {
    display: inline-block;
    color: #da0476;
    text-decoration: underline;
    text-transform: none;
  }
  /* Review */
  #checkout #review.checkout-content .main-content.review .review-section.giftcert-holder.expandable > .edit {
    display: block;
  }
  #checkout #review.checkout-content .main-content.review .review-section.giftcert-holder.expandable > .review {
    display: none;
  }
  #checkout #review.checkout-content .main-content.review .review-section.giftcert-holder.expandable.closed > .edit,
  #checkout #review.checkout-content .main-content.review .review-section.giftcert-holder.expandable.closed > .review {
    display: none;
  }
  #checkout #review.checkout-content .main-content.review .edit-link {
    right: 0;
  }
}
@media (max-width: 767px) {
  /* Common */
  #checkout {
    padding: 0;
  }
  #checkout #header {
    display: none;
  }
  #checkout #header-promo {
    margin-top: 46px;
    margin-bottom: 0;
  }
  #checkout #header-enclosed {
    margin: 0;
  }
  #checkout #header-enclosed.cart {
    display: block;
  }
  #checkout .checkout-content {
    min-height: 0;
  }
  #checkout .checkout-content #sidebar .overlay {
    position: relative;
  }
  #checkout .checkout-content #inpage_signin .input-holder,
  #checkout .checkout-content #inpage_join .input-holder {
    padding-left: 5px;
  }
  #checkout .checkout-content #inpage_signin .f-radio .input-holder,
  #checkout .checkout-content #inpage_join .f-radio .input-holder {
    margin-left: 37px;
    float: left;
  }
  #checkout .checkout-content #inpage_signin .f-radio .input-holder .custom-checkbox,
  #checkout .checkout-content #inpage_join .f-radio .input-holder .custom-checkbox {
    float: left;
  }
  #checkout .checkout-content #inpage_signin .f-radio .input-holder label,
  #checkout .checkout-content #inpage_join .f-radio .input-holder label {
    margin-left: 5px;
    float: left;
    position: relative;
    top: -9px;
  }
  #checkout .checkout-content .main-content h1,
  #checkout .checkout-content .main-content h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 20px;
  }
  #checkout .checkout-content .main-content h2 {
    margin-bottom: 12px;
  }
  #checkout .checkout-content .main-content hr {
    margin-bottom: 30px;
  }
  #checkout .checkout-content .main-content label {
    font-size: 12px;
  }
  #checkout .checkout-content .main-content .form-holder .row {
    margin-bottom: 0;
  }
  #checkout .checkout-content .main-content .form-holder [class*="col"] {
    margin-bottom: 18px;
  }
  #checkout .checkout-content .main-content .form-holder .checkbox-holder label {
    font-size: 14px;
  }
  #checkout .checkout-content .main-content .cart-row.empty {
    padding: 0 15px;
  }
  #checkout .checkout-content .main-content .cart-row .note.error {
    border: none;
    padding-top: 0;
  }
  #checkout .checkout-content .main-content .cart-row .note.soldout span.visible-phone {
    display: inline !important;
  }
  #checkout .checkout-content .main-content .form-holder #shipping-form .add-new-address,
  #checkout .checkout-content .main-content .form-holder #payment-form .add-new-address {
    display: none;
  }
  #checkout .checkout-content .main-content .billing-info-holder .cc-num-holder,
  #checkout .checkout-content .main-content .billing-info-holder .exp-holder,
  #checkout .checkout-content .main-content .billing-info-holder .cvc-holder {
    float: none;
    width: 100% !important;
    margin: 0 0 15px;
  }
  #checkout .checkout-content .main-content .billing-info-holder .cvc-holder {
    top: 3px;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label {
    position: relative;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q {
    position: static;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q #cvc-info {
    left: 0;
    height: auto;
    padding: 15px 17px 10px;
    width: 100%;
    bottom: 25px;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q #cvc-info .other-info {
    float: right;
  }
  #checkout .checkout-content .main-content .billing-info-holder label.cvc-label .q #cvc-info .nub {
    left: 26px;
  }
  /* Cart */
  #checkout .checkout-content .main-content.cart h1 {
    background-color: #e1e1e1;
    color: #000;
    font-size: 16px;
    padding: 7px 10px;
  }
  #checkout .checkout-content .main-content #cart-items-holder {
    padding: 0 10px;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col {
    padding: 0;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder {
    width: 68%;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder .col {
    float: none;
    width: 100%;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-img,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-details-holder {
    padding: 20px 10px 10px 0;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-price:before,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-qty:before,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-total:before,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-price:after,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-qty:after,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-total:after {
    content: " ";
    display: table;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-price:after,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-qty:after,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-total:after {
    clear: both;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-price label,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-qty label,
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-total label {
    float: left;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-img {
    width: 32%;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-price {
    padding-top: 25px;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-price span {
    float: right;
    margin-top: -11px;
    font-weight: 500;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-qty {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-qty .qty-holder {
    float: right;
    margin-top: -11px;
    width: 66px;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-total {
    padding-bottom: 20px;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-total span {
    float: right;
    margin-top: -11px;
    font-weight: 500;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col.col-remove {
    text-align: right;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col .artist {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col .medium {
    padding: 10px 0 0;
  }
  #checkout .checkout-content .main-content #cart-items-holder .cart-row .col p.frame-holder {
    text-transform: capitalize;
  }
  #checkout .checkout-content .related-products-container {
    margin-right: 0;
    padding: 0 0 4% 0;
    left: 0;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap {
    margin: 0 auto;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .work-tile-wrapper .buy-btn-wrapper {
    height: 0;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .work-tile-wrapper .buy-btn-wrapper .buy-now {
    position: relative;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .work-tile-wrapper .work-tile {
    display: block;
    height: auto;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .work-tile-wrapper .table-row,
  #checkout .checkout-content .related-products-container .cart-related-wrap .work-tile-wrapper .table-cell {
    display: block;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .slider,
  #checkout .checkout-content .related-products-container .cart-related-wrap .row,
  #checkout .checkout-content .related-products-container .cart-related-wrap .short-row {
    width: 100%;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col {
    margin: 0 0 5% 0;
    padding-left: 0;
    width: 100%;
    vertical-align: top;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col img {
    width: 74px;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .artwork-frame {
    float: left;
    overflow: hidden;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .work-tile-info {
    float: left;
    padding-left: 5%;
    width: 50%;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .work-tile-info p .buy-now {
    display: none;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .artist {
    min-height: 1em;
    max-height: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .price,
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .medium {
    min-height: inherit;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col .buy-now {
    width: 18%;
    float: right;
    margin: 0 3% 0 0;
    padding: 2%;
  }
  #checkout .checkout-content .related-products-container .cart-related-wrap .col:nth-of-type(1n+6) {
    display: none;
  }
  /* Footer */
  #checkout #footer.checkout-footer {
    margin-top: 0;
  }
  #checkout #footer.checkout-footer .container {
    border: none;
  }
  #checkout #footer.checkout-footer .container h3 {
    border-top: solid 1px #fff;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 10px 9px;
    position: relative;
  }
  #checkout #footer.checkout-footer .container h3 a {
    color: #da0476;
    font-weight: 500;
    text-decoration: underline;
  }
  #checkout #footer.checkout-footer .container p {
    padding: 0 10px;
  }
  #checkout #footer.checkout-footer .container .call-us h3 {
    border: none;
    color: #da0476;
    font-weight: 500;
  }
  #checkout #footer.checkout-footer .container .copy {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
  }
  #checkout #footer.checkout-footer .container [class*="col"] {
    padding: 0;
  }
  #checkout #footer.checkout-footer .container .footer-info {
    background-color: #f2f2f2;
  }
  #checkout #footer.checkout-footer .container .footer-info .expand {
    right: 10px;
    top: 15px;
  }
  #checkout #footer.checkout-footer .container .footer-info.closed h3 {
    background: url('/static/checkout/img/checkout-button-sprite.png') #e1e1e1 0px -117px repeat-x;
  }
  #checkout #footer.checkout-footer .container .footer-info.closed .copy {
    display: none;
  }
  #checkout #footer.checkout-footer .container .mobile-footer {
    margin-top: 50px;
    padding: 0 10px 0;
  }
  #checkout #footer.checkout-footer .container .mobile-footer hr {
    border-top: solid 3px #000;
    margin-bottom: 0;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul {
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul:before,
  #checkout #footer.checkout-footer .container .mobile-footer ul:after {
    content: " ";
    display: table;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul:after {
    clear: both;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul.signedin {
    width: 130px;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul li {
    float: left;
    border-left: solid 1px #000;
    padding: 0 5%;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul li:first-child {
    border: 0;
    padding-left: 0;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul li:last-child {
    padding-right: 0;
  }
  #checkout #footer.checkout-footer .container .mobile-footer ul li a {
    font-size: 13px;
  }
  #checkout #footer.checkout-footer .container .mobile-footer small {
    text-align: center;
    font-size: 13px;
    color: #595959;
  }
  /* Sidebar */
  #checkout .checkout-content .main-content {
    margin-right: 0;
  }
  #checkout .checkout-content #sidebar {
    position: static;
    width: 100%;
  }
  #checkout #sidebar {
    border-width: 1px 0 0;
    box-shadow: none;
  }
  #checkout #sidebar .summary {
    padding: 0;
    color: #000;
  }
  #checkout #sidebar .summary li {
    padding: 10px;
  }
  #checkout #sidebar .summary li:first-child {
    border-top: 0;
  }
  #checkout #sidebar #grand_total {
    font-size: 16px;
  }
  #checkout #sidebar #grand_total .total-details {
    display: inline-block;
    color: #da0476;
    font-size: 14px;
    text-transform: none;
  }
  #checkout #sidebar .checkout-btn-holder .checkout-btn {
    padding: 12px 10px;
  }
  /* Confirmation page */
  #checkout .container.order-confirmation .thank-you {
    border-bottom: 0;
    margin: 10px;
    padding-bottom: 45px;
  }
  #checkout .container.order-confirmation .thank-you h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #checkout .container.order-confirmation .thank-you h2 {
    font-size: 20px;
    line-height: 22px;
  }
  #checkout .container.order-confirmation .thank-you p {
    font-size: 15px;
    line-height: 22px;
  }
  #checkout .container.order-confirmation .thank-you .view-order-link {
    color: #fff;
    height: 35px;
    line-height: 30px;
  }
  #checkout .container.order-confirmation .purchased-works {
    border-top: solid 3px #000;
  }
  #checkout .container.order-confirmation .purchased-works h2 {
    margin-bottom: 20px;
    border-bottom: solid 1px #000;
    font-size: 18px;
    padding: 7px 0;
    text-align: center;
  }
  #checkout .container.order-confirmation .purchased-works .sub-title {
    padding-left: 5px;
  }
  #checkout .container.order-confirmation .purchased-works .artist {
    padding-top: 10px;
  }
  #checkout .container.order-confirmation .artwork-frame {
    height: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #f2f2f2 url(/static/common/img/loaders/image-loading-med.gif) no-repeat center center;
    color: #fff;
  }
}
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}
#nprogress .bar {
  background: #da0476;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin-left: -100%;
}
