@charset "UTF-8";
.product_form_subtitle {
  color: #981470;
  font-weight: 400;
  font-size: 28px;
  margin-top: 23px; }

.hide_label_parent > label {
  display: none; }

.single-product #site-header {
  border: 0; }

#product_form_wrap {
  --bs-gutter-x: 30px; }

.step_and_title_wrap {
  position: relative; }

.step_and_title_wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: all .25s;
  visibility: hidden;
  opacity: 0;
  z-index: 1; }

.step_and_title_wrap.disabled:before {
  opacity: 1;
  visibility: visible;
  transition: all .25s, visibility .25s; }

.step_and_title_wrap .product_form_level_wrap {
  border-right: 1px solid #000000;
  padding: 0 calc(var(--bs-gutter-x) / 2); }

.product_accordion_wrap {
  position: relative; }

.product_accordion_wrap input[type="checkbox"] {
  height: 19px;
  width: 19px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #000;
  margin: 0 0 0 7px; }

.product_accordion_wrap input[type="checkbox"]:before {
  color: #CD0794;
  font-size: 15px;
  line-height: 17px; }

.product_accordion_wrap .product_accordion_content {
  display: none; }

#choose_model {
  position: relative;
  z-index: 99; }

#choose_model_button {
  border: 1px solid #A5A5A5;
  background: none;
  width: 100%;
  text-align: right;
  padding: 2px;
  font-size: 18px;
  position: relative; }

#choose_model_button:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  line-height: 38px;
  transition: all .25s; }

.open #choose_model_button:after {
  transform: rotate(180deg); }

.dropdown_links {
  opacity: 0;
  visibility: hidden;
  transition: all .5s, visibility 0s .5s;
  transform: translateY(-10px);
  border: 1px solid #A5A5A5;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  max-height: 300px;
  overflow: auto; }

.open .dropdown_links {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-delay: 0s; }

.dropdown_links .dropdown_link {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  text-align: right;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all .25s;
  color: #7D7D7D;
  text-decoration: none; }

.dropdown_links .dropdown_link.active, .dropdown_links .dropdown_link:hover {
  background: rgba(0, 0, 0, 0.05); }

#product_form_wrap .form-control {
  border: 0px solid black;
  border-bottom-width: 1px;
  border-radius: 0;
  background: transparent;
  color: #000;
  transition: all .25s;
  width: 100%;
  font-size: 18px;
  padding: 15px 0 0; }

#product_form_wrap .form-control:disabled, #product_form_wrap .form-control:disabled + label, #product_form_wrap .form-control:disabled span {
  opacity: 0.4; }

#product_form_wrap .form-control:focus + label.panorama-form-label, #product_form_wrap .form-control:not(:placeholder-shown) + label.panorama-form-label {
  transform: translateY(-20px) scale(0.8);
  transform-origin: top right; }

#product_form_wrap .panorama_floating_label {
  position: relative; }

#product_form_wrap .panorama_floating_label label.panorama-form-label {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 30px;
  transition: all .25s;
  pointer-events: none; }

#choose_size {
  margin-top: 30px; }

#choose_size .size_input_wrap:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding-top: 41px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: bottom center; }

#choose_size .size_input_wrap[data-prop="width"]:before {
  background-image: url(../icons/width_icon.svg); }

#choose_size .size_input_wrap[data-prop="height"]:before {
  background-image: url(../icons/height_icon.svg); }

#choose_size .size_input_wrap input {
  width: 250px;
  max-width: calc(100% - 70px); }

#choose_size .size_input_wrap label {
  right: 64px !important; }

#choose_size #other_size_drop_wrap {
  position: relative; }

#choose_size #other_size_drop_wrap [for="other_size_buttons_container"] {
  position: absolute;
  top: 5px;
  transform: scale(0.8);
  transform-origin: top right;
  right: 64px; }

#choose_size #other_size_drop_wrap:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 8px;
  margin-top: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: bottom center; }

