.page-productpagemodal{visibility: visible !important;}

/*****************************************************
*****   General Formatting   *************************
*****************************************************/

/* Reset HTML */

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Default HTML */
body {
  color: #464646;
  font: .75em "Arial", Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

a,
a:visited {
  color: #464646;
  text-decoration: none;
}

a:hover {
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  filter: alpha(opacity=85);
  opacity: .85;
  text-decoration: underline;
  transition: opacity .5s ease;
}

.bx-pager a:hover,
#slideshow a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
}

fieldset {
  border: 0;
}

label {
  font-size: .95em;
  font-weight: 700;
}

input,
select {
  border: 1px solid #b4b4b4;
  color: #7e7e7e;
  font-size: .95em;
  line-height: 20px;
  padding: 0 5px;
}

select {
  height: 22px;
  padding-right: 0;
}

textarea {
  border: 1px solid #c9c9c9;
  color: #7e7e7e;
  font-size: .95em;
  line-height: 20px;
  padding: 0 5px;
}

button {
  cursor: pointer;
}

:focus {
  outline: 0;
}

/* General Classes */
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.no-border {
  border: 0;
}

.no-margin {
  margin: 0;
}

/*****************************************************
*****   Slick Slider   *******************************
*****************************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list.slider--overflow {
  overflow: visible;
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/*****************************************************
*****   Messaging   **********************************
*****************************************************/
.msg-alert {
  background: #ffffcc;
  border: 1px solid #ffcc33;
  clear: both;
  font-size: 1em;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
}

.msg-alert span.highlight {
  color: #c41330;
  font-weight: 700;
}

.msg-error {
  background: #fff0f5;
  border: 1px solid #c41330;
  clear: both;
  color: #c41330;
  font-size: 1em;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px;
}

/*****************************************************
*****   Add Product to Cart Modal   ******************
*****************************************************/
#productadd-modal {
  height: 530px;
  overflow: hidden;
  position: relative;
  width: 800px;
}

/* Layout */

#productadd-modal #cart {
  border: 1px solid #b2b2b2;
  border-bottom: 0;
  margin: 0 0 20px;
  clear: both;
}

#productadd-modal #cart ul {
  clear: both;
  list-style: none;
}

#productadd-modal #cart li {
  display: inline;
  float: left;
}

#productadd-modal #cart h1 {
  float: left;
  font-size: 1.5em;
}

#productadd-modal #cart h2 {
  font-size: 1em;
}

#productadd-modal #cart h3 {
  font-size: .85em;
  font-weight: 400;
  margin: 5px 0 0;
}

/* Rows */
#productadd-modal #cart .header-row {
  background: #ededed;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 2px 0 10px;
}

#productadd-modal #cart .subheader-row {
  background: #b2b2b2;
  color: #fff;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}

#productadd-modal #cart .item-row {
  border-bottom: 1px solid #b2b2b2;
  clear: both;
  padding: 10px;
}

/* Columns */
#productadd-modal #cart .image-col {
  margin: 0 10px 0 0;
  width: 92px;
}

#productadd-modal #cart .image-col img {
  border: 1px solid #b2b2b2;
}

#productadd-modal #cart .info-col {
  margin: 0 10px 0 0;
  width: 330px;
}

#productadd-modal #cart .info-col p {
  font-size: .85em;
  margin: 0;
  padding: 0;
}

#productadd-modal #cart .item-info,
#cart .personalization-info {
  text-indent: 5px;
}

#cart .personalization-info {
  display: none;
}

#productadd-modal #cart .item-info .alert {
  color: #c41330;
  font-style: italic;
  font-weight: 700;
}

#productadd-modal #cart .embroidered-text {
  text-indent: 30px;
}

#productadd-modal #cart .stock-col {
  margin: 0 10px 0 0;
  width: 125px;
}

#productadd-modal #cart .stock-col .instock {
  color: #388d4c;
  font-weight: 700;
}

#productadd-modal #cart .stock-col .instock span {
  background: url("https://content.allheart.com/images/art/checkout-pages-sprite.png") -411px -95px no-repeat;
  display: block;
  float: left;
  height: 12px;
  margin: 0 5px 0 0;
  overflow: hidden;
  padding: 0;
  width: 12px;
}

#productadd-modal #cart .stock-col .backorder {
  color: #c41330;
  font-weight: 700;
}

#productadd-modal #cart .stock-col .backorder span {
  background: url("https://content.allheart.com/images/art/checkout-pages-sprite.png") -411px -107px no-repeat;
  display: block;
  float: left;
  height: 14px;
  margin: 0 5px 0 0;
  overflow: hidden;
  padding: 0;
  width: 12px;
}

#productadd-modal #cart .stock-col p {
  clear: both;
  font-size: .85em;
  font-style: italic;
  margin: 0;
  padding: 0;
}

#productadd-modal #cart .quantity-col {
  margin: 0 10px 0 0;
  text-align: center;
  width: 30px;
}

#productadd-modal #cart .price-col {
  margin: 0 10px 0 0;
  text-align: right;
  width: 70px;
}

#productadd-modal #cart .total-col {
  text-align: right;
  width: 70px;
}

/* Total Row */
#productadd-modal #total-row {
  background: #ededed;
  border-bottom: 1px solid #b2b2b2;
  border-top: 0;
  clear: both;
  height: 40px;
  margin: 0 0 20px;
  padding: 10px 16px;
  position: relative;
}

#productadd-modal #cart-total-items {
  clear: both;
  float: right;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 4px;
}

