/* line 1, customize.scss */
.legia-product-customize {
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
/* line 5, customize.scss */
.legia-product-customize > div {
  width: 50%;
}
/* line 9, customize.scss */
.legia-product-customize.product-version > div {
  width: 100%;
}
/* line 12, customize.scss */
.legia-product-customize.product-version .initp {
  display: flex;
  align-items: center;
}
/* line 17, customize.scss */
.legia-product-customize.product-version .product-data .set-product-customizing {
  display: block !important;
}
/* line 21, customize.scss */
.legia-product-customize.product-version .product-data .set-product-customizing .customizations .customization {
  display: block !important;
}
/* line 28, customize.scss */
.legia-product-customize .product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
/* line 34, customize.scss */
.legia-product-customize .product-thumb p:not([class]) {
  margin-top: 30px;
}
/* line 37, customize.scss */
.legia-product-customize .product-thumb .signs {
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  top: 80px;
}
/* line 45, customize.scss */
.legia-product-customize .product-thumb .signs p {
  margin: 0 !important;
}
/* line 48, customize.scss */
.legia-product-customize .product-thumb .signs .sign {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
/* line 53, customize.scss */
.legia-product-customize .product-thumb .signs .num {
  margin-top: -35px !important;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
}
/* line 61, customize.scss */
.legia-product-customize .product-data {
  margin-bottom: 200px;
}
/* line 63, customize.scss */
.legia-product-customize .product-data h2 {
  font-size: 24px;
}
/* line 66, customize.scss */
.legia-product-customize .product-data p {
  font-size: 15px;
}
/* line 69, customize.scss */
.legia-product-customize .product-data .select-product {
  position: relative;
}
/* line 71, customize.scss */
.legia-product-customize .product-data .select-product .product-picker {
  cursor: pointer;
}
/* line 73, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .selected {
  border: 1px solid #dedede;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}
/* line 78, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .selected img {
  margin-left: auto;
}
/* line 82, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options {
  position: absolute;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
  width: calc(100% - 20px);
  margin-top: 10px;
  display: none;
}
/* line 91, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option {
  display: flex;
  margin-bottom: 15px;
}
/* line 94, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option:last-of-type {
  margin-bottom: 0;
}
/* line 97, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option .thumb {
  width: 70px;
}
/* line 99, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option .thumb img {
  width: 60px;
  height: auto;
}
/* line 104, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option .content {
  padding-left: 20px;
}
/* line 106, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option .content p {
  margin: 0 0 6px 0;
  font-size: 17px;
  line-height: 22px;
}
/* line 110, customize.scss */
.legia-product-customize .product-data .select-product .product-picker .options .option .content p:last-of-type {
  margin-bottom: 0;
}
/* line 119, customize.scss */
.legia-product-customize .product-data .set-product-customizing {
  display: none;
}
/* line 122, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization {
  display: none;
}
/* line 124, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
/* line 128, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs a {
  color: #000;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
/* line 134, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs a:last-of-type {
  border-left: 0;
}
/* line 137, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs a.active {
  border: 1px solid #dedede;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
/* line 144, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content {
  border: 1px solid #dedede;
  padding: 15px;
}
/* line 147, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content > div {
  width: 100%;
  display: none;
}
/* line 150, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content > div.active {
  display: flex;
}
/* line 155, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content .exists select {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 1.3;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #afafaf;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/arr-buttom.svg);
  background-repeat: no-repeat,repeat;
  background-position: 97%;
  background-size: contain;
  background-size: 15px;
}
/* line 178, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content .custom {
  flex-direction: column;
}
/* line 180, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content .custom input {
  border: 1px solid #dedede;
  margin-bottom: 10px;
  height: 40px;
  padding: 0 10px;
}
/* line 185, customize.scss */
.legia-product-customize .product-data .set-product-customizing .customizations .customization .tabs-content .custom input:last-of-type {
  margin-bottom: 0;
}
/* line 194, customize.scss */
.legia-product-customize .product-data > a {
  display: block;
  background: #09C348;
  color: #fff;
  padding: 13px 40px;
  margin-top: 30px;
  text-align: center;
}

/* line 205, customize.scss */
.woocommerce-product-gallery__image a {
  position: relative;
}
/* line 207, customize.scss */
.woocommerce-product-gallery__image a .signs {
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 217, customize.scss */
.woocommerce-product-gallery__image a .signs p {
  margin: 0 !important;
}
/* line 220, customize.scss */
.woocommerce-product-gallery__image a .signs .sign {
  font-size: 38px;
  color: #000;
  text-transform: uppercase;
}
/* line 225, customize.scss */
.woocommerce-product-gallery__image a .signs .num {
  margin-top: -85px !important;
  color: #000;
  font-size: 210px;
  font-weight: bold;
}

/* line 234, customize.scss */
.cprice {
  display: none;
}

/* line 239, customize.scss */
.legia-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
/* line 250, customize.scss */
.legia-popup .content {
  width: 60%;
  position: relative;
}
/* line 253, customize.scss */
.legia-popup .content .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 267, customize.scss */
.legia-popup .content a img {
  width: 100%;
  height: auto;
}

/* line 276, customize.scss */
.hide-gift-button .wc-giftwrap {
  display: none !important;
}

/* line 286, customize.scss */
.page-template-faq .page-bg {
  position: relative;
  height: 400px;
  overflow: unset !important;
}
/* line 290, customize.scss */
.page-template-faq .page-bg > img {
  filter: brightness(0.3);
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* line 296, customize.scss */
.page-template-faq .page-bg .container {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 1200px;
  color: #fff !important;
}
/* line 303, customize.scss */
.page-template-faq .page-bg .container a, .page-template-faq .page-bg .container span {
  color: #fff;
}
/* line 306, customize.scss */
.page-template-faq .page-bg .container .breadcrumbs {
  margin-top: -20px;
  color: #fff !important;
}
/* line 310, customize.scss */
.page-template-faq .page-bg .container .entry-header {
  color: #fff;
  left: unset !important;
  transform: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
  -moz-transform: unset !important;
  position: relative;
}
/* line 319, customize.scss */
.page-template-faq .page-bg .container .entry-header h2 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 80px;
}
/* line 327, customize.scss */
.page-template-faq .page-bg form {
  background: #fff;
  position: absolute;
  bottom: -20px;
  padding: 15px;
  width: 1200px;
  left: 25%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
}
/* line 338, customize.scss */
.page-template-faq .page-bg form input {
  border: 0;
  outline: 0;
  width: calc(100% - 30px);
  height: 30px;
}
/* line 344, customize.scss */
.page-template-faq .page-bg form button {
  width: 30px;
  background: transparent;
  border: 0;
  box-shadow: unset;
}

/* line 366, customize.scss */
.menu-item-has-children.zaloguj a:after {
  display: none;
}

/* line 372, customize.scss */
.wc_payment_method {
  display: flex;
  flex-wrap: wrap;
}
/* line 375, customize.scss */
.wc_payment_method input {
  width: 15px !important;
  margin-right: 0 !important;
}
/* line 379, customize.scss */
.wc_payment_method label {
  width: calc(100% - 45px) !important;
  margin-left: auto;
}
/* line 383, customize.scss */
.wc_payment_method .payment_box {
  width: 100%;
}

/* line 389, customize.scss */
.woocommerce-checkout [name="woocommerce_checkout_place_order"] {
  background: #09C348 !important;
  text-transform: uppercase;
}
/* line 392, customize.scss */
.woocommerce-checkout [name="woocommerce_checkout_place_order"]:before {
  margin-left: 20px;
}

/* line 398, customize.scss */
.prod-list {
  padding-left: 0 !important;
}
/* line 401, customize.scss */
.prod-list li:before {
  display: none;
}
/* line 404, customize.scss */
.prod-list li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
/* line 409, customize.scss */
.prod-list li a img {
  width: 40%;
  padding-right: 10px;
  margin: 0;
}
/* line 414, customize.scss */
.prod-list li a div {
  width: 50%;
  padding: 0 10px;
  margin: 0;
}

/* line 424, customize.scss */
.filter-co {
  margin-bottom: 20px;
}
/* line 427, customize.scss */
.filter-co .filter-button span {
  display: none;
}
/* line 431, customize.scss */
.filter-co .filter-menu {
  display: none !important;
}
/* line 436, customize.scss */
.filter-co.has-filters .filter-button span {
  display: block;
}
/* line 440, customize.scss */
.filter-co.has-filters .filter-menu {
  display: block !important;
}
/* line 443, customize.scss */
.filter-co.has-filters .filter-menu .clear:before {
  top: 4px !important;
}
/* line 446, customize.scss */
.filter-co.has-filters .filter-menu .clear a {
  color: #000;
}

/* line 457, customize.scss */
#commentform .acf-comment-fields .acf-field {
  position: relative;
}
/* line 459, customize.scss */
#commentform .acf-comment-fields .acf-field .acf-actions {
  position: absolute;
  top: -47px;
  left: 70%;
}
/* line 469, customize.scss */
#commentform .acf-comment-fields .acf-field .acf-repeater.-empty .acf-actions {
  top: -37px;
}
/* line 473, customize.scss */
#commentform .acf-comment-fields .acf-field .acf-repeater .acf-table {
  margin-top: 20px;
}
/* line 476, customize.scss */
#commentform .acf-comment-fields .acf-field .acf-repeater .acf-table .acf-row .order, #commentform .acf-comment-fields .acf-field .acf-repeater .acf-table .acf-row .acf-fields .acf-label, #commentform .acf-comment-fields .acf-field .acf-repeater .acf-table .acf-row .acf-row-handle {
  display: none;
}
/* line 480, customize.scss */
#commentform .acf-comment-fields .acf-field .acf-repeater .acf-table .acf-row .acf-fields {
  border: 0 !important;
}
/* line 483, customize.scss */
#commentform .acf-comment-fields .acf-field .acf-repeater .acf-table .acf-row .acf-fields .acf-field {
  padding: 0;
}

/* line 494, customize.scss */
.woocommerce-account-fields {
  display: none;
}
