@charset "UTF-8";
.alert_group_orders {
  position: fixed !important;
  right: 10px;
  top: 10px;
  z-index: 999999;
}

#products-table thead {
  display: none;
}
#products-table .sorting_1 {
  display: none;
}
#products-table tbody {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  #products-table tbody {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
#products-table tbody tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
#products-table tbody tr:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#products-table tbody tr td {
  display: block;
  width: 100%;
}
#products-table tbody tr td img {
  width: 100%;
  height: auto;
}
#products-table tbody tr.selected {
  box-shadow: inset 0 0 10px red;
  background-color: transparent !important;
}

.product-checkbox {
  display: none;
}

.group_order_list_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
}

.student_price {
  margin-right: 10px;
  display: flex;
}
.student_price bdi {
  display: flex !important;
}

.btn_sticky_submit {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.product .product-content-info .variations_student .variations tbody tr.variations_student_tr_pa_kolor {
  display: none !important;
}
.product .product-content-info .variations_student .woocommerce-variation-add-to-cart {
  flex-direction: column;
}

#side-cart .side-cart-related {
  display: none !important;
}
#side-cart .cart-footer-coupon {
  display: none !important;
}
#side-cart #copy-cart-link {
  display: none !important;
}
#side-cart .free-shipping {
  display: none !important;
}

.dataTable .btn-not-active {
  pointer-events: none;
  filter: grayscale(1);
}

#products-table_wrapper #products-table .single_product_for_student {
  padding: 0;
}
#products-table_wrapper #products-table .single_product_for_student_image {
  padding: 0 !important;
}
#products-table_wrapper #products-table .single_product_for_student_title {
  padding: 0 !important;
  border: none !important;
}
#products-table_wrapper #products-table .single_product_for_student_title a {
  padding: 0 20px !important;
}
@media (max-width: 768px) {
  #products-table_wrapper #products-table .single_product_for_student_title a {
    font-size: 12px;
    padding: 0 10px !important;
    line-height: 1.1em;
    text-align: center;
    display: flex;
  }
}
#products-table_wrapper #products-table .single_product_for_student_price {
  border: none !important;
  padding-bottom: 5px !important;
  padding-top: 0 !important;
}
#products-table_wrapper #products-table tr {
  background-color: transparent !important;
}

.dataTables_paginate {
  padding: 20px 0 !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
  padding-top: 10px;
}

#show_shortcode {
  margin-top: 24px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #fc634f;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #fc634f;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
  border-radius: 6px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #f54831;
  color: #fff !important;
}

#group_title {
  margin-top: 50px;
}

#group_admin {
  margin: 20px 0;
}

#group_form {
  margin-bottom: 20px;
}

.td_img {
  text-align: center;
}
.td_img img {
  max-height: 120px;
}

.td_name a {
  color: #000;
  font-weight: 600;
  max-width: 250px;
  display: flex;
}

#order-button {
  margin: 50px 0;
}
@media (max-width: 768px) {
  #order-button {
    margin: 20px 0;
  }
}

.warap_selected_product {
  display: none;
}

.warap_selected_product.warap_selected_product_active {
  display: block;
}

.all_attribute {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.td_qty {
  max-width: 50px;
}

.single_attribute label input[type=radio] {
  display: none;
}
.single_attribute label input[type=radio]:checked + .single_attribute_name {
  border-color: #fc634f;
}
.single_attribute label .single_attribute_name {
  border: 1px solid transparent;
  padding: 5px;
  cursor: pointer;
  transition: border-color 0.3s;
  border: 1px solid #f0cac1;
  border-radius: 6px;
  height: 36px;
  min-width: 36px;
  text-align: center;
}

.group_form_disabled .td_variant {
  pointer-events: none;
}
.group_form_disabled .td_qty {
  pointer-events: none;
}

.notice_student_info {
  position: fixed;
  top: 15%;
  text-align: center;
  border: 1px solid #fc634f;
  padding: 10px;
  border-radius: 10px;
  background: #fc634f;
  color: #fff;
  z-index: 99;
}

.is_student_group #shipping_first_name {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_last_name {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_company {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_address_1 {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_address_2 {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_postcode {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_city {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #shipping_country_field .select2-selection {
  pointer-events: none;
  background: #808080 !important;
}
.is_student_group #ship-to-different-address-checkbox,
.is_student_group #ship-to-different-address {
  display: none !important;
  pointer-events: none;
}
.is_student_group .woocommerce-form-coupon-toggle {
  display: none;
}
.is_student_group .gift-card-box {
  display: none;
}
.is_student_group #shipping_company_field {
  display: none;
}
.is_student_group .delivery-info {
  display: none !important;
}
.is_student_group .billing-info {
  border-top: 1px solid #e7e7e7 !important;
  border-radius: 6px !important;
}

.copy_link {
  cursor: pointer;
}

#grand-total-price {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.my_groups .status .status_text {
  padding: 10px;
  border-radius: 5px;
  width: 125px;
  text-align: center;
  color: #fff;
}

.status_in_progress .status_text {
  background-color: green;
}

.status_inactive .status_text {
  background-color: grey;
}