#productadd-modal #cart-total {
  clear: both;
  float: right;
  font-size: 1.25em;
  font-weight: 700;
}

/* MyBuys Zone */
#productadd-modal #featured-mybuys {
  height: 185px;
}

#productadd-modal #featured-mybuys h2 {
  font-size: 1.25em;
  margin: 0 0 0 10px;
}

#productadd-modal #featured-mybuys .product-box {
  float: left;
  height: 185px;
  overflow: hidden;
  padding: 5px;
  width: 123px;
}

#productadd-modal #featured-mybuys .icon {
  border: 1px solid #c9c9c9;
  height: 90px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 90px;
}

#productadd-modal #featured-mybuys .product-title,
#productadd-modal #featured-mybuys .product-price {
  line-height: 14px;
  margin: 0 0 10px;
  overflow: hidden;
  text-align: center;
}

#productadd-modal #featured-mybuys .product-title {
  font-size: .85em;
  height: 24px;
  line-height: 12px;
  margin: 0 0 5px;
  overflow: hidden;
}

#productadd-modal #featured-mybuys .product-price {
  font-size: .95em;
  font-weight: 700;
  margin: 0 0 5px;
}

#productadd-modal #featured-mybuys .regular-price {
  color: #464646;
}

#productadd-modal #featured-mybuys .compare-price {
  color: #464646;
  margin: 0 5px 0 0;
  text-decoration: line-through;
}

#productadd-modal #featured-mybuys .sale-price,
#productadd-modal #featured-mybuys .clearance-price {
  color: #c41330;
}

#productadd-modal #featured-mybuys .product-rating span {
  background: url("https://content.allheart.com/images/art/stars-sidebox.png") no-repeat;
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 50px;
}

#productadd-modal #featured-mybuys .product-rating .rating-0_0 {
  background-position: -50px 0;
}

#productadd-modal #featured-mybuys .product-rating .rating-0_5 {
  background-position: -100px 0;
}

#productadd-modal #featured-mybuys .product-rating .rating-1_0 {
  background-position: -150px 0;
}

#productadd-modal #featured-mybuys .product-rating .rating-1_5 {
  background-position: -200px 0;
}

#productadd-modal #featured-mybuys .product-rating .rating-2_0 {
  background-position: -250px 0;
}

#productadd-modal #featured-mybuys .product-rating .rating-2_5 {
  background-position: 0 -10px;
}

#productadd-modal #featured-mybuys .product-rating .rating-3_0 {
  background-position: -50px -10px;
}

#productadd-modal #featured-mybuys .product-rating .rating-3_5 {
  background-position: -100px -10px;
}

#productadd-modal #featured-mybuys .product-rating .rating-4_0 {
  background-position: -150px -10px;
}

#productadd-modal #featured-mybuys .product-rating .rating-4_5 {
  background-position: -200px -10px;
}

#productadd-modal #featured-mybuys .product-rating .rating-5_0 {
  background-position: -250px -10px;
}

/* Action Buttons */
#productadd-modal #proceed-to-checkout-btn a {
  background: url("https://content.allheart.com/images/art/checkout-pages-sprite.png") -250px -135px no-repeat;
  display: block;
  float: right;
  height: 34px;
  margin: 0 16px 60px;
  width: 230px;
}

#productadd-modal #proceed-to-checkout-btn a:hover {
  background-position: -250px -169px;
}

#productadd-modal #continue-shopping-btn a {
  background: url("https://content.allheart.com/images/art/continue-shopping-button.png") no-repeat;
  display: block;
  float: left;
  height: 32px;
  margin: 1px 16px 60px;
  width: 194px;
}

#productadd-modal #continue-shopping-btn a:hover {
  background: url("https://content.allheart.com/images/art/continue-shopping-button-hover.png") no-repeat;
}

/*****************************************************
*****   Create Account Modal   ***********************
*****************************************************/
/* Header */
#createaccount-content #header {
  background: #ededed;
  border-bottom: 1px solid #b2b2b2;
  height: 25px;
  line-height: 25px;
  margin: 0 0 15px;
}

#createaccount-content #header h1 {
  font-size: .925em;
}

#createaccount-content #header .icon {
  background: url("https://content.allheart.com/images/art/account-create-modal-sprite.png") -100px 0 no-repeat;
  display: block;
  float: left;
  height: 21px;
  margin: 3px 5px 0;
  width: 21px;
}

/* Input Fields */
#createaccount-content #wrapper {
  margin: 0;
  padding: 0 20px;
}

#createaccount-content #intro,
#createaccount-content #email,
#createaccount-content #password {
  clear: both;
  margin: 0 0 5px;
  width: 250px;
}

#createaccount-content #intro {
  font-size: .92em;
  margin: 0 0 12px;
}

#createaccount-content #password {
  margin: 0 0 10px;
}

#createaccount-content #password .note {
  font-size: .825em;
}

#createaccount-content input {
  margin: 0 5px 0 0;
}

#createaccount-content #email input,
#createaccount-content #password input {
  width: 250px;
}

/* Submit Button */
#createaccount-content #button {
  background: url("https://content.allheart.com/images/art/account-create-modal-sprite.png") 0 0 no-repeat;
  border: 0;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 50px;
}

#createaccount-content #button:hover {
  background-position: -50px 0;
}

/*****************************************************
*****   Feedback Modal   *****************************
*****************************************************/
/* Header */
#feedback {
  height: 285px;
  margin: 0;
  padding: 0 50px;
  width: 550px;
}

