#wcfm-main-content {
  max-width: 1410px !important;
}

.show_your_price_container {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}

.beeboo-tax-alert {
  padding: 5px 10px !important;
  border-radius: 10px;
  width: fit-content;
  background-color: rgba(234, 236, 255, 0.95);
  margin-bottom: 15px;
}

.earning-number-box-container {
  display: flex;
  margin: 15px auto;
  gap: 15px;
}

.earning-number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: bisque;
  padding: 10px;
  border-radius: 10px;
}

.earning-number-box_currency {
  font-size: 12px;
}

.earning-number-box_number {
  font-weight: 700;
  color: #626cb2;
  font-size: 36px;
}

.earning-number-box_number .beeboo-tax-counter {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .earning-number-box-container {
    flex-direction: column;
    margin: 15px 0;
  }

  .earning-number-box {
    min-width: 50%;
    width: fit-content;
  }

  .earning-number-box_number {
    font-size: 28px;
  }
}

.single_gallery_image_placeholder {
  width: 150px !important;
  height: 150px !important;
}

.single_gallery_image_placeholder img {
  object-fit: contain;
}

.add_multi_input_block.multi_input_block_manupulate.wcfmfa.fa-plus-circle {
  background-color: #c271ab;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
}

.add_multi_input_block.multi_input_block_manupulate.wcfmfa.fa-plus-circle:hover {
  background-color: #4a4889;
}

.dashboard-download-link-container {
  float: right;
}

.dashboard-download-link-container {
  display: flex;
  flex-direction: column;
}

.dashboard-download-link {
  display: flex;
  align-items: center;
  min-height: 50px;
  gap: 5px;
  cursor: pointer;
  color: white;
  padding: 5px 10px 5px 0px !important;
  border-radius: 5px;
}

.dashboard-download-link.gift-button {
  background-color: #c271ab;
}

.dashboard-download-link.product-button {
  margin-top: 30px;
  background-color: #f8cb00;
}

.dashboard-download-link img {
  width: 35px;
}

.dashboard-download-link:hover {
  background-color: #4a4889;
}

.dashboard-download-link img {
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .dashboard-download-link-container {
    float: left;
  }

  .dashboard-download-link {
    margin-top: 15px;
  }

  .dashboard-download-link-container {
    flex-direction: row;
    gap: 10px;
  }

  .dashboard-download-link.gift-button {
    margin-top: 30px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.product-on-pending-container {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  border-radius: 10px;
  background-color: #9099d6;
}

.product-on-pending-container p {
  color: #fff;
}

.product-on-pending-container .pending-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
}

.product-on-pending-container .pending-info img {
  width: 30px !important;
}

.dashboard-products-list_desctiption {
  display: flex;
  background-color: #bd8ac5;
  border-radius: 5px;
  margin: 15px 0;
  padding: 10px 15px;
}

.dashboard-products-list_desctiption h2 {
  color: white !important;
  margin: 0 !important;
}

.dashboard-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 10px;
}

.dashboard-products-list_product {
  position: relative;
  width: calc(20% - 15px);
  text-decoration: none;
  box-shadow: 10px 0px 18px rgb(0 0 0 / 10%), 0px 0px 1px rgb(0 0 0 / 25%);
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.dashboard-products-list_product p {
  margin: 0;
}

.dashboard-products-list_product .title {
  color: #bd8ac5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

.dashboard-products-list_product .desc {
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: black;
  opacity: 0.7;
}

.dashboard-products-list_product-content {
  display: flex;
  flex-direction: column;
  padding: 5px 10px 10px 10px;
}

.dashboard-products-list_product-price {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 4px;
  border-radius: 5px;
  background-color: #bd8ac5;
  color: white !important;
}

.dashboard-products-list_product img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.show-all-button {
  background-color: #bd8ac5;
  padding: 5px 10px;
  border-radius: 5px;
  width: fit-content;
  display: flex;
  color: white;
  margin: 19px auto !important;
}

.show-all-button:hover {
  background-color: #4a4889;
}

@media screen and (max-width: 1024px) {
  .dashboard-products-list_product {
    width: calc(33% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .dashboard-products-list_product {
    width: calc(50% - 15px);
  }
}

.single-order-container {
  display: flex;
  flex-direction: column;
}

.order-info-nav {
  display: flex;
}

.order-info {
  display: flex;
  background-color: #eaecff;
  padding: 2px 5px;
  height: 47px;
  border-radius: 5px;
  margin-bottom: 10px;
  align-items: center;
}

.order-info.active {
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid black;
}

.order-info-expand {
  display: none;
  gap: 30px;
  overflow: hidden;
  background-color: #eaecff;
  padding: 2px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
}

.order-info-expand div {
  flex: 1;
}

.order-details-button {
  cursor: pointer;
  text-align: center;
  background-color: #626cb2;
  border-radius: 5px;
  color: white;
}

.order-address-container {
  display: flex;
}

.order-address {
  display: flex;
  justify-content: flex-end;
}

.order-address>p:first-of-type {
  margin-right: 15px;
}

.order-products {
  display: flex;
  flex-direction: column;
}

.order-products .single-product {
  background-color: #bd8ac5;
  border-radius: 5px;
  color: white;
  padding: 3px 5px;
  margin-bottom: 5px;
  width: fit-content;
}

.order-info p,
.order-info-nav p {
  flex: 1;
  padding: 0 !important;
}

.single-product-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .order-info-expand {
    flex-direction: column;
  }

  .order-address {
    justify-content: flex-start;
  }
}

.single-order-container {
  display: flex;
  flex-direction: column;
}

.order-info-nav {
  display: flex;
}

.order-info {
  display: flex;
  background-color: #eaecff;
  padding: 2px 5px;
  height: 47px;
  border-radius: 5px;
  margin-bottom: 10px;
  align-items: center;
}

.order-info.active {
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid black;
}

.order-info-expand {
  display: none;
  gap: 30px;
  overflow: hidden;
  background-color: #eaecff;
  padding: 2px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
}

.order-info-expand div {
  flex: 1;
}

.order-details-button {
  cursor: pointer;
  text-align: center;
  background-color: #626cb2;
  border-radius: 5px;
  color: white;
}

.order-address-container {
  display: flex;
}

.order-address {
  display: flex;
  justify-content: flex-end;
}

.order-address>p:first-of-type {
  margin-right: 15px;
}

.order-products {
  display: flex;
  flex-direction: column;
}

.order-products .single-product {
  background-color: #bd8ac5;
  border-radius: 5px;
  color: white;
  padding: 3px 5px;
  margin-bottom: 5px;
  width: fit-content;
}

.order-info p,
.order-info-nav p {
  flex: 1;
  padding: 0 !important;
}

.single-product-container {
  display: flex;
  align-items: center;
}

.product-type-simple {
  overflow: hidden;
}

.product-type-simple .description_list {
  display: none;
}

@media screen and (max-width: 768px) {
  .order-info-expand {
    flex-direction: column;
  }

  .order-address {
    justify-content: flex-start;
  }
}