@import url(https://gorjana-customizer.herokuapp.com/customizer/assets/app.css);
.preview-wrapper {
  height: 100%;
  position: relative;
  display: flex;
}
.preview-wrapper .preview-img {
  position: relative;
  margin: auto;
}
.preview-wrapper .landscape {
  width: 100%;
  height: auto;
}
.preview-wrapper .portrait {
  width: auto;
  height: 100%;
  display: block;
}
.preview-wrapper .text-wrapper {
  position: absolute;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  touch-action: none;
  display: table;
  top: 0;
  left: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  perspective: 100px;
}
.preview-wrapper .text-wrapper .preview-text {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-orientation: upright;
}
.agile,
.agile__list,
.agile__slide,
.agile__track {
  height: 100%;
}
.agile__dots {
  bottom: 0;
  left: 50%;
  position: absolute;
  margin: 10px 0 !important;
  transform: translateX(-50%);
}
.agile__dot {
  margin: 0 3px !important;
}
.agile__dot button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  transition-duration: 0.3s;
}
.agile__dot button:hover {
  background-color: rgba(40, 48, 69, 0.3);
}
.agile__dot--current button {
  background-color: rgba(40, 48, 69, 0.4);
}
.agile__arrow {
  position: absolute;
  height: 25px;
  bottom: 5px;
  width: 25px;
  border: none;
  transition-duration: 0.3s;
  background: hsla(10, 60%, 98%, 0.7);
  border-radius: 50%;
  display: flex;
}
.agile__arrow--prev {
  left: 5px;
}
.agile__arrow--next {
  right: 5px;
}
.agile__arrow:hover {
  cursor: pointer;
  background: rgba(40, 48, 69, 0.6);
}
.agile__arrow:hover svg {
  fill: #fff;
}
.agile__arrow[disabled] {
  display: none;
}
.agile__arrow svg {
  fill: rgba(40, 48, 69, 0.4);
  height: 15px;
  transition-duration: 0.3s;
  margin: auto;
}
.customizer-wrapper {
  text-align: center;
  margin: 35px 0 0 5px;
}
.customizer-wrapper.multi-side-customization h2 {
  padding-bottom: 0;
}
.customizer-wrapper .h2,
.customizer-wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2px;
  padding-bottom: 18px;
  text-transform: inherit;
  letter-spacing: inherit;
}
.customizer-wrapper .multi-side-input {
  display: flex;
  margin: 15px;
}
.customizer-wrapper .multi-side-input .form-control {
  margin: 0 10px;
}
.customizer-wrapper .customizer-body .engraving-options-wrapper {
  margin-top: 80px;
}
.customizer-wrapper .customizer-body .engraving-options-wrapper .options-title {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
.customizer-wrapper
  .customizer-body
  .engraving-options-wrapper
  .option-buttons-wrapper {
  padding: 0 80px;
}
.customizer-wrapper
  .customizer-body
  .engraving-options-wrapper
  .option-buttons-wrapper
  .engraving-option-btn {
  width: 100%;
  border: 1px solid;
  border-radius: 0;
  padding: 18px;
  background: #fff;
  font-size: 12px;
  margin-bottom: 11px;
  transition: 0.3s;
}
.customizer-wrapper
  .customizer-body
  .engraving-options-wrapper
  .option-buttons-wrapper
  .engraving-option-btn.active {
  color: #fff;
  background: #283045;
  border-color: #283045;
}
.customizer-wrapper .customizer-body .customize-title {
  font-size: 14px;
  margin-bottom: 5px;
  padding-top: 5px;
  color: #999;
}
.customizer-wrapper .customizer-body .customize-title-mobile {
  display: none;
}
.customizer-wrapper .customizer-body .customize-property {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.customizer-wrapper .customizer-body .input-wrapper {
  margin-bottom: 20px;
  padding: 0 50px;
  text-align: center;
}
.customizer-wrapper .customizer-body .input-wrapper .form-control {
  width: 100%;
  min-height: 35px;
  margin-top: 0;
  margin-bottom: 1px;
  padding-left: 0;
  text-align: center;
  border: 1px solid #cbcbcb;
  border-radius: 1px;
  font-size: 15px;
  box-sizing: border-box;
}
.customizer-wrapper .customizer-body .input-wrapper .form-control.hasError {
  border: 1px solid red;
}
.customizer-wrapper
  .customizer-body
  .input-wrapper
  .form-control::-moz-placeholder {
  color: #b1b1b1;
}
.customizer-wrapper .customizer-body .input-wrapper .form-control::placeholder {
  color: #b1b1b1;
}
.customizer-wrapper .customizer-body .input-wrapper .input-helper {
  color: #999;
  font-size: 12px;
}
.customizer-wrapper .customizer-body .input-wrapper .input-helper .has-error {
  color: red;
}
.customizer-wrapper .customizer-body .symbols-wrapper {
  position: relative;
}
.customizer-wrapper .customizer-body .symbols-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  color: #cbcbcb;
  text-decoration: none;
  transition-duration: 0.3s;
}
.customizer-wrapper .customizer-body .symbols-wrapper a.greek-selection {
  padding-bottom: 25px;
}
.customizer-wrapper .customizer-body .symbols-wrapper a:hover {
  color: #283045;
}
.customizer-wrapper .customizer-body .symbols-wrapper.greek-selection {
  margin: 35px 28px 0 28px;
}
.customizer-wrapper
  .customizer-body
  .symbols-wrapper.greek-selection
  .customize-property {
  margin-bottom: 25px;
}
.customizer-wrapper
  .customizer-body
  .symbols-wrapper.greek-selection
  .symbol-list
  li
  div.symbol-selector {
  height: 35px;
  width: 35px;
}
.customizer-wrapper .customizer-body .font-list,
.customizer-wrapper .customizer-body .symbol-list {
  padding: 0 0 20px 0;
  list-style: none;
  display: table;
  margin: auto;
}
.customizer-wrapper .customizer-body .font-list li,
.customizer-wrapper .customizer-body .symbol-list li {
  font-weight: 600;
  float: left;
  margin: 5px;
  position: relative;
  display: block;
  padding: 2px;
  border: 1px solid #eee;
}
.customizer-wrapper .customizer-body .font-list li.active,
.customizer-wrapper .customizer-body .font-list li:hover,
.customizer-wrapper .customizer-body .symbol-list li.active,
.customizer-wrapper .customizer-body .symbol-list li:hover {
  border: 2px solid #777;
  padding: 1px;
}
.customizer-wrapper .customizer-body .font-list li:hover,
.customizer-wrapper .customizer-body .symbol-list li:hover {
  cursor: pointer;
}
.customizer-wrapper .customizer-body .font-list li div.symbol-selector,
.customizer-wrapper .customizer-body .symbol-list li div.symbol-selector {
  height: 30px;
  width: 30px;
  display: table;
  font-size: 18px;
}
.customizer-wrapper .customizer-body .font-list li div.symbol-selector span,
.customizer-wrapper .customizer-body .symbol-list li div.symbol-selector span {
  display: table-cell;
  vertical-align: middle;
}
.customizer-wrapper .customizer-body .font-list li div.font-selector,
.customizer-wrapper .customizer-body .symbol-list li div.font-selector {
  height: 35px;
  width: 35px;
  display: table;
  font-size: 18px;
}
.customizer-wrapper .customizer-body .font-list li div.font-selector span,
.customizer-wrapper .customizer-body .symbol-list li div.font-selector span {
  display: table-cell;
  vertical-align: middle;
}
.customizer-wrapper .customizer-footer {
  position: absolute;
  bottom: -1px;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.customizer-wrapper .customizer-footer a {
  text-decoration: none;
  font-size: 14px;
  color: #cbcbcb;
  transition-duration: 0.3s;
}
.customizer-wrapper .customizer-footer a.next {
  float: right;
}
.customizer-wrapper .customizer-footer a.prev {
  float: left;
}
.customizer-wrapper .customizer-footer a .fa-icon-wrapper {
  color: #fff;
  background: #cbcbcb;
  padding: 12px 14px;
  font-size: 17px;
  transition-duration: 0.3s;
}
.customizer-wrapper .customizer-footer a.enabled,
.customizer-wrapper .customizer-footer a:hover {
  color: #283045;
}
.customizer-wrapper .customizer-footer a.enabled .fa-icon-wrapper,
.customizer-wrapper .customizer-footer a:hover .fa-icon-wrapper {
  color: #fff;
  background: #283045;
}
#mobile-modal .customizer-wrapper {
  margin-top: 30px;
}
#mobile-modal .customizer-wrapper .h2,
#mobile-modal .customizer-wrapper h2 {
  display: none;
}
#mobile-modal .customizer-wrapper .customizer-body {
  padding-bottom: 60px;
}
#mobile-modal .customizer-wrapper .customizer-body .customize-title {
  display: none;
}
#mobile-modal .customizer-wrapper .customizer-body .customize-title-mobile {
  margin-top: 5px;
  display: block;
}
#mobile-modal .customizer-wrapper .customizer-body .customize-property {
  display: none;
}
#mobile-modal
  .customizer-wrapper
  .customizer-body
  .symbols-wrapper
  .customize-property {
  display: block;
}
#mobile-modal
  .customizer-wrapper
  .customizer-body
  .symbols-wrapper.greek-selection {
  margin: 30px 0 0 3px;
}
#mobile-modal .customizer-wrapper .customizer-body .font-list,
#mobile-modal .customizer-wrapper .customizer-body .symbol-list {
  padding: 0;
}
#mobile-modal
  .customizer-wrapper
  .customizer-body
  .font-list
  li
  div.symbol-selector,