#feedback #header {
  margin: 25px 0 10px;
  position: relative;
}

#feedback #header .logo {
  background: url("https://content.allheart.com/images/art/allheart-feedback-sprite.png") 0 0 no-repeat;
  display: block;
  height: 54px;
  width: 420px;
}

#feedback #header .contact-info {
  color: #ef3e42;
  font-size: .775em;
  font-weight: 700;
  left: 205px;
  position: absolute;
  top: 40px;
}

/* Form */
#feedback #FeedbackFormField {
  clear: both;
}

#feedback #FeedbackFormField fieldset {
  padding: 0 0 25px;
}

#feedback #FeedbackFormField h1 {
  color: #8e8e8e;
  font-size: 16pt;
  margin: 0 0 10px;
  padding: 0;
}

#feedback #FeedbackFormField span {
  font-weight: 700;
}

#feedback #categorydiv {
  margin: 0 0 10px;
}

#feedback #commentsdiv {
  margin: 0 0 20px;
}

#feedback #commentsdiv textarea {
  clear: both;
  height: 65px;
  margin: 10px 0 0;
  resize: none;
  width: 525px;
}

#feedback #personal-info {
  clear: both;
  margin: 0 0 20px;
}

#feedback #name {
  clear: both;
  margin: 0 0 15px;
}

#feedback #firstnamediv {
  float: left;
  margin: 0 15px 0 0;
}

#feedback #lastnamediv {
  float: left;
}

#feedback #firstnamediv input,
#feedback #lastnamediv input {
  width: 180px;
}

#feedback #emaildiv {
  margin: 0 0 15px;
}

#feedback #emaildiv input {
  width: 480px;
}

#feedback #email-signup {
  clear: both;
  margin: 0 0 15px;
}

#feedback #email-signup input {
  height: auto;
  margin: 0 10px 5px 0;
  width: auto;
}

/* Fine Print/Notes */
#feedback .fineprint {
  font-size: 8pt;
  margin: 15px 0 10px;
  padding: 0;
}

#feedback .fineprint a {
  color: #464646;
  font-weight: 700;
  text-decoration: none;
}

#feedback .fineprint a:hover {
  text-decoration: underline;
}

#feedback .note {
  font-size: 8pt;
  font-style: italic;
  font-weight: 400;
  margin: 15px 0 0;
  padding: 0;
}

/* Submit Button */
#feedback #feedbacksubmit {
  background: url("https://content.allheart.com/images/art/allheart-feedback-sprite.png") 0 -54px no-repeat;
  border: 0;
  clear: both;
  cursor: pointer;
  height: 25px;
  margin: 0 0 0 195px;
  padding: 0;
  width: 125px;
}

#feedback #feedbacksubmit:hover {
  background-position: -125px -54px;
}

/* Missing Field Alert */
#feedback .alert input,
.alert select,
.alert textarea {
  border: 1px solid red;
}

#feedback #alertmessage {
  color: #c41330;
  float: right;
  font-style: italic;
  margin: 5px 0 0;
}

/* Confirmation Div */
#feedback #confirmation {
  background: #fff;
  height: 525px;
  left: 0;
  position: absolute;
  top: 130px;
  width: 640px;
  z-index: 1;
}

#feedback #confirmation p {
  margin: 25px 0 25px 65px;
}

/*****************************************************
*****   Giftcard Checkout Modal   ********************
*****************************************************/
/* Content Container */
#gc-checkout-content {
  height: 455px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 810px;
}

/* Product Images */
#gc-checkout-content #product-images {
  float: left;
  width: 377px;
}

/* Main Image */
#gc-checkout-content #detail-image {
  clear: both;
  list-style: none;
}

#gc-checkout-content #detail-image li {
  display: none;
}

#gc-checkout-content #detail-image li.default {
  display: block;
}

#gc-checkout-content #detail-image .image-box {
  border: 1px solid #b2b2b2;
  height: 375px;
  overflow: hidden;
  width: 375px;
}

#gc-checkout-content #detail-image .cloud-zoom {
  cursor: default;
}

/* Text Instructions */
#gc-checkout-content #detail-image .image-instructions {
  clear: both;
  font-size: .875em;
  list-style: none;
}

#gc-checkout-content #detail-image .image-instructions li {
  display: inline;
  padding: 4px 0;
}

#gc-checkout-content #detail-image .image-instructions li.zoom-text {
  float: left;
}

#gc-checkout-content #detail-image .image-instructions li.popup-link {
  float: right;
}

#gc-checkout-content #detail-image .image-instructions li.popup-link a {
  clear: right;
  color: #820a24;
  float: right;
  font-weight: 700;
  margin: 0 0 0 4px;
}

#gc-checkout-content #detail-image .magnifying-glass {
  background: url("https://content.allheart.com/images/art/product-page-sprite.png") -360px 0 no-repeat;
  display: block;
  float: right;
  height: 12px;
  width: 15px;
}

/* Alt. Images */
#gc-checkout-content #alt-images {
  clear: both;
  list-style: none;
}

#gc-checkout-content #alt-images li {
  border: 1px solid #b2b2b2;
  cursor: pointer;
  display: inline;
  float: left;
  height: 50px;
  margin: 0 7px 20px 0;
  width: 50px;
}

#gc-checkout-content #alt-images .pager-active {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Image Zoom */
#gc-checkout-content .cloud-zoom-lens {
  border: 0;
  cursor: default;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 50px;
}

