/*
* FONTS
*/
/*
* MEDIA QUERIES
*/
/*
* SPACING
*/
/*
* LAYOUT 
*/
/** Styling variables used globally in Gallery **/
/** Colors unique to Gallery **/
/**************
 * Formatting *
 **************/
#GalleryTop {
  margin: 10px 0 0 0;
}
#GalleryHeader {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-pricing {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.header-pricing-head {
  display: inline;
}
.perpage {
  margin-right: 10px;
}
#headerLeft {
  margin: 20px 0 15px 0;
}
#subHeaderTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#subHeaderTable #previewBreadboxArea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1 auto;
  max-width: 100%;
}
/***************
 * Header Text *
 ***************/
#productName {
  font-weight: bold;
  text-transform: capitalize;
}
.text-shadow {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0);
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
.pricing-text {
  margin-right: 10px;
}
.pricing-text span {
  font-size: inherit;
}
#PricingAndSpecsLink {
  font-size: 13px;
}
#PricingAndSpecsLink:hover {
  text-decoration: underline;
}
.headerContainer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1em;
}
.headerContainer div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.myFavorites {
  margin: 0 10px 0 0;
  display: inline;
}
.favoriteCount {
  margin: 0;
  text-align: right;
}
.tile {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-bottom: 10px;
  min-width: 215px;
  -webkit-flex-basis: 215px;
      -ms-flex-preferred-size: 215px;
          flex-basis: 215px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-color: #e6e6e6;
}
.tile-inner-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ie11 .tile-inner-padding,
.ie11 .tile-preview-scene {
  width: 100%;
}
.tile-outline {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #d1d5d6;
}
.above-preview-area-info {
  position: absolute;
  width: 100%;
}
.above-preview-area-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px 0px 10px;
}
.above-preview-area-inner .tile-favorites-area {
  margin-right: -2px;
  z-index: 40;
}
.combo-details {
  color: #919699;
}
.gallery-tile-callout-bar {
  position: absolute;
  top: 10px;
  left: -5px;
}
.gallery-tile-callout-bar .callout-bar-left {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  right: 100%;
  border-width: 5px 0 0 4px;
  border-style: solid;
  color: white;
}
.gallery-tile-callout-bar .callout-bar {
  font-size: 14px;
}
.matching-tile-callout-bar .callout-bar-left {
  border-top-color: #003959;
}
.new-tile-callout-bar .callout-bar-left,
.recommended-tile-callout-bar .callout-bar-left {
  border-top-color: #03682f;
}
.matching-tile .foil-tile-callout-bar {
  display: none;
}
.foil-tile-callout-bar-gold {
  max-width: 85%;
  left: -4px;
}
.foil-tile-callout-bar-gold .callout-bar-left {
  border-top-color: #624610;
}
.foil-tile-callout-bar-gold .callout-bar-skin-foil {
  background-image: -webkit-linear-gradient(8deg, #e0bd45, #f3dd7f 21%, #f9ebad 60%, #d2b568 95%);
  background-image: linear-gradient(82deg, #e0bd45, #f3dd7f 21%, #f9ebad 60%, #d2b568 95%);
  background-color: transparent;
  color: #00111a;
  padding-left: 10px;
  padding-right: 5px;
}
.foil-tile-callout-bar-gold .callout-bar-skin-foil::before,
.foil-tile-callout-bar-gold .callout-bar-skin-foil::after {
  display: none;
}
.foil-tile-callout-bar-gold .callout-bar-bottom-right,
.foil-tile-callout-bar-gold .callout-bar-top-right {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  background: #AD8E43;
  z-index: 1;
}
.foil-tile-callout-bar-gold .callout-bar-bottom-right {
  background: #AD8E43;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}
.foil-tile-callout-bar-gold .callout-bar-top-right {
  background: -webkit-linear-gradient(40deg, #d2b568 75%, #976b19 95%);
  background: linear-gradient(50deg, #d2b568 75%, #976b19 95%);
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}
.gal-color-swatch {
  height: 18px;
  width: 18px;
  border: 1px solid;
  border-radius: 50%;
}
.gal-color-swatch:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.checked .gal-color-swatch {
  height: 16px;
  width: 16px;
}
.white-swatch {
  border-color: #c8cbcc;
}
.tile-preview-scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tile-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tile-preview-image-link {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.tile-preview-image-link.quickview-hover-btn-test {
  padding-bottom: 15px;
}
.tile-preview-image-link .quickview-hover-btn {
  margin-top: 10px;
}
.tile-preview-image-link .quickview-hover-btn.hidden {
  visibility: hidden;
}
.tile-preview-image-link .quickview-hover-btn .quickview-icon {
  vertical-align: middle;
  padding-right: 5px;
}
.tile-preview-image-link .quickview-hover-btn .quickview-text {
  vertical-align: middle;
}
.hover-responsive-image {
  position: absolute;
  top: 60px;
  z-index: 2;
}
.tile-shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.firefox .tile-preview-image-link {
  overflow: hidden;
}
.firefox .hover-responsive-image {
  width: 100%;
}
.firefox .quickview-preview-wrapper .responsive-image {
  overflow: hidden;
}
.firefox .quickview-preview {
  width: 100%;
}
.tile-footer {
  min-height: 41px;
  margin: 5px 0 0 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  position: relative;
}
.tile-footer .showMoreLink {
  float: right;
  margin: 10px 0px 5px 3px;
  cursor: pointer;
  text-transform: lowercase;
}
.tile-footer .option-set {
  padding: 4px 4px 2px 12px;
}
.tile-footer .option-set-option-wrapper {
  padding: 4.5px;
}
.tile-footer .option-set-option-wrapper.checked {
  padding: 3.5px;
}
.color-buttons .option-set {
  display: block;
}
.color-buttons .option-set-option-wrapper.checked {
  border: none;
}
.color-buttons .option-set-option-wrapper.checked .option-set-contents {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
.tile-lower-textbox {
  text-align: center;
}
.tile-lower-textbox .tile-footer-text {
  margin-bottom: 5px;
}
.select-design-wrapper {
  text-align: center;
  margin: 0px 0px 10px 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#spanPreviewBottomNavRight {
  position: relative;
  float: right;
}
#spanPreviewBottomNavRight .preview-loading-box-wrapper {
  background-color: white;
  opacity: 0.8;
}
#spanPreviewBottomNavRight .preview-loading-box-wrapper .preview-loading-box {
  top: 0px;
}
#spanPreviewBottomNavRight .preview-loading-box-wrapper .preview-loading-box .loading-box-message {
  background-size: 30px;
}
#divPreviewArea {
  max-width: 1030px;
}
.lstPreviewArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.preview-loading-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.preview-loading-box-wrapper .preview-loading-box {
  position: relative;
}
#tileSpinner {
  width: 30%;
  margin: 0 auto;
  margin-top: 50px;
}
@-webkit-keyframes fade {
  0%,
  10% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0%,
  10% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
  }
}
#tileSpinner .v1.c1 {
  fill: #245F94;
  stroke: #245F94;
  stroke-width: 1;
}
#tileSpinner .v1.c2 {
  fill: #6CCEF5;
  stroke: #6CCEF5;
  stroke-width: 1;
}
#tileSpinner .v1.c3 {
  fill: #6CCEF5;
  fill-opacity: 0.3;
}
#tileSpinner .v1 {
  -webkit-animation: fade 2.6s infinite linear both;
          animation: fade 2.6s infinite linear both;
  -moz-animation: fadein 2.6s infinite linear both;
  -ms-animation: fadein 2.6s infinite linear both;
  -o-animation: fadein 2.6s infinite linear both;
}
#tileSpinner .t1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
}
#tileSpinner .t2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
#tileSpinner .t3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
#tileSpinner .t4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
#tileSpinner .t5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}
/** Styling variables used globally in Gallery **/
.tileAreaHeader {
  margin: 20px 0px;
  text-align: center;
}
.sign-in-area {
  text-align: center;
  margin-top: 30px;
}
.sign-in-area .sign-in-message {
  margin-bottom: 15px;
}
#LoadingSpinner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: white;
}
/*******************************
 * Design Path Tile Formatting *
 *******************************/
