@charset "UTF-8";
body {
  overflow: auto;
}

.container {
  /*width: 1170px;*/
  height: auto;
}

#editorTopbarContainer,
#preview_page,
#canvasAreaPreview,
.sidebar,
.galleryContainer {
  display: none !important;
}

.otp header .logo img {
  margin-top: 20px;
}

.row:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#mainContent #subcontent {
  padding-left: 0;
}

header {
  background: #FFF;
}

.header-language-background {
  height: 30px;
  background-color: #294766;
}

.page-header {
  position: relative;
  clear: both;
  height: 70px;
}

nav {
  background-color: #FFFFFF;
}

a:hover,
a:focus,
a {
  outline: none;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.otp .col-6,
.otp .col-5,
.otp .col-3,
.otp .col-2 {
  float: left;
}

.otp .col-6 {
  width: 50%;
}

.otp .col-5 {
  width: 20%;
}

.otp .col-3 {
  width: 25%;
}

.page-header .col-6 + .col-6 {
  text-align: right;
}

.page-header a.select_template {
  display: block;
  float: right;
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 68px;
}

nav.ggp .col-3 {
  margin: 0;
  padding: 0;
}

nav li a {
  border: solid #FFF;
  border-width: 2px 0px 2px 2px;
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  padding: 14px;
}

nav li {
  z-index: 4;
}

nav ul > li + li {
  z-index: 3;
}

nav ul > li + li + li {
  z-index: 2;
}

nav ul > li + li + li + li {
  z-index: 1;
}

nav li a.next_step {
  background: #E01C7D;
  border: 2px solid #E01C7D;
  color: #FFF;
  border-radius: 8px 8px 0 0;
}

nav li a i {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  background: #BDBEC0;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

nav li a i.checked {
  text-indent: -60px;
  background: #28C0E1 url(../images/otp/checked.png) no-repeat center center;
}

nav li a.next_step i {
  background: #E01C7D url(../images/otp/next.png) no-repeat center center;
  margin-right: 0;
  margin-bottom: -8px;
}

nav li a.visited i {
  background-color: #BDBEC0;
}

nav li a.active i {
  background-color: #28C0E1;
}

nav li a.disabled {
  cursor: default;
}

nav li a.active {
  border: solid #28C0E1;
  border-width: 2px 0px 2px 2px;
  position: relative;
}

nav li a.active:before,
nav li a.active:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #28C0E1;
}

nav li a.active:after {
  top: 0px;
  right: -28px;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #FFFFFF;
}

.otp_container {
  padding: 50px 0;
}

#editorTopbarContainer {
  background-color: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 54;
  position: relative;
}

.otp_wrapper .logo {
  position: relative;
  display: block;
  padding-top: 18px;
}

.logo .large {
  display: none;
}

.logo img {
  height: 37px;
}

@media only screen and (min-width: 771px) {
  .logo .large {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .logo .small {
    display: none;
  }
}
.ggp_notify {
  height: 50px;
}

.ggp_tools {
  margin: 10px auto;
  position: relative;
  z-index: 999;
}

.ggp_tools .redo_undo .undo_redo_group li {
  float: left;
}

.ggp_tools .redo_undo .undo_redo_group li.disabled {
  opacity: 0.2;
}

.ggp_tools .redo_undo a {
  display: block;
  float: left;
  height: 34px;
  width: 40px;
  border: 1px solid #DFDFDF;
  background: #FFF url(../images/otp/undo.png) no-repeat center center;
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
}

.ggp_tools .redo_undo a span {
  display: none;
  position: absolute;
  background: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #FFF;
  width: 80px;
  height: 20px;
  bottom: -25px;
  left: 50%;
  margin-left: -40px;
  border-radius: 5px;
}

.ggp_tools .redo_undo a span:after,
.ggp_tools .redo_undo a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

#canvasArea {
  overflow: hidden;
}

.printqicon-redo:after,
.printqicon-redo:before,
.printqicon-undo:before {
  content: "";
}