#gc-checkout-content .cloud-zoom-big {
  border: 0;
  overflow: hidden;
}

#gc-checkout-content .cloud-zoom-title {
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  left: 0;
  padding: 3px;
  position: absolute !important;
  text-align: center;
  top: 0;
}

#gc-checkout-content .cloud-zoom-loading {
  background: #222;
  border: 1px solid #000;
  color: #fff;
  display: none;
  padding: 3px;
}

/* Purchase Info */
#gc-checkout-content #product-options {
  float: right;
  margin: 0 0 20px;
  width: 413px;
}

#gc-checkout-content #product-options h1 {
  color: #820a24;
  font-size: 1.5em;
  margin: 0 0 5px;
}

#gc-checkout-content #product-options .item-number {
  font-size: .95em;
  margin: 0 0 5px;
}

#gc-checkout-content label {
  background: none !important;
  margin: 0 5px 0 0;
}

/* Rating */
#gc-checkout-content #product-options .overall-rating {
  float: left;
  font-weight: 700;
  margin: 0 0 10px;
}

#gc-checkout-content #product-options .overall-rating span {
  background: url("https://content.allheart.com/images/art/giftcard-modal-sprite.png") 0 0 no-repeat;
  display: block;
  float: left;
  height: 20px;
  margin: 0 10px 0 0;
  width: 100px;
}

#gc-checkout-content #product-options .overall-rating span.rating-0_0 {
  background-position: -100px 0;
}

#gc-checkout-content #product-options .overall-rating span.rating-0_5 {
  background-position: -200px 0;
}

#gc-checkout-content #product-options .overall-rating span.rating-1_0 {
  background-position: -300px 0;
}

#gc-checkout-content #product-options .overall-rating span.rating-1_5 {
  background-position: -400px 0;
}

#gc-checkout-content #product-options .overall-rating span.rating-2_0 {
  background-position: -500px 0;
}

#gc-checkout-content #product-options .overall-rating span.rating-2_5 {
  background-position: 0 -20px;
}

#gc-checkout-content #product-options .overall-rating span.rating-3_0 {
  background-position: -100px -20px;
}

#gc-checkout-content #product-options .overall-rating span.rating-3_5 {
  background-position: -200px -20px;
}

#gc-checkout-content #product-options .overall-rating span.rating-4_0 {
  background-position: -300px -20px;
}

#gc-checkout-content #product-options .overall-rating span.rating-4_5 {
  background-position: -400px -20px;
}

#gc-checkout-content #product-options .overall-rating span.rating-5_0 {
  background-position: -500px -20px;
}

/* Pricing */
#gc-checkout-content #pricing {
  clear: both;
  margin: 0 0 10px;
}

#gc-checkout-content #pricing span {
  margin: 0 0 0 5px;
}

#gc-checkout-content #pricing .regular-price {
  font-size: 1.25em;
  font-weight: 700;
}

#gc-checkout-content #pricing .compare-price {
  font-size: .95em;
}

/* Description */
#gc-checkout-content #description {
  clear: both;
}

/* Message */
#gc-checkout-content #message {
  clear: both;
}

#gc-checkout-content #message .note {
  font-size: .95em;
  font-style: italic;
  margin: 0 0 5px;
}

#gc-checkout-content #message .input-boxes {
  margin: 0 0 10px;
  width: 300px;
}

#gc-checkout-content #message .input-boxes input {
  margin: 0 0 5px;
  width: 215px;
}

/* Quantity */
#gc-checkout-content #quantity {
  clear: both;
}

#gc-checkout-content #quantity label {
  font-weight: 700;
  margin: 0 5px 0 0;
}

#gc-checkout-content #quantity input {
  line-height: 15px;
  text-align: center;
  width: 40px;
}

/* Buttons */
#gc-checkout-content #modal-buttons {
  bottom: 21px;
  clear: both;
  list-style: none;
  position: absolute;
  right: 20px;
}

#gc-checkout-content #modal-buttons li {
  float: right;
  margin: 0 0 0 10px;
}

#gc-checkout-content #cancel-btn,
#save-btn {
  background: url("https://content.allheart.com/images/art/giftcard-modal-sprite.png") no-repeat;
  border: 0;
  padding: 0;
  width: 120px;
}

#gc-checkout-content #save-btn {
  background-position: 0 -40px;
}

#gc-checkout-content #save-btn:hover {
  background-position: -120px -40px;
}

#gc-checkout-content #cancel-btn {
  background-position: -240px -40px;
}

#gc-checkout-content #cancel-btn:hover {
  background-position: -360px -40px;
}

/*****************************************************
*****   PRODUCT PERSONALIZATION MODAL   **************
*****************************************************/
#personalization-modal {
  max-width: 880px;
}

#personalization-modal .bg-shirt {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

#personalization-modal.apron .bg-shirt {
  background-image: url(https://i.allheart.com/images/modal/personalization-bg_apron.gif);
}

#personalization-modal.cuff .bg-shirt {
  background-image: url(https://i.allheart.com/images/modal/personalization-bg_cuff.gif);
}

#personalization-modal.cuff .personalization [class^="personalization-"] {
  top: 33%;
}

#personalization-modal.hat .bg-shirt {
  background-image: url(https://i.allheart.com/images/modal/personalization-bg_hat.gif);
}

#personalization-modal.tote .bg-shirt {
  background-image: url(https://i.allheart.com/images/modal/personalization-bg_tote.gif);
}

#personalization-modal.bag .bg-shirt {
  background-image: url(https://i.allheart.com/images/modal/personalization-bg_bag.gif);
}