[data-prop="height"] #choose_size #other_size_drop_wrap:before {
  background-image: url(../icons/width_icon.svg); }

[data-prop="width"] #choose_size #other_size_drop_wrap:before {
  background-image: url(../icons/height_icon.svg); }

#other_size_buttons_container {
  border: 0px solid;
  border-bottom: 1px solid #000;
  transition: all .25s;
  line-height: 32px;
  min-height: 0;
  padding: 0;
  height: 33px;
  display: inline-block;
  width: 250px;
  padding-left: 30px;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  background: none;
  border-radius: 0;
  max-width: calc(100% - 70px); }

#other_size_buttons_container:disabled {
  opacity: 0.4; }

#final_dimensions {
  background: #F1F1F1;
  padding: 11px 12px;
  display: none; }

#final_dimensions span {
  font-weight: 500;
  font-size: 24px; }

#final_dimensions span[data-value="dimensions"] {
  margin-left: 20px; }

.form-check .form-check-input {
  float: none;
  margin-left: 0; }

.form-check-input:checked[type=radio] {
  background-image: none; }

.form-check-input {
  border-color: black !important; }

.form-check-input:checked {
  background-color: #CD0794; }

.form-check-label span:last-child {
  color: #7D7D7D;
  display: inline-block;
  padding-right: 5px; }

#product_form_wrap[data-prop="height"] [data-prop="width"] {
  display: none; }

#product_form_wrap[data-prop="width"] [data-prop="height"] {
  display: none; }

@media (min-width: 768px) {
  #product-page_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #product-page_container #panorama_product_gallery_side {
    width: 50%; }
  #product-page_container #panorama_product_form_side {
    width: 47%; }
  #product-page_container #panorama_product_form_side .summary {
    width: 100%; }
  #product-page_container #panorama_product_after_form {
    width: 100%; } }

#panorama_product_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#panorama_product_gallery .panorama_product_gallery_item {
  width: calc(33% - 5px);
  border: 0;
  padding: 0;
  background-color: #F3F3F3;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative; }

#panorama_product_gallery .panorama_product_gallery_item:before {
  content: '';
  display: block;
  padding-top: 60%;
  transition: all .25s; }

#panorama_product_gallery .panorama_product_gallery_item #panorama_product_thumb_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8); }

#panorama_product_gallery .panorama_product_gallery_item:not(#panorama_product_thumb) {
  background-size: cover; }

#panorama_product_gallery .panorama_product_gallery_item#panorama_product_thumb {
  background-size: contain;
  width: 100%;
  margin-bottom: 0; }

#panorama_product_gallery .panorama_product_gallery_item#panorama_product_thumb:before {
  padding-top: 50%; }

#panorama_product_gallery .panorama_product_gallery_item#panorama_product_thumb:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: #000;
  top: 12px;
  left: 12px; }

#panorama_product_gallery .panorama_product_gallery_item:hover:before {
  background-color: rgba(255, 255, 255, 0.2); }

#panorama_product_gallery hr {
  width: 100%;
  border-top: 1px solid #000;
  margin: 20px 0; }

#panorama_product_large_image_popup {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all .25s, visibility 0s .25s;
  display: flex;
  align-items: center;
  justify-content: center; }

#panorama_product_large_image_popup img {
  max-width: 80%;
  max-height: 80%;
  transition: all .25s .25s;
  transform: scale(0.8);
  opacity: 0; }

.product_large_image_open #panorama_product_large_image_popup {
  opacity: 1;
  visibility: visible; }

.product_large_image_open #panorama_product_large_image_popup img {
  transform: none;
  opacity: 1; }

.grey {
  color: #7D7D7D; }

.wcpa_price_summary {
  background: #F1F1F1; }

.wcpa_price_summary li {
  text-align: right;
  height: 63px;
  line-height: 63px;
  padding: 0 20px;
  border: 0; }

.wcpa_price_summary li .wcpa_price_outer {
  float: none;
  font-size: 24px;
  font-weight: bold; }

#choose_material_wrap {
  margin-bottom: 10px; }

#panorama_product_form_side form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#panorama_product_form_side form.cart:after {
  content: none !important; }