.ggp_tools .redo_undo a.redo {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ggp_tools .redo_undo a.redo span {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ggp_tools .redo_undo a:hover {
  border: 1px solid #3398CB;
}

.ggp_tools .redo_undo a:hover span {
  display: block;
}

.notify {
  text-align: center;
}

.warning_box {
  top: 10px;
  position: relative;
  display: inline-block;
  padding: 16px 20px 16px 56px;
  margin-bottom: 10px;
  background: #FCF8E3;
  font-size: 12px;
  color: #D67327;
  border: 1px solid #F5DDA1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.textline.text.warning {
  background: #F6B8B9;
  border: 1px dashed #FB5545;
}

.warning_box i.exclamation {
  display: block;
  position: absolute;
  top: 11px;
  left: 20px;
  font-size: 25px;
}

.exclamation_icon {
  display: block;
  position: absolute !important;
  top: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  z-index: 10;
  color: #D67327;
  cursor: pointer;
  background: #FCF8E3;
}

.printqToolbar .toolbarSection .fontsContainer.fontname_group {
  width: 200px;
}

.printqToolbar .toolbarSection .fontsContainer.fontname_group a em {
  display: inline-block;
  background: #000;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  margin-left: 5px;
  line-height: 16px;
  height: 16px;
  width: 20px;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.printqToolbar .toolbarSection .fontsContainer.fontname_group ul li a {
  color: #000000;
}

.printqToolbar .toolbarSection .fontsContainer.fontname_group ul li:hover {
  background: #51AFC4;
}

.printqToolbar .toolbarSection .fontsContainer.fontname_group ul li:hover a {
  color: #FFF;
}

.printqToolbar .toolbarSection .fontsContainer.fontname_group ul li:hover a em {
  background: #FEFEFE;
  color: #51AFC4;
}

.printqToolbar .toolbarSection .fontsContainer.group ul li {
  padding: 0 20px;
}

.printqToolbar.ggp {
  width: 260px;
  height: auto;
  padding: 25px;
  border: solid 2px #DD197D;
}

.ggp.printqToolbar.left:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-left: 20px solid #DE197D;
  position: absolute;
  z-index: 2;
  right: -22px;
  top: 90px;
}

.ggp.printqToolbar.left:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-left: 20px solid #fbfbfd;
  position: absolute;
  z-index: 2;
  right: -20px;
  top: 90px;
}

.ggp.printqToolbar.right:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-right: 20px solid #DE197D;
  position: absolute;
  z-index: 2;
  left: -22px;
  top: 90px;
}

.ggp.printqToolbar.right:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  border-right: 20px solid #fbfbfd;
  position: absolute;
  z-index: 2;
  left: -20px;
  top: 90px;
}

.ggp.printqToolbarTop {
  background: none;
  border: none;
}

.ggp.printqToolbar .toolbarSection .fontsContainer.fontname_group {
  width: 100%;
  background: white;
  height: 30px;
  border: solid 1px #2ac2e3;
  border-radius: 5px;
}

.ggp.printqToolbar .toolbarSection .group a.current_font {
  width: 100% !important;
  line-height: 32px;
}

.ggp.printqToolbar .toolbarSection .group a.changeFont {
  position: absolute;
  right: 0px;
  background: #2ac2e3;
  padding: 0 5px;
  color: white;
  margin: 0;
  border-radius: 0 2px 2px 0px;
}

.ggp.printqToolbar .toolbarSection .group a.change.icon {
  font-size: 8px;
}

.ggp.printqToolbar .changeFont {
  line-height: 32px;
}

.ggp.printqToolbar h4 {
  margin: 5px 0px;
}

.hide,
.hidden {
  display: none !important;
}

.ggp.printqToolbar .toolbarSection .forecolor_selector .current_color {
  width: 70px;
  border-radius: 0;
  height: 25px;
  float: left;
  margin: 2px 27px 2px 2px;
}

.ggp.printqToolbar .toolbarSection .group {
  margin: 10px auto;
  height: 30px;
}

.ggp.printqToolbar .toolbarSection .group.fontname_group ul {
  top: 30px;
}

.ggp.printqToolbar .toolbarSection .group.fontsize_group {
  width: 80px;
  background: white;
  border: solid 1px #2ac2e3;
  border-radius: 2px;
  cursor: pointer;
}

