/*
 * Eventually core vitalibis 'v-' css class prefix will be replaced with 'gwp-' (Gigfiliate WP)
 */
.gwp-text-center {
  text-align: center;
}

.gwp-text-right {
  text-align: right;
}

@media (min-width: 992px) {
  .gwp-text-lg-right {
    text-align: right;
  }
}

.page-place-order-for-customer-mode {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-place-order-for-customer-mode .top-navbar,
.page-place-order-for-customer-mode header:not(#cfw-header),
.page-place-order-for-customer-mode .page-header,
.page-place-order-for-customer-mode nav.woocommerce-MyAccount-navigation,
.page-place-order-for-customer-mode .page-title-row,
.page-place-order-for-customer-mode footer.page-footer,
.page-place-order-for-customer-mode footer.main-footer {
  display: none;
}

.page-place-order-for-customer-mode .woocommerce-MyAccount-content {
  width: 100% !important;
}

/*[gig-customers-view="products"] img.gig-customers_logo,*/
body:not(.gofc-page) .gig-customers_logo-wrap {
  display: none;
}

.gofc-page .gig-customers {
  padding-top: 3rem;
}

#gofc-customer-search {
  border: 1px solid #dee2e6;
  box-shadow: none;
}

#gofc-products_filters {
  display: none;
  row-gap: 1rem;
}

.gofc-products-list {
  display: flex;
  flex-direction: column;
}

.gofc-customer,
.gofc-products-list-item {
  padding: 1rem 0.5rem;
  /* background-color: #f2f2f2; */
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.gofc-customer:last-child,
.gofc-products-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .gofc-customer [class*="v-col"] {
    display: flex;
    align-items: center;
  }

  .gofc-customer [class*="v-col"]:not(:first-child) {
    justify-content: center;
  }
}

.gofc-customer_full-name {
  text-transform: capitalize;
}

.gofc-customer_email {
  word-break: break-all;
}

.gofc-customer_total-spend {
  justify-content: center;
}

.gofc-products-list-item-add-to-cart-btn .added_to_cart_label,
.gofc-products-list-item-add-to-cart-btn .adding_to_cart_label,
.gofc-products-list-item-add-to-cart-btn.added .add_to_cart_label,
.gofc-products-list-item-add-to-cart-btn.added .adding_to_cart_label,
.gofc-products-list-item-add-to-cart-btn.loading .add_to_cart_label {
  display: none;
}

.gofc-products-list-item-add-to-cart-btn.added .added_to_cart_label,
.gofc-products-list-item-add-to-cart-btn.loading .adding_to_cart_label {
  display: inline-block;
}

.gofc-products-list-item .gofc-products-list-item_thumbnail-wrap {
  padding: 0.25rem;
}

.gofc-products-list-item .gofc-products-list-item_thumbnail {
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.gofc-products-list-item-price {
  display: block;
  font-weight: bold;
}

.gofc-products-list .added_to_cart.wc-forward {
  margin-left: 5px;
  display: block;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-transform: capitalize;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@keyframes loading-animation {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loading-animation div {
  position: absolute;
  animation: loading-animation 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #b21938;
  transform-origin: 80px 82px;
}

.loading-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
  margin: 0 auto;
}

.loading-animation {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.loading-animation div {
  box-sizing: content-box;
}

.gofc-secondary {
  background-color: transparent !important;
  color: #000000 !important;
  border-radius: 3px !important;
  border: 1px solid #000000 !important;
}

.gofc-primary {
  background-color: #b20838 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
}

#gof-customers-list_headers {
  display: none;
}

@media (min-width: 992px) {
  #gof-customers-list_headers {
    display: block;
  }
}

#gof-customers-list_headers,
#gofc-customers-list,
#gof-customer-list_skeleton {
  margin-bottom: 1rem;
}

#gof-customer-list_skeleton .v-skeleton-block,
#gof-customer-list_skeleton .v-skeleton-block .v-line {
  height: 24px;
}

.gofc-customer_value {
  display: inline-block;
  position: relative;
}

.gofc-customer_value .v-skeleton-block {
  position: absolute;
  top: 0;
  width: 24px;
  left: -8px;
  height: 24px;
}

.gofc-customer_value .v-skeleton-block .v-line {
  margin: 0;
  height: 24px;
}

.gofc-customer_value.gofc-customer_total-orders-value .v-skeleton-block {
  width: 24px;
}

.gofc-customer_value.gofc-customer_aov-value .v-skeleton-block {
  width: 60px;
}

.gofc-customer_value.total-spend_value .v-skeleton-block {
  width: 48px;
}

.gofc-product-variations {
  margin-top: 1rem;
}

.v-btn-primary.disabled {
  opacity: 0.5;
}

#gig-customers-list_wrap {
  width: 100%;
}

#gofc-customers-list {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}

#gofc-customers-list.v-accordion .v-accordion-item .v-accordion-item-label {
  position: relative;
  cursor: pointer;
}

#gofc-customers-list.v-accordion .v-accordion-item .v-accordion-item-label::after {
  position: absolute;
  right: 1rem;
  content: "\276F";
  width: 16px;
  height: 24px;
  font-size: 16px;
  color: black;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  transform: rotate(90deg);
}

#gofc-customers-list.v-accordion .v-accordion-item input:checked+.v-accordion-item-label::after {
  transform: rotate(-90deg);
}

#gofc-customers-list.v-accordion .v-accordion-item .v-accordion-item-content {
  overflow: hidden;
}

.v-accordion-item input:checked~.v-accordion-item-content {
  height: initial;
  min-height: 7rem;
  padding: 15px;
  text-align: left;
}

.gig-customers-item_order-item {
  display: flex;
  justify-content: space-between;
}

.v-accordion-item table {
  border: 0px solid transparent;
}

.v-accordion-item table thead th,
.v-accordion-item table th,
.v-accordion-item table td {
  padding: .75rem;
  vertical-align: baseline;
}

#gig-customers_csv-buttons {
  display: flex;
  align-items: start;
  justify-content: space-around;
  text-align: center;
}

.gig-customers_logo {
  height: 5rem;
  margin: 0 auto;
}

.gig-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  justify-content: center;
  align-items: center;
}

.gig-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* Modal Content */
.gig-modal-content {
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  max-width: 500px;
}

/* The Close Button */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.gig-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.gig-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}