@charset "UTF-8";
/* CSS Document */
header, footer, #helpWidgetContainer, #onetrust-consent-sdk {
  display: none !important;
}

#loader {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
#quoteText {
  font-size: 4vw;
  padding: 10vw 15vw 0;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
#quoteAuthor {
  font-size: 2vw;
  padding: 0 15vw 20vw;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  text-align: right;
}
#quoteAuthor:before {
  content: "- ";
}

    .loading-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-top: 4px solid #0A2642;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      animation: spin 1s linear infinite;
    }

    /* Keyframe animation for the spinner */
    @keyframes spin {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }


/*.tooltip_templates {
    display: none;
}*/
.tooltip-inner {
  background-color: var(--night);
  color: #ffffff;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: var(--night);
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--night);
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: var(--night);
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: var(--night);
}
.menupad, h3 {
  height: 30px;
  margin: 10px .75rem;
  vertical-align: text-top;
  font-family: var(--font);
}
.top-container {
  width: 100%;
  border-bottom: 1px solid #ecedee;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  height: 110px;
  top: 0;
}
.top-container .inner-wrapper {
  padding: 0px 2%;
  margin: 0 auto;
  width: 90%;
  height: 100px;
}
.primary-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  width: 185px;
  float: left;
  height: 100%;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.primary-logo > a > img {
  width: 100%;
}
.card-header {
  padding: .75rem;
  cursor: pointer;
  background-color: var(--brightwhite);
  border-bottom: none !important;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 110px auto;
}
h3 {
  font-size: 18px;
  margin: 0;
}
#image-details p {
  overflow: scroll;
}
.hideOption, .hideCard {
  display: none;
}
.card-header {
  padding: .75rem;
  cursor: pointer;
  background-color: var(--brightwhite);
  border-bottom: none !important;
  text-align: left;
}
.option-card .card-header:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
  float: right;
}
.option-card .card-header.collapsed:after {
  content: "\f107";
}
.accordion {
  margin-bottom: 50px;
}
.accordion-content {
  margin: 10px 5px;
}
.accordion-content {
  padding: 10px;
}
#collapse1.legacyMessage::after {
  content: "Note: Not all options are available for legacy images.";
  color: red;
}
input[name="product"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: 1px solid #0a2642;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  position: absolute;
  margin: 0;
}
input[name="product"]:checked {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: 3px solid #0a2642;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  position: absolute;
  margin: 0;
}
#fgCodeBtn{
	margin: 10px;
}
.optionProductForm {
  display: inline-block;
  position: relative;
  height: 38px;
  width: 38px;
  margin: 10px;
  color: #0a2642;
  background: #eef4f8;
  border-radius: 50%;
}
.optionProductForm:hover {
  background: #fff;
}
.optionLabel {
  position: absolute;
  height: 38px;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.size-variant-label {
  font-weight: 500;
  display: block;
  padding: 0 2px;
  line-height: 1.1;
  font-size: 12px;
  text-align: center;
}
.size-variant-label-sm {
  font-weight: 400;
  font-size: 9px;
  width: 100%;
  display: block;
  line-height: 1;
}
.optionColorSwatch {
  text-align: center;
  display: inline-block;
  width: 38px;
  margin: 10px 1%;
  outline: 1px #eee solid;
  border-radius: 50%;
}
.optionColorSwatch label {
  margin-bottom: 0;
}
label > input {
  display: none;
}
label > input:checked + img {
  padding: 1px;
  border-color: #b1b4b6;
  border-style: double;
  border-width: 1px;
}
.colorSwatch {
  width: 38px;
  height: 38px;
  padding: 1px;
  border-radius: 50%;
}
.colorSwatch:hover {
  padding: 0px;
}
.slider {
  width: 100%;
  margin: 10px auto;
	display: flex;
}

#slider-singleProduct {
  width: 60%;
}
.hover-option {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  margin: .75rem;
}
.hover-option input {
  vertical-align: middle;
}
.shadow-option {
  font-size: 12px;
  text-transform: uppercase;
}
.shadow-option input {
  vertical-align: middle;
}
#warning {
  height: 25px;
  width: 100%;
  background-color: #FF0000;
}
#vignetteUrl {
  width: 300px;
  text-align: center;
}
#poshold-singleProduct {
  width: 80px;
}
#chooseDeco {
  color: red;
  line-height: 30px;
}
.option-card {
  margin: 10px auto;
}
.options-header {
  font-family: var(--font);
  font-size: 30px;
  line-height: 100px;
  text-align: right;
}
select {
  height: 25px;
  font-size: 15px;
  color: #58585b;
  background: white;
  border: 1px solid #a7a9ab;
  border-radius: 2px;
  padding: 0 20px;
  outline: 0;
  text-indent: 0;
  vertical-align: middle;
}
.selected-type {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 500;
}
.selected-type-sub {
  font-style: italic;
  font-size: 15px;
  margin-top: 10px;
}
.productPreviewZoom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  margin: 0px auto 50px;
  position: relative;
  cursor: pointer;
  text-align: center;
  height:100%;
  max-height: 475px;	
}
.productPreview {
  margin: 0px auto;
  display: block;
  position: fixed;
  width: 45%;
  left: 5%;
  overflow: scroll;
  height: 100%;
  padding-bottom: 200px;
}
#togglediv {
  margin: 0px auto;
  display: block;
  position: absolute;
  width: 40%;
  right: 5%;
}
.radioButton {
  display: inline-block;
  margin: 5px;
}
#slider-options-singleProduct, #viewOptions, #frontback-options {
  margin-bottom: 50px;
  text-align: center;
}
#productimage {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.productImageButtons {
  position: absolute;
  bottom: 0;
  left: 0;
}
.productImageButtons .btn {
  margin: 10px;
  display: block;
}
.layerOption {
    margin: 0.25rem 0.75rem;
    padding: 0.75rem;
    border: 1px solid #ecedee;
}
.layerOption-header {
    font-size: 12px;
	width: 100%;
}
.layerOption-content{
	display: flex;
}
.layerOption-input {
    margin-left: .75rem;
}
.layerOption p {
	margin:10px auto 0;
    font-size: 12px;
	width: 100%;
}
.thumbnail-container{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #eee;
	min-height: 95px;
	min-width: 95px;
}
.thumbnail-container:hover{
	border: 1px solid var(--night);
}

.thumbnail-container img{
	margin: 10px;
    vertical-align: text-top;
}
.uploadFile{
	width:100%;
}
#imageUrlCopiedMessage {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--brightwhite);
  padding: 20px;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
#rotatePreview {
  width: 40px;
}
.clearfix {
  float: none;
  clear: both;
}
@media screen and (max-width: 1200px) {
	.productPreviewZoom {
  height:40vw;
  max-height: 475px;	
}	
}
@media screen and (max-width: 768px) {
  .container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
.productPreviewZoom {
  height:80vw;
  max-height: 475px;	
}	
  .productPreview {
    position: relative;
    width: 100%;
    left: auto;
  }
  .productPreview button {
    margin-bottom: 10px;
  }
  #togglediv {
    position: relative;
    width: 100%;
    right: auto;
  }
  .hover-option {
    display: none;
  }
}