/* RESETS
------------------------------------------------------- */
ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  letter-spacing: -.02em;
}

li {
  display: inline;
}

select {
  background: transparent !important;
}

/* COLOURS
------------------------------------------------------- */
/* GENERAL
------------------------------------------------------- */
.innerPanel {
  width: 100%;
  min-height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 114px;
  margin-bottom: -114px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nextButton {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px;
  transition: left .4s ease-in-out;
  -webkit-transition: left .4s ease-in-out;
  -moz-transition: left .4s ease-in-out;
  -o-transition: left .4s ease-in-out;
}
.nextButton.menuShowing {
  left: -282px;
}
.nextButton a {
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  color: #436178;
  border: 2px solid #436178;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.nextButton a:hover {
  color: #ffffff;
  background: #436178;
}
.nextButton.finish a {
  min-width: 252px;
  min-height: 24px;
}
.nextButton.finish img {
  display: none;
  position: relative;
  top: 2px;
}
.nextButton.loading a {
  background: #436178;
  cursor: default;
}
.nextButton.loading img {
  display: inline-block !important;
}
.nextButton.loading span {
  display: none;
}
.details { display: none; }
.for_mob { display: none; }

/* Make next button fixed, unless we're under 640 */
@media screen and (min-width: 640px) {
  .currentPanel .nextButton {
    bottom: 0 !important;
    transition: bottom .3s ease-in-out .9s, left .4s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out .9s, left .4s ease-in-out;
    -moz-transition: bottom .3s ease-in-out .9s, left .4s ease-in-out;
    -o-transition: bottom .3s ease-in-out .9s, left .4s ease-in-out;
  }

  .nextButton {
    position: fixed !important;
    top: auto !important;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    bottom: -80px;
    background: rgba(247, 248, 249, 0.8);
    transition: bottom .3s ease-in-out, left .4s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out, left .4s ease-in-out;
    -moz-transition: bottom .3s ease-in-out, left .4s ease-in-out;
    -o-transition: bottom .3s ease-in-out, left .4s ease-in-out;
  }

  .detailsPanel .nextButton {
    padding-bottom: 55px !important;
    bottom: -120px;
  }

  section {
    padding-bottom: 80px;
  }

  section.error {
    padding-bottom: 120px;
  }

  .detailsPanel {
    padding-bottom: 125px;
  }

  .detailsPanel.error {
    padding-bottom: 170px;
  }

  .currentPanel .paymentIcons {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0 !important;
    padding-bottom: 15px;
    transition: bottom .3s ease-in-out .9s;
    -webkit-transition: bottom .3s ease-in-out .9s;
    -moz-transition: bottom .3s ease-in-out .9s;
    -o-transition: bottom .3s ease-in-out .9s;
  }

  .paymentIcons {
    bottom: -55px;
    transition: bottom .3s ease-in-out .9s;
    -webkit-transition: bottom .3s ease-in-out .9s;
    -moz-transition: bottom .3s ease-in-out .9s;
    -o-transition: bottom .3s ease-in-out .9s;
  }

  .pink .nextButton {
    background: #e1647e;
    background: rgba(225, 100, 126, 0.9);
  }

  .orange .nextButton {
    background: #ea9a53;
    background: rgba(234, 154, 83, 0.9);
  }

  .purple .nextButton {
    background: #ad64e1;
    background: rgba(173, 100, 225, 0.95);
  }

  .darkblue .nextButton {
    background: #6472e1;
    background: rgba(100, 114, 225, 0.95);
  }

  .blue .nextButton {
    background: #6490e1;
    background: rgba(100, 144, 225, 0.95);
  }

  .lightblue .nextButton {
    background: #6dc7de;
    background: rgba(109, 199, 222, 0.95);
  }

  .green .nextButton {
    background: #43c574;
    background: rgba(67, 197, 116, 0.95);
  }

  .gcpage .nextButton {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
  }
}
.errorMessage {
  visibility: hidden;
  max-height: 0;
  clear: both;
  color: #e45959;
  text-align: center;
  font-size: 24px;
  font-family: Covered By Your Grace, sans-serif;
  position: relative;
  top: -5px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out, max-height .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out, max-height .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, max-height .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, max-height .2s ease-in-out;
}
.errorMessage.visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.errorMessage span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.errorMessage img {
  position: absolute;
  top: -22px;
  right: -38px;
}

.spacer {
  height: 19px;
  width: 100%;
  clear: both;
}

/* FORM STYLES
------------------------------------------------------- */
input {
  width: 100%;
  border: 2px solid #aaaaaa;
  font-size: 16px;
  font-family: Montserrat, Arial, sans-serif;
  color: #436178;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

textarea {
  width: 100%;
  border: 2px solid #aaaaaa;
  font-size: 16px;
  font-family: Montserrat, Arial, sans-serif;
  color: #436178;
  min-height: 100px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  resize: none;
}

.selectContainer {
  width: 100%;
  border: 2px solid #aaaaaa;
  padding-left: 11px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectContainer select {
  outline: 0;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-family: Montserrat, Arial, sans-serif;
  color: #a9a9a9;
}
.selectContainer select option {
  color: #436178;
}
.selectContainer select option:disabled {
  color: #a9a9a9;
}

.formLabel {
  color: #999999;
  position: absolute;
  top: -8px;
  left: 15px;
  background: #ffffff;
  font-size: 13px;
  padding-left: 2px;
  padding-right: 2px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;

  /* overflow of labels */
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

input:valid + label, textarea:valid + label, .visible {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* CONTENT WRAPPER
------------------------------------------------------- */
.contentWrapper {
  overflow: hidden;
}

/* NAVIGATION
------------------------------------------------------- */
nav.color.pink {
  background: #e1647e;
  background: rgba(225, 100, 126, 0.95);
}
nav.color.orange {
  background: #ea9a53;
  background: rgba(234, 154, 83, 0.95);
}
nav.color.purple {
  background: #ad64e1;
  background: rgba(173, 100, 225, 0.95);
}
nav.color.darkblue {
  background: #6472e1;
  background: rgba(100, 114, 225, 0.95);
}
nav.color.blue {
  background: #6490e1;
  background: rgba(100, 144, 225, 0.95);
}
nav.color.lightblue {
  background: #6dc7de;
  background: rgba(109, 199, 222, 0.95);
}
nav.color.green {
  background: #43c574;
  background: rgba(67, 197, 116, 0.95);
}
nav.color.gcpage {
  background: #539fc3;
  background: rgba(255, 255, 255, 0.95);
}
nav.color .logo img {
  margin-top: -56px;
}
nav.color .stepNav a {
  color: white;
  color: rgba(255, 255, 255, 0.6);
}
nav.color .stepNav a:hover, nav.color .stepNav a.current:hover {
  color: #ffffff;
}
nav.color .stepNav a.current {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}
nav.color .stepNav div {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}
nav.color .stepNav .arrow {
  background: url("../images/arrowIconWhite.png") no-repeat;
}
nav.color .menuButton {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}
nav.color .menuButton:hover, nav.color .menuButton.menuShowing {
  color: #ffffff;
}
nav.color .menuButton:hover .cmn-toggle-switch span,
nav.color .menuButton:hover .cmn-toggle-switch span::before,
nav.color .menuButton:hover .cmn-toggle-switch span::after,
nav.color .menuButton.menuShowing .cmn-toggle-switch span,
nav.color .menuButton.menuShowing .cmn-toggle-switch span::before,
nav.color .menuButton.menuShowing .cmn-toggle-switch span::after {
  background-color: #fff;
}


nav.color .checkoutNav {
  background: white;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
nav.color .checkoutNav .pageIcon {
  background-position: 0 0 !important;
}
nav.color .checkoutNav .portraitIcon {
  background-position: 0 0 !important;
}
nav.color .checkoutNav .mountingIcon {
  background-position: 0 0 !important;
}
nav.color .checkoutNav .figuresIcon {
  background-position: 0 0 !important;
}
nav.color .checkoutNav .postageIcon {
  background-position: 0 0 !important;
}
nav.color .checkoutNav .couponCode {
  border: 2px solid #ffffff;
}
nav.color .checkoutNav .couponCode input {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
nav.color .checkoutNav .couponCode .couponText {
  color: #ffffff !important;
}

nav {
  transition: background .2s ease-in-out, color .2s ease-in-out, left .4s ease-in-out;
  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, left .4s ease-in-out;
  -moz-transition: background .2s ease-in-out, color .2s ease-in-out, left .4s ease-in-out;
  -o-transition: background .2s ease-in-out, color .2s ease-in-out, left .4s ease-in-out;
}
nav .stepNav a, nav .stepNav div, nav .stepNav span {
  transition: font-size .2s ease-in-out;
  -webkit-transition: font-size .2s ease-in-out;
  -moz-transition: font-size .2s ease-in-out;
  -o-transition: font-size .2s ease-in-out;
}
nav .stepNav .current {
  transition: font-size .2s ease-in-out .3s;
  -webkit-transition: font-size .2s ease-in-out .3s;
  -moz-transition: font-size .2s ease-in-out .3s;
  -o-transition: font-size .2s ease-in-out .3s;
}
nav .checkoutNav {
  clear: both;
  width: calc(100% + 80px);
  margin-left: -40px;
  color: #436178;
  margin-top: 24px;
  padding-top: 34px;
  padding-bottom: 24px;
  font-size: 14px;
  background: #436178;
  background: rgba(67, 97, 120, 0.1);
  text-align: center;
}
nav .checkoutNav .textContainer {
  display: inline-block;
  text-align: left;
}
nav .checkoutNav .textContainer .text {
  font-size: 10px;
}
nav .checkoutNav .textContainer .price {
  font-size: 17px;
}
nav .checkoutNav .page {
  display: inline-block;
  margin-right: 33px;
  position: relative;
  top: -2px;
}
nav .checkoutNav .page .pageIcon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../images/pageIcon.png") no-repeat;
  background-position: 0 -34px;
  margin-right: 4px;
}
nav .checkoutNav .page .text {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  top: -8px;
}
nav .checkoutNav .portrait {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  top: -3px;
}
nav .checkoutNav .portrait .portraitIcon {
  display: inline-block;
  width: 22px;
  height: 26px;
  margin-right: 4px;
  background: url("../images/portraitIcon.png") no-repeat;
  background-position: 0 -26px;
}
nav .checkoutNav .portrait .text {
  font-size: 14px;
  position: relative;
  top: -8px;
}
nav .checkoutNav .mounting {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  top: -3px;
}
nav .checkoutNav .mounting .mountingIcon {
  display: inline-block;
  width: 20px;
  height: 24px;
  position: relative;
  top: -1px;
  margin-right: 4px;
  background: url("../images/mountingIcon.png") no-repeat;
  background-position: 0 -24px;
}
nav .checkoutNav .mounting span {
  position: relative;
  top: -7px;
}
nav .checkoutNav .mounting.disabled {
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}
nav .checkoutNav .mounting.disabled span {
  display: none;
}
nav .checkoutNav .figures {
  display: inline-block;
  margin-right: 36px;
  position: relative;
  top: -3px;
}
nav .checkoutNav .figures .figuresIcon {
  display: inline-block;
  width: 24px;
  height: 23px;
  position: relative;
  top: -2px;
  margin-right: 4px;
  background: url("../images/figuresIcon.png") no-repeat;
  background-position: 0 -23px;
}
nav .checkoutNav .figures span {
  position: relative;
  top: -7px;
}
nav .checkoutNav .figures.disabled {
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}
nav .checkoutNav .figures.disabled span {
  display: none;
}
nav .checkoutNav .postage {
  display: inline-block;
  margin-right: 36px;
  position: relative;
  top: -3px;
}
nav .checkoutNav .postage .postageIcon {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 0;
  margin-right: 4px;
  background: url("../images/postageIcon.png") no-repeat;
  background-position: 0 -26px;
}
nav .checkoutNav .postage span {
  position: relative;
  top: -7px;
}
nav .checkoutNav .postage.disabled {
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}
nav .checkoutNav .postage.disabled span {
  display: none;
}
nav .checkoutNav .subTotal {
  display: inline-block;
  position: relative;
  top: -9px;
  margin-right: 33px;
}
nav .checkoutNav .subTotal .text {
  font-size: 17px;
}
nav .checkoutNav .subTotal .value {
  font-size: 23px;
}
nav .checkoutNav .subTotal .value span {
  font-size: 17px;
}
nav .checkoutNav .couponCode {
  display: inline-block;
  border: 2px solid #436178;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -10px;
  margin-top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, width .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, width .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, width .2s ease-in-out;
}
nav .checkoutNav .couponCode .couponText {
  font-size: 11px;
  font-style: italic;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  text-align: center;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
}
nav .checkoutNav .couponCode.valid {
  border: 2px solid #436178 !important;
  background: #436178 url("../images/tickIcon.png") no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
nav .checkoutNav .couponCode.valid input {
  color: #ffffff;
  width: 143px;
}
nav .checkoutNav .couponCode.valid .couponText {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
nav .checkoutNav .couponCode.invalid {
  border-color: #e45959;
  background: #e45959 url("../images/crossIconCoupon.png") no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
nav .checkoutNav .couponCode.invalid input {
  color: #ffffff;
  width: 143px;
}
nav .checkoutNav .couponCode.invalid .couponText {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #e45959;
}
nav .checkoutNav .couponCode input {
  background: transparent;
  text-align: center;
  color: #436178;
  font-family: Montserrat, Arial, sans-serif;
  outline: 0;
  border: 0;
  font-size: 17px;
  width: 163px;
  padding: 0;
  margin: 0;
}

/* Waiting message - hidden by default */
nav #waiting-message {
  font-weight: 100;
  clear: both;
  color: #436178;
  margin-top: 2px;
  padding: 8px 0;
  font-size: 13px;
  background: #436178;
  background: rgba(67, 97, 120, 0.1);
  text-align: center;
  width: calc(100% + 80px);
  margin-left: -40px;
}
nav #waiting-message .close {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-right:10px;
  cursor: pointer;

  display: block;
  position: relative;
  top: -1px;
  height: 16px;
  width: 16px;
}

nav #waiting-message .close::before,
nav #waiting-message .close::after {
  position: absolute;
  display: block;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #436178;
  content: "";
}
nav #waiting-message .close::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav #waiting-message .close::after {
  bottom: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav #waiting-message > p {
  padding-right: 30px;
}

  nav.color #waiting-message {
    background: white;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
  nav.color #waiting-message .close::before,
  nav.color #waiting-message .close::after {
    background-color: #fff;
  }

/* PORTRAIT PANEL
------------------------------------------------------- */
.portraitPanel {
  width: 100%;
  min-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: top .75s ease-in-out .3s;
  -webkit-transition: top .75s ease-in-out .3s;
  -moz-transition: top .75s ease-in-out .3s;
  -o-transition: top .75s ease-in-out .3s;
}
.portraitPanel.pink {
  background: #e1647e;
}
.portraitPanel.orange {
  background: #ea9a53;
}
.portraitPanel.purple {
  background: #ad64e1;
}
.portraitPanel.darkblue {
  background: #6472e1;
}
.portraitPanel.blue {
  background: #6490e1;
}
.portraitPanel.lightblue {
  background: #6dc7de;
}
.portraitPanel.green {
  background: #43c574;
}
.portraitPanel.gcpage {
  background: #fff;
  color: #436178;
}

/* Portrait Details */
.portraitPanel .portraitDetails {
  float: left;
  text-align: left;
  width: 66%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portraitPanel .portraitDetails .subTitle {
  margin-top: -3px;
  margin-bottom: -2px;
}
.portraitPanel .portraitDetails .title {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -.01em;
  padding-bottom: 17px;
}
.portraitPanel .portraitDetails .text {
  padding-bottom: 20px;
  color: #ffffff !important;
}
.portraitPanel .portraitDetails .text span, .portraitPanel .portraitDetails .text div {
  color: #ffffff !important;
}
.portraitPanel .portraitDetails .text p {
  margin-bottom: 1em;
}
.portraitPanel .portraitDetails .requirements {
  line-height: 28px;
}
.portraitPanel .portraitDetails .requirements li {
  display: block;
  clear: both;
}
.portraitPanel .portraitPreview {
  float: right;
  text-align: center;
  width: 50%;
  padding-left: 40px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portraitPanel .portraitPreview a {
  position: relative;
  display: inline-block;
}
.portraitPanel .portraitPreview a::before {
  transition: opacity .3s;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  opacity: 0;
  background: url(../images/ic_zoom_in_white_48px.svg) 0 0 no-repeat transparent;
}
.portraitPanel .portraitPreview a:hover::before {
  opacity: .8;
}
.portraitPanel .portraitPreview img {
  border: 6px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  max-width: calc(100% - 4px);
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portraitPanel .portraitPreview .enlarge-hint {
  padding-top: 5px;
  display: inline-block;
}
.portraitPanel .photoInstructions {
  float: left;
  text-align: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portraitPanel .photoInstructions .title {
  margin-top: -6px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.portraitPanel .photoInstructions .text {
  font-size: 13px;
  margin-top: 8px;
}
.portraitPanel .photoInstructions .text a {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 20px;
  color: #ffffff;
  text-decoration: underline;
}
.portraitPanel .photoInstructions .text a:hover {
  text-decoration: none;
}
.portraitPanel .photoInstructions img {
  max-width: 100%;
}
.portraitPanel .nextButton a {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.portraitPanel .nextButton a:hover {
  background: #ffffff;
}
.portraitPanel.pink .nextButton a:hover {
  color: #e1647e;
}
.portraitPanel.orange .nextButton a:hover {
  color: #ea9a53;
}
.portraitPanel.purple .nextButton a:hover {
  color: #ad64e1;
}
.portraitPanel.darkblue .nextButton a:hover {
  color: #6472e1;
}
.portraitPanel.blue .nextButton a:hover {
  color: #6490e1;
}
.portraitPanel.lightblue .nextButton a:hover {
  color: #6dc7de;
}
.portraitPanel.green .nextButton a:hover {
  color: #43c574;
}
.portraitPanel.gcpage .nextButton a {
  color: #436178;
  border: 2px solid #436178;
}
.portraitPanel.gcpage .nextButton a:hover {
  color: #ffffff;
  background: #436178;
}

/* Gift Card screen */
.portraitPanel .giftCardDetails {
  float: left;
  text-align: left;
  width: 33%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portraitPanel .giftCardDetails .title {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -.01em;
  padding-bottom: 17px;
}
.portraitPanel .giftCardDetails .text {
  padding-bottom: 20px;
}
.portraitPanel .giftCardDetails .text span, .portraitPanel .giftCardDetails .text div {
  color: #ffffff !important;
}
.portraitPanel .giftCardDetails .text p {
  margin-bottom: 1em;
}

.portraitPanel .giftCardVariations {
  float: left;
  text-align: left;
  width: 66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portraitPanel .giftCardVariations .variations li {
  display: inline-block;
  width: 270px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.portraitPanel .giftCardVariations .variations li .img-wrap {
  width: 253px;
  position: relative;
  margin: 10px 10px 10px 0;
}
.portraitPanel .giftCardVariations .variations li.active .img-wrap::before {
  content: '';
  border-radius: 6px;
  max-width: 100%;
  border: 8px solid rgba(135,154,169,1);
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}
.portraitPanel .giftCardVariations .variations li .desc {
  width: 250px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.portraitPanel .giftCardVariations .variations li .price {
  position: absolute;
  top: 100px;
  left: 10px;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: -2px;
  color: #fff;
}
.portraitPanel .giftCardVariations .variations li .price > span {
  font-size: 48px;
  font-weight: 900;
}

/* MOUNTING PANEL
------------------------------------------------------- */
.mountingPanel {
  width: 100%;
  min-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  color: #436178;
  text-align: center;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: top .75s ease-in-out .3s;
  -webkit-transition: top .75s ease-in-out .3s;
  -moz-transition: top .75s ease-in-out .3s;
  -o-transition: top .75s ease-in-out .3s;
}
.mountingPanel .title {
  padding-top: 19px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.mountingPanel .description {
  padding-top: 7px;
}
.mountingPanel a {
  display: inline-block;
  margin-top: 4px;
}
.mountingPanel .selectBoxContainer {
  height: 70px;
  overflow: visible;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 14px;
  padding-bottom: 13px;
}
.mountingPanel .selectBoxContainer .selectBox {
  display: inline-block;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #436178;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.01em;
  cursor: pointer;
  overflow: hidden;
}
.mountingPanel .selectBoxContainer .selectBox .selectedOption {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.mountingPanel .selectBoxContainer .selectBox .option {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  display: none;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mountingPanel .selectBoxContainer .selectBox .option:nth-child(odd) {
  background: #eceff1;
}
.mountingPanel .selectBoxContainer .selectBox .option:hover {
  background: #436178;
  color: #ffffff;
}
.mountingPanel .selectBoxContainer .selectBox.openDown {
  background: #f5f7f8 !important;
  border: 2px solid #cccccc !important;
  color: #436178 !important;
}
.mountingPanel .selectBoxContainer .selectBox.openDown .option {
  display: block;
}
.mountingPanel .selectBoxContainer .selectBox.openDown.selectBox {
  padding-right: 0 !important;
}
.mountingPanel .selectBoxContainer .selectBox.openUp {
  background: #f5f7f8 !important;
  border: 2px solid #cccccc !important;
  color: #436178 !important;
}
.mountingPanel .selectBoxContainer .selectBox.openUp .option {
  display: block;
}
.mountingPanel .selectBoxContainer .selectBox.openUp.selectBox {
  padding-right: 0 !important;
}
.mountingPanel .selected {
  border: 2px solid #cccccc !important;
  background: #fafafa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: border .2s ease-in-out, background .2s ease-in-out;
  -webkit-transition: border .2s ease-in-out, background .2s ease-in-out;
  -moz-transition: border .2s ease-in-out, background .2s ease-in-out;
  -o-transition: border .2s ease-in-out, background .2s ease-in-out;
}
.mountingPanel .selected .selectBox {
  border: 2px solid #436178 !important;
  background: #436178 url("../images/tickIcon.png") no-repeat;
  background-position: right 10px center;
  padding-right: 22px;
  color: #ffffff !important;
}
.mountingPanel .paper {
  width: 25%;
  max-width: calc(33% - 83px);
  float: left;
  padding-top: 11px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mountingPanel .paper img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.mountingPanel .canvas {
  width: 25%;
  max-width: calc(33% - 83px);
  float: left;
  padding-top: 11px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mountingPanel .canvas img {
  margin: 0 auto;
  display: block;
  width: calc(100% - 30px);
}
.mountingPanel .acrylic {
  width: 25%;
  max-width: calc(33% - 83px);
  float: left;
  padding-top: 11px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mountingPanel .acrylic img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.mountingPanel .preview {
  position: relative;
  float: left;
  padding-top: 130px;
  width: 25%;
  min-width: 248px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mountingPanel .preview .box {
  position: absolute;
  left: 50%;
  bottom: 165px;
  border: 2px solid #cccccc;
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: width .2s ease-in-out, height .2s ease-in-out, margin-left .2s ease-in-out, opacity .2s ease-in-out .2s;
  -webkit-transition: width .2s ease-in-out, height .2s ease-in-out, margin-left .2s ease-in-out, opacity .2s ease-in-out .2s;
  -moz-transition: width .2s ease-in-out, height .2s ease-in-out, margin-left .2s ease-in-out, opacity .2s ease-in-out .2s;
  -o-transition: width .2s ease-in-out, height .2s ease-in-out, margin-left .2s ease-in-out, opacity .2s ease-in-out .2s;
}
.mountingPanel .preview .box.visible {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.mountingPanel .preview img {
  display: block;
  margin: 0 auto;
}
.mountingPanel.error .selectBox {
  color: #e45959;
  border: 2px solid #e45959;
}

/* mobile adjustments */
.mountingPanel .mounting-select-mobile {
  display: none;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mountingPanel .mounting-select-mobile { display: block; }
  .mountingPanel .mounting-select-desktop { display: none; }
}

.mounting-select-mobile .filterDropdown {
  display: block;
  width: 100%;
  max-width: 360px;
  border: 2px solid #aaaaaa;
  padding: 10px 15px 9px 11px;
  margin: 10px auto;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mounting-select-mobile .filterDropdown select {
  outline: 0;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-family: Montserrat, Arial, sans-serif;
  color: #a9a9a9;
  background: none;
}
.mounting-select-mobile .filterDropdown select option {
  color: #436178;
}
.mounting-select-mobile .filterDropdown select option:disabled {
  color: #a9a9a9;
}
.mounting-select-mobile .filterDropdown option {
  color: #436178;
}
.mounting-select-mobile .filterDropdown option:disabled {
  color: #a9a9a9;
}
.mounting-select-mobile .description {
  font-size: 15px;
}
.mounting-select-mobile .description a {
  text-decoration: underline;
}

/* UPLOAD PANEL
------------------------------------------------------- */
.uploadPanel {
  width: 100%;
  min-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  left: 0;
  top: 200%;
  background: #ffffff;
  color: #436178;
  text-align: center;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: top .75s ease-in-out .3s;
  -webkit-transition: top .75s ease-in-out .3s;
  -moz-transition: top .75s ease-in-out .3s;
  -o-transition: top .75s ease-in-out .3s;
}
.uploadPanel .title {
  width: 100%;
  clear: both;
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 4px;
}
.uploadPanel .subtitle {
  width: 100%;
  clear: both;
  text-align: left;
  font-size: 13px;
  padding-bottom: 15px;
}
.uploadPanel .generalForm {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
}
.uploadPanel .uploadForm {
  position: relative;
  text-align: left;
  border: 2px solid #cccccc;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.uploadPanel .uploadForm .deleteForm {
  position: absolute;
  top: -13px;
  right: -13px;
}
.uploadPanel .uploadForm .button {
  border: 2px dashed #436178;
  padding-left: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 7px;
  font-size: 16px;
  width: 250px;
  height: 153px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.uploadPanel .uploadForm .button .image {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  top: 4px;
  background: url("../images/uploadImageIcon.png") no-repeat;
  margin-right: 5px;
}
.uploadPanel .uploadForm .form {
  float: left;
  width: calc(100% - 270px);
  min-height: 163px;
}
.uploadPanel .uploadForm .howManyPeople,
.uploadPanel .uploadForm .howManyPeopleText {
  font-size: 22px;
  font-weight: 700;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 29px;
}
.uploadPanel .uploadForm .howManyPeople {
  margin-top: 10px;
}
.uploadPanel .uploadForm .howManyPeople .small {
  font-size: 16px;
}
.uploadPanel .uploadForm .howManyPeople .selectContainer {
  max-width: 174px;
  margin: 0 auto;
  margin-top: 17px;
}
.uploadPanel .uploadForm .howManyPeopleText {
  margin-bottom: 29px;
  margin-top: 60px;
}
.uploadPanel .uploadForm .personHeader {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 20px;
}
.uploadPanel .uploadForm .personHeader:first-child {
  margin-top: -5px;
}
.uploadPanel .uploadForm .personHeader span {
  font-size: 16px;
  color: #a9a9a9;
  font-weight: 400;
}
.uploadPanel .addNew {
  float: left;
  padding: 4px 15px 4px 4px;
  border: 2px solid #436178;
  border-radius: 30px;
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uploadPanel .addNew img {
  float: left;
}
.uploadPanel .addNew span {
  font-size: 16px;
  position: relative;
  top: 8px;
  padding-left: 10px;
  float: left;
}
.uploadPanel .addNew:hover {
  background: #436178;
  border-color: #436178 !important;
}
.uploadPanel .addNew:hover span {
  color: #ffffff;
}
.uploadPanel input, .uploadPanel textarea {
  transition: border-color .2s ease-in-out;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  -o-transition: border-color .2s ease-in-out;
}
.uploadPanel .error, .uploadPanel .basicError {
  border-color: #e45959 !important;
}
.uploadPanel input[type="checkbox"] {
  display: none;
}
.uploadPanel input[type="checkbox"] + .checkbox label {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border: 4px solid #436178;
  cursor: pointer;
  background: url("../images/checkboxTick.png") center center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color .1s ease-in-out;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
}
.uploadPanel input[type="checkbox"]:checked + .checkbox label {
  background-color: #436178;
  border-color: #436178 !important;
}
.uploadPanel .photoInstructions {
  text-align: left;
  clear: both;
  padding-top: 17px;
}
.uploadPanel .photoInstructions > .row {
  display: table-row;
}
.uploadPanel .photoInstructions .checkbox,
.uploadPanel .photoInstructions .label {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}
.uploadPanel .photoInstructions span {
  font-size: 16px;
  padding-left: 15px;
  display: block;
}
.uploadPanel .photoInstructions a {
  border-bottom: 2px solid #436178;
  font-weight: 700;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, border-color .2s ease-in-out;
}
.uploadPanel .photoInstructions a:hover {
  border-color: #314757;
  color: #314757;
}

/* DETAILS PANEL
------------------------------------------------------- */
.detailsPanel {
  width: 100%;
  min-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 300%;
  left: 0;
  background: #ffffff;
  color: #436178;
  text-align: center;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: top .75s ease-in-out .3s;
  -webkit-transition: top .75s ease-in-out .3s;
  -moz-transition: top .75s ease-in-out .3s;
  -o-transition: top .75s ease-in-out .3s;
}
.detailsPanel .termsAndConditions .checkbox,
.detailsPanel .termsAndConditions .label,
.detailsPanel .shipToDifferentAddress .checkbox,
.detailsPanel .shipToDifferentAddress .label {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}
.detailsPanel .detailsFormContainer {
  display: inline-block;
}
.detailsPanel input[type="checkbox"] {
  display: none;
}
.detailsPanel input[type="checkbox"] + .checkbox label {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border: 4px solid #436178;
  cursor: pointer;
  background: url("../images/checkboxTick.png") center center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color .1s ease-in-out;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
}
.detailsPanel input[type="checkbox"]:checked + .checkbox label {
  background-color: #436178;
  border-color: #436178 !important;
}
.detailsPanel .paymentDetailsForm {
  width: 50%;
  float: left;
  padding-right: 4%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detailsPanel .paymentDetailsForm.right {
  padding-right: 0;
  padding-left: 4%;
}
.detailsPanel .paymentDetailsForm h2 {
  font-size: 28px;
  font-weight: 700;
}
.detailsPanel .paymentDetailsForm .subTitle {
  font-size: 13px;
  padding-bottom: 29px;
}
.detailsPanel .paymentDetailsForm .shipToDifferentAddress span {
  font-size: 22px;
  font-weight: 700;
  padding-left: 15px;
  display: block;
  text-align: left;
}
.detailsPanel .paymentDetailsForm .differentAddress {
  opacity: 0;
  max-height: 0;
  padding-top: 23px;
  overflow: hidden;
  transition: opacity .2s ease-in-out, max-height .4s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out, max-height .4s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, max-height .4s ease-in-out;
  -o-transition: opacity .2s ease-in-out, max-height .4s ease-in-out;
}
.detailsPanel .paymentDetailsForm .differentAddress.visible {
  opacity: 1;
  max-height: 1000px;
}
.detailsPanel input, .detailsPanel textarea, .detailsPanel .selectContainer {
  margin-bottom: 16px;
}
.detailsPanel .halfWidth {
  width: calc(50% - 8px);
  display: inline-block;
  position: relative;
  left: 1px;
}
.detailsPanel .halfWidth.firstHalf {
  left: 0px;
  width: calc(50% - 8px);
  margin-right: 11px;
}
.detailsPanel .paymentIcons {
  margin-top: -5px;
  margin-bottom: 34px;
}
.detailsPanel .error {
  border-color: #e45959 !important;
}
.detailsPanel .errorMessage.visible {
  padding-top: 33px;
}
.detailsPanel .termsAndConditions {
  clear: both;
  padding-top: 17px;
}
.detailsPanel .termsAndConditions span {
  font-size: 16px;
  padding-left: 15px;
  display: block;
  text-align: left;
}
.detailsPanel .termsAndConditions a {
  border-bottom: 2px solid #436178;
  font-weight: 700;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, border-color .2s ease-in-out;
}
.detailsPanel .termsAndConditions a:hover {
  border-color: #314757;
  color: #314757;
}

.modal .termsAndConditionsModal {
  text-align: left;
}
.modal .termsAndConditionsModal h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.modal.photoModal .modalContent {
  max-width: 480px;
}
.modal .photoInstructionsModal {
  text-align: left;
  padding: 0;
}
.modal .photoInstructionsModal h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.modal .photoInstructionsModal img {
  margin: 0 !important;
  margin-top: 4% !important;
  padding-right: 2%;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #436178;
}

/* RESPONSIVE
------------------------------------------------------- */
@media all and (max-width: 1024px) {
  .mountingPanel h2 {
    font-size: 24px !important;
  }
  .mountingPanel .selectBox {
    font-size: 14px !important;
  }
}
@media all and (max-width: 767px) {

  nav.color .logo img {
    margin-top: -37px;
  }
  nav .logo {
    height: 37px;
    width: auto;
  }
  nav .logo img {
    width: 90px;
    height: auto;
  }
  nav .menuButton {
    top: 34px;
  }

  .navPanel {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  nav .checkoutNav {
    text-align: right;
    margin-top: 24px;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 60px);
    margin-left: -40px;
  }
  nav .checkoutNav .for_mob { text-align: center; }
  nav .checkoutNav .page {
    width: 100%;
    margin-bottom: 0;
  }
  nav .checkoutNav .page .pageIcon {
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: 0px -22px;
    position: relative;
    top: 5px;
  }
  nav .checkoutNav .page .text {
    font-size: 14px;
    top: -6px;
  }
  nav .checkoutNav .portrait, nav .checkoutNav .mounting, nav .checkoutNav .figures, nav .checkoutNav .postage, nav .checkoutNav .subTotal {
    margin-top: 10px;
  }
  nav .checkoutNav .portrait .text {
    font-size: 12px;
  }
  nav .checkoutNav .mounting .text, nav .checkoutNav .figures .text, nav .checkoutNav .postage .text {
    font-size: 9px !important;
  }
  nav .checkoutNav .mounting .price, nav .checkoutNav .figures .price, nav .checkoutNav .postage .price {
    font-size: 14px !important;
  }
  nav .checkoutNav .subTotal .text {
    font-size: 14px;
  }
  nav .checkoutNav .subTotal .value {
    font-size: 20px;
  }
  nav .checkoutNav .couponCode {
    display: block;
    max-width: 152px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }
  nav .checkoutNav .couponCode input {
    font-size: 14px;
  }

  nav .checkoutNav .couponCode.invalid, nav .checkoutNav .couponCode.valid {
    margin-bottom: 18px;
  }

  nav .waiting-message {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portraitPanel .portraitDetails .subTitle, .portraitPanel .portraitDetails .text {
    font-size: 13px;
  }
  .portraitPanel .portraitDetails .title {
    font-size: 36px;
  }
  .portraitPanel .portraitDetails .requirements {
    line-height: 22px;
    font-size: 13px;
  }
  .portraitPanel .portraitDetails .requirements ul li {
    font-size: 13px;
  }
  .portraitPanel .photoInstructions .title {
    font-size: 24px;
  }

  .portraitPanel .giftCardDetails .title {
    font-size: 36px;
  }
  .portraitPanel .giftCardDetails .text {
    font-size: 13px;
  }

  .nextButton a {
    font-size: 16px;
  }
  .nextButton a img {
    top: 0;
  }

  .mountingPanel .title {
    padding-top: 10px;
  }
  .mountingPanel .selectBoxContainer {
    margin-top: 10px;
    height: 55px;
  }
  .mountingPanel .paper {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .mountingPanel .paper img {
    display: none;
  }
  .mountingPanel .canvas {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .mountingPanel .canvas img {
    display: none;
  }
  .mountingPanel .acrylic {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .mountingPanel .acrylic img {
    display: none;
  }
  .mountingPanel .preview {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .uploadPanel .uploadForm {
    padding-left: 0;
    padding-right: 0;
  }
  .uploadPanel .addNew {
    width: 100%;
  }
  .uploadPanel .uploadForm .dropzoneContainer {
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .uploadPanel .uploadForm .howManyPeople,
  .uploadPanel .uploadForm .howManyPeopleText {
    font-size: 20px;
    margin-top: 0;
  }
  .uploadPanel .uploadForm .howManyPeople .small {
    font-size: 14px;
  }
  .uploadPanel .uploadForm .howManyPeople .selectContainer {
    margin-top: 12px;
  }
  .uploadPanel .uploadForm .howManyPeopleText {
    margin-bottom: 20px;
  }
  .uploadPanel .uploadForm .form {
    min-height: 0px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
    padding-top: 20px;
  }
  .uploadPanel .uploadForm .personHeader {
    font-size: 20px;
  }
  .uploadPanel .uploadForm .personHeader span {
    font-size: 14px;
  }

  .detailsFormContainer .paymentDetailsForm {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }
  .detailsFormContainer .paymentDetailsForm:first-child {
    margin-bottom: 40px;
  }
  .detailsFormContainer .paymentDetailsForm h2 {
    font-size: 24px;
  }
  .detailsFormContainer .paymentDetailsForm .subtitle {
    font-size: 12px;
  }
  .detailsFormContainer .paymentDetailsForm .shipToDifferentAddress span {
    font-size: 20px;
  }
  .detailsFormContainer .termsAndConditions span {
    font-size: 14px;
  }

  .nextButton.finish a {
    min-height: 21px;
  }

  .detailsFormContainer .paymentDetailsForm .shipToDifferentAddress span {
    font-size: 18px;
  }

  .halfWidth {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .errorMessage {
    font-size: 22px;
  }

  select, input, textarea {
    font-size: 14px !important;
  }

  h2, h3 {
    font-size: 22px !important;
  }

  .error .nextButton {
    padding-top: 80px;
  }
  .error .errorMessage {
    width: calc(100% - 38px);
  }

  .mounting-select-mobile .description {
    padding-bottom: 40px;
  }

  nav .checkoutNav .couponCode .couponText {
    top: 34px;
  }
}
@media all and (max-width: 640px) {
  .portraitPanel, .mountingPanel, .uploadPanel, .detailsPanel {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  nav .checkoutNav,
  nav .waiting-message {
    width: calc(100% + 16px);
    margin-left: -18px;
  }

  nav .checkoutNav .page div.text { margin-left: 9px; }
}
@media all and (max-width: 639px) {
  .nextButton.menuShowing {
    left: -227px;
  }
}
@media all and (max-width: 1279px) {
  .mountingPanel .preview {
    padding-top: 5%;
  }
}
@media all and (max-width: 1115px) {
  .mountingPanel .preview {
    padding-top: 6%;
  }
}
@media all and (max-width: 1050px) {
  .mountingPanel .preview {
    padding-top: 4%;
  }
}
@media all and (max-width: 1024px) {
  .mountingPanel .preview {
    padding-top: 4%;
  }
}
@media all and (max-width: 990px) {
  .mountingPanel .preview {
    padding-top: 5%;
  }
}
@media all and (max-width: 767px) {
  .mountingPanel .preview {
    padding-top: 0;
  }

  /*CUSTOM*/
  .bannerPanel .overlay {
    max-width: auto;
    width: 100%;
    left: auto;margin: 0;
    height: 100%;
  }
  .bannerPanel .overlay .bannerLogo {
    width: 33.33%;
  }
  .bannerPanel .overlay .bannerBlurb {
    position: absolute;
    left: auto;
    bottom: 5%;
    text-align: center;
    display: block;
    width: 100%;
    top: auto;
  }
  .bannerPanel .overlay .browseButton {
    float: none;
  }
  .the_blurb { display: block; }
  nav { padding-top: 5px; height: auto !important; }
  nav .checkoutNav .page { width: auto; display: inline-block; float: left; margin-right: 0; }
  nav .checkoutNav .for_desk { display: none; }
  .details { display: inline-block; margin-left: 40px; position: relative; top: -10px; margin-right: 30px;}
   nav.color .details a{ color: #fff; font-size: 12px; text-decoration: underline; }
   nav .details a { color: #436178; text-decoration: underline;  }
   .details a.text { font-weight: 300 !important; padding: 0 5px 5px; text-align: center;}
  nav .checkoutNav .page .text { top: 8px; margin-left: 30px; }
  nav .checkoutNav .subTotal { margin-right: 0; }
  .uploadPanel input[type="checkbox"] + label { }
  .checkboxText { width: auto; }
  .mountingPanel .selectBoxContainer { height: auto; }
  .portraitPanel, .mountingPanel, .uploadPanel, .detailsPanel { height: auto !important; }
  .detailsPanel input[type="checkbox"] + label { float: left; }
  .portraitPanel .portraitPreview { padding-bottom: 10px;}
  .portraitPanel .portraitDetails { width: 100%; padding-right: 0;}
  .portraitPanel .photoInstructions { float: none; width: 100%; clear: both; padding-top: 40px; }
  .portraitPanel .giftCardDetails { width: 100%; padding-right: 0;}
  .portraitPanel .giftCardVariations { float: none; width: 100%; clear: both; padding-top: 40px; }
}
@media all and (max-width: 767px) {
  .for_desk { display: none; }
}

@media all and (min-width: 769px) {
  .mountingPanel .preview { left: 10px;}
}
/*
@media all and (max-width: 480px) {
 .portraitPanel .innerPanel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portraitPanel .portraitDetails {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    order: 2;
    -webkit-order: 2;
  }
  .portraitPanel .portraitPreview {
    width: auto !important;
    padding-right: 0;
    padding-bottom: 40px;
    display: inherit;
    order: 1;
    -webkit-order: 1;
  }
  .portraitPanel .photoInstructions {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
    order: 3;
    -webkit-order: 3;
  }
}
*/