#personalization-modal.labcoat .bg-shirt {
  background-image: url(https://i.allheart.com/images/modal/personalization-bg_labcoat.gif);
}

#options fieldset {
  min-width: 100%;
}

.personalization {
  background-color: #fffbfb;
  box-sizing: border-box;
  font: 0.75rem "Source Sans Pro", sans-serif;
  margin: 0 auto;
  max-width: 100vw;
  overflow-y: auto;
  padding: 5px 15px;
  position: relative;
}

.personalization [class^="personalization-"] {
  border: 2px dashed #a60e13;
  box-sizing: border-box;
  color: #c50d2d;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  position: absolute;
  top: 27.5%;
  text-decoration: none;
  text-transform: uppercase;
}

.personalization input {
  font-family: "Source Sans Pro", sans-serif;
}

.personalization input:not([type="text"]) {
  border: 0;
}

.personalization__sections {
  min-height: 521px;
}

.personalization section {
  max-width: 875px;
  min-height: 506px;
  overflow: hidden;
  position: relative;
}

.personalization section:not(.select-chest) .section__wrapper>div {
  float: left;
  flex: 33.33%;
  max-width: calc(100% - 10px);
}

.personalization .button--cta {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex: auto;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.select-chest [class^="section__"]:not(.section__center) {
  flex: 1;
}

.select-chest .preview-images img[class^="preview-line"] {
  transform: translate(-50%, 5%);
}

.select-chest .exclusions {
  max-width: 275px;
  margin-top: 12px;
}

.personalization__header {
  color: #aba19f;
  font-size: 14px;
  margin-bottom: 12px;
}

.personalization__header h2 {
  color: #a60e13;
  font-size: 30px;
  font-weight: 300;
}

.section__wrapper {
  display: flex;
  max-width: 870px;
  overflow: hidden;
  position: relative;
}

.section__wrapper>div {
  margin-left: 15px;
}

.section__wrapper>div:first-of-type {
  margin-left: 0;
}

.select-location {
  font-size: 16px;
  margin-bottom: 20px;
}

.section__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  align-self: flex-start;
}

.bg-shirt {
  margin: 0 auto;
}

.shirt {
  margin: 0 auto;
  max-width: 385px;
  position: relative;
  width: auto;
}

.exclusions {
  font-size: 11px;
  margin: 5px auto 0;
  max-width: 294px;
  padding-left: 6px;
  position: relative;
}

.exclusions:before {
  content: "*";
  position: absolute;
  left: 0;
}

.chest-preview {
  max-width: 300px;
}

.chest-preview span {
  border: 2px solid #d4d4d4;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  min-height: 225px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.preview-images {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

.preview-images>img:not(.preview-img) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.preview-images .preview-img {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.preview-images .preview-line1 {
  top: 7%;
}

.preview-images .preview-line2 {
  top: 20%;
}

.preview-images .preview-line3 {
  top: 33%;
}

.preview-triggers {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.preview-triggers>div {
  cursor: pointer;
  width: 90%;
  line-height: 1;
  margin: 0 auto 10px auto;
}

.preview-triggers [class^="preview-trigger"]>div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  border: 2px dashed #333;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 5px;
}

.preview-trigger__emblem {
  height: 90px;
  max-width: 90px;
  margin-bottom: 15px;
}

.preview-trigger__emblem div {
  width: 90px;
}

.section__center .bg-shirt {
  max-width: calc(100vw - 45px);
  width: 380px;
}

.section__center [class^="personalization-"] {
  border: 2px dashed #a60e13;
  cursor: pointer;
  height: 21%;
  text-align: center;
  top: 33%;
  width: 21%;
}

.section__center .personalization-left {
  right: 26%;
}

.section__center .personalization-right {
  left: 26%;
}

.section__center [class^="personalization-"].is--added {
  border: 2px solid #333;
  color: #333;
}

.section__center [class^="personalization-"].is--added:before {
  color: #1bbb9b;
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 26px;
  position: absolute;
  top: -8px;
  right: -8px;
}

.section__center [class^="personalization-"].is--added .added--show {
  display: block;
}

.section__center [class^="personalization-"] .added--show,
.section__center [class^="personalization-"].is--added .add {
  display: none;
}

.section__center [class^="personalization-"]>div {
  font-size: 18px;
  line-height: 1.1;
}

.section__left [class^="personalization-"] {
  border: 2px solid #a60e13;
  height: 20%;
  width: 20%;
}

.section__left .personalization-left {
  right: 26%;
}

.section__left .personalization-right {
  left: 26%;
}

.section__center .chest-preview {
  position: absolute;
  top: -65%;
  max-width: 170px;
  min-height: 175px;
  width: 225%;
}

.section__center .personalization-left .chest-preview,
.section__center .personalization-center .chest-preview {
  left: 260%;
}

.section__center .personalization-right .chest-preview {
  right: 260%;
}

.section__center [class^="personalization-"] .chest-preview:before {
  background-color: #333;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  width: 70%;
}

.section__center .personalization-left .chest-preview:before,
.section__center .personalization-center .chest-preview:before {
  right: 100%;
}

.section__center .personalization-right .chest-preview:before {
  left: 100%;
}

.section__center [class^="personalization-"] .chest-preview>span {
  border: 2px solid #333;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  width: 100%;
}

.personalization__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  max-width: 870px;
}

.personalization__actions #terms {
  width: 60%;
  float: left;
}