#divDesignPathContainer {
  color: #494b4d;
  text-align: center;
  white-space: nowrap;
  margin-top: 60px;
}
#divDesignPathContainer .designPathTable {
  width: 100%;
  border-spacing: 15px;
}
.designPathContainerHeader {
  margin-top: 20px;
  white-space: normal;
}
.designPathsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/**********************
 * Design Path - CARE *
 **********************/
.galCareBody {
  margin: 35px 10px 10px 10px;
  white-space: normal;
  color: #494b4d;
}
.galCareNumber {
  margin: 12px 0px 12px 0px;
}
.galCareHours {
  color: #919699;
}
.galCareHelpLink {
  margin: 12px 0px;
}
@media only screen and (max-width: 767px) {
  #divPreviewArea {
    background-color: #e6e6e6;
    padding: 10px 10px 0px 10px;
  }
  #spanPreviewBottomNavRight {
    float: unset;
  }
  #spanPreviewBottomNavRight .paginator-wrapper {
    padding: 0 15px 15px;
    text-align: center;
  }
  #spanPreviewBottomNavRight .paginator-wrapper table td {
    padding: 0px;
    display: inline-block;
  }
  #spanPreviewBottomNavRight .paginator-wrapper .paginator-container {
    width: 100%;
  }
  #spanPreviewBottomNavRight .paginator-wrapper .paginator-container a {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tile.upload-tile .tile-inner {
    padding: unset;
  }
  .tile.upload-tile .tile-inner .tile-outline {
    min-height: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
  }
  .tile.upload-tile .tile-inner .tile-outline-new {
    min-height: 0px;
    border: unset;
  }
  .tile.upload-tile .tile-inner .tile-preview-scene {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tile.upload-tile .tile-inner .tile-preview {
    position: unset;
    top: unset;
    margin-top: unset;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tile.upload-tile .tile-inner .tile-preview .upload-tile-image {
    width: 50px;
    height: 50px;
  }
  .tile.upload-tile .tile-inner .tile-preview .upload-tile-description,
  .tile.upload-tile .tile-inner .tile-preview .upload-tile-action {
    margin-top: 0px;
  }
  .tile.upload-tile .tile-inner .new-tile-preview .upload-title-text {
    width: unset;
  }
  .tile.upload-tile .tile-inner .new-tile-preview .upload-tile-image {
    height: 75px;
    width: 150px;
  }
  .tile.upload-tile .tile-inner .new-tile-preview .upload-tile-image-corner {
    width: 40px;
    margin-left: 140px;
  }
  .tile.upload-tile .tile-inner .new-tile-preview .upload-tile-button {
    width: 142px;
  }
  .tile.upload-tile .tile-inner .tile-footer {
    max-height: 0px !important;
    height: 0px !important;
  }
  .matching-tile .gallery-tile-callout-bar {
    display: none;
  }
  .design-tile .foil-tile-callout-bar-gold,
  .matching-tile .foil-tile-callout-bar-gold {
    display: block;
    left: 2px;
    top: 0;
    max-width: 70%;
  }
  .design-tile .foil-tile-callout-bar-gold .callout-bar-left,
  .matching-tile .foil-tile-callout-bar-gold .callout-bar-left {
    display: none;
  }
  .design-tile .foil-tile-callout-bar-gold .callout-bar-skin-foil,
  .matching-tile .foil-tile-callout-bar-gold .callout-bar-skin-foil {
    border-top-left-radius: 7.5px;
    border-bottom-left-radius: 7.5px;
    padding-top: 6px;
    text-align: center;
    padding-right: 5px;
    padding: 6px 0px 5px 8px;
  }
  .design-tile .foil-tile-callout-bar-gold .callout-bar-bottom-right,
  .matching-tile .foil-tile-callout-bar-gold .callout-bar-bottom-right,
  .design-tile .foil-tile-callout-bar-gold .callout-bar-top-right,
  .matching-tile .foil-tile-callout-bar-gold .callout-bar-top-right {
    width: 27%;
    right: -4%;
  }
  .tile {
    min-width: unset;
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
  }
  .tile .tile-inner {
    padding-left: 3px;
    padding-right: 3px;
  }
  .tile .tile-outline {
    border: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
  }
  .tile .tile-preview-scene {
    background-color: unset !important;
  }
  .tile .above-preview-area-inner {
    margin: 0;
  }
  .tile .above-preview-area-inner .combo-details {
    visibility: hidden;
  }
  .tile .tile-preview {
    padding-top: 10px;
  }
  .tile .tile-preview .tile-preview-image-link {
    padding: 0;
    padding-top: 10px;
  }
  .tile .tile-preview .tile-preview-image-link .quickview-hover-btn {
    display: none;
  }
  .tile .tile-preview .tile-shadow {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  }
  .tile .tile-preview .tile-preview-image img {
    width: 95%;
  }
  .tile .tile-preview .tile-preview-image img.tile-shadow {
    width: 85%;
  }
  .tile .tile-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    min-height: 15px;
    background-color: unset;
  }
  .tile .tile-footer .tile-footer-callout {
    margin-bottom: 6px;
    margin-top: 2px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .tile .tile-footer .option-set {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 4px;
    padding-bottom: 4px;
    line-height: 10px;
    text-align: center;
  }
  .tile .tile-footer .option-set-option-wrapper {
    padding: 2.5px;
  }
  .tile .tile-footer .option-set-option-wrapper.checked {
    padding: 1.5px;
  }
  .tile .tile-footer .showMoreLink {
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 0 3px;
  }
  .tile .tile-footer .tile-lower-textbox {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .tile .tile-footer .tile-lower-textbox:empty {
    margin: 0px;
  }
  .tile .tile-footer .tile-footer-text {
    margin: unset;
    line-height: 16px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .tile .tile-footer .tile-footer-text.comparative-name {
    font-weight: bold;
  }
  .tile .tile-footer .select-design-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .holiday-foil .merchzone-content {
    background-position: center top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .holiday-foil .text-container {
    height: 50%;
    width: 90%;
    text-align: center;
    margin-left: 0px;
    min-width: 0px;
    min-height: 270px;
  }
  .holiday-foil .title-text span {
    margin-top: 10px;
    width: 100%;
  }
  .holiday-foil .title-sub {
    font-size: 48px;
    max-width: initial;
  }
  .holiday-foil .view-btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .holiday-foil .arrow {
    display: none;
  }
  .holiday-foil .image-container {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width:768px) and (max-width: 959px) {
  .holiday-foil {
    margin: 0px 0px 510px 0px;
  }
  .holiday-foil .merchzone-content {
    height: 500px;
  }
  .holiday-foil .title-sub {
    font-size: 36px;
  }
  .holiday-foil .image-container {
    height: 255px;
    width: 490px;
    margin-left: unset;
  }
  .holiday-foil .image-container .main-image-na {
    margin-top: -25px;
    margin-left: -10px;
  }
  .holiday-foil .image-container .main-image-eu {
    margin-left: 60px;
    margin-top: -5px;
  }
  .holiday-foil .close-btn {
    top: 15px;
  }
  .holiday-foil .view-btn-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .holiday-foil {
    margin: 0px 0px 415px 0px;
  }
  .holiday-foil .merchzone-content {
    height: 400px;
  }
  .holiday-foil .title-text {
    text-align: center;
    line-height: 30px;
  }
  .holiday-foil .title-sub {
    font-size: 42px;
    line-height: 52px;
  }
  .holiday-foil .image-container {
    height: 180px;
    width: 100%;
    margin-left: unset;
    text-align: center;
  }
  .holiday-foil .image-container .main-image-na {
    margin-top: -33px;
    margin-left: 10px;
  }
  .holiday-foil .image-container .main-image-eu {
    margin-left: 35px;
    margin-top: -20px;
  }
  .holiday-foil .title-text span {
    display: table;
  }
  .holiday-foil .text-container {
    height: 60%;
  }
  .holiday-foil .view-btn-text {
    text-overflow: unset;
    word-wrap: break-word;
    white-space: initial;
  }
}
#divGalleryWrapper {
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  margin: 0 10px 0 10px;
  min-height: 450px;
}
.lang-jp #divGalleryWrapper {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
.nav-header-upper {
  margin: auto !important;
  max-width: 1284px !important;
}
.footer-container {
  max-width: 1284px !important;
}
@media only screen and (max-width: 767px) {
  .tilePreviewArea {
    background-color: #e6e6e6;
    padding: 10px 10px 0px 10px;
  }
}