.ggp.printqToolbar .toolbarSection .group.fontsize_group .current_size {
  width: 100% !important;
  line-height: 32px;
  font-size: 14px;
  color: #384347;
  width: 133px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.printqToolbar .toolbarSection .fontsize_group ul {
  top: 30px;
  width: 100%;
}

.printqToolbar .toolbarSection .fontsize_group li {
  height: 30px;
  line-height: 32px;
}

.printqToolbar .toolbarSection .fontsize_group li:hover {
  background: #51AFC4;
  color: #fff;
}

.printqToolbar .toolbarSection .fontsize_group.open ul,
.printqToolbar .toolbarSection .forecolor_group.open ul {
  transform: scaleY(1);
}

.ggp.printqToolbar .icon {
  font-size: 13px;
  line-height: 32px;
}

.ggp.printqToolbar .changer div {
  border: 1px solid #DDDD;
}

.ggp.printqToolbar .changer div.current {
  background: #2ac2e3;
}

.ggp.printqToolbar .toolbarSection .alignment_group,
.ggp.printqToolbar .toolbarSection .decorations_group,
.ggp.printqToolbar .toolbarSection .forecolor_group,
.ggp.printqToolbar .toolbarSection .fontsize_group {
  padding: 0;
  cursor: pointer;
  margin: 15px auto;
}

.ggp.printqToolbar .toolbarSection .decorations_group {
  float: right;
}

.ggp.printqToolbar .toolbarSection .alignment_group .changer div {
  margin: 0 5px 0 0px;
  cursor: pointer;
  width: 36px;
  height: 36px;
}

.ggp.printqToolbar .toolbarSection .alignment_group .changer div span:hover,
.ggp.printqToolbar .toolbarSection .decorations_group .changer div span:hover {
  color: #2A81AC;
}

.ggp.printqToolbar .toolbarSection .alignment_group .changer div span,
.ggp.printqToolbar .toolbarSection .decorations_group .changer div span {
  color: #000;
}

.ggp.printqToolbar .toolbarSection .decorations_group .changer div {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
}

.ggp.printqToolbar .group .current a span.icon {
  color: #fff;
}

.ggp.printqToolbar .toolbarSection .forecolor_group {
  border: solid 1px #2ac2e3;
  margin-left: 25px;
  border-radius: 2px;
}

.ggp.printqToolbar .toolbarSection .forecolor_group a {
  margin: 0;
}

.ggp.printqToolbar .toolbarSection .group a.changeColor {
  position: absolute;
  right: 0px;
  background: #2ac2e3;
  padding: 0 5px;
  color: white;
  margin: 0;
  border-radius: 0 2px 2px 0px;
  font-size: 9px;
}

.ggp .forecolor_selector {
  overflow: auto;
}

#ggp-color {
  width: 205px;
  padding: 5px 6px;
  top: 30px;
  left: -106px;
  overflow-x: scroll;
  max-height: 150px;
}

#ggp-color li {
  width: 34px;
  height: 34px;
  float: left;
  margin: 2px;
  border-radius: 5px;
}

#ggp-color li:hover {
  border: solid 1px #2ac2e3;
}

#ggp-fontsize {
  max-height: 150px;
  overflow-x: scroll;
}

.ggp_preview {
  margin-top: 128px;
  text-align: center;
}

.ggp_preview aside {
  display: block;
  float: left;
  width: 50%;
  position: relative;
}

.ggp_preview .image_2,
.ggp_preview .image_1 {
  display: block;
  margin: 15px;
  position: relative;
}

.ggp_preview aside div:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
}

.ggp_preview aside:hover div:after {
  display: block;
}

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

.ggp_preview aside p {
  position: absolute;
  display: none;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.ggp_preview aside:hover p {
  display: block;
  opacity: 1;
}

.ggp_preview aside p a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  text-align: center;
  line-height: 40px !important;
  font-size: 30px;
  color: #000;
  text-decoration: none;
  margin: 0 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.ggp_preview aside p a i {
  margin-top: 9px;
}

.ggp_preview aside p a:hover {
  background: #E01C7D;
  color: #FFFFFF;
}

.otp_container .box_tail li {
  position: relative;
}

.otp_container .box_tail li:before {
  content: "•";
  color: #2AC2E3;
  position: absolute;
  font-size: 26px;
  line-height: 15px;
  left: -14px;
  top: -1px;
}

.otp_container .select_option .box_body {
  min-height: 0px;
}

.otp_wrapper nav li a.next_step span {
  line-height: 18px;
  display: block;
  padding: 8px;
}

.otp_wrapper .otp_wrapper nav li a.disabled i {
  background-color: #BDBEC0;
  color: #FFF;
}

.otp_wrapper nav li a.disabled span {
  color: #000;
}

#canvasArea {
  height: 100%;
  top: 0;
}

#mainContent #subcontent .pages .page.active {
  top: 0;
  margin-top: 0;
}

.fontsize_group .changeFont,
.forecolor_selector .current_color {
  z-index: 1;
}

.fontsize_group .changeFont:after,
.forecolor_selector .current_color:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
  z-index: 2;
  left: 0px;
}

.fontsize_group .changeFont:after {
  width: 80px;
}

#cboxWrapper #cboxContent {
  background: rgba(255, 255, 255, 0.86) !important;
  overflow: visible;
}

.add-to-cart-otp .bt {
  float: right;
  background: #E01C7D;
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
}
.add-to-cart-otp .bt.disabled {
  opacity: 0.2;
  pointer-events: none;
}

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