body {
  background: url('images/noise_lines_light.png') repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow: hidden;
  padding: 0;
  font-family: 'Segoe UI Semibold';
}
/*fssd buttons and icons*/
.fssdButton {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  font-size: 1rem;
  border-radius: 30px;
  box-shadow: 0px 8px 12px #0000003d;
  border: none;
  font-family: 'Segoe UI Semibold';
  text-align: center;
  white-space: nowrap;
  padding: 9px 18px;
  line-height: 1.33;
  background-color: #3F3F3F;
  color: #C2C2C2;
}
.zoom-btn,
.btn-go-back,
.goBack {
  padding: 12px 21px 6px 21px !important;
}
.btn-image-done {
  padding-top: 7px !important;
}
.fssdButton.visually-disabled,
.fssdButton.disabled,
.fssdButton.visually-disabled.pressed,
.fssdButton.visually-disabled:active,
.fssdButton.visually-disabled.fssdButton-Active {
  opacity: .5;
}
#productQuantityValue {
  box-shadow: inset 0 0 0 2px #121212 !important;
}
#productQuantityWrapper,
#productQuantityWrapperImageAdjust,
#productQuantityWrapperRGB {
  color: #c2c2c2;
  background-color: #3f3f3f;
  -moz-box-shadow: 0px 2px 0px #171717, inset 0px 2px 0px #5e5e5e;
  -webkit-box-shadow: 0px 2px 0px #171717, inset 0px 2px 0px #5e5e5e;
  box-shadow: 0px 2px 0px #171717, inset 0px 2px 0px #5e5e5e;
  height: 55px !important;
  /* W3C */
  /* IE6-9 */
  border-radius: 10px;
  display: inline-block;
  width: 154px;
  height: 56px;
}
#productPrice,
#productQuantityValue,
#fixQuantityProductTotalFiles,
#brightness-value,
#contrast-value,
#saturation-value,
#sharpness-value,
#red-value,
#green-value,
#blue-value {
  color: #f7a936;
}
#productName {
  color: #fff;
}
#discProductDetails {
  color: #fff;
  font-size: 30px;
}
#productQuantityPlus,
#productQuantityMinus,
.quantity-caption {
  margin: 7px 2.5px 2.5px 2.5px;
  color: #c2c2c2;
  padding: 0px 6px;
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
  float: left;
  height: 53px;
}
#productQuantityMinus,
.quantity-caption {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
#productQuantityPlus,
.quantity-caption {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
#productQuantityValue,
#brightness-value,
#contrast-value,
#saturation-value,
#sharpness-value,
#red-value,
#green-value,
#blue-value {
  width: 60px;
  background-color: #2E2E2E;
  box-shadow: inset 0 0 0 3px #121212;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  display: inline-block;
  float: left;
}
.fssdButton.disabled {
  pointer-events: none;
}
.divider {
  background-color: #000;
  border-left: 1px solid #797979;
  width: 2px;
  height: 70px;
  display: inline-block;
  margin: 0px 20px;
}
/*fssd grouped toggle buttons*/
.fssdButton-group .fssdButton i {
  padding-right: 0.3em;
}
.fssdButton-group .fssdButton:last-child {
  -webkit-border-radius: 0px 30px 30px 0px;
  margin-left: 0px !important;
}
.fssdButton-group .fssdButton:first-child {
  margin-left: 11px;
  margin-right: -1px !important;
  -webkit-border-radius: 30px 0px 0px 30px;
}
.fssdButton-group .fssdButton.pressed,
.fssdButton-group .fssdButton.fssdButton-Active {
  position: relative;
  color: #F7A936;
}
.fssdButton-group .fssdButton.pressed:after,
.fssdButton-group .fssdButton.fssdButton-Active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  border-radius: 0;
}
.fssdButton-group .fssdButton.pressed:first-child:after,
.fssdButton-group .fssdButton.fssdButton-Active:first-child:after {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-right-width: 2px;
}
.fssdButton-group .fssdButton.pressed:last-child:after,
.fssdButton-group .fssdButton.fssdButton-Active:last-child:after {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left-width: 2px;
}
.fssdButton-group .fssdButton.visually-disabled:after,
.fssdButton-group .fssdButton.visually-disabled.fssdButton-Active:after {
  content: none;
}
[class^="fssdIcon-"].floatLeft {
  padding-right: .3em;
}
[class^="fssdIcon-"].pullLeft {
  padding-right: .3em;
}
[class^="fssdIcon-"].pullRight {
  padding-left: .3em;
}
.noIcon1Line {
  padding: 18px 21px !important;
}
.noIcon2line {
  padding: 16px 21px !important;
}
.fssdButton-large {
  padding: 20px 21px;
  font-size: 1.5em;
  line-height: 1.33;
}
.fssdButton-small {
  padding: 5px 10px;
  font-size: .8em;
  line-height: 1.5;
}
.fssdButton-xSmall {
  padding: 3px 7px;
  font-size: .7em;
  line-height: 1.5;
}
.fssdButton-Round {
  display: inline-block;
  width: 81px;
  height: 81px;
  line-height: 81px;
  border-radius: 50%;
  border: 4px solid #cccccc;
  background: #5D5C5C;
  box-shadow: 0 0 3px #b6b6b7;
  color: #ffffff;
  text-align: center;
}
.fssdButton-Round:active {
  color: #cccccc;
}
.fssdButton-Round i {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 3em;
  margin-top: -1.5em;
}
#upsellBottomViewLeftButton i {
  margin-left: -7px;
}
#upsellBottomViewRightButton i {
  margin-left: 5px;
}
.fssdButton-Gray {
  color: #C2C2C2;
}
.fssdButton-FlatLeft {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 1px solid #000;
}
.fssdButton-FlatRight {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 1px solid #000;
}
.fssdButton-FlatLeftCard {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 1px solid #5D5C5C;
}
.fssdButton-FlatRightCard {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 1px solid #5D5C5C;
}
#header #changePack {
  margin-left: 0;
}
.paddedSingleLineButton {
  padding-top: 10px;
  padding-bottom: 9px;
}
.paddedSmallIcon {
  padding-top: 12px;
  padding-bottom: 7px;
}
#header #pageSelectLeft {
  margin-left: 14px;
}
#header #pageSelectRight {
  margin-left: 0;
}
#fssdPopover-packInfoBackground .fssdButton {
  margin: 0 0 0 0;
}
.packNumberOverlay {
  position: absolute;
  font-size: 12px;
  margin: 21px 25px;
  font-family: 'Segoe UI Heavy';
}
.packNumberOverlayCards {
  position: absolute;
  font-size: 12px;
  margin: 11px -23px;
  color: #313131;
  font-family: 'Segoe UI Heavy';
}
.packTotalQtySpan {
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 20px;
}
.templateTotalQty {
  color: #fff;
  float: right;
  margin-top: 0px;
}
.singleNumberOverlay {
  position: absolute;
  font-size: 12px;
  margin: 21px 29px;
  font-family: 'Segoe UI Heavy';
}
.singleNumberOverlayCards {
  position: absolute;
  font-size: 13px;
  margin: 9px -19px;
  color: #313131;
  font-family: 'Segoe UI Heavy';
}
.packProductEditorOffset {
  margin-bottom: 30px;
}
.packOverlayNotSelected {
  color: #3F3F3F;
}
.packIconNotSelected {
  color: #C2C2C2;
}
#workspace .cardStack {
  box-shadow: 0 10px 0 -5px #797979, 0 10px 1px -4px rgba(0, 0, 0, 0.5), 0 20px 0 -10px #797979, 0 20px 1px -9px rgba(0, 0, 0, 0.5), 0 30px 0 -15px #797979, 0 30px 1px -14px rgba(0, 0, 0, 0.5);
}
.cardStack {
  box-shadow: 0 10px 0 -5px #797979, 0 10px 1px -4px rgba(0, 0, 0, 0.5), 0 20px 0 -10px #797979, 0 20px 1px -9px rgba(0, 0, 0, 0.5), 0 30px 0 -15px #797979, 0 30px 1px -14px rgba(0, 0, 0, 0.5);
}
.cardStackRounded {
  border-radius: 50px;
}
.fssdButton-Blue {
  color: #fff;
  background-color: #126bad;
  -moz-box-shadow: 0px 2px 0px #002d4a, inset 0px 2px 0px #76a7c8;
  -webkit-box-shadow: 0px 2px 0px #002d4a, inset 0px 2px 0px #76a7c8;
  box-shadow: 0px 2px 0px #002d4a, inset 0px 2px 0px #76a7c8;
}
.fssdBox-Special {
  color: #fff;
  background-color: #126bad;
  -moz-box-shadow: 0 0 0 2px #002d4a;
  -webkit-box-shadow: 0 0 0 2px #002d4a;
  box-shadow: 0 0 0 2px #002d4a;
}
.fssdButton-GrayOrange {
  color: #f7a936;
  border: 3px solid #f7a936 !important;
  box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px rgba(176, 176, 176, 0.5) !important;
  -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px rgba(176, 176, 176, 0.5) !important;
  -moz-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px rgba(176, 176, 176, 0.5) !important;
}
.fssdButton-Red {
  color: #fff;
  background-color: #e53e3e;
}
.apertureSelectorImageAlert {
  stroke: #FFE060 !important;
}
.fssdButton-Yellow {
  color: #000;
  background-color: #ffe060;
}
.fssdButton-Active {
  padding-top: 10px;
  padding-bottom: 8px;
  box-shadow: 0px 2px 2px #5D5D5D, inset 0px 2px 2px #181818;
  color: #F7A936;
}
.fssdButton:active {
  padding-top: 10px;
  padding-bottom: 8px;
  box-shadow: 0px 2px 2px #5D5D5D, inset 0px 2px 2px #181818;
  color: #F7A936;
}
.fssdButton-selected {
  color: #f7a936;
  background-color: #313131;
  -moz-box-shadow: 0px 2px 0px #171717, inset 0px 2px 0px #171717;
  -webkit-box-shadow: 0px 2px 0px #171717, inset 0px 2px 0px #171717;
  box-shadow: 0px 2px 0px #171717, inset 0px 2px 0px #171717;
}
.fssdButton-Red:active {
  color: #fff;
  background-color: #e53e3e;
}
.fssdButton-Yellow:active {
  color: #000;
  background-color: #ffe060;
}
.fssdButton-Blue:active,
.fssdButton-Blue.fssButton-Active {
  color: #f7a936;
  background-color: #0b446f;
}
.optionButtonContentLeft {
  float: left;
}
.optionButtonContentRight {
  float: right;
}
.options-btn-group {
  padding: 0px 0px 0px 10px;
}
.fssdButton-ButtonDropDownLeft {
  padding: 20px 21px !important;
  -moz-border-radius: 30px 0px 0px 30px !important;
  -webkit-border-radius: 30px 0px 0px 30px !important;
  border-radius: 30px 0px 0px 30px !important;
  margin-right: 0 !important;
  border-right: 0 !important;
  border-right: 1px #000 solid !important;
  min-width: 175px;
  height: 56px;
}
.fssdButton-ButtonDropDownRight {
  padding: 20px 21px !important;
  margin-left: 0 !important;
  -moz-border-radius: 0px 30px 30px 0px !important;
  -webkit-border-radius: 0px 30px 30px 0px !important;
  border-radius: 0px 30px 30px 0px !important;
  margin-right: 0 !important;
  border-left: 0 !important;
  border-right: 1px #000 solid !important;
  height: 56px;
}
/*Icon Fonts*/
@font-face {
  font-family: 'TS4-Icons';
  src: url('TS4-Icons.ttf');
}
[class^="fssdIcon-"],
[class*=" fssdIcon-"] {
  font-family: 'TS4-Icons';
  /*font-size: 24px;*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*float:left;*/
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapText {
  white-space: pre-wrap;
  max-width: 52px;
}
.table-cell {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.fssdIcon-small {
  font-size: .7em;
}
.fssdIcon-medium {
  font-size: .85em;
}
.fssdIcon-large {
  font-size: 1.3em;
}
.fssdIcon-2x {
  font-size: 1.9em;
}
.fssdIcon-3x {
  font-size: 3em;
}
.fssdIcon-4x {
  font-size: 4em;
}
.fssdIcon-5x {
  font-size: 5em;
}
.fssdIcon-6x {
  font-size: 6em;
}
.fssdIcon-italic:before {
  content: "\e602";
}
.fssdIcon-bold:before {
  content: "\e603";
}
.fssdIcon-underline:before {
  content: "\e601";
}
.fssdIcon-alignright:before {
  content: "\e604";
}
.fssdIcon-alignleft:before {
  content: "\e606";
}
.fssdIcon-aligncenter:before {
  content: "\e605";
}
.fssdContent-ButtonToggleOption1,
.fssdIcon-ButtonToggleOption1:before {
  content: "\e63a";
}
.fssdContent-ButtonToggleOption2,
.fssdIcon-ButtonToggleOption2:before {
  content: "\e639";
}
.fssdContent-ChangeLayout,
.fssdIcon-ChangeLayout:before {
  content: "\e648";
}
.fssdContent-ManagePages,
.fssdIcon-ManagePages:before {
  content: "\e902";
}
.fssdContent-ButtonAddPage,
.fssdIcon-ButtonAddPage:before {
  content: "\e63b";
}
.fssdContent-BackCover,
.fssdIcon-ButtonBackCover:before {
  content: "\e63c";
}
.fssdContent-ChangeBorder,
.fssdIcon-ChangeBorder:before {
  content: "\e63d";
}
.fssdContent-ChangeOrientation,
.fssdIcon-ChangeOrientation:before {
  content: "\e63e";
}
.fssdContent-ClearImage,
.fssdIcon-ClearImage:before {
  content: "\e63f";
}
.fssdContent-FrontCover,
.fssdIcon-FrontCover:before {
  content: "\e640";
}
.fssdContent-InsideLeft,
.fssdIcon-InsideLeft:before {
  content: "\e641";
}
.fssdContent-InsideRight,
.fssdIcon-InsideRight:before {
  content: "\e642";
}
.fssdContent-RemovePage,
.fssdIcon-RemovePage:before {
  content: "\e643";
}
.fssdContent-StationaryBack,
.fssdIcon-StationaryBack:before {
  content: "\e644";
}
.fssdContent-StationaryFront,
.fssdIcon-StationaryFront:before {
  content: "\e645";
}
.fssdContent-ViewDay,
.fssdIcon-ViewDay:before {
  content: "\e646";
}
.fssdContent-ViewMonth,
.fssdIcon-ViewMonth:before {
  content: "\e647";
}
.fssdContent-MirroredCanvas,
.fssdIcon-MirroredCanvas:before {
  content: "\e639";
}
.fssdContent-StandardCanvas,
.fssdIcon-StandardCanvas:before {
  content: "\e63a";
}
.fssdIcon-circle:before {
  content: "\e649";
}
.fssdIcon-InsideBottom:before {
  content: "\e64a";
}
.fssdIcon-InsideTop:before {
  content: "\e64b";
}
.fssdIcon-zoom-minuse:before {
  content: "\e64c";
}
.fssdIcon-zoom-plus:before {
  content: "\e64d";
}
.fssdIcon-ButtonTextMakeSmaller:before,
.fssdIcon-textMakeSmaller:before {
  content: "\e608";
}
.fssdIcon-ButtonTextMakeBigger:before,
.fssdIcon-textMakeBigger:before {
  content: "\e607";
}
.fssdIcon-ButtonChangeFont:before,
.fssdIcon-changeFont:before {
  content: "\e609";
}
.fssdIcon-ButtonAddGlyph:before {
  content: "\e941";
}
.fssdIcon-ButtonTextStyle:before,
.fssdIcon-textStyle:before {
  content: "\e637";
}
.fssdIcon-ButtonTextAlignment:before,
.fssdIcon-textAlign:before {
  content: "\e636";
}
.fssdIcon-ButtonEditText:before,
.fssdIcon-editText:before {
  content: "\e60a";
}
.fssdIcon-rotateLeftOneDegree:before {
  content: "\e60b";
}
.fssdIcon-rotateRightOneDegree:before {
  content: "\e60c";
}
.fssdIcon-ButtonChangeOrientation:before,
.fssdIcon-changeOrientation:before {
  content: "\e60d";
}
.fssdIcon-PackProductLabel:before,
.fssdIcon-changePack:before {
  content: "\e910";
}
.fssdIcon-ButtonChangeSingle:before,
.fssdIcon-changeSingle:before {
  content: "\e911";
}
.fssdIcon-straighten:before {
  content: "\e60e";
}
.fssdIcon-popupQuestion:before {
  content: "\e60f";
}
.fssdIcon-popupInfo:before {
  content: "\e610";
}
.fssdIcon-ButtonSepia:before,
.fssdIcon-sepia:before {
  content: "\e612";
}
.fssdIcon-ButtonAutoEnhance:before,
.fssdIcon-autoEnhance:before {
  content: "\e614";
}
.fssdIcon-ButtonRemoveRedEye:before,
.fssdIcon-removeRedEye:before {
  content: "\e615";
}
.fssdIcon-ButtonImageMakeSmaller:before,
.fssdIcon-imageMakeSmaller:before {
  content: "\e616";
}
.fssdIcon-ButtonImageMakeBigger:before,
.fssdIcon-imageMakeBigger:before {
  content: "\e617";
}
.fssdIcon-zoom:before {
  content: "\e618";
}
.fssdIcon-Background:before {
  content: "\e903";
}
.fssdIcon-autoFill:before {
  content: "\e619";
}
.fssdIcon-slideArrowUp:before {
  content: "\e61a";
}
.fssdIcon-delete:before {
  content: "\e61f";
}
.fssdIcon-pencil:before {
  content: "\e627";
}
.fssdIcon-ButtonStarPhoto:before,
.fssdIcon-starPhoto:before {
  content: "\e901";
}
.fssdIcon-ButtonRotateLeft:before,
.fssdIcon-rotateLeft:before {
  content: "\e628";
}
.fssdIcon-ButtonRotateRight:before,
.fssdIcon-rotateRight:before {
  content: "\e629";
}
.fssdIcon-multipleImages:before {
  content: "\e62a";
}
.fssdIcon-ButtonDropDown:before,
.fssdIcon-carrotArrowDown:before {
  content: "\e62c";
}
.fssdIcon-checkmark:before {
  content: "\e62d";
}
.fssdIcon-cart:before {
  content: "\e62e";
}
.fssdIcon-globe:before {
  content: "\e62f";
}
.fssdIcon-help:before {
  content: "\e630";
}
.fssdIcon-cancel:before {
  content: "\e631";
}
.fssdIcon-home:before {
  content: "\e632";
}
.fssdIcon-ButtonGoBack:before,
.fssdIcon-goBack:before {
  content: "\e62b";
}
.fssdIcon-addImagesPlaceHolder:before {
  content: "\e633";
}
.fssdIcon-ButtonDeleteText:before,
.fssdIcon-deleteText:before {
  content: "\e634";
}
.fssdIcon-ButtonAddBorder:before,
.fssdIcon-addBorder:before {
  content: "\e900";
}
.fssdIcon-ButtonAddText:before,
.fssdIcon-addText:before {
  content: "\e635";
}
.fssdIcon-popupError:before {
  content: "\e611";
}
.fssdIcon-ButtonColorPalette:before,
.fssdIcon-colorPalette:before {
  content: "\e600";
}
.fssdIcon-ButtonBlackAndWhite:before,
.fssdIcon-blackAndWhite:before {
  content: "\e613";
}
.fssdIcon-slideArrowDown:before {
  content: "\e61b";
}
.fssdIcon-filledArrowLeft:before {
  content: "\e61c";
}
.fssdIcon-filledArrowRight:before {
  content: "\e61d";
}
.fssdIcon-shiftArrow:before {
  content: "\e61e";
}
.fssdIcon-addTextPlaceHolder:before {
  content: "\e620";
}
.fssdIcon-slideArrowLeft:before {
  content: "\e621";
}
.fssdIcon-slideArrowRight:before {
  content: "\e622";
}
.fssdIcon-imageNotSupported:before {
  content: "\e623";
}
.fssdIcon-addMorePhotos:before {
  content: "\e624";
}
.fssdIcon-plus:before {
  content: "\e625";
}
.fssdIcon-minus:before {
  content: "\e626";
}
.fssdIcon-textAlign:before {
  content: "\e636";
}
.fssdIcon-textStyle:before {
  content: "\e637";
}
.fssdIcon-warning:before {
  content: "\e638";
}
.fssdIcon-historyBack:before {
  content: "\e921";
}
.fssdIcon-historyForward:before {
  content: "\e920";
}
.fssdIcon-history:before {
  content: "\e91f";
}
.fssdIcon-additionalPrint:before {
  content: "\e935";
}
.fssdIcon-imagePlaceholder:before {
  content: "\e91e";
}
.fssdContent-passportOptions,
.fssdIcon-passportOptions:before {
  content: "\e920";
}
.fssdIcon-ButtonBackgroundWhitener:before,
.fssdIcon-backgroundWhitener:before {
  content: "\e915";
}
#fssdPopover-cartTip {
  max-width: 275px;
  top: 2%;
  left: 81%;
  font-size: 18px;
  background: #CDCDCD;
  border: 1px solid rgba(37, 37, 37, 0.58);
}
#fssdPopover-cartTip .fssdPopover-arrow-top {
  left: 62%;
}
#fssdPopover-cartTip .fssdPopover-arrow-top:after {
  border-bottom-color: #424242 !important;
}
#fssdPopover-cartTip #cartTipContent {
  padding: 10px;
  color: #424242;
  border-top: 1px solid white;
}
#fssdPopover-cartTip #cartTipContent div:first-child {
  color: #212121;
}
#fssdPopover-cartTip .fssdPopover-dismissButton {
  font-family: segoe ui heavy;
  text-align: center;
  color: #424242;
}
/*End fssd buttons and icons*/
/*Dialogs*/
.ui-widget-overlay {
  background: rgba(69, 69, 69, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.ui-dialog {
  clear: both;
  background: #5D5C5C;
  color: #fff;
  outline-style: none;
  border-radius: 10px;
  border: 3px solid #ffffff;
  height: auto;
  width: 800px;
  position: relative;
  top: 300px;
  left: 362px;
  z-index: 10000;
}
.ui-dialog [class^="fssdIcon-"] {
  float: left;
  color: #cccccc;
  font-size: 4em;
  margin-left: -10px;
}
.ui-dialog .ui-dialog-title {
  float: none;
}
.ui-dialog .ui-dialog-titlebar {
  text-align: center;
}
.ui-dialog-content {
  padding: 10px 80px 20px 80px;
  font-size: 24px;
  min-height: 140px !important;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 800px !important;
}
.ui-dialog-content .message-container {
  text-align: left;
}
.ui-dialog-title {
  color: #fff;
  font-weight: bold;
  line-height: 3em;
  font-size: 27px;
  text-align: center;
  margin-left: -50px;
}
/*makes the modal yes/no buttons centered*/
.ui-dialog-buttonpane {
  text-align: center;
  padding: 10px 20px 20px 20px;
}
.ui-dialog-buttonset {
  display: inline-block;
}
.ui-dialog-buttonset .fssdButton {
  margin: 0 15px;
  min-width: 120px;
  border-radius: 100px;
}
.ui-dialog-buttonset .ui-button-text {
  text-align: center;
  min-width: 90px;
  font-size: 20px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/*end Dialogs*/
/*change font face popup and change font color popup*/
.fssdButton-Popover {
  padding: 15px 25px;
  outline: none;
  border: 0px solid;
  font-size: 1.5em;
  line-height: .8;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.fssdButton-Popover-Active {
  -moz-box-shadow: inset 0 0 0 4px #f7a936;
  -webkit-box-shadow: inset 0 0 0 4px #f7a936;
  box-shadow: inset 0 0 0 4px #f7a936;
}
.effects-popover-active {
  -webkit-box-shadow: inset 0 0 0 4px #f7a936 !important;
  box-shadow: inset 0 0 0 4px #f7a936;
}
.effect-image-active,
.border-option-active {
  -webkit-box-shadow: inset 0 0 0 4px #f7a936 !important;
  box-shadow: inset 0 0 0 4px #f7a936;
  box-sizing: border-box;
  padding: 4px;
}
.fssdIcon-Lighten-cynergy:before {
  content: "\e64e";
}
.fssdIcon-Contrast-cynergy:before {
  content: "\e613";
}
.fssdIcon-Saturation-cynergy:before {
  content: "\e64f";
}
.fssdIcon-Sharpen-cynergy:before {
  content: "\e650";
}
.fssdIcon-RGB-Slider-cynergy:before {
  content: "\e651";
}
.fssdIcon-ButtonColorAdjust:before {
  content: "\e651";
}
.fssdPopover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  font-size: 30px;
  text-align: left;
  white-space: normal;
  color: #000;
  background-color: #cccccc;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  margin-top: -10px;
}
.fssdPopover #fssdPopover-changeFontContent,
.fssdPopover .fssdPopover-changeOptionContent {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#fssdPopover-changeFontContent .fontFamilyButton,
#fssdPopover-changeFontContent .fontFamilyButtonActive {
  padding: 10px 14px 10px 14px;
  min-height: 49px;
  line-height: 35px;
}
.fssdPopover-changeOptionContent .optionChoiceButton {
  padding: 0 14px;
  height: 39px;
  line-height: 39px;
}
.fssdPopover-changeOptionContent .optionChoiceLeft {
  float: left;
}
.fssdPopover-changeOptionContent .optionChoiceRight {
  float: right;
}
#fssdPopover-changeFontContent .fontFamilyButton,
.fssdPopover-changeOptionContent .optionChoiceButton {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #000;
}
.fssdPopover-changeOptionContent .optionChoiceButton:last-child {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 0 !important;
}
#fssdPopover-changeFontContent .fontFamilyButton:active,
#fssdPopover-changeFontContent .fontFamilyButtonActive,
.fssdPopover-changeOptionContent .optionChoiceButton:active,
.fssdPopover-changeOptionContent .optionChoiceButtonActive {
  background: #edcd9b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #edcd9b 0%, #f7a936 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edcd9b), color-stop(100%, #f7a936));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #edcd9b 0%, #f7a936 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #edcd9b 0%, #f7a936 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #edcd9b 0%, #f7a936 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #edcd9b 0%, #f7a936 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@popoverContentActiveGradientStart', endColorstr='@popoverContentActiveGradientStop', GradientType=0);
  /* IE6-9 */
}
#fssdPopover-changeColorContent .fontColorButton,
#fssdPopover-changeColorContent .fontColorButtonActive {
  vertical-align: middle;
  outline: none;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  -moz-box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5), inset rgba(63, 63, 63, 0.5);
  -webkit-box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5), inset 0px 3px 3px rgba(63, 63, 63, 0.5);
  box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5), inset 0px 3px 3px rgba(63, 63, 63, 0.5);
}
#fssdPopover-changeColorContent .fontColorButton:active,
#fssdPopover-changeColorContent .fontColorButtonActive {
  border: 5px solid #f7a936;
  outline: none;
}
.fssdPopover-changeOption .fssdPopover-header {
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  margin: 0;
}
#fssdPopover-changeFont .fssdPopover-header,
#fssdPopover-changeFont .fssdPopover-footer {
  padding: 17px 14px;
  margin: 0;
  background-color: #e6e6e6;
  text-align: center;
  color: #000;
}
#fssdPopover-changeFont .fssdPopover-header,
.fssdPopover-changeOption .fssdPopover-header {
  border-bottom: 1px solid #cccccc;
  border-radius: 10px 10px 0px 0px;
}
#fssdPopover-changeFont .fssdPopover-footer {
  border-top: 1px solid #000;
  border-radius: 0px 0px 10px 10px;
}
#fssdPopover-changeCardBackgroundOuterDiv {
  display: block;
  float: right;
  margin-top: 7px;
  margin-left: 15px;
}
#fssdPopover-changeCardBackgroundContentWrapper {
  width: 900px;
  overflow: hidden;
  float: left;
}
#fssdPopover-changeCardBackgroundContent {
  white-space: nowrap;
  width: 2000px;
}
#fssdPopover-addBorderOuterDiv {
  float: right;
  margin: 6px 14px 0px 5px;
}
#fssdPopover-addBorderContentWrapper {
  width: 1000px;
  height: 136px;
  overflow: hidden;
  float: left;
}
#fssdPopover-addBorderContent {
  width: 1800px;
  height: 136px;
  white-space: nowrap;
}
#fssdPopover-changeColor .fssdPopover-header,
#fssdPopover-changeColor .fssdPopover-footer,
#fssdPopover-effects .fssdPopover-header,
#fssdPopover-effects .fssdPopover-footer,
#fssdPopover-addBorder .fssdPopover-header,
#fssdPopover-addBorder .fssdPopover-footer,
#fssdPopover-changeCardBackground .fssdPopover-header,
#fssdPopover-changeCardBackground .fssdPopover-footer {
  margin: 0;
  background-color: #e6e6e6;
  padding: 0px 20px;
  color: #000;
}
#fssdPopover-changeColor .fssdPopover-header,
#fssdPopover-effects .fssdPopover-header,
#fssdPopover-addBorder .fssdPopover-header,
#fssdPopover-changeCardBackground .fssdPopover-header {
  float: left;
  border-right: 1px solid #000;
  border-radius: 10px 0px 0px 10px;
}
#fssdPopover-changeColor .fssdPopover-header:active,
#fssdPopover-changeColor .fssdPopover-footer:active,
#fssdPopover-effects .fssdPopover-header:active,
#fssdPopover-effects .fssdPopover-footer:active,
#fssdPopover-changeFont .fssdPopover-header:active,
#fssdPopover-changeFont .fssdPopover-footer:active,
#fssdPopover-addBorder .fssdPopover-header:active,
#fssdPopover-addBorder .fssdPopover-footer:active,
#fssdPopover-changeCardBackground .fssdPopover-header:active,
#fssdPopover-changeCardBackground .fssdPopover-footer:active {
  color: #000;
  background-color: #b6b6b7;
}
#fssdPopover-changeColor .fssdPopover-footer,
#fssdPopover-effects .fssdPopover-footer,
#fssdPopover-addBorder .fssdPopover-footer,
#fssdPopover-changeCardBackground .fssdPopover-footer {
  border-left: 1px solid #000;
  border-radius: 0px 10px 10px 0px;
  float: right;
}
.fssdPopover .fssdPopover-arrow-top,
.fssdPopover .fssdPopover-arrow-top:after,
.fssdPopover .fssdPopover-arrow-bottom,
.fssdPopover .fssdPopover-arrow-bottom:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fssdPopover .fssdPopover-arrow-top,
.fssdPopover .fssdPopover-arrow-bottom {
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.fssdPopover .fssdPopover-arrow-top {
  top: -11px;
  border-bottom-color: #797979;
  border-top-width: 0;
}
.fssdPopover .fssdPopover-arrow-bottom {
  bottom: -11px;
  border-top-color: #797979;
  border-bottom-width: 0;
}
.fssdPopover .fssdPopover-arrow-top:after,
.fssdPopover .fssdPopover-arrow-bottom:after {
  border-width: 10px;
  margin-left: -10px;
  content: " ";
}
.fssdPopover .fssdPopover-arrow-top:after {
  top: 1px;
  border-top-width: 0;
  border-bottom-color: #b6b6b7;
}
.fssdPopover .fssdPopover-arrow-bottom:after {
  bottom: 1px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
}
#fssdPopover-changeFont .fssdPopover-arrow-bottom:after {
  border-top-color: #e6e6e6;
}
#fssdPopover-changeColor .fssdPopover-arrow-bottom:after {
  border-top-color: #cccccc;
}
.fssdPopover-changeOption {
  width: 215px;
  font-size: 13px !important;
}
#fssdPopover-changeFont {
  width: 372px;
}
#fssdPopover-changeColor {
  /*width:874px;*/
  line-height: 136px;
}
#fssdPopover-textStyle,
#fssdPopover-textAlignment {
  padding: 10px;
}
#fssdPopover-changeFontContentWrapper {
  height: 426px;
  overflow: hidden;
}
.fssdPopover-changeOptionContentWrapper {
  /*height: 419px;*/
  overflow: hidden;
}
#fssdPopover-changeFontContent {
  /* height: 2201px; */
  overflow: hidden;
}
.fssdPopover-changeOptionContent {
  /*height: 2170px;*/
  overflow: hidden;
}
#fssdPopover-changeColorContentWrapper {
  width: 730px;
  background: #cccccc;
  overflow: hidden;
  float: left;
}
#fssdPopover-changeTextStyleContentWrapper,
#fssdPopover-changeTextAlignmentContentWrapper {
  width: 333px;
  background: #cccccc;
}
#fssdPopover-changeColorContent {
  width: 2012px;
  white-space: nowrap;
  overflow: hidden;
}
.fssdTitleText {
  color: #fff;
  font-size: 32px;
}
.page-number-center {
  font-size: 17px !important;
}
/*Begin fssdAlert Style*/
#fssdAlert_container {
  position: absolute;
  bottom: 10px;
  display: none !important;
  border-radius: 20px;
  padding: 0 1em;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fssdAlert_text {
  margin: 0 0 0 5px;
  font-size: 10px;
}
.fssdAlert_fadein {
  -webkit-animation: fssdAlert_fadein 1.25s ease;
}
.fssdAlert_fadeout {
  -webkit-animation: fssdAlert_fadeout 0.5s ease;
  -webkit-animation-fill-mode: forwards;
}
.toolTipHeader {
  background: #3f3f3f;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px 5px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fssdPopover-PackInfoMiddle {
  background: #cccccc;
  color: #000;
  font-size: 20px;
  padding: 5px 10px 5px 20px;
}
.fssdPopover-PackInfoMiddle2 {
  background: #cccccc;
  color: #000;
  font-size: 14px;
  padding: 5px 40px 15px 20px;
}
.fssdPopover-PackInfo {
  background: #f7a936;
  border-width: 3px;
  padding: 3px;
  border-radius: 10px;
  max-width: 300px;
}
.fssdPopover-dismissButton {
  background: #ffffff;
  color: #000;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fssdPopover-TopTriangle {
  width: 0;
  height: 0;
  position: relative;
  left: 100px;
  border-bottom: 13px solid #f7a936;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.fssdPopover-InnerTriangle {
  position: relative;
  top: 6px;
  left: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #3f3f3f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.fssdPopover-Transparent {
  background-color: transparent;
  border: 0px;
}
@-webkit-keyframes fssdAlert_fadein {
  from {
    -webkit-opacity: 0;
  }
  to {
    -webkit-opacity: 1.0;
  }
}
@-webkit-keyframes fssdAlert_fadeout {
  from {
    -webkit-opacity: 1.0;
  }
  to {
    -webkit-opacity: 0;
  }
}
/* End fssdAlert Style*/
.fssdInput {
  font-size: 25px;
  width: 30px;
}
/*Editor*/
.debugTools {
  display: none;
}
/*SVG Editor */
.apertureSelector,
.apertureSelectorAlert {
  stroke-width: 2px;
  stroke-linejoin: round;
}
.apertureSelector {
  stroke: #2196F3;
}
.apertureSelectorAlert {
  stroke: #F00 !important;
}
.imageApertureSelector {
  stroke-width: 5px;
  stroke: #f7a936;
  stroke-linejoin: round;
}
.hideMe {
  -webkit-opacity: 0;
  opacity: 0;
}
.hideMe_fadein {
  -webkit-animation: hideMe_fadein .7s ease;
}
.hideMe_fadeout {
  -webkit-animation: hideMe_fadeout 0.5s ease;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes hideMe_fadein {
  from {
    -webkit-opacity: 0;
    opacity: 0;
  }
  to {
    -webkit-opacity: 1.0;
    opacity: 1.0;
  }
}
@-webkit-keyframes hideMe_fadeout {
  from {
    -webkit-opacity: 1.0;
    opacity: 1.0;
  }
  to {
    -webkit-opacity: 0;
    opacity: 0;
  }
}
.fssd-loader-titlebar {
  background: inherit;
  border: none;
}
.fssd-loader-content {
  background: inherit;
  border: none;
}
.fssdLoadAnimation {
  margin-left: 12%;
  /*
            AnimationFrames for Colorchange2
        */
  /*
            AnimationFrames for Colorchange2
        */
  /*
            AnimationFrames for Colorchange3
        */
  /*
            AnimationFrames for Colorchange4
        */
  /*
            AnimationFrames for Colorchange5
        */
  /*
            AnimationFrames for Colorchange6
        */
  /*
            AnimationFrames for Colorchange7
        */
}
.fssdLoadAnimation ul {
  list-style-type: none;
  display: inline;
}
.fssdLoadAnimation ul li {
  float: left;
  padding-left: 40px;
  vertical-align: bottom;
}
.fssdLoadAnimation .circle1 {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  -webkit-animation: colorChange 1.6s linear infinite;
  -moz-animation: colorChange 1.6s linear infinite;
  -ms-animation: colorChange 1.6s linear infinite;
  animation: colorChange 1.6s linear infinite;
}
.fssdLoadAnimation .circle2 {
  width: 23px;
  height: 23px;
  border-radius: 11.5px;
  margin-top: -1px;
  -webkit-animation: colorChange2 1.6s linear infinite;
  -moz-animation: colorChange2 1.6s linear infinite;
  -ms-animation: colorChange2 1.6s linear infinite;
  animation: colorChange2 1.6s linear infinite;
}
.fssdLoadAnimation .circle3 {
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  margin-top: -2px;
  -webkit-animation: colorChange3 1.6s linear infinite;
  -moz-animation: colorChange3 1.6s linear infinite;
  -ms-animation: colorChange3 1.6s linear infinite;
  animation: colorChange3 1.6s linear infinite;
}
.fssdLoadAnimation .circle4 {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin-top: -3px;
  -webkit-animation: colorChange4 1.6s linear infinite;
  -moz-animation: colorChange4 1.6s linear infinite;
  -ms-animation: colorChange4 1.6s linear infinite;
  animation: colorChange4 1.6s linear infinite;
}
.fssdLoadAnimation .circle5 {
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  margin-top: -2px;
  -webkit-animation: colorChange5 1.6s linear infinite;
  -moz-animation: colorChange5 1.6s linear infinite;
  -ms-animation: colorChange5 1.6s linear infinite;
  animation: colorChange5 1.6s linear infinite;
}
.fssdLoadAnimation .circle6 {
  width: 23px;
  height: 23px;
  border-radius: 11.5px;
  margin-top: -1px;
  -webkit-animation: colorChange6 1.6s linear infinite;
  -moz-animation: colorChange6 1.6s linear infinite;
  -ms-animation: colorChange6 1.6s linear infinite;
  animation: colorChange6 1.6s linear infinite;
}
.fssdLoadAnimation .circle7 {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  -webkit-animation: colorChange7 1.6s linear infinite;
  -moz-animation: colorChange7 1.6s linear infinite;
  -ms-animation: colorChange7 1.6s linear infinite;
  animation: colorChange7 1.6s linear infinite;
}
@keyframes "colorChange" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #f7a936;
  }
  20% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #f7a936;
  }
  20% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #f7a936;
  }
  20% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #f7a936;
  }
  20% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@keyframes "colorChange2" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #f7a936;
  }
  30% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange2 {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #f7a936;
  }
  30% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange2" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #f7a936;
  }
  30% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange2" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #f7a936;
  }
  30% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@keyframes "colorChange3" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #f7a936;
  }
  40% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange3 {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #f7a936;
  }
  40% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange3" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #f7a936;
  }
  40% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange3" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #f7a936;
  }
  40% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@keyframes "colorChange4" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #f7a936;
  }
  50% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange4 {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #f7a936;
  }
  50% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange4" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #f7a936;
  }
  50% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange4" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #f7a936;
  }
  50% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@keyframes "colorChange5" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #f7a936;
  }
  60% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange5 {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #f7a936;
  }
  60% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange5" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #f7a936;
  }
  60% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange5" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #f7a936;
  }
  60% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@keyframes "colorChange6" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #f7a936;
  }
  70% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange6 {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #f7a936;
  }
  70% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange6" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #f7a936;
  }
  70% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange6" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #f7a936;
  }
  70% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@keyframes "colorChange7" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #4a4949;
  }
  70% {
    background-color: #f7a936;
  }
  80% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-moz-keyframes colorChange7 {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #4a4949;
  }
  70% {
    background-color: #f7a936;
  }
  80% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-webkit-keyframes "colorChange7" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #4a4949;
  }
  70% {
    background-color: #f7a936;
  }
  80% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