.status_complete .status_text {
  background-color: #fc634f;
}

.status_shipped .status_text {
  background-color: blue;
}

.status_ready_implemented .status_text {
  background-color: #2ef32e;
}

.student-info {
  font-size: 12px;
  color: red;
}

@media (max-width: 991px) {
  .my-account-nav .menu-woocommerce-navigation {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .my-account-nav .menu-woocommerce-navigation {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .my-account-nav .menu-woocommerce-navigation {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

#selected-products-table .id_product {
  display: none;
}

@media (max-width: 768px) {
  .link_fixed {
    padding-top: 20px;
  }
  .link_fixed h3 {
    align-items: center;
    display: flex;
  }
  #selected-products-table thead {
    display: none;
  }
  #selected-products-table tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
  #selected-products-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
  }
  #selected-products-table tbody .name_product {
    font-weight: bold;
    line-height: 1.2em;
    order: 0;
  }
  #selected-products-table tbody .variants_product {
    width: 100%;
    order: 1;
  }
  #selected-products-table tbody .qty_product {
    order: 3;
  }
  #selected-products-table tbody .price_product {
    order: 2;
    width: 100%;
  }
  #selected-products-table tbody .total_price_product {
    order: 4;
    padding-left: 10px;
  }
  #group_admin .order_info {
    text-align: center;
    padding-bottom: 20px;
    gap: 10px;
  }
  #group_admin ol {
    padding-left: 0;
  }
}
body .main .table-responsive {
  overflow-x: hidden;
}
body .main .table-responsive .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  body .main .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .main .table-responsive .products-table-single-student-tbody {
    gap: 5px;
    display: flex;
    flex-direction: column;
  }
  body .main .table-responsive tr {
    border: 1px solid #cfcfcf;
  }
  body .main .table-responsive h3 {
    text-align: center;
  }
  body .main .table-responsive .single_group td {
    white-space: nowrap;
    padding: 5px !important;
  }
  body .main .table-responsive .dataTables_length label,
  body .main .table-responsive #products-table_filter label {
    min-width: 100%;
  }
  body .main .table-responsive .dataTables_length input,
  body .main .table-responsive #products-table_filter input {
    margin-left: 0;
  }
  body .main .table-responsive #products-table-single-student tr {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
  }
  body .main .table-responsive #products-table-single-student tr td {
    border: none !important;
  }
  body .main .table-responsive #products-table-single-student tr .all_attribute {
    min-height: 60px;
  }
  body .main .table-responsive #products-table-single-student tr .single_attribute {
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body .main .table-responsive #products-table-single-student tr .td_qty_c {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  body .main .table-responsive #products-table-single-student tr .td_action {
    display: flex;
    justify-content: flex-end;
  }
  body .main .table-responsive #products-table-single-student tr .td_price .price_wrap {
    justify-content: space-between;
  }
  body .main .table-responsive #products-table-single-student tr .td_name {
    display: flex;
    justify-content: center;
  }
  body .main .table-responsive #products-table-single-student tr .td_name a {
    text-align: center;
  }
  body .main .table-responsive #products-table-single-student tr .td_name ul {
    display: none;
  }
}

.error_input {
  border: 1px solid red;
}

.selected_products {
  display: none;
  padding: 10px;
  background: #fc634f;
  color: #fff;
  gap: 5px;
  font-family: rationaldisplay-medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: fixed;
  top: 20%;
  right: 0px;
  z-index: 9;
}

.selected_products_selected {
  gap: 5px;
  display: flex;
}

.selected_products_category {
  cursor: pointer;
}

.selected_products.active {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.is_student_group #ship-to-different-address-custom {
  display: flex !important;
}

#products-table .single_product_for_student .woocommerce-Price-amount del {
  text-decoration: none !important;
}
#products-table .single_product_for_student del {
  text-decoration: none !important;
}
#products-table .single_product_for_student ins {
  display: none;
}

.single_form_col_checkboxs {
  display: flex;
  width: auto;
}

.wrap_checkbox {
  display: flex;
  align-items: center;
}
.wrap_checkbox input[type=checkbox], .wrap_checkbox input[type=radio] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D0D0D0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
.wrap_checkbox input[type=checkbox]:checked, .wrap_checkbox input[type=radio]:checked {
  background-color: #FC634F;
}
.wrap_checkbox input[type=checkbox]:checked:before, .wrap_checkbox input[type=radio]:checked:before {
  content: "✓";
  color: #ffffff;
}
.wrap_checkbox label {
  font-size: 14px;
  margin-left: 8px;
}
.wrap_checkbox input[type=checkbox]:before {
  content: "+";
  color: #D0D0D0;
  font-size: 18px;
  display: block;
}
#personalization-options, #text-personalization, #graphics-personalization {
  margin-top: 20px;
}

.row-personalization, #comment-personalization {
  margin-top: 10px;
}

.wrap_perso {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  margin: 0 12px;
  padding: 20px 12px;
  margin-top: 12px !important;
  max-width: calc(100% - 24px) !important;
}

.perso-info {
  cursor: pointer;
}

.includes_personalization {
  font-size: 8px;
}/*# sourceMappingURL=group-orders-front.css.map */