.personalization__actions #modal-buttons {
  width: 34.59%;
  float: left;
}

.personalization__terms {
  background-color: #eae4e3;
  border: 1px solid #aba19f;
  max-width: 520px;
  padding: 10px;
  margin-right: 10px;
}

.personalization__terms input {
  height: auto;
  margin: 0 5px 0 0;
}

.personalization__cta {
  display: block;
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex: auto;
  justify-content: space-between;
}

.personalization__cta .button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #bababa;
  border-radius: 0;
  box-shadow: none;
  line-height: 38px;
  text-align: center;
  width: 48%;
  float: left;
}

.personalization__cta .button:last-of-type {
  background: #c50d2e !important;
  margin-left: 10px;
}

.text-options {
  display: none;
  max-width: 300px;
  width: 100%;
}

.text-options>div:not(.section__title),
.embroidered-text>div:not(.section__title) {
  margin-bottom: 10px;
}

.text-options>div:last-of-type,
.embroidered-text>div:last-of-type {
  margin-bottom: 0;
}

.text-options label {
  display: block;
  font-weight: 400;
  padding-bottom: 2px;
  font-size: 14px;
}

.embroidery .embroidery__charge {
  color: #a60e13;
}

.text-options ul {
  margin: 0 -1px -5px;
}

.text-options li {
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d1d1d1;
  cursor: pointer;
  display: inline-flex;
  height: 26px;
  margin: 2px 2px 5px;
  overflow: hidden;
  text-align: center;
  transition: all .1s ease;
  width: 26px;
}

.text-options li.selected {
  box-shadow: 0 0 0 2px #f35f5d;
}

.text-options li div {
  height: 100%;
  width: 100%;
}

.text-options select,
.text-options input {
  box-sizing: border-box;
  height: 30px;
  padding: 0 8px;
  width: 100%;
}

.emblem {
  display: none;
  max-width: 300px;
  position: relative;
  width: 100%;
}

.emblem img {
  height: auto;
  margin: 0 auto;
}

.emblem input[type="radio"] {
  border-radius: 50%;
  height: 20px;
  line-height: 1;
  width: 20px;
}

.customEmblem {
  background-color: #fffbfb;
  display: none;
  font-size: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.customEmblem a {
  color: #1bbb9b;
  font-weight: 600;
  text-decoration: underline;
}

.customEmblem label {
  display: block;
  font-weight: normal;
  margin: 10px 0 2px;
}

.customEmblem i {
  color: #c50d2e;
}

.customEmblem input {
  border: 1px solid;
  box-sizing: border-box;
  color: inherit;
  height: 28px;
  width: 100%;
}

.customEmblem .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.customEmblem .customEmblem__title {
  color: #a60e13;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.customEmblem .customEmblem__cancel {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.emblem__list {
  background-color: #fff;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  box-sizing: border-box;
  height: 75vh;
  list-style: none;
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 10px;
}

.emblem__list li:not(.no-emblem) {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  width: 32%;
}

.emblem__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.emblem .button {
  border: 1px solid #333;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 2px 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 750px) {
  .mobile-only {
    display: block;
  }
  .personalization .section__left,
  .personalization [class^="personalization-"] span,
  .section__center [class^="personalization-"] .chest-preview {
    display: none !important;
  }
  select,
  textarea,
  input {
    font-size: 16px;
  }
  .personalization section {
    max-width: calc(100vw - 30px);
    min-height: 0;
  }
  .personalization__sections {
    display: flex;
    flex: auto;
    min-height: 0;
  }
  .section__wrapper {
    display: block;
  }
  .section__wrapper>div {
    margin: 10px auto 0;
    max-width: 100vw;
    width: 100%;
  }
  .section__right>div {
    max-width: 100%;
  }
  .emblem__buttons {
    flex-direction: column;
  }
  .emblem .button {
    flex: auto;
    margin-bottom: 10px;
    padding: 5px;
  }
  .chest-preview {
    max-width: 100%;
  }
  .personalization__actions {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .personalization__terms {
    margin: 10px 0;
    max-width: 100%;
  }
}

/*****************************************************
*****   Product Review Modal (Create Review)   *******
*****************************************************/
#form_rateandreview>fieldset {
  min-width: 100%;
}

#review-submit {
  max-width: 535px;
  padding: 20px;
}

#review-submit #header {
  margin: 10px 0 10px;
  position: relative;
}

#review-submit #header .logo {
  background: url("https://content.allheart.com/images/art/review-modal-sprite.png") no-repeat;
  display: block;
  height: 54px;
  width: 200px;
}

#review-submit #header .contact {
  display: none;
  color: #ef3e42;
  font-size: .775em;
  font-weight: 700;
  left: 205px;
  position: absolute;
  top: 40px;
}

#review-submit #review-modal {
  margin: 0;
  padding: 0;
}

#review-submit h2 {
  font-size: 16px;
  margin: 27px 0 0;
  text-align: center;
}

#review-submit label {
  display: block;
  margin: 0 0 2px;
}

#review-submit p {
  margin: 28px;
}

#review-submit optgroup {
  font-style: 400;
  margin: 5px 0;
  padding: 0 0 0 5px;
}

#review-submit textarea {
  box-sizing: border-box;
  clear: both;
  font-size: 1.1em;
  height: 80px;
  resize: none;
  width: 100%;
}

#review-submit form {
  clear: both;
}

#review-submit form h1 {
  color: #8e8e8e;
  font-size: 16pt;
  margin: 0 0 10px;
  padding: 0;
}