@-ms-keyframes "colorChange7" {
  0% {
    background-color: #4a4949;
  }
  10% {
    background-color: #4a4949;
  }
  20% {
    background-color: #4a4949;
  }
  30% {
    background-color: #4a4949;
  }
  40% {
    background-color: #4a4949;
  }
  50% {
    background-color: #4a4949;
  }
  60% {
    background-color: #4a4949;
  }
  70% {
    background-color: #f7a936;
  }
  80% {
    background-color: #4a4949;
  }
  100% {
    background-color: #4a4949;
  }
}
#upsellTopViewItemDetails {
  word-break: break-word;
  height: 215px;
  overflow: hidden;
}
#upsellTopViewItemShipping {
  position: absolute;
  bottom: 140px;
}
.loadMoreImagesPopover {
  background-color: #5D5C5C;
  width: 800px;
  height: 440px;
  position: absolute;
  left: 30%;
  bottom: 30%;
  border: 4px solid #ffffff;
}
.loadMoreImagesTitle {
  color: #fff;
  font-size: 28px;
  font-family: "Segoe UI";
  text-align: center;
}
.loadMoreImagesText {
  color: #fff;
  font-size: 20px;
  font-family: "Segoe UI";
  text-align: center;
  margin-top: -20px;
}
.photosLeft {
  color: #f7a936;
}
.mmbLogo {
  position: relative;
  bottom: 30px;
  right: 20px;
}
.showAnimation {
  animation: growModal 0.6s ease-in-out;
  -webkit-animation: growModal 0.6s ease-in-out;
}
.hideAnimation {
  -webkit-animation: ShrinkModal 0.6s ease-out;
  animation: ShrinkModal 0.6s ease-out;
}
#BWSlider .slider-selection {
  background: #ffffff;
}
#BWSlider .slider-handle {
  background: #f7a936;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  box-shadow: 0 0 0 5px #3f3f3f;
  margin-top: -10px;
}
.tooltip-inner {
  font-size: 140%;
  margin-left: 55px;
  margin-top: 7px;
  color: #f7a936;
}
@-webkit-keyframes ShrinkModal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(0.75, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
  75% {
    -webkit-transform: scale3d(0.25, 0.25, 1);
  }
  100% {
    -webkit-transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes growModal {
  0% {
    -webkit-transform: scale3d(0, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(0.25, 0.25, 1);
  }
  40% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
  60% {
    -webkit-transform: scale3d(0.75, 0.75, 1);
  }
  80% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
  }
  90% {
    -webkit-transform: scale3d(1.12, 1.12, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
#upsellBody {
  padding: 0;
  margin: 0;
  background: url('images/noise_lines_dark.png') repeat;
}
#upsellTopViewWrapper {
  width: 100%;
  height: 498px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.8);
  padding-top: 12px;
  margin-bottom: 5px;
}
#upsellTopViewSinglePageLeftColumn {
  /*padding-top: 68px;*/
  height: 480px;
  width: 158px;
  margin-left: 20px;
  float: left;
}
.upsellTopViewLeftColumnImageWrapper {
  /*border: solid rgba(253, 187, 48, 0) 4px;*/
  margin-bottom: 9px;
  cursor: pointer;
  position: relative;
  width: 159px;
  height: 100px;
  line-height: 95px;
  text-align: center;
}
#upsellTopViewSinglePageLeftColumn img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.upsellTopViewLeftColumnImageWrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.upsellTopViewLeftColumnImageActive::before {
  /*border: solid rgba(253, 187, 48, 1) 4px !important;*/
  -moz-box-shadow: inset 0 0 0 4px #fdbb30;
  -webkit-box-shadow: inset 0 0 0 4px #fdbb30;
  box-shadow: inset 0 0 0 4px #fdbb30;
}
#upsellTopViewSinglePageMiddleColumn {
  margin-left: 20px;
  float: left;
}
#upsellTopViewRightColumn {
  /* padding: 0 20px; */
  width: 650px;
  float: right;
  position: relative;
  height: 100%;
  margin-right: 35px;
  color: #fff;
}
#upsellTopViewCustomize {
  background-color: #2E2E2E;
  /* height: 61px; */
  position: absolute;
  bottom: 18px;
  width: 615px;
  padding: 24px 20px;
}
#upsellTopViewSinglePageContentImage {
  /*-moz-box-shadow:  2px 2px 4px 0 rgba(0,0,0,.7);
    -webkit-box-shadow:  2px 2px 4px 0 rgba(0,0,0,.7);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.7);*/
}
#upsellTopViewSinglePageMiddleColumn,
#upsellTopViewSinglePageContentImage {
  height: 480px;
  width: 1005px;
  line-height: 534px;
  text-align: center;
}
#upsellTopViewSinglePageContentImage img {
  max-height: 100%;
  max-width: 100%;
}
#upsellTopViewHeading {
  margin-bottom: 60px;
  color: #fff;
  line-height: 66px;
}
#upsellTopViewItemName {
  margin-bottom: 28px;
}
#upsellTopViewHeading,
#upsellTopViewItemName {
  font-size: 30px;
}
#upsellTopViewHeading,
#upsellTopViewItemDetails {
  font-family: 'Segoe UI';
}
#upsellTopViewItemDetails {
  font-size: 19px;
}
#upsellTopViewItemPrice {
  font-size: 30px;
  float: left;
  line-height: 70px;
}
#upsellTopViewNavigationButtons {
  float: right;
  padding-top: 5px;
}
#upsellBottomViewWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /*background-color: #202020;*/
  background: #202020;
  overflow: hidden;
}
#upsellBottomViewContentWrapper {
  width: 1910px;
  height: 227px;
}
#upsellBottomViewContent {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 233px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.upsellBottomViewContentProductContainer {
  width: 370px;
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
  height: 233px;
  float: left;
  background-color: #fff;
}
.upsellBottomViewFirstProduct {
  margin: 0 10px 0 7px !important;
}
.upsellBottomViewItemName,
.upsellBottomViewItemPrice {
  margin: 0 10px;
}
.upsellBottomViewItemName {
  display: inline-block;
  color: #fff;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upsellBottomViewItemPrice {
  float: right;
}
.upsellBottomViewItemPrice {
  color: #f7a936;
}
#upsellTopViewItemPrice {
  color: #f7a936;
}
#upsellBottomViewLeftButton,
#upsellBottomViewRightButton {
  position: absolute;
  z-index: 10;
  opacity: .8;
}
.upsellBottomViewItemDetailsWrapper {
  background-color: rgba(0, 0, 0, 0.55);
  font-size: 20px;
  line-height: 52px;
  z-index: 10;
  width: 370px;
  height: 52px;
  position: absolute;
  top: 181px;
  left: 0;
}
.upsellBottomViewContentImageWrapper {
  width: 370px;
  height: 233px;
  top: 0;
  left: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-shadow: 0 2px 4px 0 #000000;
  -webkit-box-shadow: 0 2px 4px 0 #000000;
  box-shadow: 0 2px 4px 0 #000000;
  text-align: center;
  line-height: 228px;
}
.upsellBottomViewContentImage {
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;
  vertical-align: middle;
}
.upsellBottomViewContentImageWrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
}
.upsellBottomViewContentActive > .upsellBottomViewContentImageWrapper::before {
  -moz-box-shadow: inset 0 0 0 4px #fdbb30;
  -webkit-box-shadow: inset 0 0 0 4px #fdbb30;
  box-shadow: inset 0 0 0 4px #fdbb30;
}
.upsellBottomViewContentActive > .upsellBottomViewItemDetailsWrapper > .upsellBottomViewItemName,
.upsellBottomViewContentActive > .upsellBottomViewItemDetailsWrapper > .upsellBottomViewItemPrice {
  margin: 0 6px;
}
.upsellBottomViewContentActive > .upsellBottomViewItemDetailsWrapper {
  width: 362px;
  height: 48px;
  margin-left: 4px;
}
.upsellBottomViewHeading {
  color: #fff;
  margin: 7px 20px 17px 20px;
  font-size: 20px;
}
#upsellBottomViewFooter {
  padding: 20px;
  float: right;
}
#upsellBottomViewFooter .fssdButton {
  margin-right: 11px;
}
.upsellfssdButton {
  font-size: 1.1em !important;
  padding: 20px 23px !important;
}
#upsellProductBack {
  padding: 6px 0 0 0;
  float: left;
  margin: 0;
}
#upsellProductInfo {
  font-size: 26px;
  height: 75px;
  margin: 15px 0 0 20px;
}
#upsellTopViewSinglePageViewer {
  display: none;
  float: left;
}
#upsellTopViewPhotobookViewer {
  display: none;
  margin-left: 20px;
  float: left;
  width: 1183px;
}
#upsellTopViewSinglePageMiddleColumn,
#upsellTopViewSinglePageContentImage,
#upsellTopViewSinglePageLeftColumn {
  height: 480px !important;
}
#upsellTopViewNavigationButtons > button:first-child {
  margin: 0 10px 0 0;
}
.upsellBottomViewItemPhotookPageRender,
.upsellBottomViewItemPhotookBookBackground {
  position: absolute;
}
.upsellBottomViewItemPhotookPageRender {
  top: 18px;
  left: 59px;
  z-index: 0;
}
.upsellBottomViewItemPhotookPageRender.photobook4x6 {
  top: 18px !important;
  left: 59px !important;
}
.upsellBottomViewItemPhotookPageRender.photobook5x7 {
  top: 13px !important;
  left: 53px !important;
}
.upsellBottomViewItemPhotookPageRender.photobook8x10 {
  top: 0 !important;
  left: 80px !important;
}
.upsellBottomViewItemPhotookPageRender.photobookDoubleSided {
  top: 0 !important;
  left: 80px !important;
}
.upsellBottomViewItemPhotookPageRender img {
  width: 294px;
}
.upsellBottomViewItemPhotookBookBackground {
  z-index: 1;
}
.upsellBottomViewItemPhotookBookBackground img {
  width: 370px;
  height: 233px;
}
#upsellTopViewItemShipping div {
  text-align: center;
  margin: 15px 20px 0 0;
  float: left;
  display: none;
  color: #f7a936 !important;
}
.photobookViewer {
  width: 1184px;
  height: 395px;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
.photobookViewer.photobook4x6 {
  height: 395px !important;
}
.photobookViewer.photobook5x7 {
  height: 423px !important;
}
.photobookViewer.photobook8x10 {
  height: 473px !important;
}
.photobookViewer.photobookDoubleSided {
  height: 454px !important;
}
/*page 2, position to front inside page*/
.photobookViewer .front-inside {
  background-position: -592px 0 !important;
}
.insideCoverTextContainer {
  color: #808080;
  font-size: 14px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.insideCoverTextContainer h1 {
  font-size: 25px !important;
  padding: 0;
  margin: 0;
}
/*page 11, position to back inside page*/
.photobookViewer .back-inside {
  background-position: -1184px 0 !important;
}
/*page 12, position to back outside page*/
.photobookViewer .back-outside {
  background-position: -1776px 0 !important;
}
/*page 1,2,11,12 (front, front-inside, back-inside, back) widths, they all should be the same.*/
.photobookViewer .hard {
  width: 592px;
  height: 395px;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: url(images/photobook/4x6-linen.png) !important;
}
.photobookViewer.photobook4x6 .hard {
  width: 592px;
  height: 395px;
  background-image: url(images/photobook/4x6-linen.png) !important;
}
.photobookViewer.photobook5x7 .hard {
  width: 592px;
  height: 423px;
  background-image: url(images/photobook/5x7-Linen.png) !important;
}
.photobookViewer.photobook8x10 .hard {
  width: 592px;
  height: 473px;
  background-image: url(images/photobook/8x10-Linen.png) !important;
}
.photobookViewer.photobookDoubleSided .hard {
  width: 592px;
  height: 454px;
  background-image: url(images/photobook/DoubleSided-Linen.png) !important;
}
/*inside page user image dimensions*/
.photobookViewer .own-size {
  width: 580px;
  height: 387px;
  background-color: white;
  overflow: hidden;
}
.photobookViewer.photobook4x6 .own-size {
  width: 580px !important;
  height: 387px !important;
}
.photobookViewer.photobook5x7 .own-size {
  width: 579px !important;
  height: 413px !important;
}
.photobookViewer.photobook8x10 .own-size {
  width: 576px !important;
  height: 461px !important;
}
.photobookViewer.photobookDoubleSided .own-size {
  width: 580px !important;
  height: 444px !important;
}
.photobookViewer .own-size img {
  width: 100%;
  margin: 0 0 0 0;
}
.photobookViewer .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.photobookViewer-transform div[page="1"] > div,
.photobookViewer-transform div[page="2"] > div {
  overflow: visible !important;
}
.photobookViewer .page-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.photobookViewer .even:not(.hard):before,
.photobookViewer .odd:not(.hard):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.photobookViewer .odd:not(.hard):before {
  -webkit-box-shadow: inset 17px 0px 24px -10px rgba(0, 0, 0, 0.25);
}
.photobookViewer .even:not(.hard):before {
  -webkit-box-shadow: inset -17px 0px 24px -10px rgba(0, 0, 0, 0.25);
}
.photobookViewer.photobookDoubleSided .even:not(.hard):before {
  -webkit-box-shadow: inset -17px 0px 24px -10px rgba(0, 0, 0, 0.5) !important;
}
.photobookViewer.photobookDoubleSided .odd:not(.hard):before {
  -webkit-box-shadow: inset 17px 0px 24px -10px rgba(0, 0, 0, 0.5) !important;
}
/************************* Product Options Modal *************************/
.productOpts-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  margin-left: 0%;
  z-index: 100;
  background-color: #424242;
  display: flex;
  flex-direction: row;
}
.body-no-margin {
  margin: 0 !important;
}
.product-options-modal-hidden {
  display: none;
}
.productOpts-options {
  width: 8%;
  height: 100%;
  display: block;
  background-color: #2E2E2E;
}
.productOpts-btn {
  outline: none;
  font-size: 15px;
  box-shadow: 0px 0px 10px #181818, inset 0px 0px 0px #5D5D5D;
  border: none;
  border-radius: 0;
  font-family: 'Segoe UI Semibold';
  background-color: #424242;
  color: #C2C2C2;
  margin-top: 1px;
  height: 10%;
  min-height: 10%;
  max-height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productOpts-options-btn-selected {
  color: #FFC107;
  background-color: #212121;
  box-shadow: 0px 0px 1px #181818, inset 0px 0px 0px #5D5D5D;
}
.productOpts-options-btn-selected .productOpts-options-btn-container {
  border-left: solid 5px #212121;
  border-right: solid 5px #FFC107;
}
.productOpts-options-btn-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 99%;
}
.productOpts-options-btn .productOpts-options-btn-text {
  padding: 10px;
}
.productOpts-options-btn .productOpts-options-btn-icon {
  color: #FFC107;
  font-size: 24px;
}
.productOpts-btn:active {
  color: #FFC107;
  background-color: #212121;
  box-shadow: 0px 0px 1px #181818, inset 0px 0px 0px #5D5D5D;
}
.productOpts-cancel-btn {
  bottom: 10%;
  position: absolute;
  width: 8%;
}
.productOpts-continue-btn {
  color: #fff;
  background-color: #126bad;
  box-shadow: 0px 0px 1px #002d4a, inset 0px 0px 0px #76a7c8;
  bottom: 0px;
  position: absolute;
  width: 8%;
}
.productOpts-continue-btn:active {
  color: #f7a936;
  background-color: #0b446f;
}
.productOpts-options-name {
  text-align: center;
  vertical-align: middle;
}
.productOpts-choices-region {
  width: 92%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.disp-graphic .productOpts-choices-scroll-wrapper {
  height: 100%;
  width: 40%;
  min-width: 40%;
  background-color: #212121;
  max-height: 100%;
  overflow: hidden;
}
/* .disp-graphic .productOpts-choices{
    height: 100%;
    width: 100%;
    min-width:100%;
    background-color: @secondaryBackground;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-content: flex-start;
    max-height: 100%;
} */
.disp-graphic .productOpts-choices {
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  background-color: #212121;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.disp-graphic .productOpts-preview {
  height: 100%;
  width: 60%;
}
.disp-graphic .productOpts-choice {
  width: 45.5%;
  height: 20vh;
  min-width: 45.5%;
  margin-top: 20px;
  margin-left: 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #C2C2C2;
  font-family: 'Segoe UI Semibold';
}
.disp-graphic .productOpts-choice-thumb {
  width: 100%;
  height: 80%;
  background-color: GRAY;
}
.disp-graphic .productOpts-choice-thumb-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: GRAY;
  display: block;
}
.disp-graphic .productOpts-choice-name {
  width: 70%;
  height: 20%;
  display: flex;
  align-items: center;
}
.disp-graphic .productOpts-choice-price {
  width: 30%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.disp-text .productOpts-choices-scroll-wrapper {
  height: 100%;
  width: 20%;
  min-width: 20%;
  background-color: #212121;
  max-height: 100%;
  overflow: hidden;
}
.disp-text .productOpts-choices {
  min-height: 100%;
  width: 97%;
  background-color: #212121;
  padding-right: 3%;
}
.disp-text .productOpts-preview {
  height: 100%;
  width: 80%;
}
.disp-text .productOpts-choice {
  width: 100%;
  height: 8vh;
  color: #C2C2C2;
  font-family: 'Segoe UI Semibold';
}
.disp-text .productOpts-choice-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #000000;
}
.disp-text .productOpts-choice-name {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}
.disp-text .productOpts-choice-price {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.productOpts-choice-selected {
  color: #FFC107 !important;
  opacity: 1 !important;
}
.productOpts-choice-selected .productOpts-choice-thumb {
  border: solid 2px #FFC107;
}
.productOpts-preview-title {
  width: 90%;
  height: 10%;
  margin: 5%;
  color: #9E9E9E;
  font-size: 35px;
  font-family: 'Segoe UI';
}
.productOpts-preview-details {
  width: 100%;
  height: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding-top: 5%;
}
.productOpts-preview-item-name {
  font-family: 'Segoe UI Semibold';
  font-size: 25px;
  color: #FFFFFF;
}
.productOpts-preview-item-name-price {
  font-family: 'Segoe UI';
  font-style: italic;
  font-size: 15px;
  color: #FFFFFF;
}
.productOpts-preview-img-container {
  width: 80%;
  height: 50%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productOpts-preview-details {
  width: 100%;
  height: 30%;
}
.productOpts-preview-img {
  width: 100%;
  height: 100%;
}
.prodOpts-warn-popover {
  border-radius: 15px !important;
  background-color: #e5e5e5;
}
.prodOpts-warn-popover .popover-header {
  color: #fff;
  text-align: center;
  background-color: #424242;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
.prodOpts-warn-popover .popover-body {
  padding: 0;
  color: #424242;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.prodOpts-warn-popover .popover-body-text {
  background-color: #c2c2c2;
  padding: 20px;
  text-align: center;
  height: 120px;
}
.prodOpts-warn-popover .popover-body-footer {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #212121;
  font-family: 'Segoe UI Semibold';
  font-weight: bold;
  font-size: 12pt;
}
.prodOpts-warn-popover .arrow:after {
  border-left-color: #c2c2c2 !important;
}
.prodOpts-warn-popover .arrow:after {
  border-left-color: #c2c2c2 !important;
}
/************************* Product Options Modal *************************/
body[lang^="es-"] {
  /*#tools_textEdit .fssdButton {
        margin-left: 5px;
    }

    #tools_textEdit button {
        margin-left: 5px;
    }*/
}