#mobile-modal
  .customizer-wrapper
  .customizer-body
  .symbol-list
  li
  div.symbol-selector {
  height: 37px;
  width: 37px;
  font-size: 17px;
}
#mobile-modal
  .customizer-wrapper
  .customizer-body
  .font-list
  li
  div.font-selector,
#mobile-modal
  .customizer-wrapper
  .customizer-body
  .symbol-list
  li
  div.font-selector {
  height: 30px;
  width: 30px;
  font-size: 17px;
}
#mobile-modal .customizer-wrapper .customizer-body .symbol-list {
  padding: 20px 0;
}
#mobile-modal .customizer-wrapper .customizer-footer {
  position: fixed;
  transform: none;
  padding-bottom: 20px;
  background: #fff;
  width: 100%;
}
#mobile-modal .customizer-wrapper .customizer-footer a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  letter-spacing: 0.5px;
  transition-duration: 0.4s;
  background: rgba(40, 48, 69, 0.5);
}
#mobile-modal .customizer-wrapper .customizer-footer a .fa-icon-wrapper {
  display: none;
}
#mobile-modal .customizer-wrapper .customizer-footer a.enabled,
#mobile-modal .customizer-wrapper .customizer-footer a:hover {
  color: #fff;
  font-weight: 600;
  background: #283045;
}
.wrapper {
  z-index: auto;
}
.v--modal-overlay {
  z-index: 1000;
}
.v--modal-overlay .close:not(:disabled):not(.disabled) {
  position: absolute;
  cursor: pointer;
  padding: 0.5rem 0.7rem;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  right: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
  z-index: 999;
}
.v--modal-overlay .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.v--modal-overlay[data-modal="product-customizer-bottom"] .v--modal-box,
.v--modal-overlay[data-modal="product-customizer-full"] .v--modal-box {
  width: 100% !important;
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .v--modal-overlay[data-modal="mobile-modal"] {
    position: relative;
  }
}
.v--modal-overlay[data-modal="mobile-modal"] .v--modal-box {
  top: 0 !important;
  left: calc(50% - 187.5px) !important;
  left: -moz-calc(50% - 187.5px) !important;
}
.v--modal-overlay[data-modal="mobile-modal"]
  .v--modal-box
  .close:not(:disabled):not(.disabled) {
  padding: 0.8rem;
}
.v--modal-overlay[data-modal="mobile-modal"] .v--modal-box,
.v--modal-overlay[data-modal="mobile-modal"] ::i-block-chrome {
  top: 15px !important;
}
.v--modal-overlay .v--modal-background-click {
  height: 100vh;
  overflow-y: auto;
}
.v--modal-overlay .v--modal-background-click::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.customizer-box {
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 40px #000;
  display: flex;
}
.customizer-box .box-part {
  display: inline-block;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
}
.customizer-box .box-part#bp-right {
  display: table;
}
.customizer-box#bottom-modal .box-part {
  height: 50vh;
}
.customizer-box#center-modal .box-part {
  height: 500px;
  width: 500px;
}
.customizer-box#full-modal .box-part {
  height: 100vh;
}
.customizer-box#mobile-modal {
  display: block;
}
.customizer-box#mobile-modal .box-part {
  width: 375px;
  height: 375px;
}
.customizer-box#mobile-modal .box-part#bp-right {
  border-top: 1px solid #eee;
  padding-bottom: 1.7rem;
}
.customizer-box .box-message {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
