@charset "UTF-8";
/* Example styles */
.personalize-checkbox {
  margin-bottom: 20px;
}

.personalize-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.personalize-popup label {
  display: block;
  margin-bottom: 10px;
}

.personalize-popup input[type=text] {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}

/* Other styles as needed */
.preview-wrapper {
  width: 100%;
  height: 80px;
  display: block;
  border-radius: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.05);
}

#persoPreview {
  text-align: center;
  width: 95%;
  margin: auto;
  font-size: 38px;
}

.buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 15px;
  justify-content: space-around;
}

.buttons svg {
  height: 15px;
  width: auto;
  fill: white !important;
}

#add_icon_button svg {
  margin-right: 5px;
}

#add_icon_button svg path {
  fill: white !important;
  stroke: white !important;
}

#persoPreview svg {
  max-height: 30px;
}

#persoTextDialog,
#persoIconDialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 30px;
  background-color: white;
}

#persoIconDialog {
  align-items: center;
  align-content: flex-start;
}

.buttons2 {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin: auto;
}

#insert_text_button,
#insert_icon_button,
#cancel_text_button,
#cancel_icon_button {
  min-width: 150px;
}

.input-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.input-wrapper label {
  margin-bottom: 0px;
}

#persoIconArrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 5px;
}
#persoIconArrows label {
  font-size: 12px;
  text-transform: uppercase;
  color: grey;
  margin-bottom: 0px;
}
#persoIconArrows button {
  padding: 5px;
  line-height: 10px;
  font-size: 15px;
  background-color: black !important;
  border-radius: 5px;
  border: none !important;
  color: white !important;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.modal-body input:focus {
  border: 1px solid black;
}
.modal-body button:focus {
  outline: none !important;
}

.entry-summary .persoCart {
  margin-bottom: 15px;
  padding-top: 5px;
}
.entry-summary .persoCart label {
  margin-right: 3px;
}

.icon-option {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-self: center;
  align-items: center;
  align-content: center;
  padding: 1px;
}

.icon-option.selected {
  border: 1px solid red;
  /* You can adjust the border style */
}

#iconOptions {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
#iconOptions svg {
  width: 22px;
}

.intro-text {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}

body.modal-open #personalizeModal {
  display: flex !important;
  align-items: center;
}
body.modal-open #personalizeModal .modal-dialog {
  min-width: 500px;
  width: auto;
}

.modal-content {
  height: 550px;
}

.personalize-preview-text img {
  max-height: 15px;
}

.persoCart img {
  max-height: 15px;
}

.btn {
  border-radius: 6px !important;
  border: none !important;
}

.btn-primary {
  background-color: #f22626 !important;
  border-radius: 6px !important;
}

.modal-footer .btn {
  background-color: darkgray !important;
}

.input-wrapper label {
  margin-right: 5px;
}

.umiejscowienie-wrapper, .input-wrapper, .textarea-wrapper {
  flex-direction: column;
  margin-top: 30px;
}
.umiejscowienie-wrapper select, .input-wrapper select, .textarea-wrapper select {
  min-width: 200px;
}
.umiejscowienie-wrapper label, .input-wrapper label, .textarea-wrapper label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}

.btn {
  text-transform: uppercase;
  font-size: 13px;
}

input, textarea, select, .woocommerce .select2-container .select2-selection--single, .woocommerce select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
  border-radius: 6px !important;
  font-size: 13px !important;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  color: black !important;
}

@font-face {
  font-family: Franklin Gothic;
  src: url("fonts/franklin.ttf");
}
@font-face {
  font-family: Corsvia;
  src: url("fonts/corsiva.ttf");
}
@font-face {
  font-family: Lexend;
  src: url("fonts/lexend.ttf");
}
@font-face {
  font-family: Josefins Sans;
  src: url("fonts/josefins.ttf");
}
.select2-dropdown.increasezindex {
  z-index: 99999;
}

@font-face {
  font-family: Castoro;
  src: url("fonts/castoro.ttf");
}
@font-face {
  font-family: Courier Prime;
  src: url("fonts/courierprime.ttf");
}
@font-face {
  font-family: Crimson;
  src: url("fonts/crimson.ttf");
}
@font-face {
  font-family: Josefins;
  src: url("fonts/josefins.ttf");
}
@font-face {
  font-family: Playball;
  src: url("fonts/playball.ttf");
}
.perso-input label {
  color: black !important;
}

body.modal-open {
  overflow: hidden !important;
}

.modal {
  z-index: 100000000 !important;
}

.woocommerce-cart .persoprod .product-price, .woocommerce-cart .persoprod .product-quantity {
  padding-bottom: 0px !important;
  padding-top: 2px !important;
  width: auto !important;
}

.woocommerce-cart .persoprod .product-thumbnail {
  padding-bottom: 0px !important;
}

.woocommerce-cart .persoprod .product-perso-mobile {
  padding-left: 5px !important;
}

.persoCart {
  display: flex;
  gap: 3px;
}

.persoCartLabel {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
}

.product-perso-desktop label {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.7;
}

.persoCart img {
  width: auto !important;
}

.product-perso-mobile {
  display: none;
}

.perso .output-div {
  line-height: 30px !important;
  height: 30px !important;
  margin-top: -30px !important;
  display: flex !important;
}

.perso input.input-text {
  height: 30px !important;
  border: 1px solid black !important;
  border-radius: 0px !important;
}