#review-submit #rating {
  clear: both;
}

#review-submit #rating ul {
  list-style: none;
}

#review-submit #rating li {
  background: url("https://content.allheart.com/images/art/review-modal-sprite.png") 0 -54px no-repeat;
  cursor: pointer;
  display: inline;
  float: left;
  height: 40px;
  margin: 0 0 10px;
  width: 44px;
}

#review-submit #rating li.on,
#review-submit #rating li.selected {
  background-position: -44px -54px;
}

#review-submit #title,
#review-submit #email,
#review-submit #review,
#review-submit #name {
  clear: both;
  margin: 0 0 10px;
}

#review-submit #title input,
#review-submit #email input {
  box-sizing: border-box;
  min-height: 30px;
  width: 100%;
}

#review-submit #first-name,
#review-submit #last-name {
  float: left;
  width: 100%;
}

#review-submit #first-name input,
#review-submit #last-name input {
  box-sizing: border-box;
  min-height: 30px;
  width: 100%;
}

#review-submit #last-name .note {
  font-size: .825em;
  font-style: italic;
  font-weight: 400;
}

#review-submit #email .note {
  font-size: .825em;
  font-style: italic;
  font-weight: 400;
}

#review-submit #location {
  clear: both;
  margin: 0 0 20px;
}

#review-submit #city,
#review-submit #state {
  float: left;
  width: 100%;
}

#review-submit #city input,
#review-submit #state select {
  box-sizing: border-box;
  min-height: 30px;
  width: 100%;
}

#review-submit #submit-review {
  background: url("https://content.allheart.com/images/art/review-modal-sprite.png") -88px -54px no-repeat;
  border: 0 none;
  cursor: pointer;
  height: 26px;
  margin: 0;
  width: 125px;
}

#review-submit #submit-review:hover {
  background-position: -213px -54px;
}

#review-submit .msg-error {
  left: 238px;
  position: absolute;
  top: 122px;
  z-index: 1;
}

#review-submit #name>div:first-child,
#review-submit #location>div:first-child {
  margin-bottom: 10px;
}

/*****************************************************
*****   Product Review Modal (View All Reviews)   ****
*****************************************************/
.page-productreviewdisplay {
  padding: 20px;
}

/* No Reviews (Top Options) */

#no-reviews {
  border-bottom: 1px solid #c9c9c9;
  clear: both;
  height: 35px;
  line-height: 20px;
}

#no-reviews .overall-rating {
  float: left;
  font-weight: 700;
  margin: 0 40px 0 0;
}

#no-reviews .overall-rating p {
  float: left;
  margin: 2px 5px 0 0;
}

#no-reviews .overall-rating span {
  background: url("https://content.allheart.com/images/art/product-page-sprite.png") 0 -33px no-repeat;
  display: block;
  float: left;
  height: 20px;
  width: 100px;
}

#no-reviews .review-links-top {
  float: left;
  list-style: none;
  padding: 0 25px 0 0;
  width: 215px;
}

#no-reviews .review-links-top li {
  display: inline;
}

#no-reviews .review-links-top li a {
  float: left;
  font-weight: 700;
  margin: 2px 0 0;
}

/* Review Summary (Top Options) */
#review-summary {
  border-bottom: 1px solid #c9c9c9;
  clear: both;
  height: 35px;
  line-height: 20px;
}

#review-summary .overall-rating {
  float: left;
  font-weight: 700;
  margin: 0 80px 0 0;
}

#review-summary .overall-rating p {
  float: left;
  margin: 2px 5px 0 0;
}

#review-summary .overall-rating span {
  background: url("https://content.allheart.com/images/art/product-page-sprite.png") 0 -33px no-repeat;
  display: block;
  float: left;
  height: 20px;
  width: 100px;
}

#review-summary .overall-rating span.rating-0_0 {
  background-position: -100px -33px;
}

#review-summary .overall-rating span.rating-0_5 {
  background-position: -200px -33px;
}

#review-summary .overall-rating span.rating-1_0 {
  background-position: -300px -33px;
}

#review-summary .overall-rating span.rating-1_5 {
  background-position: -400px -33px;
}

#review-summary .overall-rating span.rating-2_0 {
  background-position: -500px -33px;
}

#review-summary .overall-rating span.rating-2_5 {
  background-position: 0 -53px;
}

#review-summary .overall-rating span.rating-3_0 {
  background-position: -100px -53px;
}

#review-summary .overall-rating span.rating-3_5 {
  background-position: -200px -53px;
}

#review-summary .overall-rating span.rating-4_0 {
  background-position: -300px -53px;
}

#review-summary .overall-rating span.rating-4_5 {
  background-position: -400px -53px;
}

#review-summary .overall-rating span.rating-5_0 {
  background-position: -500px -53px;
}

#review-summary .review-links-top {
  float: left;
  list-style: none;
  padding: 0 25px 0 0;
}

#review-summary .review-links-top li {
  display: inline;
}

#review-summary .review-links-top li a {
  border-right: 1px solid #c9c9c9;
  float: left;
  font-weight: 700;
  margin: 2px 7px 0 0;
  padding: 0 7px 0 0;
}

#review-summary .review-links-top li.last a {
  border: 0;
  margin: 2px 0 0;
  padding: 0;
}

#review-summary .review-sort {
  float: right;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* Customer Reviews */
#customer-reviews {
  clear: both;
}

#customer-reviews .review {
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
}

