:root {
  --red: #E4001C;
  /* --red: #c6001e; */
  --pinkish-red: #c6001e;
  --light-red: rgba(228, 0, 29, 0.15);
  --white: #FFFFFF;
  --black: #000000;
  --medium-grey: #E1E1E1;
  --off-black: #212121;
  --dxp-g-info: #E4001C;
}

/* Fonts */

@font-face {
  font-family: 'Diodrum Regular';
  src: url('/sfsites/c/resource/b2bl_MyDupont_FontFile/Diodrum-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Diodrum Bold';
  src: url('/sfsites/c/resource/b2bl_MyDupont_FontFile/Diodrum-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Diodrum Medium';
  src: url('/sfsites/c/resource/b2bl_MyDupont_FontFile/Diodrum-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Diodrum Semibold';
  src: url('/sfsites/c/resource/b2bl_MyDupont_FontFile/Diodrum-Semibold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans Regular';
  src: url('/sfsites/c/resource/b2bl_MyDupont_FontFile/noto-sans-v8-latin-regular.woff') format('woff');
}

/* Typography */
body {
  font-family: "Diodrum Regular";
}

h1 {
  font-family: "Diodrum Regular";
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0;
  color: var(--red);
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 64px;
  }
}

h2 {
  font-family: "Diodrum Medium";
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: var(--black);
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}

h3 {
  font-family: "Diodrum Regular";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--black);
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3.medium {
  font-family: "Diodrum Medium";
}

h4 {
  font-family: "Diodrum Regular";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--black);
}

h4.medium {
  font-family: "Diodrum Medium";
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

h5 {
  font-family: "Diodrum Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--black);
}

h5.productsnotavailable{
  font-family: "Diodrum Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--red);
  padding-top: 60px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  h5.productsnotavailable5 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

h6 {
  font-size: 12px;
}

a {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5;
  color: var(--black);
}

a:hover {
  color: var(--red);
}

tbody {
  font-family: "Diodrum Regular";
}

.eyebrow {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: var(--red);
}

.credits {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: var(--medium-grey);
}

.body1 {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--off-black);
}

@media only screen and (min-width: 768px) {
  .body1 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}

a.cta {
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  /*padding: 1.0625em 3em .9375em;*/
  padding: 0.7em 1.5em;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: var(--black);
  display: inline-block;
}

a.cta:hover {
  border-color: var(--red);
  color: var(--red);
}

a.cta:active {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

a.cta.white {
  color: var(--white);
  border-color: var(--white);
}

a.cta.white:hover {
  border-color: var(--red);
  color: var(--red);
}

a.cta.white:active {
  color: var(--white);
}

a.cta.black {
  color: var(--white);
  background-color: var(--black);
}

a.cta.black:hover {
  background-color: var(--red);
}

a.arrow {
  font-size: 14px;
  /*margin-top: 1.5em; */
  display: inline-block;
  color: var(--off-black) !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  a.arrow {
    font-size: 16px;
  }
}

a.arrow:hover {
  color: var(--red) !important;
  text-decoration: none !important;
  border-left: none;
}

a.arrow:after {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢';
  /* content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢';/ */
  position: relative;
  top: 0;
  margin-left: .5em;
}



button.arrow {
  font-size: 14px;
  /*margin-top: 1.5em;*/
  display: inline-block;
  color: var(--off-black) !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  button.arrow {
    font-size: 16px;
  }
}

button.arrow:hover {
  color: var(--red) !important;
  text-decoration: none !important;
  border-left: none;
}

button.arrow:after {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢';
  /* content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢';/ */
  position: relative;
  top: 0;
  margin-left: .5em;
}


label.checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.checkbox.disabled {
  color: var(--medium-grey);
  cursor: not-allowed;
}

label.checkbox.disabled input {
  cursor: not-allowed;
}

label.checkbox.disabled span.checkmark {
  border: solid 1px var(--medium-grey);
}

label.checkbox.disabled:hover input~span.checkmark {
  background-color: var(--white);
  border: solid 1px var(--medium-grey);
}

label.checkbox span.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: var(--white);
  border: solid 1px var(--medium-grey);
}

label.checkbox span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

label.checkbox:hover input~span.checkmark {
  background-color: var(--medium-grey);
  border: none;
}

label.checkbox input:checked~span.checkmark {
  background-color: var(--red);
}

label.checkbox input:checked~span.checkmark:after {
  display: block;
}

label.checkbox span.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* button styles */

.dupont-btn-primary {
  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  padding: 0.7em 1.5em;
  line-height: normal;
  cursor: pointer;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.dupont-btn-secondary {
  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  line-height: normal;
  padding: 0.7em 1.5em;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;

  background-color: transparent;
  border: 1px solid #000;
  color: #000;

}

.dupont-btn-primary:disabled {
  opacity: .65;
  background-color: var(--pinkish-red);
  cursor: not-allowed !important;
}


.dupont-btn-secondary:hover {
  color: var(--red);
  border-color: var(--red);
  background-color: transparent;
}


/* style for wishlist dropdown on product list page*/
.dupont-btn-primary-lgt button {
  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  padding: 0.7em 1.5em;
  line-height: normal;
  cursor: pointer;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.dupont-btn-secondary-lgt button {
  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  line-height: normal;
  padding: 0.7em 1.5em;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;

  background-color: transparent;
  border: 1px solid #000;
  color: #000;

}

.dupont-btn-primary-lgt button:hover {
  color: var(--red);
  border-color: var(--red);
}


.dupont-btn-secondary-lgt button:hover {
  color: var(--red);
  border-color: var(--red);
  background-color: transparent;
}



* {
  /* margin:0;
padding:0; */
  /* font-family:'Diodrum Bold Italic'; */
  box-sizing: border-box;
}

/* myAccountSidebar css */

.sideBarItems {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  color: var(--black);
  font-family: "Diodrum Regular";
}

a.sideBarItems:hover,
.sideBarItemPerPage,
.for_slds-tree__item {
  color: #000;
  font-family: 'Diodrum Semibold';
  border-left: 6px solid var(--red);
  padding-left: 15px;
  background-color: #eaeaea;
}

/* myAccountSidebar css */

/*contactInformationComponent css*/
.userDetail {
  color: var(--black);
  margin-bottom: 10px;
}

.addressDetail {
  /* font-size: .85rem; */
  font-size: 14px;
  color: var(--black);
}

/*contactInformationComponent css*/


/* navigation bar css */

/* [Vanshita Goel- commenting css for header 31/12/2023] */
.navbarWrapper {
  /* justify-content: flex-end;
  width: -webkit-fill-available;
  display: flex; */
  padding: 10px;
  /* background-color: #fff; */
}

.topnav .navitem,
.icon {
  color: #000 !important;
  /* text-align: center; vanshita */
  padding: 15px 25px;
  text-decoration: none;
  font-size: 16px;
  /* font-weight: 600; */
  /* transform: scaleY(1.2); */
  display: inline-block;
  /* text-transform: uppercase; */
}

.topnav .icon {
  display: none;
}

.navbarWrapper .navitem .menuBarItem:hover {
  text-decoration: none;
  /* color:#df0303 !important; */
  border-bottom: 2px solid var(--red);
  width: fit-content;
}

.menuItemColorPerPage {
  color: var(--red) !important;
  border-bottom: 2px solid var(--red);
  width: fit-content;
}

/* navigation bar css */

/* invoice history and order my account page */

input.btn.btn-default.btn-sm.resetInvoiceSearch.invoiceSearch.cc_reset_invoice,
input.btn.btn-default.order_btn.my_order_btn {
  margin-right: 20px;
}

.btn.btn-default.btn-white {
  background: #FFF;
  border: 1px solid var(--red);
  color: var(--red);
}

.btn.btn-default {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  background: 0;
  background-color: #474747;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  max-height: 40px;
  /* text-transform: uppercase; */
  /* font-family: Knockout-HTF31-JuniorMiddlewt; */
  letter-spacing: .54px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 120px;
  max-width: 180px;

  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  padding: 0.7em 1.5em;
  line-height: normal;
  cursor: pointer;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.invoiceSearch {
  font-weight: normal;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  color: var(--black);
  font-family: 'Diodrum Semibold';
  line-height: 1.42857143;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


}

.btn:disabled, .btn[disabled] {
  background-color: transparent;
  border-color: transparent;
  /* color: var(--slds-g-color-neutral-base-80, #c9c9c9); */
  cursor: default;
  color: var(--black);
  font-family: 'Diodrum Regular';
}

.btn-default {
  color: var(--red);
  background-color: #fff;
  border-color: #ccc;
}

input,
textarea,
select {
  outline-color: #6e6e6e !important;
}

.btn.btn-important,
.slds-button_destructive {
  font-size: 14px;
  background-color: var(--red);
  padding: 10px 15px;
  color: #fff;
  border-radius: 25px;
  /* font-family: Knockout-HTF31-JuniorMiddlewt; */
  /* height: 40px; */
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: .54px;
  line-height: 14px;
  text-align: center;
  border: 0;
  min-width: 120px;
  /* max-width: 180px; */
  /* text-transform: uppercase; */

  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  padding: 0.7em 1.5em;
  line-height: normal;
  cursor: pointer;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: normal;
}

.slds-button_destructive:disabled,
.dupont-btn-primary:disabled {
  background-color: var(--red);
  border: 1px solid var(--red);
}

.btn.btn-important:hover,
.btn.btn-important:active {
  background-color: var(--red);
}

.btn.btn-important[disabled]:hover,
.btn.btn-important[disabled]:active,
.modal .btn.btn-default.cancel-button[disabled]:hover,
.modal .btn.btn-default.cancel-button[disabled]:active {
  background-color: var(--red);
  color: #fff
}

.slds-button_destructive {
  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  line-height: normal;
  padding: 0.7em 1.5em;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;

  background-color: transparent;
  border: 1px solid #000;
  color: #000;

}

.slds-button_destructive:hover {
  color: var(--red);
  border-color: var(--red);
}



/* invoice history and order my account page */

/*invoice history home page*/
/* .slds-text-heading_medium.text-bold{
  text-transform: uppercase;
} */

td {
  padding: 20px;
  font-size: 14px;
}

.invoice_table,
.product_table {
  overflow-x: scroll;
  /* overflow-y: scroll; */
  font-weight: 500;
  /* min-height: 70vh; */
}

.pastDueInvoiceTable {
  max-height: 50vh;
}

/* .invoiceTableBody {
  background-color: rgb(249, 229, 232);
} */

.slds-section__title-action {
  padding: 20px;
}

.invoice_title {
  font-size: 24px;
  font-weight: 600;
}

.invoice-title-head, .order-title-head {
  border-bottom: 1px solid #000;
  justify-content: space-between;
}

.seeMoreButton {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #474747;
  color: #fff;
  font-weight: 'Diodrum Semibold'
}


.slds-button:focus{
  outline:none;
}

.slds-grid.slds-wrap.slds-p-vertical_medium.gridItem div {
    word-break: break-all;
}

/*invoice history home page*/

/*common found*/
.hear-tr {
  border-bottom: 1px solid black;
}

.text-bold {
  font-family: 'Diodrum Semibold';
}

.heading-main {
  color: var(--black);
  /* text-transform: uppercase; */
}

.border-top_black {
  border-top: 3px solid #000;
}

.float-right {
  float: right;
}

.smallFontSize {
  font-size: 14px;
  color: var(--black);
}

.searchHeader {
  letter-spacing: .6px;
  padding-bottom: 10px;
}

.exportcsv {
  font-size: 14px;
  color: #a82818;
  text-decoration: underline;
}

.exportcsv:hover {
  text-decoration: none;
}

.custom-box {
  padding: 0px 15px 0px 15px;
}

.form-button {
  justify-content: flex-end;
}

/* tbody.invoiceBody{
  border-top:2px solid black !important;
} */
tbody {
  border-top: 2px solid black !important;
}

tr {
  border-bottom: 1px solid #eee;
}

.invDetail {
  text-align: center;
  font-size: 12px;
  color: var(--black);
  letter-spacing: .4px;
  padding: 25px 4px;
}

.orderDetail {
  font-size: 12px;
  color: var(--black);
}

.redUnderline,
.productsPage .productName:hover {
  text-decoration: underline;
  color: var(--red);
  cursor: pointer;
}

.redUnderline:hover {
  color: #000;
}

.dueDate {
  font-family: 'Diodrum Semibold';
  color: var(--red);
}

.displayFlex {
  /* align-items: center; */
  justify-content: space-between;
  display: flex;
}

.pagination {
  font-size: 16px;
  color: #474747;
  /* text-transform: uppercase; */
}

.blackcover {
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #000;
}

select {
  padding: 8px;
  /* text-transform: uppercase; */
  font-size: 15px;
}

.sortByPanel {
  /*background-color: #eee;*/
  font-size: 14px;
  font-family: "Diodrum Regular";
  /* padding-bottom: 5px; */
  color: var(--black);
  align-items: center;
  background-color: var(--medium-grey);
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px){
  .sortByPanel{
    flex-direction: column;
    row-gap: 25px;
  }
}
.sortByPanel .pagecountinputs{
  display: flex;
}
@media only screen and (min-width: 768px){
  .sortByPanel .pagecountinputs.select_inputs{
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px){
  .sortByPanel .pagecountinputs.select_inputs{
    column-gap: 25px;
  }
}
@media only screen and (max-width: 767px){
  .sortByPanel .pagecountinputs.select_inputs {
    column-gap: 15px;
  }
  .sortByPanel .pagecountinputs .select_input{
    position: relative;
  }
}
@media only screen and (max-width: 530px ){
  .sortByPanel .pagecountinputs.select_inputs{
    margin-top: 15px;
  }
}
@media only screen and (max-width: 530px ){
  .sortByPanel .pagecountinputs.select_inputs .select_input .label{
    position: absolute;
    bottom: 40px;
    left: 15px;
  }
}

.sortByPanel .select{
  border-radius: 25px;
  font-size: 14px;
  padding: 0.7em 1.5em;
  outline: 1px;
}

.sortByPanel .pagecountinputs select{
  border-radius: 25px;
  font-size: 14px;
  padding: 0.7em 1.5em;
  outline: 1px;
}

.paginator span {
  cursor: pointer;
}

.paginator a {
  /* color: #6e6e6e; */
  font-size: 14px;
  padding: 2px 6px;
}

.paginator a:hover {
  text-decoration: underline;
}

.act {
  border: 1px solid#6e6e6e;
  /* color: #ffffff !important; */
}

/* lightning-spinner{
  opacity:0.5;
  display:block;
  position:absolute;
  width:100%;
  height:70vh;
  z-index:1001;
  background-color:#000;
} */

.cover {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.covernew {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.addressData {
  /* font-size: 12px;
  color: #9b9b9b;
  letter-spacing: .43px;
  line-height: 20px; */
}

.addressTitle {
  font-family: 'Diodrum Semibold';
  margin-bottom: 5px;
  font-size: 16px;
  color: #474747;
  letter-spacing: .51px;
  line-height: 24px;
  /* font-family: Knockout-HTF30-JuniorWelterwt; */
}

.accountInfoHeader {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  /* width:83%;
  margin-left:16%; */
}

.showSoldToModal {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #474747;
  color: #fff;
}

.slds-modal {
  overflow-y: scroll;
}

.upload-title-head {
  border-bottom: 1px solid #000;
  justify-content: space-between;
}

@media (max-width:800px) {
  .heading-main {
    font-size: 1.2rem !important;
  }

  .userDetail {
    font-size: 14px;
  }

  .mainSearchBox {
    padding: 5px 2px;
  }

  .accountInfoHeader {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .topnav .navitem {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive .navitem {
    width: fit-content;
    clear: both;
    display: block;
    text-align: left;
  }

  .displayFlex {
    flex-direction: column;
  }
}

@media (max-width:1024px) {
  .soldToHeaders {
    display: none;
  }

  .accountHeaderSoldTo {
    margin-top: 1.5em;
  }

  .accountHeaderSoldToDetail lightning-layout-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}


/* For header */
* {
  box-sizing: border-box;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftNav.mainNavItem,
.checkoutQuantity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.leftNav.mainNavItem {
  flex: 1;
}

ul {
  list-style-type: none;
}

.profileList .list-item {
  padding-left: 0;
}

.visible {
  display: block;
}

.middleNavBar .list-item {
  padding: 16px;
}

.rightNav {
  justify-content: flex-end;
  position: relative;
}

.profileList {
  position: absolute;
  padding: 0;
  display: none;
  background-color: lightgray;
  z-index: 1;
}

.slds-dropdown.profileDropdpwn {
  width: 100%;
}

.rightNav .list-item {
  padding-left: 15px
}

.profile:hover .profileList {
  display: block;
}

.hamburger {
  /*display: none;*/
}

.icon {
  height: 24px;
  width: 24px;
}

.logoContainer {
  padding: 0 16px;
  cursor: pointer;
  display: none;
}

.profileDropdpwn {
  min-width: 300px;
}

.list-item,
.close.cc_close.slds-float_right {
  cursor: pointer;
}

.scrollToTop {
  position: fixed;
  right: 0;
  bottom: 0px;
  background-color: #474747 !important;
  color: #fff !important;
  padding: 0;
  margin: 15px;
}

.scrollToTop lightning-icon {
  --sds-c-icon-color-foreground-default: #fff;
}

@media only screen and (min-device-width: 1023px) {

  .list-item.close,
  .searchBar,
  .list-item.siteLogo {
    display: none;
  }

  .searchInputBar {
    z-index: 1;
    position: absolute;
    top: 70px;
    width: 65%;
  }
}

.smallRightMenu {
  display: none;
}

@media only screen and (max-device-width: 1023px) {
  .hamburger {
    display: inline-block;
  }

  .bigRightMenu {
    display: none !important;
  }

  .logoContainer {
    margin: 0 auto;
  }

  .smallRightMenu {
    display: block;
  }

  .topnav.search,
  .search-input {
    display: none !important;
  }

  .crossIcon {
    display: none;
  }

  .searchBar,
  .list-item.siteLogo {
    display: block;
  }

  .list-item.siteLogo {
    text-align: center;
  }

  .list-item.close {
    float: right;
  }

  /* .active, .navitem, .list-item, .topnav{
      display: block !important;
  } */

  /* .active,
  .navitem,
  .topnav {
    display: block !important;
  } */

  .middleNavBar {
    display: none;
  }

  .leftNav .logoContainer {
    order: 2;
  }

  .collapseOpen {
    display: block;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: white;
    height: 100%;
  }

  .profileDropdpwn {
    min-width: 200px;
  }
}

@media only screen and (max-device-width: 300px) {
  .nav {
    flex-wrap: wrap;
  }

  .otherAddressSelector .modal-footer,
  .soldToAddressSelector .modal-footer {
    text-align: center;
  }
}

.topnav.search {
  display: inline;
}

/* styles for modal component */
.cc_modal_title,
.modal-title {
  font-size: 22px;
  color: var(--red);
  line-height: 48px;
  text-align: left;
  /* text-transform: uppercase; */
  font-family: 'Diodrum Semibold';
}

.modal-header {
  margin: 54px 0 20px 0;
  padding: 0 40px;
}

.modal-body {
  margin: 0 40px;
  font-size: 14px;
  color: #474747;
  letter-spacing: 1px;
}

.modal-body p {
  margin: 0 0 10px;
}

.modalFooter {
  padding-top: 20px;
  text-align: right;
}

.btn.btn-default.cancel-button {
  background-color: var(--red);
  color: #fff;
  min-width: 100px;
  /*height: 40px;*/
  max-width: 150px;
}

.pageLabelClose {
  float: right;
  font-size: 16px;
  line-height: 1;
  filter: alpha(opacity=80);
  letter-spacing: .57px;

  position: absolute;
  top: -3.5em;
  right: 0;
}

.slds-modal__container {
  height: fit-content;
  /* background-color:white; */
}

.close.cc_close {
  position: relative;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}


/* styles for modal component */

/* Product Page Styles */

.productsPage {
  /* border-top: 1px solid #000; */
  /* padding: 15px 0; */
}

.productsPage .productName {
  font-size: 18px;
  color: #000;
  /* text-transform: uppercase; */
}

.productsPage .productCode {
  padding: 10px 0;
  font-size: 14px;
  color: #474747;
}

.productsPage .productCode>span {
  font-size: 14px;
  color: var(--red);
}

.productsPage .buttonSection {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px
}

/* .productsPage .productDescription{
  padding: 15px 0;
} */

/* Product Page Styles */

/* Product Detail Styles */

.productDetailSection .productName {
  font-size: 20px;
  color: var(--red);
  line-height: 30px;
  text-align: left;
  /* text-transform: uppercase; */
}

.productDetailSection .productCode {
  font-size: 18px;
  color: var(--red);
  letter-spacing: 0;
  text-align: left;
}

.productDetailSection {
  padding: 0 15px;
}

.productDetailSection .productDetailPart1,
.productDetailSection .productDetailPart2 {
  padding: 20px;
}

.productDetailSection p {
  margin: 0 0 10px;
}

.productDetailSection .border_line {
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  margin: 5px -15px 5px -15px;
}

.productDetailSection .productHeading {
  font-size: 12px;
  color: #4e4e4e;
}

.productDetailSection .productDescTitle {
  font-size: 18px;
  color: var(--red);
  /* text-transform: uppercase; */
  text-decoration: underline;
}

.productDetailSection .productDesc {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: .5px;
  /* line-height: 27px; */
}



/* Product Detail Styles */


/* Account Switcher */
.fullSwitch {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.switchAccount {
  background-color: #fff;
  width: 80%;
  margin: 48px auto;
}

.switchAccount .shipToSelector .slds-modal__container {
  /* max-width: none !important; */
}

.shipToSelector .modal-body .slds-col {
  padding-bottom: 1em;
  white-space: normal;
  word-break: break-word;
  padding-right: 1em;
  /* margin-left: -1em; */
}

@media (max-width:1023px) {

  .shipToSelector .modal-body .headers-hide,
  .otherAddressSelector .dataHeaders .headers-hide,
  .soldToAddressSelector .dataHeaders .headers-hide {
    display: none;
  }

  .otherAddressSelector,
  .otherAddressSelector .slds-col,
  .soldToAddressSelector,
  .soldToAddressSelector .slds-col {
    padding: 0;
  }
}


@media (min-width: 768px) {
  .shipToSelector .modal-body .modal-dialog {
    width: 750px;
  }
}

/* test component or order detail */
/*.orderWrapper {
  width: 80%;
  margin: 0 auto;
}

.primaryDetails {
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}

.orderMainData,
.orderItems .secondaryDetails {
  border-bottom: 1px solid #eee;
}

.header_buttons,
.footer_buttons {
  display: flex;
  justify-content: space-between;
}

.primaryDetails .section {
  padding-bottom: 5px !important;
  margin-bottom: 2px;
  padding-left: 20px;
}

.orderItemsBody,
.orderInfoBody {
  padding: 20px;
}

.orderLabel {
  font-size: 14px;
  color: #474747;
}

.orderValue {
 
  font-size: 20px;
  color: #000;
}

.orderTitle {
  font-size: 24px;
  color: #000;
  letter-spacing: 1.38px;
  text-align: left;
  line-height: 22px;
  padding: 17px 20px;
  border-bottom: 1px solid #000;
}

.orderItemName {
  font-family: 'Diodrum Semibold';
  font-size: 14px;
  line-height: 26px;
}

.test {
  z-index: 100;
}



.col-lg-8 {
  width: 66.67%;
}

.col-all-6 {
  width: 50%;
}


.right_button.primaryDetails {
  justify-content: flex-end;
}

.primaryDetails.orderMainData,
.primaryDetails.orderInfoMainData {
  margin-bottom: 10px;
}

@media only screen and (min-device-width: 935px) {
  .col-lg-4 {
    width: 33.33%;
  }
}

@media only screen and (max-device-width: 934px) {
  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 40%;
  }

  .orderWrapper {
    width: 97%;
  }
}

@media only screen and (max-device-width: 550px) {
  .col-xs-12 {
    width: 100%;
  }

  .left_button {
    text-align: center;
  }

  .right_button.primaryDetails {
    justify-content: space-between;
  }

  .footer_buttons button {
    letter-spacing: 1.4px;
    transform: scaleY(1.2);
    padding: 5px 10px;
    font-size: 12px;
  }

  .footer_buttons {
    justify-content: space-between;
  }

  .primaryDetails .section {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-wrap: anywhere;
  }

  .orderValue {
    font-size: 14px;
  }
}

@media only screen and (max-device-width: 475px) {
  [class*="col-"] {
    width: 100%;
  }

  .secondaryTitle {
    text-align: center;
  }

  .orderValue,
  .orderLabel {
    width: 100%;
  }

  .orderTitle {
    word-wrap: break-word;
    font-size: 20px;
  }

  .right_button,
  .left_button {
    margin-top: 4px;
  }

  .otherAddressSelector .modal-footer,
  .soldToAddressSelector .modal-footer {
    margin: 0;
  }
}*/

/* test component or order detail */

/*for test ship to selector*/
.otherAddressDataBody .slds-grid {
  word-break: break-word;
  /* overflow-wrap:anywhere; */
}

.otherAddressDataBody .slds-col span {
  font-size: 14px;
}

.otherAddressSelector .modal-header,
.soldToAddressSelector .modal-header {
  clear: right;
  padding: 0 40px;
}

.commonInfoModal .modal-header {
  margin: 54px 0 20px 0;
  padding: 0 40px;
}

.searchAndButtonSection lightning-layout {
  justify-content: space-between;
  align-items: center;
}

lightning-button {
  --sds-c-button-destructive-color-background: var(--red) !important;
}

/* so that profile dropdown can take full width */
.profile .slds-dropdown-trigger.slds-dropdown-trigger_click {
  position: static;
}

/* searchbar */
.search-input {
  bottom: -3.5em;
  position: absolute;
  width: 100%;
}

.middleNavBar.nav {
  position: relative;
}

/* checkout */
.checkoutProductCount {
  display: inline-block;
  color: #fff;
  background: black;
  border-radius: 50%;
  text-align: center;
  height: 2em;
  width: 2em;
  padding-top: 0.2em;
}

/* cart */
.cartContainer {
  background-color: white;
  width: 90%;
  /* word-break: break-all; */
  padding: 2em;
  box-sizing: border-box;
}

.cartContainer1 {
  background-color: white;
  /* word-break: break-all; */
  /* padding: 2em; */
  box-sizing: border-box;

  /* float: left; */
  @media only screen and (min-width: 1024px) {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.productdetailimagesextioncart {
  float: right;
  width: 25%;
}

.buttonsSection {
  width: 100%;
  /* background-color: red; */
  float: left;
}

.cartItem {
  border-top: 2px solid #000;
  margin: 2em;
  padding-top: 2em;
}

.modalData p {
  word-wrap: break-word;
}

.hoverCursor:hover {
  cursor: pointer;
}

/* reorder  */
@media only screen and (max-width:1023px) {
  .reOrderHeaders {
    display: none;
  }
}

.reOrder-Header {
  clear: both;
}

.reOrderHeaders {
  background-color: #000;
  color: #fff;
}

.gridItem {
  align-items: center;
}

.slds-col.cartButton {
  text-align: right;
}

.backGroundTransparentOverflow {
  background-color: transparent;
  overflow: visible;
  overflow-y: visible;
  --slds-c-modal-shadow: 0 0 0 0 transparent;
}

.cartcount {
  font-size: 150%;
}

.scroll {
  width: 100%;
  height: 107px;
  overflow-x: x hidden;
  overflow-y: auto;
  border-radius: 6px;
  border: 1px solid #cacaca;
}

.borderBottom {
  border-bottom: 1px solid #bdbdbd;
}

.borderBox {
  border-radius: 6px;
  border: 1px solid #cacaca;
}

.displayData:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}

.displayData {
  font-size: 12px;
}

.onHoverButton {
  cursor: pointer;
}

.layoutBottomBorder {
  border-bottom: 1px solid #000;
}

.pageHeader {
  /* text-align: center; */
  /* font-family: Arial,sans-serif; */
  font-size: 50px;
  /*color: #000;
  letter-spacing: 3px;
  line-height: 65px;
  padding: 25px 20px 10px 20px;
  text-transform: uppercase;
  display: block; */
  padding: 25px 20px 10px 20px;
  /* text-transform: uppercase; */
  font-family: 'Diodrum Semibold';
}

.field-title {
  background: transparent;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
  /* font-family: Arial-Bold; */
  font-size: 20px;
  color: #474747;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 15px;
  margin-left: 15px;
}

.searchButton {
  padding: 15px 0 10px 0;
  text-align: right;
}

.boxClass {
  padding-top: 22px;
  padding-left: 10px;
  padding-right: 10px;
}

.fieldTitleClass {
  padding-left: 10px;
  padding-right: 10px;
}

.COAResult {
  border-bottom: 1px solid #000;
  padding: 30px 0;
  background-color: #fff;
  text-transform: none;
}

.rowDescription {
  font-family: 'Diodrum Semibold';
  /* padding-bottom:28px; */
  margin-left: 8.33%;
  font-size: 16px;
}

.COAFieldLabel {
  font-family: 'Diodrum Semibold';
}

.marginClass {
  margin-left: 8.33%;
  margin-right: 8.33% !important;
  font-size: 14px;
}

.pageNoButtonOnClick {
  border-style: solid;
  border-color: blue;
  border-width: 1px;
  border-radius: 8px;
}

.pageNoTextColor {
  color: blue;
}

.totalCartProducts {
  top: -8.25px;
  margin-left: -14px;
  font-size: 16px;
}

.uppercaseText {
  text-transform: uppercase;
}

.productdetailimagesextion {
  float: right;
  width: 25%;
  padding-top: 4%;
}

.productmiddlesection {
  /* padding-left: 3%; */
  float: left;
  width: 70%;
  padding-top: 1%;

}

.productmiddlesection1 {
  padding-left: 3%;
  float: right;
  width: 60%;

}

.productDetail2 {
  position: relative;
}

.detailuom {
  float: left;
  width: 20%;
  padding-left: 8%;

}

.detailquantity {
  float: left;
  width: 12%;
  /* padding-left: 15%; */
}

.detailuom1 {
  float: left;
  width: 24%;
  padding-left: 8%;

}

.detailquantity1 {
  float: left;
  width: 16%;
  /* padding-left: 15%; */
}



.productdetailinputs {
  /* margin-top: 0%; */
  float: left;
  width: 100%;
  padding-top: 2%;
}

.detailaction1 {
  /* padding-left: 4%; */
  /* margin-top: 3%; */
  float: left;
  width: 100%;
}


/* hr.lineSaperation:first-of-type {
  /* display: none;
} */

hr.lineSaperation {
  position: relative;
  top: 1em;
}

/* .productpage2{
  position: relative;
} */






.detailaction {
  padding-left: 4%;
  /* margin-top: 3%; */
}

a.productName.font-size.text-bold {

  color: black;
}

a.productName.font-size.text-bold:hover {

  font-family: 'Diodrum Semibold';
  color: var(--red);
}

span.font-red {
  font-family: 'Diodrum Semibold';
  color: var(--red);
}

.minusclass {
  float: left;
  width: 4.3%;
  padding-top: 3.6%;
}

.plusclass {
  float: left;
  width: 4.8%;
  padding-top: 3.6%;
}

.minusclassdetail {
  float: left;
  width: 5.7%;
  padding-top: 4.6%;
}

.plusclassdetail {
  float: left;
  width: 6.3%;
  padding-top: 4.7%;
}

.pagination1 {
  /* padding-top: 11%; */
  /* float: left; */
  /* position: absolute; */
  /* padding-left: 18%; */
  /* padding-top: 11%; */
  /* display: flow; */
  /* margin-top: 14%; */
  width: 50%;
  /* transform: translateX(8%); */
  position: absolute;
  /* bottom: -4%; */
}

.wholecomponent {
  margin-bottom: 20%;
}

.normalpagination {
  color: var(--black);
}

.highlightwhenclicked {
  font-family: 'Diodrum Semibold';
  color: var(--red);
}

a.goToProductDetailPage.text-bold-16.cc_prod_link.cart-item-shipping-details {
  color: #474747;
}

a.goToProductDetailPage.text-bold-16.cc_prod_link.cart-item-shipping-details:hover {
  color: var(--red);
}

.next {
  position: absolute;
  left: 50%;
  bottom: -4%;
  color: var(--black);
  transform: translateX(-50%);

}

.previous {
  position: absolute;
  left: 50%;
  top: -4%;
  color: var(--black);
  transform: translateX(-50%);

}

.slds-is-relative {
  position: relative;
  width: 300px;

  @media(max-width:767px) {
    width: 100px;
  }
}

.imagessection {
  position: relative;
  width: 25%;
  float: left;
}

.bigimagesection {
  height: 100%;
  /* padding-left: 3%; */
  float: left;
  width: 75%;
  display: block;
  box-shadow: 0px 0px 1px 1px var(--medium-grey);
}

.biglistimagesection {
  height: 100%;
  padding-left: 3%;
  float: left;
  width: 75%;
  display: block;

}

.listimagesection {
  position: relative;
  width: 135px;
}

.grids {
  padding: 1%;
  padding-block: 2%;
  box-shadow: 0px 0px 1px 1px var(--medium-grey);
}

.slds-show {
  display: block;
  box-shadow: 0px 0px 1px 1px var(--medium-grey);
}

.kn-list-main {
  border-bottom: 1px solid rgb(231, 225, 217);
  padding: 25px 0;
}

.kn-list-main:last-child {
  border: 0;
}

.kn-title {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: 'Diodrum Semibold';
  line-height: 30px;
  font-size: 1rem;
}

.kn-title:hover {
  color: #F3BF2D;
}

.kn-summary {
  font-size: 13px;
  line-height: 19.5px;
}

.kn-list {
  font-size: 10.56px;
  line-height: 15.84px;
  margin-top: 10px;
}

.tr-article {
  /* display: inline-block; */
  cursor: pointer;
  margin-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 1rem;
  margin-right: 1rem;
  /* font-size: .75rem; */
  text-decoration: underline;
}

.tr-article:hover {
  color: #F3BF2D;
}

.load-more-help button {
  font-size: 14px;
  border-radius: 25px;
  padding: 0.3em 1.6em;
  cursor: pointer;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
}

.searchBarContracted {
  width: 320px;
  padding-top: 14px;
}

.searchComponent.slds-dropdown-trigger--click.slds-is-open .slds-dropdown, .searchComponent.slds-dropdown-trigger_click.slds-is-open .slds-dropdown {
  overflow : hidden;
  max-height: 222px;
}

.searchBarRelaxed {
  width: 320px;
  padding-top: 14px;
}

@media only screen and (min-width: 1200px) {
  .searchBarContracted {
    width: 400px;
  }

  .searchBarRelaxed {
    width: 400px;
  }
}

.productnotavailable{
  color: var(--red);
  font-family: 'Diodrum Semibold';
  font-weight: bold;
  font-size: 14px;
}

.hideBorderOnSearchInput {
  border: none
}

.hideBorderOnSearchInput:focus {
  outline: none;
}


/*header*/


.carttitle {

  text-align: center;
  /*font-size: xx-large;
  font-weight: bolder; */
}

.goToProductDetailPage {
  color: black !important;
}

.goToProductDetailPage:hover {
  color: var(--red) !important;
}

.cc_product_code_value {
  color: var(--red);
}

.productdetailimagesextion1 {
  float: left;
  width: 30%;

}

.iconAlignment {
  margin-top: -5px;
}

/* wishlist */

.wishlist-section{
  overflow-x:auto;
}

.edit,.clone,.delete{
  content: '';
  height: 30px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.wishlist-section .sortHeader{
  white-space:nowrap;
  cursor:pointer;
}

a{
  --dxp-s-link-text-color:#000000;
}

.sortIcon{
  position: absolute;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}

.slds-input[type="search"]{
  padding-left:2rem;
}

@media only screen and (max-width: 766px) {
  .pull-left {
    text-align:left;
  }
}

/* Header */
/* @font-face {
font-family: "Diodrum Regular";
src: url('/Development/resources/fonts/Diodrum-Regular.woff2') format('woff2'), url('/Development/resources/fonts/Diodrum-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
} */
.ps_store_header {
  background-color: #fff;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
  /* position: fixed; */
  top: 0;
  width: 100%;
  z-index: 99;
}

.ps_store_header ul {
  margin: 0;
  padding: 0;
}

.ps_store_header .container {
  max-width: 1440px;
  padding-left: 33px;
  padding-right: 33px;
}

.ps_store_header .header_outer.active {
  height: 100vh;
}

.ps_store_header .header_outer .nav_bar {
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
  margin:0 auto;
}

.ps_store_header .navigation_bar {
  height: 90px;
  background-color: #fff;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .nav_outer {
    height: 100vh;
  }
}

.ps_store_header .navigation_bar .logo_sec {
  height: 90px;
  display: flex;
  align-items: center;
}

.ps_store_header .navigation_bar .logo_sec .hamburger {
  position: absolute;
  /* background-image: url('/Development/resources/images/icons/hamburger-black.png'); */
  height: 30px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .logo_sec .hamburger {
    display: none;
  }
}

.ps_store_header .navigation_bar .logo_sec .navigation_logo {
  margin: auto;
}

.ps_store_header .navigation_bar .logo_sec .navigation_logo img {
  width: 100px;
}

@media only screen and (min-width: 992px) {
  .ps_store_header .navigation_bar .logo_sec .navigation_logo img {
    width: 108px;
  }
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .left_nav_bar {
    display: none;
  }
}

.ps_store_header .navigation_bar .left_nav_bar.open {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec {
    display: block;
    height: 100%;
    margin-left: 20px;
  }
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list {
  margin: 0;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list.hide_level1 {
  padding: 0;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list.hide_level1 .nav_item {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list {
    display: flex;
    height: 100%;
    align-items: center;
  }
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item {
  position: relative;
  list-style-type: none;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .submenu_nav_icon {
  /* background-image: url('/Development/resources/images/icons/arrow-right.svg'); */
  background-position: right;
  background-repeat: no-repeat;
  height: 15px;
  width: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1023px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .submenu_nav_icon {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item {
    display: block;
    padding: 10px 30px;
    cursor: pointer;
    padding-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item {
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(25px - (17 * (1px - ((100vw - 1024px) / 416))));
    padding-right: calc(25px - (17 * (1px - ((100vw - 1024px) / 416))));
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .hover {
    display: none;
    background-color: #fff;
    width: 90%;
    height: 1px;
    margin: 0 auto;
  }
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item:hover .hover {
  display: block;
  background-color: #E4001C;
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item:hover .nav_submenu {
    display: block;
  }
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item a {
  font-family: "Diodrum Regular";
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu {
  position: absolute;
  width: max-content;
  top: 90px;
  background-color: #fff;
  margin-left: -30px;
  left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu.show_level2 {
  visibility: visible;
  top: 3px;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu {
    visibility: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu {
    display: none;
    min-width: 200px;
    max-width: 300px;
  }
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu .submenu_item {
  display: block;
  padding: 10px 30px;
  cursor: pointer;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu .submenu_item a {
  font-family: "Diodrum Regular";
  font-size: 14px;
  pointer-events: all;
  line-height: normal;
}

.ps_store_header .navigation_bar .left_nav_bar .nav_sec .nav_list .nav_item .nav_submenu .submenu_item:hover a {
  color: #E4001C;
}

.ps_store_header .navigation_bar .right_nav_bar {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .right_nav_bar {
    display: none;
  }
}

.ps_store_header .navigation_bar .right_nav_bar.open {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .right_nav_bar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .right_nav_bar {
    justify-content: right;
  }
}

.ps_store_header .navigation_bar .right_nav_bar .vertical_bar {
  margin-right: 5px;
  width: 2px;
  color: #000;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .right_nav_bar .vertical_bar {
    display: none;
  }
}

.ps_store_header .navigation_bar .right_nav_bar .search_bar {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .ps_store_header .navigation_bar .right_nav_bar .search_bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .right_nav_bar .search_bar {
    width: 130px;
    margin-right: 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .ps_store_header .navigation_bar .right_nav_bar .search_bar {
    width: 280px;
    margin-right: 50px;
    width: 100%;
  }
}

.ps_store_header .navigation_bar .right_nav_bar .search_bar .search_input {
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 15px;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 10px 10px;
  margin: 0;
  outline: 0;
  border: none;
  border-left: 0;
  /* border-bottom: 1px solid #000; */
  padding-left: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 95%;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .right_nav_bar .search_bar .search_input {
    width: 70%;
  }
}

.ps_store_header .navigation_bar .right_nav_bar .search_bar .search_input::-webkit-search-cancel-button {
  position: relative;
  right: 5px;
  -webkit-appearance: none;
  /* background-image: url('/Development/resources/images/icons/safespec_close_icon.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  cursor: pointer;
}

.ps_store_header .navigation_bar .right_nav_bar .search_bar .search_icon {
  /* background-image: url('/Development/resources/images/icons/search-icon-mobile.svg'); */
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}

.ps_store_header .navigation_bar .right_nav_bar .search {
  font-family: "Diodrum Regular";
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  line-height: normal;
  display: flex;
  padding-right: 20px;
  border-right: 1px solid black;
  cursor: pointer;
}

.ps_store_header .navigation_bar .right_nav_bar .search:hover {
  color: #286ab3;
}

.ps_store_header .navigation_bar .right_nav_bar .search::before {
  content: "";
  /* background-image: url('/Development/resources/images/icons/search.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  position: absolute;
  left: -20px;
}

.ps_store_header .navigation_bar .right_nav_bar .hamburger {
  /* background-image: url('/Development/resources/images/icons/hamburger-black.png'); */
  height: 30px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .ps_store_header .navigation_bar .right_nav_bar .country_sel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.ps_store_header .navigation_bar .right_nav_bar .country_sel .country_selected {
  font-family: "Diodrum Regular";
  font-size: 14px;
  line-height: normal;
  position: relative;
  margin-left: 30px;
  padding-right: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .right_nav_bar .country_sel .country_selected {
    margin-left: 20px;
  }
}

.ps_store_header .navigation_bar .right_nav_bar .country_sel .country_selected:before {
  content: '';
  /*background-image: url('/sfsites/c/resource/b2bl_MyDuPont_Resources_Images/images/icons/nav-globe-icon.png');*/
  height: 14px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -15px;
  top: 1px;
  transform: translate(-50%);
}

.ps_store_header .navigation_bar .right_nav_bar .country_sel .country_selected:after {
  content: '';
  height: 10px;
  width: 10px;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%);
}

.ps_store_header .navigation_bar .right_nav_bar .country_sel .countries_list {
  display: none;
}

.ps_store_header .navigation_bar .back_icon {
  display: none;
  align-items: center;
  height: 100%;
  justify-content: center;
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  /* background-image: url('/Development/resources/images/icons/arrow-right.svg'); */
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .back_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
  }
}

.ps_store_header .navigation_bar .close_icon {
  display: none;
  align-items: center;
  height: 100%;
  justify-content: center;
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  /* background-image: url('/Development/resources/images/icons/close_icon_black.svg'); */
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .close_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.ps_store_header .navigation_bar .action_items {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .action_items.hide_actionitems {
    position: static;
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .action_items {
    position: absolute;
    top: 0;
    right: -15px;
  }
}

.ps_store_header .navigation_bar .action_items .action_item {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .action_items .action_item {
    padding-left: calc(15px - (5 * (1px - ((100vw - 1024px) / 416))));
    padding-right: calc(15px - (5 * (1px - ((100vw - 1024px) / 416))));
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .action_items .action_item {
    padding-left: calc(10px - (5 * (1px - ((100vw - 1024px) / 416))));
    padding-right: calc(10px - (5 * (1px - ((100vw - 1024px) / 416))));
  }
}

.ps_store_header .navigation_bar .action_items .action_icon {
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.ps_store_header .navigation_bar .action_items .action_icon.cart_icon {
  background-image: url('/sfsites/c/resource/b2bl_MyDuPont_Resources_Images/images/icons/shopping-cart.svg');
}

/* .ps_store_header .navigation_bar .action_items .action_icon.wishlist_icon {
background-image: url('/Development/resources/images/icons/bookmark.svg');
}
.ps_store_header .navigation_bar .action_items .action_icon.cart_icon {
background-image: url('/Development/resources/images/icons/shopping-cart.svg');
}
.ps_store_header .navigation_bar .action_items .action_icon.user_icon {
background-image: url('/Development/resources/images/icons/noun-user.svg');
}
.ps_store_header .navigation_bar .action_items .wishlist.active .wishlist_icon {
background-image: url('/Development/resources/images/icons/bookmark-red.svg');
} */
.ps_store_header .navigation_bar .action_items .cart {
  position: relative;
}

.ps_store_header .navigation_bar .action_items .cart .cart_count {
  font-size: 14px;
  font-family: "Diodrum Regular";
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}

/* .ps_store_header .navigation_bar .action_items .cart.active .cart_icon {
background-image: url('/Development/resources/images/icons/shopping-cart-red.svg');
} */
.ps_store_header .navigation_bar .action_items .cart.active .cart_count {
  color: #000;
}

@media only screen and (min-width: 1023px) {
  .ps_store_header .navigation_bar .action_items .user:hover .user_dropdown {
    display: block;
  }
}

/* .ps_store_header .navigation_bar .action_items .user.active .user_icon {
background-image: url('/Development/resources/images/icons/noun-user-active.svg');
} */
.ps_store_header .navigation_bar .action_items .user .user_dropdown {
  text-align: right;
  position: absolute;
  width: max-content;
  top: 90px;
  background-color: #fff;
  margin-left: -30px;
  right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .action_items .user .user_dropdown.show_dropdown {
    visibility: visible;
    width: 100%;
    text-align: left;
    top: 93px;
  }
}

@media only screen and (max-width: 1023px) {
  .ps_store_header .navigation_bar .action_items .user .user_dropdown {
    visibility: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .ps_store_header .navigation_bar .action_items .user .user_dropdown {
    display: none;
    min-width: 200px;
    max-width: 300px;
  }
}

.ps_store_header .navigation_bar .action_items .user .user_dropdown .dropdown_item {
  display: block;
  padding: 10px 30px;
  cursor: auto;
}

.ps_store_header .navigation_bar .action_items .user .user_dropdown .dropdown_item a {
  font-family: "Diodrum Regular";
  font-size: 14px;
  pointer-events: all;
  text-decoration: none;
  color: #000;
  line-height: normal;
}

.ps_store_header .navigation_bar .action_items .user .user_dropdown .dropdown_item:hover a {
  color: #E4001C;
}

c-b2bl-_navigationbar {
  height: 100%;
}


.lgc-bg .slds-th__action.slds-th__action_form.slds-cell-fixed {
  background-color: white;
}

.lgc-bg .slds-table th.slds-has-focus {
  box-shadow: none;
}

.lgc-bg .slds-table_tree .slds-cell-fixed {
  background-color: white;
}

.lgc-bg .slds-table:not(.slds-no-row-hover) tbody tr:focus>td,
.slds-table:not(.slds-no-row-hover) tbody tr:focus>th,
.slds-table:not(.slds-no-row-hover) tbody tr:hover>td,
.slds-table:not(.slds-no-row-hover) tbody tr:hover>th {
  background-color: white;
}

.lgc-bg .slds-table_tree .slds-tree__item {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  box-shadow: none;
  font-family: 'Diodrum Regular';
}

.lgc-bg .slds-table_tree .slds-tree__item:hover {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  box-shadow: none;
}

.lgc-bg .slds-hint-parent .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus) {
  box-shadow: none;
}


.lgc-bg .slds-table_header-fixed_container {
  background-color: white;
}

.lgc-bg .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux {
  border-radius: 0;
}

.lgc-bg .slds-resizable__divider::before {
  content: none;
}

.lgc-bg button svg {
  display: none;
}

.lgc-bg button {
  width: 20px;
  height: 20px;
  position: relative;
}

.lgc-bg button:hover {
  color: transparent;
}

.lgc-bg button:active {
  color: transparent;
}

.lgc-bg button:focus {
  box-shadow: none;
}

/* .lgc-bg button[title*="Expand"] :after, .lgc-bg button[title*="展开"] :after {
  content: "";
  background-image: url('/sfsites/c/resource/b2bl_MyDuPont_Resources_Images/images/icons/plus-solid-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.lgc-bg button[title*="Collapse"] :after, .lgc-bg button[title*="折叠"] :after {
  content: "";
  background-image: url('/sfsites/c/resource/b2bl_MyDuPont_Resources_Images/images/icons/minus-solid-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

} */

.lgc-bg button svg {
  display: none;
}

.lgc-bg .slds-has-button-menu{
  font-size: 20px;
  font-family: 'Diodrum Semibold';
  font-weight: normal;
}

.lgc-bg .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux{
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.lgc-bg .slds-table tbody tr.slds-is-selected>td{
  background-color: var(--white);
}
.lgc-bg .slds-table [role=gridcell]:focus{
  box-shadow: none;
}
.lgc-bg .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux::after{
  border-color: var(--white);
}
.lgc-bg .slds-is-selected .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux{
  background-color: var(--red);
  border-color: var(--red);
}



.custom_grid .slds-th__action.slds-th__action_form.slds-cell-fixed {
  background-color: white;
}

.custom_grid .slds-table th.slds-has-focus {
  box-shadow: none;
}

.custom_grid .slds-table_tree .slds-cell-fixed {
  background-color: white;
}

.custom_grid .slds-table:not(.slds-no-row-hover) tbody tr:focus>td,
.slds-table:not(.slds-no-row-hover) tbody tr:focus>th,
.slds-table:not(.slds-no-row-hover) tbody tr:hover>td,
.slds-table:not(.slds-no-row-hover) tbody tr:hover>th {
  background-color: white;
}

.custom_grid .slds-table_tree .slds-tree__item {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  box-shadow: none;
}

.custom_grid .slds-table_tree .slds-tree__item:hover {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  box-shadow: none;
}


.custom_grid .slds-table_header-fixed_container {
  background-color: white;
}

.custom_grid .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux {
  border-radius: 0;
}

.custom_grid .slds-resizable__divider::before {
  content: none;
}

.custom_grid button svg {
  display: none;
}

.custom_grid button {
  width: 20px;
  height: 20px;
  position: relative;
}

.custom_grid button:hover {
  color: transparent;
}

.custom_grid button:active {
  color: transparent;
}

.custom_grid button:focus {
  box-shadow: none;
}

/* .custom_grid button[title*="Expand"] :after, .custom_grid button[title*="展开"] :after {
  content: "";
  background-image: url('/sfsites/c/resource/b2bl_MyDuPont_Resources_Images/images/icons/plus-solid-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.custom_grid button[title*="Collapse"] :after, .custom_grid button[title*="折叠"] :after {
  content: "";
  background-image: url('/sfsites/c/resource/b2bl_MyDuPont_Resources_Images/images/icons/minus-solid-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

} */

.custom_grid button svg {
  display: none;
}

.sleevelength {
  float: left;
  padding-left: 3%;
  width: 13%;
}

.printrepeat {
  padding-left: 3%;
  float: left;
  width: 13%;
}

.cartquantity {
  padding-left: 3%;
  width: 13%;
  float: left;
}

.pricing_reference {
  /* float: left; */
  /* padding-left: 3%; */
  width: auto;
}

.discount {
  float: left;
  padding-left: 3%;
  width: 13%;
}

.cartinputs {
  float: left;
  width: 100%;
}

.border-top_black {
  border-top: 1px solid black;
}

a.sideBarItems:hover:not(.slds-button, .slds-dropdown__item>a) {
  text-decoration: none;
  text-shadow: none;
  font-family: "Diodrum Semibold";
  background-color: white;
  color: var(--red);
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .slds-input {
  border: none;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: black;
  font-size: 16px;
  background-color: transparent;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .slds-input:focus {
  outline: 1px;
}

.slds-input {
  font-family: 'Diodrum Regular';
  font-size: 14px;
  background-color: transparent;
  color: black;
  min-height: calc(2.3rem + (1px * 2));
  line-height: normal;
  padding-left: 12px;
  border-radius: 25px;
}

.slds-combobox__input {
  font-family: 'Diodrum Regular';
  font-size: 14px;
  background-color: transparent;
  color: black;
  min-height: calc(2.3rem + (1px * 2));
  line-height: normal;
  border-radius: 25px;
}

.slds-textarea{
  border-radius: 25px;
}

.slds-form-element__label {
  font-family: "Diodrum Regular";
}

.slds-show {
  box-shadow: none;
}

.slds-has-error .slds-input {
  background-color: var(--input-color-background);
  border-color: var(--red);
  box-shadow: var(--red) 0 0 0 1px inset;
}

.slds-has-error .slds-form-element__help {
  color: var(--red);
}


.slds-button_outline-brand {
  font-size: 14px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
  padding: 0.7em 1.5em;
  line-height: normal;
  cursor: pointer;
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;

}

.fix-slds-input_faux[lwc-4kb6kaqheak] {
  line-height: max(2.3rem, calc(1.2em - 2px));
}

.text-bold {
  font-weight: normal;
  font-family: "Diodrum Semibold";
  letter-spacing: 0.5px;
}

a:link:not(.slds-button, .slds-dropdown__item>a) {
  color: var(--black);
}

a:hover:not(.slds-button, .slds-dropdown__item>a) {
  color: var(--red);
}

.productsPageconfig {
  float: left;
  width: 100%;
}

.configinputs {
  position: relative;
  width: 80%;
}

.configquantity {
  float: left;
  width: auto;
}

.configfl {
  float: left;
  padding-left: 3%;
  width: auto;
}

.configpr {
  float: left;
  padding-left: 3%;
  width: auto;
}

.configaddtocart {
  float: left;
  width: 18%;
  padding-top: 2.4%;
}

.products_list .product_item {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
  .products_list .product_item.no_img .img_blk {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .products_list .product_item.no_img .img_blk img {
    visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .products_list .product_item.no_img .counter_units {
    justify-content: center;
  }
}

.products_list .product_item .item_outer {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .products_list .product_item .item_outer {
    flex-direction: column;
    gap: 25px;
  }
}

.products_list .product_item .item_outer .product_img_desc {
  display: flex;
  flex-grow: 1;
}

.products_list .product_item .item_outer .product_img_desc .img_blk {
  width: 100px;
  flex-shrink: 0;
}

.products_list .product_item .item_outer .product_img_desc .img_blk img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.products_list .product_item .item_outer .product_img_desc .product_chek {
  height: 20px;
  width: 20px;
  margin-top: 10px;
  margin-right: 10px;
}

.products_list .product_item .item_outer .product_img_desc .title_desc_blk {
  padding: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .products_list .product_item .item_outer .product_img_desc .title_desc_blk {
    padding: 5px;
  }
}

.products_list .product_item .item_outer .product_img_desc .title_desc_blk .prod_title {
  margin-bottom: 40px;
}

.products_list .product_item .item_outer .product_img_desc .title_desc_blk .prod_title .title_desc {
  display: block;
  font-family: 'Diodrum Regular';
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--black);
}

.products_list .product_item .item_outer .product_img_desc .title_desc_blk .prod_title .customerinformation .customerlabel{
  font-family: "Diodrum Semibold";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--black);
}
.products_list .product_item .item_outer .product_img_desc .title_desc_blk .prod_title .customerinformation .customervalue{
  font-family: 'Diodrum Regular';
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--black);
}

.products_list .product_item .item_outer .product_img_desc .title_desc_blk .prod_title .title_desc:hover {
  font-family: "Diodrum Medium";
  color: var(--red);
}

.products_list .product_item .item_outer .product_img_desc .title_desc_blk .productCode {
  font-family: "Diodrum Semibold";
  margin: 0;
  margin-bottom: 10px;
}

.products_list .product_item .item_outer .product_qty_details {
  padding-top: 20px;
  flex-shrink: 0;
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .products_list .product_item .item_outer .product_qty_details {
    flex-direction: column;
    gap: 30px;
  }
}

.products_list .product_item .item_outer .product_qty_details .counter_units {
  display: flex;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .products_list .product_item .item_outer .product_qty_details .counter_units {
    gap: 5px;
  }
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter {
  position: relative;
  width: 8rem;
  height: 1.875rem;
  border: 1px solid var(--medium-grey);
  border-radius: 25px;
  text-align: center;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .counter__input {
  border: none;
  height: 100%;
  width:100%;
  margin: 0 auto;
  text-align: center;
  color: black;
  font-size: 16px;
  background-color: transparent;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .counter__input:focus {
  outline: 1px;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .counter_increment {
  font-size: 14px;
  position: absolute;
  top: 0;
  /* line-height: 0.1; */
  right: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--medium-grey);
  width: 30%;
  cursor: pointer;
  font-size: large;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .counter_increment:hover {
  background-color: var(--red);
  color: var(--white);
  overflow: hidden;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .counter_decrement {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  border-right: 1px solid var(--medium-grey);
  width: 30%;
  cursor: pointer;
  font-size: large;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .counter_decrement:hover {
  background-color: var(--red);
  color: var(--white);
  overflow: hidden;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .label {
  font-size: 12px;
  font-family: "Diodrum Regular";
  position: absolute;
  bottom: 30px;
  left: 5px;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .counter .label .required {
  color: var(--red);
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units {
  position: relative;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units .label {
  font-size: 12px;
  font-family: "Diodrum Regular";
  position: absolute;
  bottom: 30px;
  left: 5px;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units .label .required {
  color: var(--red);
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units .select_btn {
  width: 80px;
  text-align: left;
  padding-left: 15px;
  font-family: 'Diodrum Regular';
  font-size: 14px;
  background-color: var(--light-red);
  color: var(--black);
  height: 1.875rem;
  min-height: calc(1.875rem + (1px * 2));
  line-height: max(1.875rem, calc(1.2em - 2px));
  border: none;
  border-radius: 25px;
  padding:0;
padding-left: 15px;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units .select_btn:active,
.products_list .product_item .item_outer .product_qty_details .counter_units .units .select_btn:focus {
  outline: none;
  box-shadow: none;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units .select_btn option {
  font-size: 16x;
  width: 100%;
}

.products_list .product_item .item_outer .product_qty_details .counter_units .units .select_btn:after {
  content: '';
  background-image: url('/Development/resources/images/icons/arrow-right.svg');
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}

.products_list .product_item .item_outer .product_qty_details .prod_specs {
  display: flex;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .products_list .product_item .item_outer .product_qty_details .prod_specs {
    gap: 5px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}

.products_list .product_item .item_outer .product_qty_details .prod_specs .spec {
  position: relative;
}

.products_list .product_item .item_outer .product_qty_details .prod_specs .spec input {
  width: 8rem;
  height: 1.875rem;
  border: 1px solid var(--medium-grey);
  border-radius: 25px;
  text-align: center;
}

.products_list .product_item .item_outer .product_qty_details .prod_specs .spec input:focus {
  outline: 1px;
}

.products_list .product_item .item_outer .product_qty_details .prod_specs .spec .label {
  font-size: 12px;
  font-family: "Diodrum Regular";
  position: absolute;
  bottom: 30px;
  left: 5px;
}

.products_list .product_item .item_outer .product_qty_details .prod_specs .spec .label .required {
  color: var(--red);
}

.products_list .product_item .item_outer .action_items {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 15px;
}

lightning-base-formatted-text {
  font-size: 14px;
}

.divider {
  height: 40px;

  @media only screen and (min-width: 768px) {
    height: 40px;
  }

  @media only screen and (min-width: 1024px) {
    height: 40px;
  }
}


.shipping-data-label {
  font-family: "Diodrum Semibold";
  font-size: 14px;
  color: #474747;
  letter-spacing: 0;
  padding-bottom: 5px;
  margin: 0;
  height: 26px;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /* font-weight: 700; */
}

.address-line-detail span,
.shipping-info p.ship-info,
.shipping-info a.ship_info {
  font-size: 14px;
  display: block;
}

.checkout-header {
  padding: 15px 15px;
  font-size: 24px;
  /* letter-spacing: 1.38px; */
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.slds-form-element__label {
  font-family: "Diodrum Semibold";
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /* font-weight: 700; */
  font-size: 14px;
}

.cart-line-item {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

/* .slds-border_bottom{
    border-width: medium;
    border-color: black;
} */
.add-padding-top{
    padding-top: 20px;
}
.addPadding{
    padding-top: 50px;
    padding-bottom: 10px;
}
 
.slds-text-heading_small{
  font-family:'Diodrum Regular'
}

.quantity-uom{
  gap: 4px;
  display: flex;
  align-items: center;
}

.collapsed-cart-item{
  border-bottom: 1px solid var(--medium-grey);
}

.empty_shopping_cart h5{
  text-align: center;
  color: var(--red);
}

.order_table{
	overflow-x:scroll;
	font-weight: 500;
	max-height: 130vh;
}

.order_title{
  font-size: 24px;
	font-family: 'Diodrum Semibold';
}

thead{
	font-family: 'Diodrum Semibold';
}

.popOrderDetails{
	cursor: pointer;
}  

.slds-modal__header{
	margin: 54px 0 20px 0;
  padding: 0 40px;
  background-color: #fff;
  color: #4a4a4a;
  letter-spacing: 1px;
  border-bottom: 0;
  font-family: 'Diodrum Semibold';
}

.fix-slds-input_faux{
  line-height:2.3rem;
}

.empty_shopping_cart{
  text-align: center;
  color: var(--red);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 90%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--red) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.order-complete-text{ 
  color: var(--red);
  padding: 24px;
  padding-left: 0;
  font-size: 24px;
}

.asyncOrderConfirmation:hover{
  cursor:pointer;
  text-decoration:underline;
  color:var(--red);
}

.slds-button__icon .slds-icon.slds-icon-text-default.slds-icon_x-small{
  position: absolute;
  left: 0.06rem;
  top: 0.1rem;
}

.submit-multiple-order .slds-modal__header{
  margin:0;
}

.slds-datepicker__filter .slds-datepicker__filter_month h2{
  font-size:1.5em;
}

.slds-select_container .slds-select{
  font-size: unset;
}

.slds-datepicker__filter.slds-grid{
  align-items: baseline;
}

.orderWrapper.container {
  padding: 0 33px;
}
.orderWrapper .action_items {
  display: flex;
  gap: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .orderWrapper .action_items {
    flex-direction: column-reverse;
  }
}
.orderWrapper .action_items .left_buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .orderWrapper .action_items .left_buttons {
    justify-content: center;
  }
}
.orderWrapper .action_items .right_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .orderWrapper .action_items .right_buttons {
    justify-content: center;
  }
}
.orderWrapper .orderContainer {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (min-width: 1024px) {
  .orderWrapper .orderContainer {
    flex-direction: row;
  }
}
.orderWrapper .orderContainer .orderLabel {
  font-size: 14px;
  color: black;
  font-family: 'Diodrum Medium';
  letter-spacing: 0.5px;
}
.orderWrapper .orderContainer .orderValue {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  font-family: 'Diodrum Regular';
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1024px) {
  .orderWrapper .orderContainer .orderInformation {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.orderWrapper .orderContainer .orderInformation .orderTitle {
  font-size: 24px;
  font-family: "Diodrum Semibold";
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 15px;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody {
  box-shadow: 1px 0 7px 0 rgba(0,0,0,0.1);
  padding: 25px;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .primaryDetails.orderInfoMain {
  margin-bottom: 50px;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .primaryDetails.orderInfoMain .orderInfo_item {
  display: flex;
  column-gap: 15px;
  padding-bottom: 10px;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .primaryDetails.orderInfoMain .orderInfo_item .orderLabel {
  width: 50%;
  text-align: right;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .primaryDetails.orderInfoMain .orderInfo_item .orderValue {
  width: 50%;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .secondaryDetails {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
  flex-direction: column;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .secondaryDetails .orderInfo_item {
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .secondaryDetails .orderLabel {
  width: 50%;
  text-align: right;
}
.orderWrapper .orderContainer .orderInformation .orderInfoBody .secondaryDetails .orderValue {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .orderWrapper .orderContainer .orderItems {
    flex-basis: 70%;
    max-width: 70%;
  }
}
.orderWrapper .orderContainer .orderItems .title {
  font-size: 24px;
  font-family: "Diodrum Semibold";
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 15px;
}
.orderWrapper .orderContainer .orderItems .orderItem {
  margin-bottom: 30px;
  box-shadow: 1px 0 7px 0 rgba(0,0,0,0.1);
  padding: 25px;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderItem_title {
  font-size: 14px;
  font-family: "Diodrum Medium";
  line-height: normal;
  margin-bottom: 15px;
  color: #e4001c;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderItem_body {
  display: grid;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 25px;
}
@media only screen and (min-width: 768px) {
  .orderWrapper .orderContainer .orderItems .orderItem .orderItem_body {
    grid-template-columns: repeat(2,1fr);
  }
}
.orderWrapper .orderContainer .orderItems .orderItem .orderItem_body .orderDetail_item {
  display: flex;
  column-gap: 15px;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderItem_body .orderDetail_item .orderLabel {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .orderWrapper .orderContainer .orderItems .orderItem .orderItem_body .orderDetail_item .orderLabel {
    width: 40%;
  }
}
.orderWrapper .orderContainer .orderItems .orderItem .orderItem_body .orderDetail_item .orderValue {
  width: 50%;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderPrice_details {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderPrice_details .orderPrice_item {
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  padding-bottom: 10px;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderPrice_details .orderPrice_item .priceLabel {
  text-align: right;
}
.orderWrapper .orderContainer .orderItems .orderItem .orderPrice_details .orderPrice_item .priceValue {
  min-width: 15%;
  text-align: left;
}
.orderWrapper .orderContainer .orderItems .orderItem .order_action_items {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.orderWrapper .orderContainer .orderItems .orderItem .order_action_items button.dupont-btn-secondary {
  border: none;
  border-right: 1px solid black;
  border-radius: 0;
  padding: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .orderWrapper .orderContainer .orderItems .orderItem .order_action_items button.dupont-btn-secondary {
    padding-right: 10px;
  }
}
.orderWrapper .orderContainer .orderItems .orderItem .order_action_items button.dupont-btn-secondary:last-child {
  border: none;
}

.slds-form-element__icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 1;
  z-index: 1;
  padding-top: 0rem;
}

lightning-layout-item .slds-button{
  color:#c6001e;
}

lightning-layout-item .slds-button:hover{
  color:#000000;
}

.tooltipCOA {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltipCOA:hover{
  text-decoration: underline;
  color: var(--red);
}
.tooltipCOA .tooltiptextCOA {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}
 
.tooltipCOA .tooltiptextCOA::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
 
.tooltipCOA:hover .tooltiptextCOA {
  visibility: visible;
}
.fadeOutCOA {
  opacity: 0;
  animation:  fade-out 20s  ease-out forwards ;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px;
  color: #7a7a7a;
  position: static;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
}
 
 
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
