.product-list-page {
  background: #fff;
  align-content: baseline;
}
.product-list-page.in-modal {
  max-height: calc(100vh - 20rem);
  overflow-y: auto;
  margin-right: -1rem;
}
.product-list-page .condition-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-list-page .condition-search > span {
  display: inline-block;
  min-width: 250px;
  max-width: 75vw;
  margin-left: 0 !important;
  margin-bottom: 8px;
}
.product-list-page .condition-search > * {
  margin-left: 8px;
  margin-bottom: 8px;
}
.product-list-page .condition-search button {
  white-space: nowrap;
}
.product-list-page .sort-by-list {
  position: relative;
}
.product-list-page .sort-by-list .slds-form-element__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /* line-height: 32px; */
  color: #333;
  min-height: calc(var(--lwc-heightInput,1.875rem) + (var(--lwc-borderWidthThin,1px) * 2));
  line-height: var(--lwc-heightInput,1.875rem);
  border: var(--lwc-borderWidthThin,1px) solid var(--slds-c-input-color-border, var(--sds-c-input-color-border, var(--lwc-colorBorderInput,#D4D4D4)));
  border-radius: var(--slds-c-input-radius-border, var(--sds-c-input-radius-border, var(--lwc-borderRadiusMedium,0.25rem)));
  background-color: var(--slds-c-input-color-background, var(--sds-c-input-color-background, var(--lwc-colorBackgroundInput,rgb(255, 255, 255))));
  color: var(--slds-c-input-text-color, var(--sds-c-input-text-color));
  box-shadow: var(--slds-c-input-shadow, var(--sds-c-input-shadow));
  transition: border var(--lwc-durationQuickly,0.1s) linear,background-color var(--lwc-durationQuickly,0.1s) linear;
  display: inline-flex;
  flex: 1 1 auto;
  text-align: left;
  padding-top: 0;
  padding-right: var(--slds-c-input-spacing-horizontal-end, var(--sds-c-input-spacing-horizontal-end, var(--lwc-spacingMedium,1rem)));
  padding-bottom: 0;
  padding-left: var(--slds-c-input-spacing-horizontal-start, var(--sds-c-input-spacing-horizontal-start, var(--lwc-spacingSmall,0.75rem)));
}
.product-list-page .sort-by-list .slds-combobox__form-element.slds-input-has-icon {
  visibility: hidden;
  max-width: 80px;
}
.product-list-page .slds-dropdown.slds-dropdown_small {
  min-width: 9rem;
}
.product-list-page .sort-by-list .slds-listbox.slds-dropdown {
  min-width: min-content;
}
.product-list-page .product-list-container {
  max-width: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow-x: hidden;
}
.product-list-page .product-list-container .product-item {
  cursor: pointer;
}
.product-list-page .product-list-container .product-item .slds-card {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border: var(--lwc-borderWidthThin,1px) solid var(--lwc-colorBorder,#D4D4D4);
}
.product-list-page .product-list-container .product-item .product-image {
  white-space: nowrap;
  overflow: hidden;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
}
.product-list-page .product-list-container .product-item .product-image p,
.product-list-page .product-list-container .product-item .product-image img{
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.product-list-page .product-list-container .product-item .product-detail{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-page .product-image-detail {
  white-space: nowrap;
  overflow: hidden;
  min-height: 150px;
  max-height: 300px;
  width: 100%;
}
.product-detail-page .product-image-detail p,
.product-detail-page .product-image-detail img {
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.product-item .product-detail p b,
.product-item .product-options .slds-checkbox__label .slds-form-element__label,
.product-detail-page .slds-text-heading_large b,
.product-detail-page .slds-checkbox__label .slds-form-element__label {
  word-break: break-all;
}
.product-detail-page .buttons button {
  margin-bottom: 8px;
}

.list-page .search-container {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.list-page .search-container lightning-button {
  align-self: flex-end;
  margin-top: 0.5rem;
}
.list-page .search-container .slds-checkbox {
  display: inline-block;
  margin-right: 0.75rem;
}
.list-page .slds-form .slds-form-element_readonly {
  border-bottom: 0;
}
.list-page table tr td:first-child,
.list-page table tr th:first-child {
  display: none;
}
.list-page .slds-section__title.slds-theme_shade {
  background-color: #f3f3f3;
}
.dynamic-form-view .slds-align_absolute-center {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
.dynamic-form-view .slds-align_absolute-left {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-right: auto;
  text-align: left;
}
.dynamic-form-view .slds-align_absolute-right {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin-left: auto;
  text-align: right;
}
.dynamic-form-view lightning-formatted-rich-text,
.dynamic-form-view lightning-formatted-rich-text > span,
.dynamic-form-view lightning-formatted-rich-text > span > p {
  height: 100%;
  width: 100%;
  max-width: inherit;
  max-height: inherit;
  display: block;
}
.dynamic-form-view lightning-formatted-rich-text img {
  max-height: inherit;
}
.dynamic-form-view lightning-helptext .slds-form-element__icon {
  margin-left: 8px;
  padding: 0;
}
.dynamic-form-view .background.image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.4;
}
.dynamic-form-view .background.image lightning-formatted-rich-text img {
  width: 100%;
  height: 100%;
}
.dynamic-form-view .background.image ~ div {
  z-index: 9;
}
.dynamic-form-view .background.image ~ div * {
  z-index: 9;
}

.slds-modal.in-quick-action .slds-modal__container{
  max-width: 100%;
  min-width: unset;
  width: 100%;
  margin: 0;
}
.slds-modal__header .slds-modal__close {
  right: 0;
}

.custom-checkbox-group-type .slds-hyphenate .checkbox-group-custom-container > div {
  word-break: break-word;
}
.custom-checkbox-group-type .slds-truncate .checkbox-group-custom-container > div {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-path .slds-path__item {
  min-width: calc((100% - 40px) / 4);
}

.custom-path .slds-path__link {
  z-index: 1;
}

.custom-path .slds-path__stage-name {
  display: none !important;
}

/* .profile-page.edit-profile .slds-form-element__control .slds-input[type="date"]{
  min-width: calc(100% - 14px);
  text-align: left;
} */
@media screen and (max-width: 450px) {
  .custom-path .slds-path__link .slds-path__title {
    white-space: pre;
  }
  .manual-path .slds-path__link .slds-path__title {
    white-space: pre;
  }
  .product-list-page .condition-search {
    justify-content: flex-end;
  }
  .product-list-page .condition-search > span.slds-grow {
    max-width: 100%;
    min-width: 100%;
  }
}
.order-input-page .dynamic-form-view {
  min-height: unset !important;
  max-height: none; /*calc(100vh - 104px);*/
}
.order-input-page .create-order .slds-form-element__label,
.confirm-order-page .view-input-order .slds-form-element__label {
  white-space: normal;
  word-break: break-all;
}

.toastMessage.forceActionsText {
  white-space : pre-line !important;
}

c-custom-data-table thead tr th * .slds-grid ,
c-custom-data-table tbody tr th * .slds-grid ,
c-custom-data-table tbody tr td * .slds-grid  {
 text-align: left;
 justify-content: flex-start;
}

.btn-hide lightning-primitive-cell-factory {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .comm-user-profile-menu__dropdown-ctn {
    top: 47px!important;
  }
}
[data-date-format].slds-form-element__help {
  display: none;
}
.cartdatatable thead th:not(:nth-of-type(2)) div{
  display: flex;
  justify-content: center;
}
.cartdatatable tbody tr td:not(:nth-of-type(2)) div{
  display: flex;
  justify-content: center;
  margin: auto;
}
.manual-path .slds-path__item {
  min-width: calc((100% - 40px) / 4);
}
.manual-path .slds-path__link {
  z-index: 1;
}
.manual-path .slds-path__stage-name {
  display: none !important;
}
.delete-button button {
  color: #6A6A6A;
}


.list-image-class .product-image-detail {
  height: 200px;
  display: block;
}

_::-webkit-full-page-media, _:future, :root .birthday-input .slds-input[type="date"]{
  min-width: calc(100% - 16px);
  text-align: left;
  width:auto;
}