#customer-reviews .review-rating span {
  background: url("https://content.allheart.com/images/art/product-page-sprite.png") 0 -33px no-repeat;
  display: block;
  float: left;
  height: 20px;
  margin: 0 0 10px;
  width: 100px;
}

#customer-reviews .review-rating span.rating-0_0 {
  background-position: -100px -33px;
}

#customer-reviews .review-rating span.rating-0_5 {
  background-position: -200px -33px;
}

#customer-reviews .review-rating span.rating-1_0 {
  background-position: -300px -33px;
}

#customer-reviews .review-rating span.rating-1_5 {
  background-position: -400px -33px;
}

#customer-reviews .review-rating span.rating-2_0 {
  background-position: -500px -33px;
}

#customer-reviews .review-rating span.rating-2_5 {
  background-position: 0 -53px;
}

#customer-reviews .review-rating span.rating-3_0 {
  background-position: -100px -53px;
}

#customer-reviews .review-rating span.rating-3_5 {
  background-position: -200px -53px;
}

#customer-reviews .review-rating span.rating-4_0 {
  background-position: -300px -53px;
}

#customer-reviews .review-rating span.rating-4_5 {
  background-position: -400px -53px;
}

#customer-reviews .review-rating span.rating-5_0 {
  background-position: -500px -53px;
}

#customer-reviews .review-date {
  float: right;
  text-align: right;
}

#customer-reviews h4 {
  clear: both;
  font-size: 1.05em;
  margin: 0 0 5px;
}

#customer-reviews .review-text {
  padding: 0 0 5px;
}

#customer-reviews .review-text p {
  margin: 0 0 5px;
}

#customer-reviews .review-author {
  float: left;
}

#customer-reviews .question a {
  color: #7e7e7e;
  font-weight: 700;
  margin: 0 0 0 10px;
}

#customer-reviews .stats {
  font-style: italic;
}

/*****************************************************
*****   Signin Account Modal   ***********************
*****************************************************/
/* Header */
#signinaccount-content #header {
  background: #ededed;
  border-bottom: 1px solid #b2b2b2;
  height: 25px;
  line-height: 25px;
  margin: 0 0 15px;
}

#signinaccount-content #header h1 {
  font-size: .925em;
}

#signinaccount-content #header .icon {
  background: url("https://content.allheart.com/images/art/account-signin-modal-sprite.png") -100px 0 no-repeat;
  display: block;
  float: left;
  height: 18px;
  margin: 3px 5px 0;
  width: 18px;
}

/* Input Fields */
#signinaccount-content #wrapper {
  margin: 0;
  padding: 0 20px;
}

#signinaccount-content #intro,
#email,
#password {
  clear: both;
  margin: 0 0 5px;
}

#signinaccount-content #intro {
  font-size: .92em;
  margin: 0 0 12px;
}

#signinaccount-content #password {
  margin: 0 0 10px;
}

#signinaccount-content #email input,
#password input {
  width: 250px;
}

/* Submit Button */
#signinaccount-content #button {
  background: url("https://content.allheart.com/images/art/account-signin-modal-sprite.png") 0 0 no-repeat;
  border: 0;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 50px;
}

#signinaccount-content #button:hover {
  background-position: -50px 0;
}

/*****************************************************
*****   Size Charts   ********************************
*****************************************************/
/* Formatting */
#size-chart {
  clear: both;
}

#size-chart h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 15px;
}

#size-chart h4 {
  font-size: 1em;
  font-weight: 700;
}

/* Table */
#size-chart table {
  border-collapse: collapse;
  margin: 0 0 25px 1px;
  width: 99%;
}

#size-chart table td {
  border: 1px solid #b2b2b2;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 50px;
}

#size-chart table td.no-border {
  border: 0;
}

#size-chart table td.bg {
  background: #ededed;
}

/* Inseam Size Bullets */
#size-chart ul {
  margin: 0 0 25px;
}

#size-chart ul li {
  margin: 0 0 0 25px;
}

/* Blueprint Imagery */
#size-chart .blueprint-womens,
#size-chart .blueprint-mens,
#size-chart .blueprint-unisex {
  height: 275px;
  position: relative;
}

#size-chart .blueprint-womens {
  background: url("https://content.allheart.com/images/art/size-chart-blueprint-womens.png") no-repeat;
}

#size-chart .blueprint-mens {
  background: url("https://content.allheart.com/images/art/size-chart-blueprint-mens.png") no-repeat;
}

#size-chart .blueprint-unisex {
  background: url("https://content.allheart.com/images/art/size-chart-blueprint-unisex.png") no-repeat;
}

#size-chart .bust {
  left: 320px;
  position: absolute;
  top: 22px;
}

#size-chart .waist {
  left: 320px;
  position: absolute;
  top: 81px;
  width: 300px;
}

#size-chart .hip {
  left: 320px;
  position: absolute;
  top: 144px;
  width: 300px;
}

#size-chart .inseam {
  left: 320px;
  position: absolute;
  top: 208px;
  width: 300px;
}

/*****************************************************
*****   Tablet Specific   ****************************
*****************************************************/
@media (min-width: 768px) and (max-width:1024px) {
  body {
    font-size: .8em;
  }
  #personalization-modal #footnote,
  #personalization-modal #modal-buttons {
    bottom: 15px;
  }
  #personalization-modal #terms {
    bottom: 60px;
    font-size: 95%;
    width: 594px;
  }
}

@media (max-width: 768px) {
  .personalization__actions #modal-buttons {
    width: 100%;
  }
  .personalization__actions #terms {
    width: 93%;
  }
}