#panorama_product_form_side form.cart a {
  color: inherit; }

#panorama_product_form_side form.cart p {
  margin-bottom: 6px;
  line-height: 1.2; }

#panorama_product_form_side form.cart .form-check-input {
  margin-left: 5px; }

#panorama_product_form_side form.cart .quantity {
  padding-right: 23px;
  position: relative;
  padding-bottom: 15px;
  margin-top: 20px;
  width: 100%; }

#panorama_product_form_side form.cart .quantity:before {
  content: 'בחרו כמות';
  display: block;
  color: #981470;
  font-weight: 400;
  font-size: 28px;
  margin-right: -23px;
  margin-bottom: 15px; }

#panorama_product_form_side form.cart .quantity:after {
  content: '';
  display: block;
  position: absolute;
  top: 42px;
  right: 0;
  border-right: 1px solid #000;
  bottom: 0; }

#panorama_product_form_side form.cart .quantity .qty, #panorama_product_form_side form.cart .quantity .minus, #panorama_product_form_side form.cart .quantity .plus {
  border-color: #000;
  text-decoration: none;
  font-size: 18px; }

#no_price + .cart {
  border: 0;
  padding-top: 0;
  margin-top: 0; }

#choose_model_button img, .dropdown_link img {
  margin-left: 7px;
  max-width: 70px;
  max-height: 36px;
}

#total_price_bar {
  background: #F1F1F1;
  padding: 16px 20px;
  line-height: 1.2;
  display: none;
  margin-top: 45px; }

#total_price_bar #total_span {
  font-size: 24px;
  font-weight: 500; }

#panorama_product_form_side form:not(.variations_form) .single_add_to_cart_button {
  font-size: 24px;
  font-weight: 400;
  width: 50%;
  float: none;
  display: inline-block;
  background: #CD0794; }

#panorama_product_form_side form:not(.variations_form) .single_add_to_cart_button + .clear {
  display: none; }

#panorama_product_form_side form:not(.variations_form) .added_to_cart {
  order: 100;
  width: 50%;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  border: 0;
  margin: 0;
  margin-top: 15px;
  color: #CD0794; }

#panorama_product_form_side form:not(.variations_form) .added_to_cart:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../icons/icon-b.svg);
  width: 21px;
  height: 16px;
  margin-right: 15px; }

#panorama_product_form_side form:not(.variations_form) .tinv-wishlist, #panorama_product_form_side form:not(.variations_form) .tinvwl_add_to_wishlist_button {
  color: #CD0794;
  text-decoration: underline;
  font-size: 23px;
  font-weight: 400;
  background: #fff; }

.products .product-inner .archive_product_item {
  text-decoration: none;
  color: #000; }

.products .product-inner .archive_product_item .archive_product_title {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 15px;
  text-align: right; }

.products .product-inner .archive_product_item .archive_product_title span {
  font-weight: 400; }

.products .product-inner .archive_product_item .archive_product_btn {
  background: #fff;
  border: 1px solid #000;
  border-radius: 14px;
  display: block;
  width: fit-content;
  padding: 0 15px; }

.upsells .products {
  overflow-x: auto;
  white-space: nowrap; }

.upsells .products .product {
  float: none;
  display: inline-block; }

.upsells .products .product .tinv-wraper.tinv-wishlist {
  display: none;
  opacity: 1;
  visibility: visible;
  -moz-opacity: 1;
  -webkit-opacity: 1; }

.upsells .products .product .tinv-wraper.tinv-wishlist img {
  width: 40px !important;
  max-width: 100%;
  max-height: 100%; }

.upsells .products .product .tinv-wraper.tinv-wishlist span.tinvwl_add_to_wishlist-text {
  display: none; }

.upsells .archive_product_img img {
  height: 150px; }