.perso .output-div span {
  width: auto !important;
}

.perso-input input {
  width: 100% !important;
  display: block !important;
  -webkit-appearance: none !important;
  border: 1px solid red !important;
  border-radius: 0px !important;
  height: 40px;
  max-width: 250px;
}

.select-orientation, .select-side, .select-font {
  display: flex !important;
  flex-direction: row !important;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.select-orientation > div, .select-side > div {
  flex-grow: 1;
}

#personalizeModal .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#personalizeModal input[type=radio] {
  appearance: none !important;
  display: none;
}

.inputwrap label {
  width: 100%;
  text-align: center;
  border: 1px solid black;
  padding: 3px;
  cursor: pointer;
}

.inputwrap.selected label {
  background: red !important;
  border: 1px solid red !important;
  color: white !important;
}

.modal-header {
  padding-bottom: 0px;
  border-bottom: 0px;
  display: flex;
  height: 50px;
}

.select-font {
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.modal-footer {
  padding-top: 0px;
  border: 0px !important;
}

.modal-footer button.btn:hover {
  background-color: black !important;
}

.modal-footer button.btn {
  width: 100% !important;
  background-color: red !important;
}

.icon-container:before {
  content: "Wybierz ikonę";
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  color: black;
  margin-bottom: -6px;
}

.select-font:before {
  content: "Wybierz czcionkę";
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  margin-bottom: -6px;
}

.select-font div {
  background: rgba(0, 0, 0, 0.04);
}

.icon-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

.icon-container span {
  padding: 3px;
  height: 47px;
  width: 47px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}

.icon-container img {
  width: auto !important;
  object-fit: contain;
  height: 42px !important;
}

.inputwrap input[type=radio]:checked + label {
  background: red !important;
}

.perso-label {
  content: "WPISZ TEKST";
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
}

.modal-content {
  height: auto !important;
}

.perso {
  margin-bottom: 10px;
}

.perso .output-div, .perso .input-text, .perso .input-wrapper2 {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  justify-content: center;
}

.perso .input-text {
  border: 0px !important;
}

#ArialFont {
  font-family: "Arial", sans-serif;
}

#FranklinFont {
  font-family: "Franklin Gothic", sans-serif;
}

#CorsivaFont {
  font-family: "Corsiva", sans-serif;
}

#LexendFont {
  font-family: "Lexend", sans-serif;
}

#JosefinSansFont {
  font-family: "Josefins Sans", sans-serif;
}

.select-side:before {
  content: "Wybierz stronę";
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  margin-bottom: -6px;
}

.select-orientation:before {
  content: "Wybierz orientacje";
  display: block !important;
  clear: both !important;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  margin-bottom: 10px;
}

.select-font > div {
  border: 1px solid rgba(0, 0, 0, 0.3);
  flex-grow: 1;
  text-align: center;
  padding: 2px;
  cursor: pointer;
}

.perso-input input:checked {
  background: red !important;
}

.perso-input input:checked + label {
  color: white !important;
}

.perso-input input:checked + label:before {
  content: "A";
}

.perso-input {
  position: relative !important;
}

.perso-input label {
  position: absolute;
  top: 0;
  left: auto !important;
  right: auto !important;
  width: 250px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 40px !important;
  color: white;
}

@media all and (max-width: 1000px) {
  .modal {
    top: 0px;
  }
  .persoCartLabel {
    margin-bottom: 5px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .product-perso-mobile label {
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.7;
  }
  .product-perso-mobile {
    font-size: 12px !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
  }
  .product-perso-desktop {
    display: none !important;
  }
  .persoCart {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 5px;
  }
  .woocommerce-cart table.cart .persoCart span img, .persoCart span img {
    width: auto !important;
  }
  .modal-dialog {
    min-width: auto !important;
  }
}
#CastoroFont {
  font-family: "Castoro", sans-serif;
}

#CourierPrimeFont {
  font-family: "Courier Prime", sans-serif;
}

#CrimsonFont {
  font-family: "Crimson", sans-serif;
}

#LexendFont {
  font-family: "Lexend", sans-serif;
}

#JosefinSansFont {
  font-family: "Josefins Sans", sans-serif;
}

#PlayballFont {
  font-family: "Playball", sans-serif;
}

.select-font > div {
  font-size: 11px;
}

.add-row {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  width: auto;
  float: right;
}

.add-row:before {
  content: "+";
  margin-right: 5px;
}

.delete-row {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  width: auto;
  float: left;
  opacity: 0.5;
  color: red;
}

.icon-container {
  width: 100%;
}

.perso-input input:checked + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  content: "\f00c" !important;
}

.perso.oneside input.input-text {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.perso.oneside.nolabel .perso-label {
  display: none !important;
}

.xoo-cp-close {
  background: black !important;
}

.persoFontSelect.selected-font {
  background: black;
  color: white;
}

.inputwrap {
  font-weight: 600;
  font-size: 13px;
}
.inputwrap span {
  font-weight: 300;
  font-size: 11px;
}

.typ4:before {
  content: "Wybierz liczbę personalizowanych elementów" !important;
}

.perso-input input#personalize_checkbox {
  border-radius: 12px !important;
  padding: 0.7em 2em !important;
  max-width: 100% !important;
}

.woocommerce-variation-add-to-cart .perso-input label {
  width: auto !important;
  height: 40px;
}

.perso-input {
  max-width: 362px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  flex-direction: column;
}