/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

/* Takes a CSS transition and generates the necessary vendor specific versions */

/* Extra small screen / phone */

/* Small screen / tablet */

/* Medium screen / desktop */

/* Large screen / wide desktop */

/* Extra large screen */

/* So media queries don't overlap when required, provide a maximum */

/* Extra small screen / phone */

/* Small screen / tablet */

/* Medium screen / desktop */

/* Large screen / wide desktop */

/* Extra large screen */

/* So media queries don't overlap when required, provide a maximum */

/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

/*****  Overriding font mixin from uig-css *****/

/***** specific mixins *****/

/**** Responsive Mixins *****/

/***** Store-client specific variables *****/

/***** Colors mainly for gradients *****/

/***** Featurebar specific variables *****/

/***** Colors mainly for gradients *****/

.navigationTitleRulerContainer,
.pagetitletext,
#main {
  display: none;
}

#docWide.fullPage {
  width: auto;
  margin: auto 1px;
}

#totallyNonConflictingWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

div#totallyNonConflictingWrapper {
  width: auto !important;
  max-width: 1600px;
}

.leftContent {
  width: 180px;
  box-sizing: content-box;
  vertical-align: top;
  float: left;
}

.leftContent .lockingColumn {
  float: left;
}

@media (min-width: 992px) {
  .rightContent {
    margin-left: 210px;
    margin-right: 0;
  }
}

.loadingContainer {
  display: flex;
  width: 100vw;
  min-height: 300px;
  z-index: 100;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.loadingContainer .spinnerContainer {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  width: 70px;
  height: 70px;
}

.loadingContainer .spinnerContainer .spinner {
  position: relative;
  top: 15px;
  left: 15px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: inline-block;
}

.sbf-debug-info {
  position: fixed;
  bottom: 5px;
  z-index: 1;
  background-color: white;
  right: 20px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#ThumbFooter {
  clear: both;
  margin: 0px 0px 0px 215px;
  font-size: 13px;
  line-height: 1.1;
  color: #58595B;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  border-top: 1px solid #C6C7C9;
}

#ThumbFooter h2 {
  font-size: 13px;
  line-height: 1.1;
  color: #58595B;
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 10px 0 20px;
}

#ThumbFooter h3 {
  font-size: 16px;
  margin: 10px 0 5px;
}

#ThumbFooter h2 ~ .aboutHeadLine,
#ThumbFooter h3 ~ .aboutHeadLine,
#ThumbFooter h4 ~ .aboutHeadLine {
  border-top: 1px solid #C6C7C9;
}

.CategoryReviewDate {
  color: #929497;
}

.CategoryReviewHeader {
  margin: 30px 0 0;
}

.CategoryReviewHeader:nth-child(2) {
  margin: 0;
}

.CategoryReviewContent {
  width: 100%;
  margin: 0px;
}

.aboutHeadLine {
  padding: 10px 0 0;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.1;
  color: #58595B;
}

#aboutCategoryText {
  width: 100%;
  margin: 10px 0px 25px;
}

@media (max-width: 991px) {
  #ThumbFooter {
    margin: 0;
    padding: 0 10px;
  }

  #ThumbFooter h2,
  #ThumbFooter h4,
  .CategoryReviewContent,
  #aboutCategoryText {
    width: 100%;
  }
}

/***** Store-client specific variables *****/

/***** Colors mainly for gradients *****/

/***** Featurebar specific variables *****/

/***** Colors mainly for gradients *****/

.no-results {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin: 60px 0;
}

.no-results .link-text {
  padding-top: 10px;
  font-size: 13px;
}

@media screen and (min-width: 992px) {
  .no-results {
    min-height: 280px;
    color: #58595b;
    border-top: 1px solid #c6c7c9;
    font-size: 20px;
  }

  .no-results .link-text {
    font-size: 18px;
  }

  .no-results .link-text a {
    font-size: 16px;
  }
}

#offer-banner-wrapper #offer-banner {
  width: 100%;
}

#csThumbnailTitleContainer {
  margin: 10px;
}

#storeBreadcrumb {
  margin: 10px;
}

@media (max-width: 479px) {
  #storeBreadcrumb {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #storeBreadcrumb {
    display: none !important;
  }
}

.sub-bar-menu {
  position: relative;
  display: inline-block;
}

.desktop-promo {
  display: block;
}

.page-title-container {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  margin: 10px;
}

.page-title-container .page-title-text {
  font-size: 20px;
  color: #87898d;
}

.page-title-container .page-title-text .search-term {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  color: #58595b;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 0px;
}

.page-title-container .page-title-text .sfly-suggestions {
  text-align: center;
  font-size: 15px;
}

.page-title-container .page-title-text .sfly-suggestions .search-term {
  float: none;
  font-size: 15px;
  margin: 0;
}

.page-title-container .page-title-text .sfly-suggestions .show-all,
.page-title-container .page-title-text .sfly-suggestions .suggested-keywords {
  color: #00a8b0;
  font-size: 15px;
  text-decoration: none;
}

.page-title-container .dyncontent {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  #offer-banner-container {
    margin: 0px;
  }
}

@media screen and (min-width: 991px) {
  #storeBreadcrumb,
  #ThumbFooter {
    margin-right: 10px;
  }
}

#storeBreadcrumb a,
#ThumbFooter a {
  color: #1AAEBA;
}

#storeBreadcrumb a:hover,
#ThumbFooter a:hover {
  text-decoration: underline;
}

.reponsive-search #docWide {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

.thumbnail-grid {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .thumbnail-grid {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .rightContent.full-width .thumbnail-grid {
    justify-content: space-between;
  }
}

.thumbnail-grid .container {
  width: auto;
  padding-left: 18px;
  padding-right: 0px;
}

.thumbnail-tile-container {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .thumbnail-tile-container:hover .thumbnail {
    background: #FFF;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  }
}

.thumbnail-tile-container .thumbnail {
  padding: 9px 9px 0 9px;
}

@media (min-width: 768px) {
  .thumbnail-tile-container .thumbnail {
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    height: 410px;
  }
}

@media (max-width: 320px) {
  .thumbnail-tile-container .thumbnail {
    padding: 9px 5px 0 5px;
  }
}

.thumbnail-tile-container .thumbnail .productName {
  font-size: 15px;
  line-height: 17px;
  color: #58595B;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  max-height: 34px;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .thumbnail-tile-container .thumbnail .productName {
    max-width: 340px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .thumbnail-tile-container .thumbnail .productName {
    max-width: 254px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .thumbnail-tile-container {
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .thumbnail-tile-container {
    width: 33.33%;
  }
}

@media (max-width: 479px) {
  .thumbnail-tile-container {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .thumbnail-tile-container {
    width: 25%;
  }
}

@media (min-width: 1600px) {
  .thumbnail-tile-container {
    width: 20%;
  }
}

.thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  text-align: center;
  padding: 0px;
  margin: 0px auto;
  max-width: 254px;
  width: 100%;
}

.thumbnailImageSquare {
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .thumbnailImageSquare {
    width: auto;
    height: 150px;
  }
}

@media (min-width: 768px) {
  .thumbnailImageSquare {
    width: 100%;
    height: 236px;
  }
}

.thumbnailImageSquare.loading canvas {
  visibility: hidden;
}

.thumbnailImageSquare .loading-indicator {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  background-image: image-set(url(https://cdn-image.staticsfly.com/css/spinners/orange/1x/spinner-md.png) 1x, url(https://cdn-image.staticsfly.com/css/spinners/orange/2x/spinner-md.png) 2x);
  background-repeat: no-repeat;
  background-position: center;
  height: 39px;
  width: 39px;
  margin: 98.5px;
}

@media (max-width: 767px) {
  .thumbnailImageSquare .loading-indicator {
    margin: 50.5px;
  }
}

.thumbnailImageSquare img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

.thumbnailImageSquare .left-image,
.thumbnailImageSquare .right-image {
  width: 50%;
  height: 100%;
}

.thumbnailImageSquare canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

.thumbnailImageSquare .loadingContainer {
  display: inline-block;
  min-height: 236px;
  width: 100%;
  z-index: 100;
}

.thumbnailImageSquare .loadingContainer .spinnerContainer {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnailImageSquare .loadingContainer .spinnerContainer .spinner {
  position: relative;
  top: 15px;
  left: 0px;
}

@media (max-width: 767px) {
  .thumbnailImageSquare .loadingContainer {
    min-height: 150px;
  }

  .thumbnailImageSquare .loadingContainer .spinnerContainer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.fade-enter {
  opacity: 0.01;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.fade-exit {
  opacity: 1;
}

.fade-exit.fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}

/*
    Only target IE
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .thumbnailImageSquare {
    display: flex;
  }

  .thumbnailImageSquare img {
    font-family: 'object-fit: contain; object-position: 50% 100%';
  }

  .thumbnailImageSquare canvas {
    width: auto;
    height: auto;
    display: flex;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
    Only target edge
*/

@supports (-ms-ime-align: auto) {
  .thumbnailImageSquare {
    display: flex;
  }

  .thumbnailImageSquare img {
    font-family: 'object-fit: contain; object-position: 50% 100%';
  }

  .thumbnailImageSquare canvas {
    width: auto;
    height: auto;
    display: flex;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
  }
}

.call-to-action {
  display: none;
}

.featureBanner {
  width: 100px;
  height: 20px;
  margin: 6px auto auto auto;
}

.featureBanner ~ .large-size {
  margin-top: 3px;
}

.colorSwatchThumb {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 10px;
  float: left;
  cursor: pointer;
  border: 1.5px solid #cccccc;
}

.dynamicColorSwatchThumb {
  width: 18px;
  height: 18px;
  line-height: 10px;
  float: left;
  cursor: pointer;
}

.tooltiptitle {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
}

.productType {
  font-size: 11px;
  line-height: 12px;
  color: #929497;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  margin-bottom: 1px;
}

ins.discountedPrice {
  text-decoration: none;
  background: transparent;
  color: #CC0000;
}

.arrow.top::before {
  position: absolute;
  top: -9px;
  right: 36px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  z-index: -1;
  content: "\A0";
  background-color: #FFF;
  display: inline-block;
  border-color: #C6C7C9;
  border-style: solid;
}

.goldfoilSwatchThumb {
  background: #785f25;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #785f25 0%, #edc151 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #785f25 0%, #edc151 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #785f25 0%, #edc151 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startColor, endColorstr=$endColor,GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.redfoilSwatchThumb {
  background: #7e7e7e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #7e7e7e 0%, #920012 0%, #e80112 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7e7e7e 0%, #920012 0%, #e80112 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7e7e7e 0%, #920012 0%, #e80112 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#e80112',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.silverfoilSwatchThumb {
  background: #7e7e7e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #7e7e7e 0%, #EEE 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7e7e7e 0%, #EEE 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7e7e7e 0%, #EEE 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startColor, endColorstr=$endColor,GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.rosegoldfoilSwatchThumb {
  background: #7c4c35;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #7c4c35 0%, #df9b74 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7c4c35 0%, #df9b74 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7c4c35 0%, #df9b74 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startColor, endColorstr=$endColor,GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

@media screen and (max-width: 991px) {
  .thumbnail-tile-container .favoriteBtn {
    display: block;
    margin-bottom: 30px;
  }

  .thumbnail-tile-container:hover .thumbnail {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .dyncontent-banner {
    display: none;
  }

  .thumbnail-grid {
    margin: 0px;
    padding: 0px 10px;
  }

  .thumbnail-tile-container {
    padding: 0px;
    margin: 0px;
  }

  .thumbnail-tile-container .productName {
    font-size: 13px;
    line-height: 16px;
    max-width: 140px;
    text-overflow: ellipsis;
  }

  .thumbnail-tile-container .productSpec {
    font-size: 11px;
    line-height: 14px;
  }

  .thumbnail-tile-container .productType {
    font-size: 10px;
    line-height: 13px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 18px 0 44px 180px;
}

@media (max-width: 991px) {
  .pagination {
    margin-top: 50px;
    padding-left: 0;
  }
}

.pagination .page {
  color: #BFBFBF;
  font-size: 100%;
  margin: 8px 2.5px;
  display: inline-block;
  float: left;
  text-decoration: none;
  text-align: center;
  background: transparent;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.pagination .page:hover {
  text-decoration: none;
}

.pagination .page.selected {
  color: #F05323;
}

.pagination span.page {
  cursor: default;
}

.pagination .prev,
.pagination .next {
  color: #58595B;
  display: inline-block;
  float: left;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: none;
  margin: 4px 2.5px;
  cursor: pointer;
  border-radius: 10px;
}

.pagination .prev.disabled,
.pagination .next.disabled {
  opacity: .5;
  cursor: default;
}

.pagination .uig-svg-icon {
  height: 10px;
  width: 10px;
  margin: 2px;
  padding: 4px;
  border-radius: 10px;
  background: #EEE;
}

.pagination .uig-svg-icon:hover {
  background-color: #BFBFBF;
}

.pagination .uig-svg-icon path {
  fill: #58595B;
}

@media (max-width: 767px) {
  .pagination .uig-svg-icon {
    height: 10px;
    width: 10px;
  }
}

.colorSwatches {
  margin: 10px 0px 7px 0px;
  height: 22px;
  z-index: 20;
}

.colorSwatches .multicolorSwatchThumb {
  background: #a82dd8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82dd8', endColorstr='#e54040',GradientType=1 );
}

.colorSwatches .colorSwatchesHidden {
  margin: 10px 0px 0px 0px;
  height: auto;
}

.colorSwatches .colorSwatchesCenter {
  height: 22px;
  margin: auto;
  display: inline-block;
}

.colorSwatches .colorSwatchesCenter .colorItem {
  margin: 1px 3px;
  border: 2px solid transparent;
  float: left;
  display: inline;
}

.colorSwatches .colorSwatchesCenter .colorItemSelected {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #F05323;
  margin: 1px 3px;
  float: left;
  display: inline;
}

.colorSwatches .colorSwatchesCenter .colorItem:hover .colorToolTip,
.colorSwatches .colorSwatchesCenter .colorItemSelected:hover .colorToolTip {
  display: block;
}

.colorSwatches .colorSwatchesCenter .colorItem .colorToolTip,
.colorSwatches .colorSwatchesCenter .colorItemSelected .colorToolTip {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #C6C7C9;
  display: none;
  margin-left: -123px;
  margin-top: 30px;
  pointer-events: none;
  position: absolute;
  width: 177px;
  background-color: #FFF;
  padding: 2px;
  z-index: 300;
  text-align: left;
}

.colorSwatches .colorSwatchesCenter .colorItem .colorToolTip .dynamicColorIcon,
.colorSwatches .colorSwatchesCenter .colorItemSelected .colorToolTip .dynamicColorIcon {
  margin: 0px 5px;
  float: left;
}

.colorSwatches .colorSwatchesCenter .colorItem .colorToolTip .dynamicColorIcon .uig-svg-icon,
.colorSwatches .colorSwatchesCenter .colorItemSelected .colorToolTip .dynamicColorIcon .uig-svg-icon {
  height: 38px;
  width: 38px;
}

.price {
  font-size: 11px;
  line-height: 12px;
  color: #929497;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  height: 12px;
}

del.oldPrice {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  padding: 0px 3px;
}

ins.discountedPrice {
  text-decoration: none;
  background: transparent;
  color: #CC0000;
}

/***** Store-client specific variables *****/

/***** Colors mainly for gradients *****/

/***** Featurebar specific variables *****/

/***** Colors mainly for gradients *****/

.thumbnail-feature-bar-content {
  display: block;
}

.thumbnail-feature-bar-content svg.uig-svg-icon {
  width: 22px;
  height: 22px;
}

.thumbnail-feature-bar-content svg.uig-svg-icon path {
  fill: #58595b;
}

@media (min-width: 992px) {
  .thumbnail-feature-bar-content {
    display: none !important;
  }
}

.thumbnail-feature-bar-content .filter-feature-toggle {
  float: left;
}

.thumbnail-feature-bar {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F9FAFC;
  min-height: 44px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .thumbnail-feature-bar {
    margin-right: 0;
  }
}

@media (min-width: 991px) {
  .thumbnail-feature-bar .favorites-feature-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
  }
}

@media (max-width: 991px) {
  .thumbnail-feature-bar .favorites-feature-toggle {
    border-left: 1px solid #E1E2E7;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
  }
}

.thumbnail-feature-bar.pinned .favorites-feature-toggle {
  display: inline-block;
  border-left: 1px solid #E1E2E7;
}

.thumbnail-feature-bar.pinned {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

.thumbnail-feature-bar.pinned.upp-opened {
  display: none;
}

.thumbnail-feature-bar.pf-disabled .thumbnail-photos-tray {
  display: none;
}

@media (min-width: 768px) {
  .thumbnail-feature-bar.pinned.pf-disabled .category-code-banner {
    display: inline-block;
  }

  .thumbnail-feature-bar.pinned.pf-disabled {
    display: inline-block;
    text-align: center;
    height: auto;
  }

  .thumbnail-feature-bar.pinned {
    margin-top: 22px;
  }
}

.thumbnail-feature-bar .category-code-banner {
  font-size: 21px;
  line-height: 44px;
  color: #58595B;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  padding-left: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .thumbnail-feature-bar .category-code-banner {
    display: inline-block;
    text-align: center;
    width: 70%;
    min-width: 50%;
    margin-right: 43px;
  }
}

.thumbnail-feature-bar.pinned {
  position: fixed;
  top: 17px;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.thumbnail-feature-bar .filter-feature-toggle {
  padding: 0 10px;
  margin: 10px 0;
  line-height: 28px;
  display: inline-block;
  float: left;
  text-align: center;
}

@media (max-width: 991px) {
  .thumbnail-feature-bar .filter-feature-toggle {
    margin: 9px 0 7px;
    border-right: 1px solid #E1E2E7;
  }
}

.favorites-feature-toggle {
  font-size: 16px;
  line-height: 28px;
  padding: 0 15px;
  float: right;
  height: 22px;
  text-align: center;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .favorites-feature-toggle {
    margin: 9px 0 7px 0;
    padding: 0 10px;
    display: inline-block;
  }
}

.favorites-feature-toggle .tool-tip-wrapper .tool-tip {
  right: 18px;
  left: auto;
}

@media (max-width: 991px) {
  .favorites-feature-toggle .tool-tip-wrapper .tool-tip {
    right: -8px;
  }

  .favorites-feature-toggle .tool-tip-wrapper .tool-tip:before {
    right: 10px;
    left: auto;
  }
}

#app-container .thumbnail-feature-bar .favorites-feature-toggle a,
#app-container .thumbnail-feature-bar .favorites-feature-toggle .disabled-link {
  display: inline-block !important;
  vertical-align: middle;
}

#app-container .thumbnail-feature-bar .favorites-feature-toggle a:hover,
#app-container .thumbnail-feature-bar .favorites-feature-toggle .disabled-link:hover {
  text-decoration: none;
}

.favorites-text {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #58595B;
}

.thumbnail-feature-bar .favorites-feature-toggle > div,
.thumbnail-feature-bar .filter-feature-toggle > div {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .thumbnail-feature-bar .phototray-container-background {
    padding: 0 0 0 9px;
  }
}

.favorites-count-component {
  top: -6px;
}

@media (min-width: 992px) {
  .thumbnail-feature-bar {
    background-color: #FFF;
    margin: 10px 0 20px;
    display: none;
  }

  .thumbnail-feature-bar.pf-disabled {
    display: none;
  }

  .thumbnail-feature-bar.pinned {
    line-height: 0;
    top: 17px;
    z-index: 999;
    width: 100%;
    background-color: #F5F6F8;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  }

  .thumbnail-feature-bar.pinned .favorites-count-component {
    display: inline-block;
    vertical-align: middle;
  }

  .thumbnail-feature-bar.pinned .favorites-text {
    top: -3px;
    position: relative;
  }

  .thumbnail-feature-bar .phototray-container-background {
    background-color: #FFF;
  }

  .thumbnail-feature-bar.pinned .thumbnail-photos-tray {
    border-bottom: none;
  }

  .thumbnail-feature-bar-content {
    margin-left: 10px;
  }

  .thumbnail-feature-bar.pinned .thumbnail-feature-bar-content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 0;
  }
}

#app-container .thumbnail-feature-bar .favorites-feature-toggle a {
  color: #737476;
}

.color-goldfoil {
  background-image: linear-gradient(45deg, #785f25, #edc151);
}

.color-silverfoil {
  background-image: linear-gradient(45deg, #7e7e7e, #eee);
}

.color-redfoil {
  background-image: linear-gradient(45deg, #7e7e7e, #e80112);
}

.color-multicolor {
  background-image: linear-gradient(135deg, #a82dd8, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040);
}

.color-rosegoldfoil {
  background-image: linear-gradient(45deg, #7c4c35, #df9b74);
}

.color-beige {
  background-color: #e3c5a5;
}

.color-yellow {
  background-color: #ffcb05;
}

.color-white {
  background-color: white;
}

.color-pink {
  background-color: #f290bb;
}

.color-grey {
  background-color: #95a0a9;
}

.color-blue {
  background-color: #669bd0;
}

.color-green {
  background-color: #0aa425;
}

.color-red {
  background-color: red;
}

.color-brown {
  background-color: #53351a;
}

.color-black {
  background-color: black;
}

.color-gray {
  background-color: #6D7578;
}

.color-orange {
  background-color: #ff9900;
}

.color-purple {
  background-color: #f290bb;
}

/***** Store-client specific variables *****/

/***** Colors mainly for gradients *****/

/***** Featurebar specific variables *****/

/***** Colors mainly for gradients *****/

.backdoor {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.filter-panel {
  color: #58595b;
  width: 180px;
  margin: 0 0 0 11px;
  padding: 0;
  line-height: 1.22em;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.filter-panel .header {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
}

.filter-panel .header .hamburger-icon {
  height: 22px;
  width: 22px;
  flex: 1 1 none;
}

.filter-panel .header .hamburger-icon path {
  fill: #58595b;
}

.filter-panel .header .filter-label {
  font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
  flex: 1 1 auto;
  font-size: 16px;
  margin-left: 9px;
  padding-top: 3px;
  font-weight: 400;
}

.filter-panel .header .toggle-link {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  height: 22px;
  width: 30px;
  flex: 1 1 none;
  font-size: 13px;
  padding-top: 3px;
  padding-right: 3px;
  cursor: pointer;
}

/************************************ Mobile ****************************************/

.header {
  display: flex;
  flex-direction: row;
  margin: 12px 0 7px 0;
}

.header .hamburger-icon {
  height: 22px;
  width: 22px;
  flex: 1 1 none;
}

.header .hamburger-icon path {
  fill: #e80112;
}

.header .filter-label {
  font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
  flex: 1 1 auto;
  font-size: 16px;
  margin-left: 9px;
  padding-top: 3px;
  font-weight: 400;
}

.header .toggle-link {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  color: #1aaeba;
  height: 22px;
  width: 30px;
  flex: 1 1 none;
  font-size: 13px;
  padding-top: 3px;
  padding-right: 3px;
  cursor: pointer;
}

body.filter-panel-body .mobileFilterPanelBtnBar {
  right: auto;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 56px;
  position: fixed;
}

body.filter-panel-body .mobileFilterPanelBtnBar > div {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0 10px;
  border-top: 1px solid #dcdee1;
}

body.filter-panel-body .mobileFilterPanelBtnBar .done-btn {
  margin: 10px 0px 10px 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}

body.filter-panel-body .mobileFilterPanelBtnBar .clear-btn {
  margin-top: 10px;
  margin-right: 15px;
  padding-top: 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}

body.filter-panel-body .close-btn {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-right: 4px;
  color: black;
  cursor: pointer;
  text-decoration: none;
}

body.filter-panel-body .close-btn path {
  fill: #cccccc;
}

@media screen and (min-width: 992px) {
  body.filter-panel-body .mobile-filter-panel {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.filter-panel-body .backdoor {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: "alpha(opacity=70)";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
    -webkit-touch-callout: none;
    background-color: white;
    z-index: 9998;
    overflow: hidden;
  }

  body.filter-panel-body .mobile-filter-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 379px;
    height: auto;
    -webkit-box-shadow: 5px 0 4px -5px #58595B;
    -moz-box-shadow: 5px 0 4px -5px #58595B;
    box-shadow: 5px 0 4px -5px #58595B;
    border-right: 1px solid #DCDEE1;
    z-index: 9999;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.filter-panel-body .mobile-filter-panel .filter-panel-section {
    position: fixed;
    top: 48px;
    bottom: 58px;
    left: 0;
    width: 380px;
    padding: 0 10px;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  body.filter-panel-body .mobile-filter-panel .mobileFilterPanelBtnBar {
    right: auto;
    left: 0;
    width: 396px;
  }

  body.filter-panel-body .mobile-filter-panel .mobileFilterPanelBtnBar > div {
    width: 100%;
    margin: 0 10px;
    border-top: 1px solid #dcdee1;
  }

  body.filter-panel-body .productOptionSectionContainer + .thumbSortBarLine {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.filter-panel-body .mobile-filter-panel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 5px 0 4px -5px #58595B;
    -moz-box-shadow: 5px 0 4px -5px #58595B;
    box-shadow: 5px 0 4px -5px #58595B;
    z-index: 9999;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.filter-panel-body .mobile-filter-panel .filter-panel-section {
    position: fixed;
    top: 48px;
    bottom: 58px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  body.filter-panel-body .mobile-filter-panel .productOptionSectionContainer {
    padding: 29px 0 0 2px;
  }

  body.filter-panel-body .mobile-filter-panel .section-header-toggle-icon {
    margin-right: 12px;
  }

  body.filter-panel-body .mobile-filter-panel .productOptionSectionContainer + .thumbSortBarLine {
    display: none;
  }
}

body.filter-panel-body .mobile-filter-panel .header {
  margin: 12px 0;
}

body.filter-panel-body .mobile-filter-panel .header .hamburger-icon {
  height: 22px;
  width: 22px;
  flex: 1 1 none;
  path-fill: #e80112;
}

body.filter-panel-body .mobile-filter-panel .header + .thumbSortBarLine {
  margin-bottom: 29px;
}

.thumbSortBarLine {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  border-top: 1px solid #dddedf;
}

.productOptionSectionContainer {
  margin-left: 11px;
  margin-bottom: 20px;
  font-size: 13px;
}

.productOptionSection {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  padding: 0;
}

.productOptionSection label {
  font-size: 1em;
}

.section-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 14px;
}

.section-header .section-header-label {
  font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  flex: 1 1 auto;
  line-height: 16px;
  color: #58595b;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  padding-top: 3px;
}

.section-header .section-header-toggle-icon {
  flex: none;
}

.section-header .section-header-toggle-icon:hover {
  cursor: pointer;
}

.section-header .section-header-toggle-icon .uig-svg-icon {
  height: 22px;
  width: 22px;
}

.section-header .section-header-toggle-icon .uig-svg-icon path:nth-child(2),
.section-header .section-header-toggle-icon .uig-svg-icon path:nth-child(3) {
  fill: #87898d;
}

.productOptionItem {
  margin: 0 10px 10px 0;
}

.productOptionItem *:hover {
  cursor: pointer;
}

.production-option-color {
  margin: 6px 0 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
  min-width: 34px;
  display: flex;
  flex-direction: row;
}

.production-option-color .product-option-color-item {
  border: 2px;
  height: 22px;
  width: 22px;
  margin-right: 8px;
  cursor: pointer;
}

.production-option-color .uig-svg-icon {
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.production-option-color .uig-svg-icon.selected {
  border: 3px solid  #f26842;
}

.productOptionIcon {
  margin: 0 0 10px 0;
  min-width: 50px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}

.productOptionItem:hover .productOptionImageDefault {
  display: none;
}

.productOptionImageActive {
  display: none;
}

.productOptionItem:hover .productOptionImageActive {
  display: block;
}

.productOptionLabel {
  display: flex;
  /*   text-align: center; */
}

.productOptionLabel label {
  flex-grow: 1;
  width: 0;
  text-align: center;
}

.productOptionOos {
  opacity: 0.5;
  pointer-events: none;
}

.productOptionOos:hover {
  cursor: not-allowed;
}

.productOptionOos .productOptionItem,
.productOptionOos .productOptionIcon {
  pointer-events: none;
}

.productOptionOos .productOptionLabel label:after {
  content: "Out of Stock";
  display: block;
  color: red;
}

.productOptionOos .colorOption.selected {
  stroke: transparent;
}

.productOptionOos .colorOption:hover {
  stroke: transparent;
}

.label-on-right {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.label-on-right .productOptionIcon {
  margin: 0 10px 0 0;
  min-width: auto;
}

.label-on-right .productOptionLabel {
  align-items: center;
}

.label-on-right .productOptionLabel label {
  width: auto;
  text-align: left;
}

.label-on-right .productOptionItem {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.label-on-right input[type="radio"] {
  margin: 3px 5px;
}

.colorOption {
  border: 1.5px solid #dcdee1;
  width: 19px;
  height: 19px;
}

.colorOption.circle {
  border-radius: 50%;
}

.colorOption.selected {
  border: 3px solid  #f26842;
}

.colorOption:hover {
  border: 3px solid  #f26842;
  opacity: 0.5;
}

.noFrame.square {
  position: relative;
  z-index: 1;
  left: -20%;
  top: 50%;
  width: 141%;
  height: 1px;
  background-color: #dcdee1;
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
}

.noFrame.circle {
  position: relative;
  z-index: 1;
  left: 3%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #dcdee1;
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
}

.productOptionIcon.selected .productOptionImageDefault {
  display: none;
}

.productOptionIcon.selected .productOptionImageActive {
  display: block;
}

.product-option-checkbox-input {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}


.background-dark {
  background-color: #58595b; }

.background-orange {
  background-color: #f05323; }

/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
.uig-button {
  display: inline-block;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  padding: 12px 24px 12px 24px;
  min-width: 32px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .uig-button svg {
    vertical-align: middle;
    width: 15px;
    height: 15px; }
  .uig-button .uig-svg-icon + span {
    margin-left: 8px; }
  .uig-button.disabled {
    pointer-events: none;
    cursor: default; }
  .uig-button:link, .uig-button:visited, .uig-button:hover, .uig-button:active, .uig-button:focus {
    text-decoration: none; }

.uig-primary-button {
  background-color: #F05323;
  border-width: 0; }
  .uig-primary-button path {
    fill: #fff; }
  .uig-primary-button:hover, .uig-primary-button._hover, .uig-primary-button:active, .uig-primary-button._active, .uig-primary-button:focus, .uig-primary-button._focus {
    color: white;
    background-color: #dc4405; }
  .uig-primary-button.disabled {
    background-color: #faccbd; }

a.uig-primary-button:active {
  color: white; }

.brand-TP .uig-primary-button {
  background-color: #00a4b5; }
  .brand-TP .uig-primary-button:hover, .brand-TP .uig-primary-button._hover {
    background-color: #008f9e; }
  .brand-TP .uig-primary-button:active, .brand-TP .uig-primary-button._active {
    background-color: #007f8d; }
  .brand-TP .uig-primary-button.disabled {
    background-color: #88c8d8; }

.uig-secondary-button {
  color: #58595B;
  background-color: white;
  border: solid 1px #c6c7c9; }
  .uig-secondary-button:hover, .uig-secondary-button._hover {
    color: #F05323;
    border: solid 1px #F05323; }
    .uig-secondary-button:hover path, .uig-secondary-button._hover path {
      fill: #F05323; }
  .uig-secondary-button:active, .uig-secondary-button._active {
    color: #dc4405;
    border: solid 1px #dc4405; }
    .uig-secondary-button:active path, .uig-secondary-button._active path {
      fill: #dc4405; }
  .uig-secondary-button.disabled {
    color: #d5d6d6;
    border: solid 1px #ddddde; }
    .uig-secondary-button.disabled path {
      fill: #d5d6d6; }

.brand-TP .uig-secondary-button:hover, .brand-TP .uig-secondary-button._hover {
  color: #00a4b5;
  border-color: #00a4b5; }
  .brand-TP .uig-secondary-button:hover path, .brand-TP .uig-secondary-button._hover path {
    fill: #00a4b5; }

.brand-TP .uig-secondary-button:active, .brand-TP .uig-secondary-button._active {
  color: #007f8d;
  border-color: #007f8d; }
  .brand-TP .uig-secondary-button:active path, .brand-TP .uig-secondary-button._active path {
    fill: #007f8d; }

.uig-tertiary-link {
  color: #1aaeba;
  font-size: 13px;
  font-weight: 500;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
  text-transform: none;
  cursor: pointer; }
  .uig-tertiary-link:hover, .uig-tertiary-link._hover {
    text-decoration: underline; }
  .uig-tertiary-link:active, .uig-tertiary-link._active {
    text-decoration: underline;
    color: #138f99; }
  .uig-tertiary-link.disabled {
    color: #90d8de;
    cursor: default; }
    .uig-tertiary-link.disabled:hover {
      text-decoration: none; }

.background-dark .uig-primary-button {
  color: white;
  background-color: #818284; }
  .background-dark .uig-primary-button:hover, .background-dark .uig-primary-button._hover {
    color: #F05323;
    background-color: #cdcdce; }
  .background-dark .uig-primary-button:active, .background-dark .uig-primary-button._active {
    color: #dc4405;
    background-color: #e6e6e6; }
  .background-dark .uig-primary-button.disabled {
    color: #949496;
    background-color: #676769; }

.background-dark .uig-secondary-button {
  color: white;
  background-color: #5f6163;
  border: solid 1px #929395; }
  .background-dark .uig-secondary-button:hover, .background-dark .uig-secondary-button._hover {
    background-color: #818284;
    border: solid 1px #dcdee0; }
  .background-dark .uig-secondary-button:active, .background-dark .uig-secondary-button._active {
    background-color: #929294;
    border: solid 1px #dddfe1; }
  .background-dark .uig-secondary-button.disabled {
    color: #afb0b1;
    background-color: #5f6163;
    border: solid 1px #848788; }

.background-dark .uig-tertiary-link:active, .background-dark .uig-tertiary-link._active {
  color: #90d8de; }

.background-dark .uig-tertiary-link.disabled {
  color: #949496; }

.background-orange .uig-primary-button {
  color: #F05323;
  background-color: #fcdcd3; }
  .background-orange .uig-primary-button:hover, .background-orange .uig-primary-button._hover {
    background-color: #fdeee9; }
  .background-orange .uig-primary-button:active, .background-orange .uig-primary-button._active {
    background-color: white; }
  .background-orange .uig-primary-button.disabled {
    background-color: #f48664; }

.background-orange .uig-secondary-button {
  color: white;
  background-color: #f05a2e;
  border: solid 1px #e98f74; }
  .background-orange .uig-secondary-button:hover, .background-orange .uig-secondary-button._hover {
    background-color: #f37e5a;
    border: solid 1px #dcdddf; }
  .background-orange .uig-secondary-button:active, .background-orange .uig-secondary-button._active {
    background-color: #f58e6f;
    border: solid 1px #dddfe1; }
  .background-orange .uig-secondary-button.disabled {
    color: #f7ad96;
    background-color: #f05a2e;
    border: solid 1px #ea8263; }

.background-orange .uig-tertiary-link {
  color: white; }
  .background-orange .uig-tertiary-link.disabled {
    color: #f9beac; }

.badge-count {
  border-radius: 100px;
  background-color: #f05323;
  padding: 2px 4px 2px 4px; }

.uig-button .badge-count {
  background-color: #fff;
  color: #f05323; }

.brand-TP .uig-button .badge-count {
  color: black; }


/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

.marquee-wrapper {
  position: relative;
  overflow: hidden;
}

.marquee-wrapper .marquee {
  margin: 0;
}

.marquee-wrapper img {
  max-width: 100%;
}

.marquee-wrapper .marquee-cta {
  top: 2%;
  color: #2d3137;
  width: 320px;
}

.marquee-wrapper .marquee-cta .marquee-title,
.marquee-wrapper .marquee-cta .marquee-sub-title,
.marquee-wrapper .marquee-cta h2.marquee-title {
  font-size: 24px !important;
  font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.17em;
}

.marquee-wrapper .marquee-cta .btn {
  padding: 20px 0px;
}

@media (min-width: 1600px) {
  .marquee-wrapper .marquee-cta {
    width: 480px;
  }

  .marquee-wrapper .marquee-cta .marquee-title,
  .marquee-wrapper .marquee-cta .marquee-sub-title,
  .marquee-wrapper .marquee-cta h2.marquee-title {
    font-size: 28px !important;
    line-height: 1.14em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .marquee-wrapper .marquee-cta {
    width: 260px;
  }

  .marquee-wrapper .marquee-cta .marquee-title,
  .marquee-wrapper .marquee-cta .marquee-sub-title,
  .marquee-wrapper .marquee-cta h2.marquee-title {
    font-size: 18px !important;
    line-height: 1.22em;
  }
}

@media (min-width: 768px) {
  .marquee-wrapper .marquee-cta {
    position: absolute;
    left: 2%;
  }
}

@media (max-width: 767px) {
  .marquee-wrapper .marquee-cta {
    margin-top: 3px;
    text-align: center;
    width: 100%;
  }

  .marquee-wrapper .marquee-cta .marquee-title {
    font-size: 14px;
    margin-top: 10px;
    color: #2d3137 !important;
  }

  .marquee-wrapper .marquee-cta .btn {
    padding: 15px 0px 20px;
  }

  .marquee-wrapper .marquee-cta .btn .uig-primary-button {
    color: #2d3137 !important;
    font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
    padding: 0;
  }

  .marquee-wrapper .marquee-cta .btn .uig-primary-button,
  .marquee-wrapper .marquee-cta .btn .uig-primary-button:hover {
    background-color: transparent !important;
  }
}

.mini-calendar {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}

.mini-calendar .month-list {
  width: 122px;
  margin-right: 10px;
}

.mini-calendar .month-list,
.mini-calendar .year-list {
  margin-bottom: 10px;
}

.mini-calendar .year-list,
.mini-calendar .shorthand-month {
  width: 92px;
}

.mini-calendar label {
  margin-right: 10px;
}

.mini-calendar .dropdown-container .dropdown-display {
  background-color: #FFF;
}

.mini-calendar .dropdown-container .dropdown-list {
  z-index: 1;
}

.mini-calendar .dropdown-container .dropdown-list .dropdown-list-items {
  max-height: 180px;
  overflow: auto;
}

.cat-footer {
  color: #58595B;
  margin: auto 20%;
}

.cat-footer .heading {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.cat-footer .heading,
.cat-footer h4,
.cat-footer p {
  font-size: 13px;
}

.cat-footer .description {
  line-height: 1.54em;
}

.cat-footer .description h4,
.cat-footer .description p {
  margin: 0;
}

.cat-footer .description h4 {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
}

.cat-footer .description p {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .cat-footer {
    margin: auto 8%;
  }
}

@media (max-width: 1199px) {
  .cat-footer {
    margin: auto 1%;
  }
}

.promo-well {
  position: absolute;
  top: 30%;
  right: 10px;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
}

.promo-well .promo-well-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.promo-well .promo-well-main .offer-text {
  font-size: 24px;
  padding: 0px 15px 10px 15px;
  line-height: 1.13em;
  color: #F05323;
}

.promo-well .promo-well-main .offer-code-text {
  color: #000;
  padding: 10px 15px;
  font-size: 16px;
}

.promo-well .promo-well-main .see-offer-details-text {
  font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
  font-size: 12px;
}

.promo-well .promo-well-main a {
  color: #000;
  text-decoration: none;
}

.promo-well .promo-well-main div:last-child {
  padding: 10px 15px 0px 15px;
}

@media (max-width: 1199px) {
  .promo-well {
    top: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .promo-well .promo-well-main {
    width: 238px;
    height: 207px;
  }

  .promo-well .promo-well-main .offer-text {
    width: 220px;
    line-height: 1.17em;
  }

  .promo-well .promo-well-main .offer-code-text {
    width: 203px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .promo-well .promo-well-main {
    width: 187px;
    height: 189px;
  }

  .promo-well .promo-well-main .offer-text,
  .promo-well .promo-well-main h2.offer-text {
    font-size: 18px !important;
    line-height: 1.2em;
  }

  .promo-well .promo-well-main .offer-code-text {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .promo-well .promo-well-main .offer-code-text {
    line-height: 1.38em;
  }
}

@media (max-width: 991px) {
  .promo-well {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .promo-well .promo-well-main {
    width: 295px;
    height: 207px;
  }

  .promo-well h2.offer-text {
    font-size: 24px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .promo-well .promo-well-main .offer-text {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (max-width: 479px) {
  .promo-well .promo-well-main .offer-text {
    font-size: 15px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .promo-well {
    position: static;
    margin-bottom: 2%;
  }

  .promo-well .promo-well-main {
    background-color: #ebedf0;
  }

  .promo-well .promo-well-main .offer-text,
  .promo-well .promo-well-main h2.offer-text {
    font-size: 15px !important;
    padding: 10px 15px 5px 15px;
    line-height: 1.2em;
  }

  .promo-well .promo-well-main .offer-code-text {
    font-size: 13px;
    padding: 0px 15px 5px 15px;
  }

  .promo-well .promo-well-main .offer-code-text br {
    display: none;
  }

  .promo-well .promo-well-main div:last-child {
    padding: 0px 15px 10px 15px;
  }
}

.promo-banner-top,
.promo-banner-bottom {
  text-align: center;
  padding: 0px;
}

.promo-banner-top {
  margin-bottom: 2px;
}

.promo-banner-bottom {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .promo-banner-top,
  .promo-banner-bottom {
    display: none;
  }
}

.border-box,
div.dropdown-container > div.dropdown-display,
div.dropdown-container > div.dropdown-display > span,
div.dropdown-container > div.dropdown-list > div,
div.dropdown-container > div.dropdown-list > div > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.item-label,
div.dropdown-container > div.dropdown-display .drop-down-label,
div.dropdown-container > div.dropdown-display .drop-down-list-item,
div.dropdown-container > div.dropdown-list > div > div > * {
  display: flex;
  padding-right: 15px;
}

.item-label .item-left,
div.dropdown-container > div.dropdown-display .drop-down-label .item-left,
div.dropdown-container > div.dropdown-display .drop-down-list-item .item-left,
div.dropdown-container > div.dropdown-list > div > div > * .item-left {
  flex-grow: 1;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-label .item-right,
div.dropdown-container > div.dropdown-display .drop-down-label .item-right,
div.dropdown-container > div.dropdown-display .drop-down-list-item .item-right,
div.dropdown-container > div.dropdown-list > div > div > * .item-right {
  flex-grow: 0;
  padding-left: 5px;
  white-space: nowrap;
}

.item-label .no-sale:before,
div.dropdown-container > div.dropdown-display .drop-down-label .no-sale:before,
div.dropdown-container > div.dropdown-display .drop-down-list-item .no-sale:before,
div.dropdown-container > div.dropdown-list > div > div > * .no-sale:before,
.item-label .sale-price:before,
div.dropdown-container > div.dropdown-display .drop-down-label .sale-price:before,
div.dropdown-container > div.dropdown-display .drop-down-list-item .sale-price:before,
div.dropdown-container > div.dropdown-list > div > div > * .sale-price:before,
.item-label .original-price:before,
div.dropdown-container > div.dropdown-display .drop-down-label .original-price:before,
div.dropdown-container > div.dropdown-display .drop-down-list-item .original-price:before,
div.dropdown-container > div.dropdown-list > div > div > * .original-price:before {
  content: "$";
}

.item-label .sale-price,
div.dropdown-container > div.dropdown-display .drop-down-label .sale-price,
div.dropdown-container > div.dropdown-display .drop-down-list-item .sale-price,
div.dropdown-container > div.dropdown-list > div > div > * .sale-price {
  color: #CC0000;
}

.item-label .original-price,
div.dropdown-container > div.dropdown-display .drop-down-label .original-price,
div.dropdown-container > div.dropdown-display .drop-down-list-item .original-price,
div.dropdown-container > div.dropdown-list > div > div > * .original-price {
  text-decoration: line-through;
  padding: 0 5px;
}

div.dropdown-container {
  position: relative;
}

div.dropdown-container.show > div.dropdown-list {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

div.dropdown-container > div.dropdown-display {
  position: relative;
  font-size: 14px;
  padding: 0 10px;
  float: left;
  width: 100%;
  cursor: pointer;
  border: solid 1px #DCDEE1;
  border-radius: 4px;
}

div.dropdown-container > div.dropdown-display.clicked {
  border-radius: 4px 4px 0 0;
}

div.dropdown-container > div.dropdown-display > * {
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
}

div.dropdown-container > div.dropdown-display > span {
  width: 100%;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
}

div.dropdown-container > div.dropdown-display > img,
div.dropdown-container > div.dropdown-display svg {
  height: 5px;
  width: 10px;
  position: absolute;
  margin-top: 12px;
  right: 10px;
}

div.dropdown-container > div.dropdown-display .drop-down-label {
  margin: 6px auto -6px;
}

div.dropdown-container > div.dropdown-list {
  float: left;
  width: 100%;
  position: relative;
  width: 100%;
  transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transition: -webkit-transform ease 250ms;
  -moz-transition: -webkit-transform ease 250ms;
  -ms-transition: -webkit-transform ease 250ms;
  -o-transition: -webkit-transform ease 250ms;
  transition: -webkit-transform ease 250ms;
  -webkit-transition: transform ease 250ms;
  -moz-transition: transform ease 250ms;
  -ms-transition: transform ease 250ms;
  -o-transition: transform ease 250ms;
  transition: transform ease 250ms;
}

div.dropdown-container > div.dropdown-list > div {
  border: 1px solid #DCDEE1;
  border-radius: 0 0 4px 4px;
  border-top: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  cursor: pointer;
  background: #FFF;
}

div.dropdown-container > div.dropdown-list > div > div {
  float: left;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}

div.dropdown-container > div.dropdown-list > div > div:hover {
  background: #F5F6F8;
}

div.dropdown-container > div.dropdown-list > div > div .selected {
  color: #F05323;
}

div.dropdown-container > div.dropdown-list > div > div > * {
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
}

div.dropdown-container > div.dropdown-list > div > div > span {
  float: left;
  width: 100%;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}

.section-heading,
.section-sub-heading {
  color: #58595B;
  line-height: 1.4em;
  text-align: center;
  margin: auto 10px;
}

.section-heading,
h2.section-heading {
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  font-size: 26px !important;
}

.section-sub-heading {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.new-badge {
  color: #F05323;
}

b,
strong {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.strike-through {
  text-decoration: line-through;
}

.discount-text {
  color: #CC0000;
}

.cta-link a {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #58595B;
  text-decoration: none;
}

.price-section {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #58595B;
  margin-top: 10px;
}

.hide-section {
  display: none !important;
}

.upper-case {
  text-transform: uppercase;
}

.capitalize,
.section-heading,
h2.section-heading,
.calendar-types-container .calendar-types .calendar .cal-data .tile-heading {
  text-transform: capitalize;
}

.h-line {
  border-bottom: 1px solid #C6C7C9;
  margin: 30px auto 15px;
}

.saved-project-section {
  text-align: center;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  color: #58595B;
  font-size: 15px;
  margin-top: 10px;
}

.saved-project-section .btn {
  margin-top: 10px;
  padding: 0;
}

.saved-project-section .h-line {
  margin: 15px auto;
}

.visit-on-desktop-section {
  margin-top: 10px;
  text-align: center;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #58595B;
  background-color: #ebedf0;
}

.visit-on-desktop-section .h-line {
  margin: 15px auto;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-heading,
  h2.section-heading {
    font-size: 18px !important;
  }
}

@media (max-width: 991px) {
  .section-heading {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .section-sub-heading {
    font-size: 13px;
  }

  h2.section-heading {
    font-size: 21px !important;
  }
}

.calendar-types-container {
  padding: 20px 10px 0px;
}

.calendar-types-container .calendar-types {
  display: flex;
  margin: 2% auto;
  justify-content: center;
  flex-wrap: wrap;
}

.calendar-types-container .calendar-types .calendar {
  position: relative;
  width: 25%;
  max-width: 254px;
  height: auto;
  background-color: #FFF;
  margin: 20px 5% 0px;
  padding: 10px 0px;
  text-align: center;
  transition: all 200ms ease-out;
}

.calendar-types-container .calendar-types .calendar:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.calendar-types-container .calendar-types .calendar .cal-thumb-image {
  margin-bottom: 15px;
  height: 236px;
}

.calendar-types-container .calendar-types .calendar .cal-thumb-image img {
  height: 100%;
}

.calendar-types-container .calendar-types .calendar .cal-data {
  padding: 0px 10px 56px;
}

.calendar-types-container .calendar-types .calendar .cal-data .tile-heading {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.calendar-types-container .calendar-types .calendar .cal-data .tile-sub-heading {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}

.calendar-types-container .calendar-types .calendar .cal-data .cta-area {
  position: absolute;
  width: 92%;
  bottom: 20px;
  text-align: center;
}

.calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section {
  font-size: 11px;
  margin-top: 15px;
}

.calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section br {
  display: none;
}

.calendar-types-container .calendar-types .calendar .cal-data .mini-calendar {
  justify-content: center;
}

@media (min-width: 1600px) {
  .calendar-types-container .calendar-types.cal-container-5 {
    flex-wrap: nowrap;
  }

  .calendar-types-container .calendar-types.cal-container-5 .calendar {
    margin: 1%;
  }
}

@media (min-width: 1200px) {
  .calendar-types-container .calendar-types.cal-container-4 {
    flex-wrap: nowrap;
  }

  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    margin: 20px 2% 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .calendar-types-container .calendar-types.cal-container-4 {
    flex-wrap: nowrap;
  }

  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    margin: 20px 0.3% 0px;
  }

  .calendar-types-container .calendar-types .calendar {
    margin: 20px 3.3% 0px;
    width: 28%;
  }
}

@media (min-width: 992px) {
  .calendar-types-container .section-heading,
  .calendar-types-container h3.section-heading {
    font-size: 32px !important;
  }
}

@media (max-width: 991px) {
  .calendar-types-container .section-heading,
  .calendar-types-container h3.section-heading {
    font-size: 26px !important;
  }
}

@media (min-width: 768px) {
  .calendar-types-container .calendar-types .calendar .cal-data-padding {
    padding: 0px 10px 80px !important;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area.no-price {
    bottom: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    margin: 20px 6% 0px;
    width: 35%;
  }

  .calendar-types-container .calendar-types .calendar {
    margin: 20px 1.5% 0px;
    width: 30%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    width: 30%;
    margin: 1% 8%;
  }

  .calendar-types-container .calendar-types .calendar {
    width: 28%;
    margin: 1% 2.6%;
  }
}

@media (max-width: 479px) {
  .calendar-types-container .calendar-types .calendar {
    width: 45%;
    margin: 1% 2%;
  }
}

@media (max-width: 767px) {
  .calendar-types-container {
    padding: 20px 5px 0px;
  }

  .calendar-types-container .calendar-types .calendar {
    max-width: 150px;
  }

  .calendar-types-container .calendar-types .calendar .cal-thumb-image {
    height: 140px;
  }

  .calendar-types-container .calendar-types .calendar .cal-discount-text-padding {
    padding-bottom: 15px !important;
  }

  .calendar-types-container .calendar-types .calendar .cal-data {
    padding: 0px 10px 5px;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .tile-heading {
    font-size: 13px;
    padding-bottom: 5px;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .tile-sub-heading,
  .calendar-types-container .calendar-types .calendar .cal-data .mini-calendar {
    display: none;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area {
    bottom: 10px;
    width: 85%;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .btn,
  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .cta-link {
    display: none;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section {
    font-size: 10px;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section .discount-text br {
    display: block;
  }
}

.standalone-content-container {
  margin-top: 30px;
  max-width: 100%;
  border-bottom: 1px solid #DCDEE1;
}

.standalone-content-container .standalone-content {
  text-align: center;
}

.standalone-content-container .standalone-content .description {
  margin: 20px 30px;
}

.standalone-content-container .standalone-content .description .image-section {
  flex-basis: 66%;
}

.standalone-content-container .standalone-content .description .desc-notes-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 33%;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes {
  list-style-type: none;
  padding: 0px;
  margin: 0px auto 10px;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #58595B;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes li {
  margin-bottom: 10px;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes a {
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  color: #1AAEBA;
  text-decoration: none;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes a :hover,
.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes a :active {
  text-decoration: underline;
}

.standalone-content-container .standalone-content .description .desc-notes-section .cta-link {
  margin-top: 10px;
}

.standalone-content-container .standalone-content .description .desc-notes-section .price-section br {
  display: none;
}

.standalone-content-container .standalone-content .description .img-left {
  order: 0;
}

.standalone-content-container .standalone-content .description .img-right {
  order: 1;
}

.standalone-content-container .standalone-content .description .btn {
  padding: 0px;
}

.standalone-content-container .standalone-content .create-on-app-text {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  color: #58595B;
  font-size: 13px;
  font-weight: 900;
}

@media (min-width: 768px) {
  .standalone-content-container .standalone-content .description {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .standalone-content-container .standalone-content .description {
    margin: 20px 10px;
  }

  .standalone-content-container .standalone-content .description .desc-notes-section .desc-notes {
    font-size: 13px;
  }

  .standalone-content-container .standalone-content .description .image-section {
    margin-bottom: 20px;
  }

  .standalone-content-container .standalone-content .description .img-left,
  .standalone-content-container .standalone-content .description .img-right {
    order: 0;
  }
}

.side-panel {
  position: absolute;
  width: 400px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.side-panel .section-heading,
.side-panel .section-sub-heading {
  text-align: left;
}

.side-panel .section-heading {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  margin: auto;
}

.side-panel .section-sub-heading {
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  margin: 5px auto 20px;
}

.side-panel .heading-heavy {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
}

.side-panel .h-line {
  margin: 20px auto 10px;
}

.side-panel .promo-well-main {
  width: 100%;
  height: auto;
}

.side-panel .action-zone {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #58595B;
}

.side-panel .action-zone .form-size-section {
  display: flex;
  margin: 20px auto;
}

.side-panel .action-zone .form-size-section .calendar-size {
  display: flex;
  margin-right: 65px;
}

.side-panel .action-zone .form-size-section .size-image {
  width: 58px;
  height: 105px;
  cursor: pointer;
  margin-left: 5px;
}

.side-panel .action-zone .form-size-section .size-details {
  display: flex;
  flex-direction: column;
}

.side-panel .action-zone .form-size-section .size-details .price-section {
  margin-left: 5px;
}

.side-panel .action-zone .form-size-section .size-details .price-section br {
  display: none;
}

.side-panel .action-zone .form-size-section .size-details .price-section .discount-text br {
  display: block;
}

.side-panel .action-zone .mini-calendar .month-list .dropdown-list-items {
  bottom: -70px;
}

.side-panel .action-zone .mini-calendar .year-list .dropdown-list-items {
  bottom: -30px;
}

.side-panel .action-zone .mini-calendar .dropdown-list .dropdown-list-items {
  border-radius: 4px;
  border-top: 1px solid #DCDEE1;
}

.side-panel .action-zone .learn-more,
.side-panel .action-zone .learn-more a {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.side-panel .action-zone .learn-more {
  margin-top: 15px;
}

.side-panel .action-zone .learn-more a {
  text-decoration: none;
}

.side-panel .action-zone .learn-more a :hover,
.side-panel .action-zone .learn-more a :active {
  text-decoration: underline;
}

.side-panel .action-zone input {
  cursor: pointer;
  height: 15px;
}

@media (min-width: 992px) {
  .side-panel .promo-well-main .offer-code-text,
  .side-panel .promo-well-main div:last-child {
    padding: 10px 0px 0px;
  }

  .side-panel .action-zone input {
    margin-right: 5px;
  }

  .side-panel .action-zone .hideSmallAsset {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .side-panel {
    width: 344px;
    min-height: 558px;
    top: 0px;
    padding: 10px 20px;
  }

  .side-panel .promo-well .promo-well-main .offer-text,
  .side-panel .promo-well .promo-well-main h2.offer-text {
    font-size: 18px !important;
  }

  .side-panel .promo-well .promo-well-main .offer-code-text {
    font-size: 15px;
  }

  .side-panel .h-line {
    margin: 10px auto;
  }

  .side-panel .section-heading,
  .side-panel .section-sub-heading {
    line-height: 1.15em;
  }

  .side-panel .section-sub-heading {
    margin: 4px auto 8px;
  }

  .side-panel .action-zone {
    font-size: 13px;
  }

  .side-panel .action-zone .form-size-section {
    margin: 10px auto 15px;
  }

  .side-panel .action-zone .form-size-section .calendar-size {
    margin-right: 30px;
  }

  .side-panel .action-zone .learn-more {
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .side-panel {
    top: 20px;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .side-panel {
    top: 0px;
    padding: 10px;
    width: 256px;
    min-height: 432px;
  }

  .side-panel .promo-well .promo-well-main .offer-text,
  .side-panel .promo-well .promo-well-main h2.offer-text {
    font-size: 15px !important;
  }

  .side-panel .promo-well .promo-well-main .offer-code-text {
    font-size: 12px;
  }

  .side-panel .promo-well .promo-well-main .offer-code-text,
  .side-panel .promo-well .promo-well-main div:last-child {
    padding: 5px 0px 0px;
  }

  .side-panel .h-line {
    margin: 10px auto;
  }

  .side-panel .section-sub-heading {
    font-size: 12px;
  }

  .side-panel .section-heading,
  .side-panel .section-sub-heading {
    line-height: 1.15em;
  }

  .side-panel .section-sub-heading {
    margin: 4px auto 8px;
  }

  .side-panel .action-zone {
    font-size: 12px;
  }

  .side-panel .action-zone .form-size-section {
    margin: 10px auto;
  }

  .side-panel .action-zone .form-size-section .size-image {
    width: 38px;
    height: 68px;
    cursor: pointer;
    margin-left: 5px;
  }

  .side-panel .action-zone .form-size-section .size-details {
    flex-direction: row;
  }

  .side-panel .action-zone .form-size-section .size-details .price-section {
    margin: 0px 5px;
    width: 60px;
  }

  .side-panel .action-zone .form-size-section .size-details .price-section br {
    display: block;
  }

  .side-panel .action-zone .form-size-section .calendar-size {
    margin-right: 0px;
  }

  .side-panel .action-zone .hideLargeAsset {
    display: none;
  }

  .side-panel .action-zone .mini-calendar {
    margin: 10px auto;
    justify-content: center;
  }

  .side-panel .action-zone .learn-more {
    margin-top: 9px;
  }

  .side-panel .action-zone #wallCalBtn,
  .side-panel .action-zone .learn-more {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .side-panel .promo-well {
    position: relative;
    top: 0;
    right: 0;
  }

  .side-panel .promo-well .promo-well-main {
    background-color: transparent;
  }

  .side-panel .promo-well .promo-well-main .offer-text {
    padding: 0px;
  }

  .side-panel .promo-well .promo-well-main .offer-text,
  .side-panel .promo-well .promo-well-main .offer-code-text,
  .side-panel .promo-well .promo-well-main div:last-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .side-panel {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -1%;
  }
}

.two-up-section {
  display: flex;
  margin: 30px auto;
}

.two-up-section .content-0,
.two-up-section .content-1 {
  width: 50%;
  border: 1px solid #DCDEE1;
  margin: 10px;
  padding: 20px 0px;
  position: relative;
}

.two-up-section .content-0 .description,
.two-up-section .content-1 .description {
  text-align: center;
}

.two-up-section .content-0 .description .image-section,
.two-up-section .content-1 .description .image-section {
  margin: 20px auto;
}

.two-up-section .content-0 .description .image-section img,
.two-up-section .content-1 .description .image-section img {
  width: 100%;
}

.two-up-section .content-0 .description .desc-notes-section,
.two-up-section .content-1 .description .desc-notes-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 33%;
  padding: 0px 30px 80px;
}

.two-up-section .content-0 .description .desc-notes-section .desc-notes,
.two-up-section .content-1 .description .desc-notes-section .desc-notes {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #58595B;
}

.two-up-section .content-0 .description .desc-notes-section .desc-notes li,
.two-up-section .content-1 .description .desc-notes-section .desc-notes li {
  margin-bottom: 10px;
}

.two-up-section .content-0 .description .desc-notes-section .cta-link,
.two-up-section .content-1 .description .desc-notes-section .cta-link {
  margin-top: 20px;
}

.two-up-section .content-0 .description .cta-section,
.two-up-section .content-1 .description .cta-section {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.two-up-section .content-0 .description .cta-section .price-section br,
.two-up-section .content-1 .description .cta-section .price-section br {
  display: none;
}

.two-up-section .content-0 .btn,
.two-up-section .content-1 .btn {
  padding: 0px;
}

@media (min-width: 768px) {
  .two-up-section .content-0 .section-sub-heading,
  .two-up-section .content-1 .section-sub-heading {
    height: 50px;
  }

  .two-up-section .content-0 .cta-section.no-price,
  .two-up-section .content-1 .cta-section.no-price {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .two-up-section {
    flex-wrap: wrap;
    margin: auto;
  }

  .two-up-section .content-0,
  .two-up-section .content-1 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DCDEE1;
    margin: 0px;
    padding: 30px 10px 15px;
  }

  .two-up-section .content-0 .description .desc-notes-section,
  .two-up-section .content-1 .description .desc-notes-section {
    align-items: center;
    padding: 0px;
  }

  .two-up-section .content-0 .description .desc-notes-section .desc-notes,
  .two-up-section .content-1 .description .desc-notes-section .desc-notes {
    width: 284px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .two-up-section .content-0 .description .cta-section,
  .two-up-section .content-1 .description .cta-section {
    position: relative;
    bottom: 0px;
  }

  .two-up-section .content-0 .desktop-creation-text,
  .two-up-section .content-1 .desktop-creation-text {
    font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
    color: #58595B;
    font-size: 12px;
    font-weight: 900;
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spinner-container .spinner-xs {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-xs img {
  width: 16px;
  height: 16px;
}

.spinner-container .spinner-sm {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-sm img {
  width: 30px;
  height: 30px;
}

.spinner-container .spinner-md {
  width: 38px;
  height: 38px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-md img {
  width: 38px;
  height: 38px;
}

.spinner-container .spinner-lg {
  width: 48px;
  height: 48px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-lg img {
  width: 48px;
  height: 48px;
}

.spinner-container .spinner-xl {
  width: 70px;
  height: 70px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-xl img {
  width: 70px;
  height: 70px;
}


@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.montserratMedium {
    font-family: "Montserrat Medium", Verdana, Arial, sans-serif;
}

.montserratSemiBold {
    font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
}

.montserratBold {
    font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
}

/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

/* Extra small screen / phone */

/* Small screen / tablet */

/* Medium screen / desktop */

/* Large screen / wide desktop */

/* Extra large screen */

/* So media queries don't overlap when required, provide a maximum */

.signup_confirmation {
  max-width: 1600px;
  color: #2d3136;
  font-family: "Montserrat Medium", Verdana, Arial, sans-serif;
}

.signup_confirmation hr {
  border: 1px solid #C6C7C9;
}

.signup_confirmation .clear_both {
  clear: both;
}

.signup_confirmation .scp_banner {
  background-position: top right;
  background-size: cover;
  height: auto;
  width: 100%;
  position: relative;
}

.signup_confirmation .scp_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper {
  width: 50%;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  margin-left: 1.5%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  background: #ffffffcc;
  padding: 48px 40px 46px 50px;
  box-sizing: border-box;
  overflow: auto;
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper {
    position: relative;
    width: 97%;
    max-width: 97%;
    max-height: auto;
    margin-top: -75px;
    padding: 10px 15px;
    background: #ffffffcc;
  }
}

@media screen and (max-width: 991px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper {
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper {
    margin-top: -50px;
  }
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 28px;
  color: #F05323;
  margin: 0;
  padding: 0;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
  font-size: 26px;
  margin: 36px 0 0;
  font-weight: 500;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box span {
  color: #595a5c;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box a {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 19px;
  padding: 16px 24px;
  margin-top: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 36px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
    padding: 28px 40px 0px;
    margin-bottom: 40px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 27px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
    height: auto;
    background: none;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 27px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    margin: 17px 0 0;
    font-size: 24px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
    width: 100%;
    height: auto;
    padding: 28px 0 0;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 26px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    font-size: 20px;
    margin-top: 18px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box span {
    font-size: 13px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box a {
    font-size: 19px;
    padding: 16px 17px;
  }
}

.signup_confirmation .banner_spacer {
  width: 100%;
  height: 275px;
  background: white;
  display: none;
}

@media screen and (max-width: 991px) {
  .signup_confirmation .banner_spacer {
    display: block;
    height: 225px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .banner_spacer {
    display: block;
    height: 340px;
  }
}

@media screen and (max-width: 479px) {
  .signup_confirmation .banner_spacer {
    display: block;
    height: 324px;
  }
}

.signup_confirmation .product_list_header {
  padding: 100px 10px 50px 10px;
  text-align: center;
  background: #fbfbfb;
}

.signup_confirmation .product_list_header h2 {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.signup_confirmation .product_list_header h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  font-weight: normal;
  color: #595a5c;
}

@media screen and (max-width: 767px) {
  .signup_confirmation .product_list_header {
    padding: 60px 10px 20px 10px;
  }
}

.signup_confirmation .mp_0 {
  margin: 0;
  padding: 0;
}

.signup_confirmation .product_card_list {
  width: 100%;
  position: relative;
  background: #fbfbfb;
}

.signup_confirmation .product_card_list .product_card_wrapper {
  width: 100%;
  position: relative;
  padding: 0 8%;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 1599px) {
  .signup_confirmation .product_card_list .product_card_wrapper {
    padding: 0 10px;
  }
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card {
  width: 30%;
  height: 400px;
  margin: 50px 1.6% 25px;
  background: radial-gradient(circle, #FFFFFF 0%, #E8E8E8 100%);
  background: -ms-radial-gradient(circle, #FFFFFF 0%, #E8E8E8 100%);
  display: block;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 175px;
  text-align: center;
  float: left;
  box-sizing: border-box;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card img {
  max-width: 80%;
  max-height: 75%;
  min-width: 30%;
  min-height: 30%;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  width: 70%;
  height: auto;
  overflow: hidden;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block {
  width: 90%;
  height: 200px;
  position: absolute;
  left: 5%;
  top: 85%;
  background: white;
  text-align: center;
  z-index: 2;
  padding: 0 10%;
  box-sizing: border-box;
  box-shadow: 0px 14px 22px rgba(128, 128, 128, 0.15);
  text-align: center;
}

@media screen and (max-width: 479px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block {
    top: 75%;
  }
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block h3 {
  font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
  font-size: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block p {
  color: #595a5c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 54px;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block p:before {
  content: '...';
  position: absolute;
  right: 0px;
  bottom: 1px;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block a {
  font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
  color: #434853;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block h3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    height: 305px;
  }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    width: 46%;
    margin: 50px 2% 175px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    width: 96%;
    margin: 50px 2% 125px;
  }

  .signup_confirmation .product_card_list .product_card_wrapper .product_card img {
    max-height: 80%;
    max-width: 80%;
    top: -18%;
  }
}

@media screen and (max-width: 479px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    height: 350px;
  }
}

.signup_confirmation .footer_wrapper {
  background: #fbfbfb;
  text-align: center;
  padding: 10px 7.5% 20px 7.5%;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .signup_confirmation .footer_wrapper {
    padding: 10px 0.5% 20px 0.5%;
  }
}

.signup_confirmation .footer_wrapper h2 {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 12px;
}

.signup_confirmation .footer_wrapper h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 50px;
  line-height: 22px;
  color: #595a5c;
}

.signup_confirmation .footer_wrapper .scf_link_block {
  width: 40%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  padding: 55px 75px;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}

@media screen and (max-width: 1599px) {
  .signup_confirmation .footer_wrapper .scf_link_block {
    padding: 55px 0;
  }
}

.signup_confirmation .footer_wrapper .scf_link_block h2 {
  font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.signup_confirmation .footer_wrapper .scf_link_block h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 20%;
  align-items: center;
  box-sizing: border-box;
}

.signup_confirmation .footer_wrapper .scf_link_block .image_block {
  width: 100%;
  height: 300px;
  position: relative;
}

.signup_confirmation .footer_wrapper .scf_link_block .image_block img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 30%;
  min-height: 30%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .footer_wrapper .scf_link_block h5 {
    padding: 0 10%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .signup_confirmation .footer_wrapper .scf_link_block:first-of-type {
    width: 60%;
  }

  .signup_confirmation .footer_wrapper .scf_link_block {
    padding: 50px 15px;
    margin: 0;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .footer_wrapper .scf_link_block {
    padding: 25px 15px;
    margin: 0;
    width: 100%;
  }
}

.signup_confirmation .sc_disclaimer {
  margin: 50px 10%;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #595a5c;
  line-height: 18px;
  white-space: pre-line;
}



/*# sourceMappingURL=srp.css.map*/