/** Shopify CDN: Minification failed

Line 859:59 Expected ":"
Line 1008:14 Expected ":"
Line 1655:241 Expected ":"
Line 1655:242 Expected identifier but found ":"

**/
@media screen and (min-width: 750px) {
  .header__menu-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;

}
}
a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty{
  display:none;
}
img {
    max-width: 100%;
}
.customer:not(.account):not(.order) {
  margin: 0 auto;
  max-width: 33.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
h3.form__message {
    font-size: 16px;
    line-height: normal;
}

@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem;
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.8rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name='decline'],
.addresses li > button,
.addresses form button[type] {
  background-color: rgba(var(--color-background), var(--alpha-button-background));
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-base-accent-2));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

.address-btns:has(button[aria-expanded="true"]) + .editAddress {display: block;}
.customer .data-address-gropup button.form-cmn-btn {
    margin: 40px 0px 10px 0px;
}
.address-list .form-btn-group {
    justify-content: flex-start;
    margin-bottom:20px;
}

.customer .form-btn-group button.form-cmn-btn.reset-cmn-btn {
    border: #d7d7d7 1px solid !important;
    margin-left: 10px;
}
@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

/* password strenth css start */
 .strength-meter {
    display: flex;
    gap: 5px;
    margin-top: 5px;
  }

  .strength-meter-bar {
    flex: 1;
    height: 5px;
    background-color: #e0e0e0; /* Light gray */
    transition: background-color 0.3s;
  }

  .strength-meter-bar.weak {
    background-color: red;
  }

  .strength-meter-bar.fair {
    background-color: yellow;
  }

  .strength-meter-bar.good {
    background-color: green;
  }

  .strength-meter-bar.strong {
    background-color: green;
  }
/* password strenth css end */



/* Need Help CSS Start */
.account-content-toggle input[type="text"] {
    display: none;
}
.customers-account .collapsible-content-cropped,
.customers-account .collapsible-content-fullscreen
 {
    display: none;
}
.customers-account.customerAccount .collapsible-content-cropped,
.customers-account.customerAccount .collapsible-content-fullscreen
 {
    display: block;
}

.tab-content .search-box { position: relative; border: 1px solid #D7D7D7; border-radius: 5px; margin-top:30px; }
.tab-content .search-box:after {
    position: absolute;
    right: 14px;
    top: 17px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url('help-search-icon.png');
    pointer-events: none;
    content: '';
}
.tab-content .search-box input { border: none; width: 100%; padding: 15px 40px 15px 16px; color:#333333; font-family: 'Poppins'; border-radius: 5px; font-size:16px; }
.tab-content .search-box input:focus { outline: none; box-shadow: none;}
.tab-content p { font-size:20px; line-height:30px; color:#000; }
.tab-content p strong { font-weight:700; }
.tab-content p.small-text { font-size:16px; line-height24px;}
.tab-content p.small-text a { font-size:16px; }
.tab-content p a { font-weight:600; color:#000; font-size:20px; }
.tab-content p a:hover { color:#000; text-decoration:none; }
.faq-header { display: flex; background: #FDDB00; padding: 21px 19px; margin: 28px 0;}
.faq-header h3 { padding-left:18px; }
.tab-content .icn.pb-icon {background-image:url('my-account-icon.svg') }
.tab-content .icn.help-icon {background-image: url('i-help-icon-white.svg'); }
.tab-content .icn.contact-u-icon {background-image: url('phone-icon.svg'); }
.tab-content .icn {  width: 31px; height: 31px; background-repeat: no-repeat;  background-position: center center;    background-size: 100% 100%;}
.faq-section span.icon { display: inline-block; margin-right: 45px; width: 68px}
.faq-section h3 {
 color: #000000;
 text-align: center;
 font-size: 27px;
 margin: 0px;
 font-weight: 700;
}
.faq-section .faq-accordions  {
  width: calc(100% - 200px);
  display: inline-block;
  border-top: 2px solid #D7D7D7;
}
.faq-section .faq-accordions.bt-none{
  border-top:none;
}
.faq-section .faq-accordions .accordion-row .title {
  margin:0;
padding-top: 20px;
padding-bottom: 20px;
 text-align: left;
 color: #000000;
 font-size: 16px;
 font-weight: 500;
 position: relative;
 border-bottom: 2px solid #D7D7D7;
 cursor: pointer;
 font-weight: 700;
  letter-spacing:0;
}

.faq-section .faq-accordions .title:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 24px;
  width: 21px;
  height: 21px;
  background-size: 100% 100%;
  background-image: url('cross-close-icon.svg');
  cursor: pointer;
  transition: 0.5s all;
}
.faq-section .faq-accordions .title:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 24px;
  width: 21px;
  height: 21px;
  background-size: 100% 100%;
  background-image: url('cross-open-icon.svg');
  cursor: pointer;
  transition: 0.5s all;
  display:none;
}
.faq-section .faq-accordions .title.open:after{
  display:none;
}
.faq-section .faq-accordions .title.open:before {
 display: block;
}

.faq-section .faq-accordions .accordion-row .content {
 overflow: hidden;
 height: 0px;
 transition: 0.5s all;
 font-size:16px;
  line-height:24px;
}
.faq-section .faq-accordions .accordion-row .content a {
    color: #000;
    font-size: inherit;
}

.faq-section .faq-accordions .accordion-row .content a:hover {
    text-decoration: none;
}


.faq-section .faq-accordions .accordion-row .content ul {
    margin: 0px;
    padding-top: 10px;
    list-style: auto;
    padding-left: 16px;
}

.faq-section .faq-accordions .accordion-row .content ul li {
    margin-top: 5px;
}

.search-box input[type = 'search']::-webkit-search-cancel-button{display:none !important;}

.faq-section .faq-accordions .accordion-row .open + .content,
.faq-section .faq-accordions .accordion-row.typeshow .content{
 height: auto;
 overflow: initial;
 padding:17px 0;
}
.accordion-data {
  display: flex;
  flex-flow: row wrap
}
.accordion-data .divider { background:#475552; width:100%; height:14px; display:inline-block; margin:28px 0 33px 0;}
.tab-content .text-link { position:relative; color:#333333; font-size:16px; line-height:25px; font-weight:700; display:inline-block; width:auto; text-decoration:none; margin-bottom:40px; }
.tab-content .text-link:after { position:absolute; right:-14px; top:8px; border-left:1px #000 solid; border-top:1px #000 solid; width:8px; height:8px; transform:rotate(135deg); content:'';}
.accordion-data .ac-steps { display:flex; column-gap: 8px; width:100%; align-items:center; flex-flow:row wrap; margin-bottom:47px; }
.accordion-data .ac-steps a { text-decoration:none; color:#FFF; font-size:20px; line-height:28px; text-align:center; padding: 23px 10px; width: calc(100%/2 - 8px); background:#475552;}
.accordion-data .ac-steps a:last-child { width: calc(100%/2 - 0px);}
.accordion-data .ac-steps a.active { background:#969696;}


.get-touch-links { width: 100%; display: flex; column-gap: 8px; margin-bottom:50px; }
.get-touch-links .get-in-touch-item { width: calc(100%/2 - 8px); background-color: #333333; display: flex; justify-content: center; align-items: center; padding: 32px 15px; gap: 25px; border-radius: 10px; text-decoration: none; }
.get-touch-links .get-in-touch-item:last-child { width: calc(100%/2 - 0px);}
.tab-content .get-touch-links .get-in-touch-item  .icn { height:38px; width:38px;}
.itemlink-text { font-size: 26px; color: #FDDB00; line-height: 36px; letter-spacing: 0; font-weight: 600; }
.c-contact-pref-subtitle { background-color: #FDDB00; padding: 16px 19px 14px 19px; display: flex; align-items: center; margin:20px 0 18px 0; }
.c-contact-pref-subtitle .title-content { font-size: 20px; line-height: 20px; font-size:20px; font-weight:600; }
.contact-tab .faq-section .faq-accordions { width:100%; }
.contact-tab.tab-content p { margin-bottom:30px; }
.contact-tab .faq-header { margin-bottom:18px; }
.contact-tab.tab-content .faq-section .faq-accordions .accordion-row .open + .content p { font-size:16px; line-height:24px; }
.contact-tab.tab-content .faq-section .faq-accordions .accordion-row .open + .content p a { font-size:16px; font-weight:700; color:#000; text-decoration:none;}
.contact-tab.tab-content .faq-section .faq-accordions .accordion-row .open + .content p:last-child { margin-bottom:0;}
.contact-tab .faq-section .faq-accordions .accordion-row .title.open { border-bottom:none; padding-bottom:0px;}
.contact-tab .accordion-row {
    border-bottom: #d7d7d7 2px solid;
}

.contact-tab .faq-section .faq-accordions .accordion-row .title {
    border-bottom: none;
}
/**New CSS Start**/
.form-model-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    background*: ;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}
html body .customer form .field.confirm-password .password-icon {
    position: absolute;
}
.form-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 100;
  opacity:0;
   transition:0.5s all;
   pointer-events:none;}
.customer-group {
   opacity:0;
   transition:0.5s all;
   pointer-events:none;
    border-radius: 10px;
    border: #0000001A 1px solid;
    margin: auto !important;
    width: 100%;
    max-width: 664px !important;
    padding: 64px 58px !important;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 50%;
    background-color: #fff;
    z-index: 101;
    transform: translateY(-50%);
    max-height: calc(100vh - 20px);
    overflow: auto;
}
.login-model .form-overlay,
.login-model .customer-group {
  opacity: 1;
  pointer-events: auto;
}
.customer-group .customer {
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
    padding: 0px !important;
    border: none !important;
    border-radius: 0px !important;
}
.account-login-head-main {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.account-login-head-main .login-tab {
    margin: 0px;
}



.customer .account-login-head-main .login-tab {
    font-size: 20px;
    color: #b2b2b2;
    letter-spacing: 1px;
    font-weight: 700;
    width: 50%;
    cursor: pointer;
    border-bottom: #b2b2b2 2px solid;
    padding: 11px 10px;
    transition:0.5s all;
}

.customer .account-login-head-main .login-tab.active {
    color: #000;
    border-color: #FDDB00;
}

.customer form {
    margin-top: 50px;
    font-size: 14px;
    font-family: 'Poppins';
    text-align: left;
    line-height: normal;
  display: flex;
    flex-flow: row wrap;
}

html body .customer form .field {
    width: 100%;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    margin: 8px 0;
}

html body .customer form .field input {border-radius: 6px !important;color: #000;font-size: 16px;font-family: 'Poppins'; height:50px;border:none; }

html body .customer form .field:before, html body .customer form .field:after {
    content: normal;
}

html body .customer form .field label {
    padding-top: 13px;
    padding-left: 10px;
    color: #333333;
    font-size: 16px;
}

html body .customer form .field input:focus {
    box-shadow: none;
}
html body .customer form .field .password-icon,
html body .change-password-form .password-icon{
    font-size: 0px !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 15px;
    right: 13px;
    background-image: url('view-password-icon-unview.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
html body .customer form .field input[type="text"] + .password-icon,
html body .change-password-form  input[type="text"] + .password-icon
{
    background-image: url('view-password-icon.svg');
      top: 14px;
}

.form-checkbox {
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 4px;
}

.form-checkbox input {
 opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    height: 20px;
    cursor: pointer;

}

.form-checkbox label {
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    color: #000000;
    padding-top: 2px;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    letter-spacing: normal;
}

.form-checkbox label:before {
    content: '';
    width: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: #D7D7D7 2px solid;
    height: 24px;
    transition: 0.5s all;
}

.form-checkbox label:hover:before {
    border-color: #969696;
}

.form-checkbox input:checked + label:before {
    border-color: #fdf1d1;
background-color:#fdf1d1;
}


.form-checkbox input + label:after {
    content:'';
    width: 12px;
    height: 7px;
    position: absolute;
    left: 7px;
    top: 7px;
    border-bottom: #000 2px solid;
    border-left: #000 2px solid;
    transition: 0.5s all;
    transform: rotate(-45deg);
    opacity: 0;
}
.form-checkbox input:checked + label:after {
opacity: 1;
}

.customer button.form-cmn-btn {
    background-color: #000;
    min-width: 170px;
    padding: 5px 22px;
    height: 50px;
    line-height: normal;
    min-height: inherit;
    border-radius: 50px;
    border: none !important;
    color: #FDDB00;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    transition: .5s all;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.customer button.form-cmn-btn:before, .customer button.form-cmn-btn:after{
    content: normal;
}
.customer button.form-cmn-btn.login-btn:after {
    content: "";
    border: none !important;
    box-shadow: none;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    position: static;
    background-image: url(padlock-icon-login.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.customer button.form-cmn-btn:hover {
    opacity: 0.9;
}
.recover-main {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 55px;
}
a.recover {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
}

a.recover:hover {
    text-decoration: underline;
}

.createaclink, .alreyacc, .terms-div {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    letter-spacing: normal;
    margin:auto;
}
.terms-div {
    padding: 20px 0 30px 0;
}
.createaclink a.createacct, .alreyacc a, .terms-div a {
    margin: 0px;
    color: #000000;
    font-weight: 600;
    margin-left: 5px;
    font-size: 14px;
    line-height: normal;
}
.createaclink a.createacct:hover, .alreyacc a:hover, .terms-div a:hover {
      text-decoration: none;

}
.recover-main a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: #000 2px solid;
    border-bottom: #000 2px solid;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    left: -2px;
    top: -1px;
}

.strength-meter {
    flex-flow: row wrap;
    padding-top: 5px;
    margin-bottom: 9px;
  width:100%;
}

.strength-meter>span {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.strength-meter-bar {
    height: 4px;
    font-size: 0px;
}

.form-text.text-muted {
    font-size: 14px;
    color: #000;
    padding: 5px 0px 20px 0px;
    display: inline-block;
}
.customer button.form-cmn-btn#RegisterForm-button {margin-top: 35px;}
html body .customer form .field.field-half {
    width: calc(50% - 8px);
    margin-top: 4px;
}
.form-group.form-checkbox {
    margin-top: 12px;
}
html body .customer form .field.field-half+.field-half {
    margin-left: 16px;
}
#recover:target+div +.account-login-head-main, #recover:target+div +.account-login-head-main+.login-form-tab {
    display: none !important;
}

.customer-group:has(#recover:target) {
    min-height: inherit;
}
.form-btn-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: auto;
    align-content: center;
    align-items: center;
    margin-top: 40px;
}

.customer .form-btn-group button.form-cmn-btn {
    margin: 0px;
}

.form-btn-group a {
    margin-left: 20px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    min-width: 120px;
    border: #000 1px solid;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    text-decoration: blink;
}
.form-btn-group a:hover {
    text-decoration: none;
}

.form-btn-group a:hover {
    background-color: #000;
    color: #fff;
}


.customers-account .customer.account,
.customers-addresses .customer.addresses,
.customers-order .customer.addresses{
    max-width: 1300px !important;
    padding: 0px 15px !important;
    border: none;
}


.order-content-part .order {
    padding: 0px 0px 60px 0px;
}

.customer-account-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
}

.customer-ac-sidebar {
    width: 19%;
    text-align: left;
}

.customer-ac-content {
    width: 74%;
    text-align: left;
}

.customer-ac-sidebar h1.customer__title {
    font-size: 22px;
    font-weight: 600;
    color: #FDDB00;
    margin-bottom: 18px;
}

.c-ac-sidebar {
    width: 100%;
}

.c-ac-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.c-ac-sidebar ul li {
    font-size: 16px;
    color: #475552;
    font-weight: 700;
    width: 100%;
    background-color: #EEEDEE;
    position: relative;
}
.my-details .c-ac-sidebar ul li a[data-item="my-details"],
.order-history .c-ac-sidebar ul li a[data-item="order-history"],
.customers-order .c-ac-sidebar ul li a[data-item="order-history"],

.reorder-today .c-ac-sidebar ul li a[data-item="reorder-today"],
.medical-questionnaire .c-ac-sidebar ul li a[data-item="medical-questionnaire"],
.help .c-ac-sidebar ul li a[data-item="help"],
.contact-us .c-ac-sidebar ul li a[data-item="contact-us"],
.change-password .c-ac-sidebar ul li a[data-item="change-password"],
.contact-preferences .c-ac-sidebar ul li a[data-item="contact-preferences"],
.customers-addresses .c-ac-sidebar ul li a[data-item="address-book"]
{
    background-color: #FDDB00;
}

.customer-ac-cmn {
  display: none;
}
.customerAccount .customer-ac-cmn:first-child,
.my-details .customer-ac-cmn#my-details,
.order-history .customer-ac-cmn#order-history,
.customers-order .customer-ac-cmn#order-history,
.reorder-today .customer-ac-cmn#reorder-today,
.medical-questionnaire .customer-ac-cmn#medical-questionnaire,
.help .customer-ac-cmn#help,
.contact-us .customer-ac-cmn#contact-us,
.change-password .customer-ac-cmn#change-password,
.contact-preferences .customer-ac-cmn#contact-preferences,
.customers-addresses .customer-ac-cmn#customers-addresses
{
  display: block;
}

.c-ac-sidebar ul li.subnav>a:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 19px;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url('cross-open-icon.svg');
  cursor: pointer;
  transition: 0.5s all;
}

.c-ac-sidebar ul li.subnav>a.closeitem:after {
  background-image: url('cross-close-icon.svg');
}

.c-ac-sidebar ul li a {
    color: #475552;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 2px 5px 44px;
    position: relative;
    display: flex;
    width:100%;

    min-height: 54px;
    flex-flow: row wrap;
    align-items: center;
    letter-spacing: normal;
}

.c-ac-sidebar ul li ul li {
    font-weight: normal;
    color: #000000;
}

.c-ac-sidebar ul li ul li a {
    color: #000000;
    background-color: #fff;
    width: 100%;
    border-top: #707070 1px solid;
}

.c-ac-sidebar ul li ul {
  overflow: hidden;
  transition: 0.8s all;
  max-height: 300px;
  padding-bottom: 0px;
}
.c-ac-sidebar ul li .closeitem + ul {
  max-height: 0px;
}
.c-ac-sidebar ul li ul li:first-child a {
  border-width: 2px;
}

ul>li.subnav {
    border-top: #707070 2px solid;

}
ul>li.subnav.help-contact-nav {border-width: 1px;background-color: transparent; padding-top:15px}

.c-ac-sidebar ul li:has(.closeitem) {
    background-color: transparent;
}
ul>li.subnav.help-contact-nav ul li a {
    border-top: none !important;
}

li.subnav>a:hover {
    opacity: 0.8;
}

.c-ac-sidebar ul li .icn {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 7px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: center center;
        background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7434%) hue-rotate(211deg) brightness(115%) contrast(88%);
}

.customer-ac-sidebar .sign-out-btn {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
}

.customer-ac-sidebar .sign-out-btn:hover {
    text-decoration: underline;
}

.customer-ac-content h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 35px;
}

.short-desc {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-home-all-list {
    display: flex;
    flex-flow: row wrap;
    row-gap: 50px;
    column-gap: 80px;
    padding-top: 25px;
}

.c-home-all-list .c-home-item {width: calc(50% - 40px);background-color: #FDDB00;padding: 30px 26px; min-height: 327px;}

.c-home-all-list .c-home-item .c-home-title {
    font-size: 27px;
    font-weight: 600;
    border-bottom: #fff 2px solid;
    padding: 0px 0px 20px 50px;
    line-height: normal;
    position: relative;
}

.c-home-all-list .c-home-item .c-home-title .c-home-icon {
    width: 44px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}
.c-home-all-list .c-home-item.myorders-item .c-home-title .c-home-icon {
  background-image: url(my-orders-icon.svg);
}
.c-home-all-list .c-home-item.myprofile-item .c-home-title .c-home-icon {
  background-image: url(my-account-icon.svg);
}
.c-home-all-list .c-home-item.my-security-item .c-home-title .c-home-icon {
      background-image: url(my-security-privacy-icon.svg);
    background-size: 75%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(102%) contrast(103%);
}
.c-home-all-list .c-home-item .c-home-innerlist {
    list-style: none;
    padding: 10px 0px 0px 0px;
    margin: 0;
}

.c-home-all-list .c-home-item .c-home-innerlist li {
    font-size: 20px;
    margin: 20px 0px;
}

.c-home-all-list .c-home-item .c-home-innerlist li a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    transition: 0.5s all;
}

.c-home-all-list .c-home-item .c-home-innerlist li a:hover {
    opacity: 0.6;
}
.customers-account .customer.account .ac-cmn-btn {border-radius: 40px;background-color: #000; transition:0.5s all; padding: 12px 10px;font-size: 16px;text-decoration: none;font-weight: 600;min-width: 218px;text-align: center;color: #FDDB00;a;:c;}

.customers-account .customer.account .ac-cmn-btn:hover {
    opacity: 0.85;
}
.customers-account .customer.account .c-home-all-list .ac-cmn-btn{ margin-top:20px;}
.c-ac-sidebar ul li .myp-icon { background-image: url('my-account-icon.svg'); }
.c-ac-sidebar ul li .myd-icon { background-image: url('my-details.svg'); }
.c-ac-sidebar ul li .add-book-icon { background-image: url('delivery-address-icon.svg'); }
.c-ac-sidebar ul li .pb-icon { background-image: url('my-orders-icon.svg'); }
.c-ac-sidebar ul li .order-h-icon { background-image: url('your-previous-orders-icon-white.svg'); }
.c-ac-sidebar ul li .reorder-t-icon { background-image: url('reorder-today-icon.svg'); }
.c-ac-sidebar ul li .medial-q-icon { background-image: url('your-previous-answers-icon.svg'); }
.c-ac-sidebar ul li .secu-icon { background-image: url('my-security-privacy-icon.svg'); }
.c-ac-sidebar ul li .change-p-icon { background-image: url('change-passwords-icon.svg'); }
.c-ac-sidebar ul li .contact-p-icon { background-image: url('contact-preferences-icon.svg'); }

.c-ac-sidebar ul li .clains-me-icon { background-image: url('contact-preferences-icon.svg'); }
.c-ac-sidebar ul li .points-b-icon { background-image: url('contact-preferences-icon.svg'); }
.c-ac-sidebar ul li .my-r-icon { background-image: url('contact-preferences-icon.svg'); }
.c-ac-sidebar ul li .help-icon { background-image: url('i-help-icon-white.svg'); }
.c-ac-sidebar ul li .contact-u-icon { background-image: url('phone-icon.svg'); }




.title-with-icon {
  width: 100%;
  padding: 18px 15px;
  display: flex;
  column-gap: 15px;
  background-color: #FDDB00;
  color: #000000;
  font-size: 27px;
  font-weight: 600;
  line-height: normal;
  flex-flow: row wrap;
  align-items: flex-start;
}

.title-with-icon .title-icon img {
   width: 100%;
   height: auto;
   display: block;
}



.title-content {
    width: calc(100% - 60px);
}

.billing-add-info {
    width: 100%;
    margin: 28px 0px 56px 0px;
    font-size: 20px;
    padding-right: 50px;
    position: relative;
}
.billing-add-info p:after {
 content: '';
 position: absolute;
 right: 0px;
 top: 0px;
 width: 38px;
 height: 38px;
 background-image: url('edit-button.svg');
 background-size: 100% 100%;
 cursor: pointer;
}
.billing-add-info * {font-size: 20px; margin: 0px;}
.billing-add-info p br {display: none;}


.address-list li {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0px;
    text-align: left;
        border-bottom: #D7D7D7 2px solid;
    padding: 25px 0;
}

.address-list li .address-text p br {
    display: none;
}


.address-list li .address-text {
    width: calc(100% - 360px);
    position: relative;
    padding-left: 40px;
   font-size:18px;
}

.address-btns {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    color: #000000;
    font-size: 12px;
    align-items: center;
}

.address-btns button {
    margin: 0px;
    background-color: #EEEDEE;
    border: none;
    font-size: 0px;
    width: 38px;
    height: 38px;
    padding: 0px;
    min-width: inherit;
    border-radius: 100%;
    line-height: normal;
    min-height: inherit;
    margin: 0px 6px;
}

.address-btns button:before, .address-btns button:after {
    content: normal;
}

.default-text {
    margin-right: 10px;
}

.editAddress {
 display: none;
}

.editAddressShow {
 display: block;
}
.select:before, .select:after {
    content: normal;
}

.select select {
  height:50px;
    box-shadow: none !important;
}
.addresses form .checkbox.form-checkbox {
    margin-top: 15px;
}
.address-list li .address-text:before {
    content: '';
    width: 24px;
    height: 24px;
    border: #D7D7D7 2px solid;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    bottom:0px;
   margin:auto;
    border-radius: 100%;
    transition:0.5s all;
}

.address-list li .address-text:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom:0px;
    margin:auto;
    border-radius: 100%;
    transition:0.5s all;
    background-color: #000;
    z-index: 1;
    opacity: 0;
}

.address-list li .address-text p {
    margin: 0px;
}

.address-list li.default-address  .address-text:before {
    background-color: #fdf1d1;
    border-color: #fdf1d1;
}
.address-list li.default-address .address-text:after {opacity:1}
.address-list li .address-star {
 background-image: url('make-default-button-off.svg');
 width: 38px;
 height: 38px;
 display: inline-block;
 background-size: 100% 100%;
     margin-left: 5px;
}
.address-list li.default-address .address-star {
 background-image: url('make-default-button-on.svg');
}
 .editAddress h4, .AddAddress-form h4 {
    margin-bottom: 0px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 700;
}
.AddAddress-form form {
  margin-top: 20px;
}
.customer .editAddress form {
    margin-top: 20px;
}


span#hulk-reorder-message {
    display: none;
}
.order-history-data {
    margin-bottom: 60px;
}

table.order-history span#hulk-reorder-list {
    display: none;
}
table.order-history {
    margin-top: 26px;
    box-shadow: none;
    border-top: #D7D7D7 2px solid;
    border-bottom: #D7D7D7 2px solid;
}
.customer .order-history tbody td{ padding-right:0px;}
table.order-history tbody td {
  padding-top: 2.4rem !important;
  padding-bottom: 2.2rem !important;
  border-bottom:#D7D7D7 2px solid;
}
.field-error-message {
    color: #f00;
    font-size: 12px;
    margin-top: 5px;
}
.customer thead span#hulk-reorder-list {
    display: none;
}
table.order-history
 tr th {
    padding: 14px 4px 14px 4px;
    font-size: 14px;
    font-weight: 600;
}

.customer th:first-of-type, .customer td:first-of-type {
        padding-left: 0;
    }

.customer thead::after, .customer tfoot::before {
    height: 2px;
    background-color: #d7d7d7;
}

.customer tbody td:first-of-type a {
    padding: 0px;
    border: none;
    box-shadow: none !important;
    color: #000;
    font-size: 16px;
}

.customer tbody tr td {
    font-size: 16px;
    color: #000;
}



/*  Account Page start */
.header-icons-group {display: flex;flex-flow: row wrap;align-items: center;}
.has-login-hdr-account, .hdr-account {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    top: 6px;
    margin-right: 8px;
}

.has-login-hdr-account svg, .hdr-account svg {
    max-width: 20px;
}
.c-contact-pref-title { padding: 17px 15px; display: flex; column-gap: 15px; background-color: #FDDB00; }
span.title-icon { width: 35px; height: 32px; display: block; }
span.title-icon img {
    width: 100%;
    height: 100%;
}
.title-content { font-size: 27px; font-weight: 600; letter-spacing: 0; line-height: 40px; color: #000000; }
.contact-pref-wrapper .account-subtitle-ctn { max-width: 718px; }
.account-subtitle-ctn { max-width: 720px; }
.account-content-list-wrap .account-content { pointer-events: auto !important; padding: 22px 0; }
.account-content { display: flex; justify-content: space-between; padding: 26px 0; border-bottom: 2px solid #D7D7D7; align-items: center; }
.account-subtitle { font-size: 18px; font-weight: 600; letter-spacing: 0; line-height: 20px; color: #000000; }
.account-desc { font-size: 16px; font-weight: 400; letter-spacing: 0; line-height: 24px; color: #000000; margin-top: 12px; }
.account-content-toggle div.toggle-icon { width: 80px; height: 40px; cursor: pointer; border-radius: 40px; }
.account-content-toggle label {pointer-events: none;}
.Med-que-wrapper .account-subtitle { line-height: 26px }
.pref-link { margin-top: 40px; display: flex; align-items: center; }
.customer .Med-que-wrapper .short-desc { margin-bottom: 32px; }
.customer .short-desc { font-size: 20px; line-height: 1.5; margin-bottom: 20px; letter-spacing: 0; }
.customer .short-desc sup {font-size: small;}
.customer .short-desc a { font-weight: 600; font-size: 17px; line-height: 1.5; letter-spacing: 0; color: #000; display: inline; }
.pref-note p { font-size: 12px; margin-top: 28px; letter-spacing: 0; line-height: 18px; margin-bottom: 20px; }
.customer a.dashboard-link { color: #333333; font-size: 16px; letter-spacing: 0; font-weight: 600; text-decoration: none; }
.checkbox-tick { opacity:0; margin: 0; position: absolute; }
.account-content-toggle { position: relative; }
.account-content-toggle .checkbox-tick{pointer-events: none;}
.customer .short-desc a:hover { text-decoration: none; }
.account-content-toggle input[type=checkbox]:checked + label  .toggle-icon-on.toggle-icon { display: block; }
.account-content-toggle input[type=checkbox]:checked + label .toggle-icon-of.toggle-icon { display: none; }
.toggle-icon-on.toggle-icon { display: none }
.account-title { font-size: 18px; font-weight: 600; letter-spacing: 0; line-height: 1.3; margin-top: 24px; }
.account-title.account-title-last { margin-top: 22px; }
.account-title.account-par { line-height: 28px; max-width: 920px; }
.item-chechbox { margin: 0; width: 25px; height: 25px; position: absolute; left: 0; top: 2px; }
.item-chechbox-value { font-size: 16px; letter-spacing: 0; line-height: 24px; }
.account-content-list { margin-top: 10px; padding-bottom: 21px; border-bottom: 2px solid #D7D7D7; }
.account-content-item { position: relative; padding-left: 44px; margin-bottom: 4px; }
.first-account-content-list .account-content-item { max-width: 710px; }
.account-content-item .item-chechbox.checked:after,
.account-content-item .item-chechbox:checked:after { content: ""; width: 25px; display: block; height: 25px; position: absolute; z-index: 2; background-color: #FDF1D1; }
.account-content-item .item-chechbox:checked:after {
      left: -2px;
    top: -2px;
}

.account-content-item .item-chechbox.checked:before,
.account-content-item .item-chechbox:checked:before { content: ""; position: absolute; width: 7px; height: 12px; border-bottom: 2px solid #000; border-right: 2px solid #000; z-index: 3; transform: rotate(45deg); left: 10px; top: 5px; }
.account-content-item .item-chechbox:checked:before {
  left: 7px;
  top: 3px;
}
.item-chechbox.checked { -webkit-appearance: none; border: none; }
.item-chechbox {border: 2px solid #D7D7D7; border-radius: 0; -webkit-appearance: none; }
.c-contact-pref-subtitle { background-color: #FDDB00; padding: 15px 13px; display: flex; align-items: center; column-gap: 15px; margin-top: 15px; }
.c-contact-pref-subtitle .title-content { font-size: 20px; line-height: 20px; }
.account-subtitle .par { font-weight: 400; }
.account-content-list.last-account-content-list { margin-bottom: 32px; margin-top: 15px; }
.faq-bottom-content {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.2px;
}

.faq-bottom-content .fbc-inner {
    margin-bottom: 18px;
}

.faq-bottom-content .fbc-inner a {
    color: #000;
    text-decoration: none;
}

.faq-bottom-content .fbc-inner a:hover {
    text-decoration: underline;
}

.name-number-content {
    padding-left: 0px;
    padding-top: 10px;
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.name-number-content .name-number-item {
    display: flex;
    flex-flow: row wrap;
    margin: 2px 0px;
    line-height: normal;
    font-size: 15px;
}

.name-number-content .name-number-item label {
    font-weight: 600;
    padding-right: 4px;
}
.account-content-list input[type=checkbox] {
    width: 25px;
}
.reorder-contInfo-main {
    display: none;
}
.reorder-contInfo-inner {
      font-size: 16px;
    border-top: 1px solid #f1efef !important;
    margin-top: 20px;
}
.reorder-contInfo-inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.reorder-contInfo-inner input {
    width: 25px;
}

.checkyour-medical-q {
    font-size: 18px;
    color: #000;
    margin-top: 50px;
}

.checkyour-medical-q a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline !important;
}
.checkyour-medical-q a:hover {
  text-decoration: none !important;
}
.checkyour-medical-q a:hover {
    text-decoration: none;
    color: #000;
}

.ifany-cmmq {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom:10px;
}

.ifany-cmmq a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.ifany-cmmq a:hover {
    text-decoration: none;
}

/*  Account Page end */

/**Order Page**/
.hulkapp_reorder_master .hulkapps {
    position: static;
}
.hulk-reorder-details-btn .hulk_reorder_order_detail_page {
    background-color: #000;
    min-width: 200px;
    padding: 11px 22px 11px 22px;
    line-height: normal;
    min-height: inherit;
    border-radius: 50px !important;
    border: none !important;
    color: #FDDB00;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    transition: .5s all;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 50px 0px;
}

.hulk-reorder-details-btn .hulk_reorder_order_detail_page .hulk_tooltiptext {
    display: none;
}


@media(max-width:767px) {
  .hulkapps .hulk_pop_up .hulk_modal-content .hulk_prod_action {  width: 100px !important;}
  .c-contact-pref-subtitle span.title-icon { width: 18px; height: 16px; overflow: hidden; display: flex; }
  .login .recover-text p {
    font-size: 13px;
}
  .customer button.form-cmn-btn {    min-width: 130px;}
      .form-btn-group a {
        margin-left: 10px;
        min-width: 120px;
        line-height: 46px;
    }
  .form-btn-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: auto;
    align-content: center;
    align-items: center;
    margin-top: 40px;
}

.customer .form-btn-group button.form-cmn-btn {
    margin: 0px;
}

.form-btn-group a {
    margin-left: 20px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    min-width: 100px;
    border: #000 1px solid;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    text-decoration: blink;
}

.form-btn-group a:hover {
    text-decoration: none;
}

.form-btn-group a:hover {
    background-color: #000;
    color: #fff;
}

.customer-group {
    width: calc(100% - 30px);
    padding: 50px 15px !important;
    min-height: inherit;
}

.customer .account-login-head-main .login-tab {
    font-size: 16px;
}

html body .customer form .field.field-half {
    width: 100%;
}

html body .customer form .field.field-half+.field-half {
    margin-left: 0px;
}

.customer form {
    margin-top: 25px;
}

.customer button.form-cmn-btn {
    margin-top: 40px;
}

.recover-main {
    margin-top: 10px;
    margin-bottom: 25px;
}
}

.customer-group h2.form__message {
    font-size: 14px;
    color: red;
    display: block;
    width: 100%;
    outline: none !important;
    box-shadow: none;
}

.errors {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.errors ul, .form__message + ul {
    margin: 0px 0 10px 0;
    color: red;
    width: 100%;
    list-style: disc;
}
.order-right-part { padding-top:10px;}
.order-right-part h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.order-right-part, .order-right-part p {
    font-size: 14px;
    color: #000;
}

.order-date-time {
    font-size: 0;
    font-weight: 600;
    margin-top: -25px;
}
.order-date-time strong {
    font-weight: 600;
    font-size: 16px;
}

.order-date-time time {
    font-weight: normal;
    font-size: 16px;
}

table.order-details {
    margin-top: 12px;
      box-shadow: none;
    border-top: #d7d7d7 2px solid;
}

table.order-details thead tr th {
    padding: 13px 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

table.order-details tbody td {
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

table.order-details tbody td a {
    text-decoration: none;
    line-height: normal;
    font-size: 14px !important;
}

table.order-details tbody td:last-child {
    padding-bottom: 19px;
}

table.order-details tfoot {
    font-size: 14px;
}

table.order-details tfoot tr:last-of-type td, table.order-details tfoot tr:last-of-type th {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px !important;
}


a.view-order-details {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: 0.5s all;
}

a.view-order-details:after {
    content: '';
    border-left: #000 2px solid;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-bottom: #000 2px solid;
    transform: rotate(-132deg);
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.customer .order-history tbody td .pdt-reorder {
    display: block !important;
}

.customer .order-history tbody td .pdt-reorder .hulk_reorder_button:after {
    content: 'Reorder';
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-right: 10px;
}

.customer .order-history tbody td .pdt-reorder .hulk_tooltiptext {
    display: none;
}

table.order-history span#hulk-reorder-list .hulk_tooltip {
    height: auto !important;
    width: 80px;
    background: none;
}
.customer .order-history tbody td .pdt-reorder .hulk_reorder_button{
      display : block;
}
.customer .order-history tbody td .pdt-reorder .hulk_reorder_button:before {
    content: '';
    border-left: #000 2px solid;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-bottom: #000 2px solid;
    transform: rotate(-132deg);
    margin-left: 2px;
    position: absolute;
    top: 4px;
    right: 0px;
}
 .hulkapps .hulk_pop_up .hulk_modal-footer button {border-radius: 50px !important;padding: 9px 20px 8px 20px !important;font-weight: 600 !important; margin-top: 15px;}

.hulkapps .hulk_pop_up .hulk_modal-footer button#reorder_button {
    background-color: #000 !important;
    border-color: #000 !important;
}

.hulkapps .hulk_pop_up .hulk_modal-footer button:hover {
    opacity: 0.8;
}
.hulkapps .hulk_pop_up .hulk_modal-content .hulk_prod_action .hulk_deletebtn {
    color: red !important;
  font-size:12px !important;
}
html body .hulkapps .hulk_pop_up .hulk_modal-content .hulk_modal-header .hulk_close {
    color: #000 !important;
    opacity: 1;
}
html body .hulkapps .hulk_pop_up .hulk_modal-content .hulk_modal-header + .hulkdiscount_box {
    display: none !important;
}
/**New CSS End**/

/*MY Detail Form*/
.detail-form {
    margin-top: 23px;
}
.detail-form-item {
    display: flex;
}

.detail-form-item-title {
    min-width: 145px;
}
.detail-form-item {
    padding: 0px 0 16px;
    gap: 10px;
    align-items: center;
    display: flex;
    padding-bottom: 16px;
}
.detail-form-item-title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    color: #000000;
    font-family: 'Poppins';
}

.detail-form-item-element select {
    border: 1px solid #D7D7D7;
        max-width: 175px;
    width: 100%;
    border-radius: 5px;
    min-height: 50px;
    background-image: url('select-arrow.svg');
    background-position: 93% 50%;
    background-repeat:no-repeat;
}

.detail-form-item-element input[type="text"], .detail-form-item-element input[type="email"],.detail-form-item-element input[type="number"],.detail-form-item-element select {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    min-height: 50px;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 0.5rem 1.5rem;
}

.detail-form-item-element {
    width: calc(100% - 220px);
}
.detail-form-item-element.date-of-birth input.number.date, .detail-form-item-element.date-of-birth input.number.month {
    max-width: 75px;
}

.detail-form-item-element.date-of-birth input.number.year {
    max-width: 90px;
}
.detail-form-item-element.date-of-birth input.number.date, .detail-form-item-element.date-of-birth input.number.month {
    max-width: 75px;
}

.detail-form-item-element.date-of-birth input.number.year {
    max-width: 120px;
}

.detail-form-item-element .checkbox {
    position: relative;
    /* padding-left: 35px; */
    margin-left: 18px;
}
.detail-form-item-element .checkbox input[type="radio"] {
    position: absolute;
    height: 0;
    margin: 0;
    cursor:pointer;
    opacity:0;
}
.detail-form-item-element .checkbox input[type="radio"]:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
}

.detail-form-item-element .checkbox:first-child {
    margin-left: 0;
}
.detail-form-item .detail-form-item-element.date-element{display:flex;}
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    width:100%;
    display:block;
  }
.detail-form-item-element .checkbox label:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    left: 0;
    top: 2px;
    border:#D7D7D7 1px solid;
}

.detail-form-item-element .checkbox input[type="radio"]:checked + label:before {
    background: #FDF1D1;
   border-color:#FDF1D1;

}

.detail-form-item-element .checkbox input[type="radio"]:checked + label:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #000;
    border-radius: 100%;
    left: 7px;
    top: 9px;

}

.detail-form-item-element .checkbox input[type="radio"]:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    left: 0;
    border-radius: 100%;
    top: 2px;
    border: 1px solid #D7D7D7;
}

.detail-form-item-element .checkbox label {
    padding-left: 35px;
    cursor: pointer;
    margin-top: 3px;
    display: block;
}
.customer .detail-form-item .form-cmn-btn {
    margin-top: 0;
    margin-left: 0;
}
.dashboard-link-content {
    margin-top: 40px;
}
.detail-form-item-element.date-of-birth span {
    padding: 0px 3px;
}
.form-terms {
    font-size: 12px;
    letter-spacing: 0;
}
.detail-form-item .form-cmn-btn {
    margin-bottom: 0px;
}
.detail-form-item-element select:focus,.detail-form-item-element input[type="text"]:focus-visible, .detail-form-item-element input[type="email"]:focus-visible,.detail-form-item-element input[type="number"]:focus-visible {
    outline: none;
    box-shadow: none;
}
.detail-form-item.form-btn{padding-bottom:21px;}
.detail-form-item.date-of-birth {
    padding-bottom: 25px;
}
.tooltip-content {
    display: none;
      font-size: 13px;
}

.detail-form-item-title.content-tooltip {
    display: flex;
}

.tooltip-title {
    border: 1px solid #969696;
       padding: 1px;
    border-radius: 100%;
    font-size: 12px;
    color: CADETBLUE;
    width: 22px;
    height: 22px;
    text-align: center;
    cursor:pointer;
}
.tooltip {
    margin-left: 5px;
    position: relative;
}

.tooltip:hover .tooltip-content {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    padding: 10px;
    background: #fff;
    border: 1px solid #969696;
    width: 130px;
    right: -5px;
    bottom: 10px;
    z-index: 2;
}

.tooltip:hover .tooltip-content:before {
    content: "";
    position: absolute;
    height: 10px;
    transform-origin: 0 0;
    right: 5px;
    bottom: -18px;
    width: 10px;
    /* box-shadow: 0 0 1px 0 #000; */
    transform: rotate(225deg);
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    z-index: 3;
    background: #fff;
}
.detail-form-item.gender .tooltip-content {
    width: 210px;
}
.detail-form-item.gender {
    padding-bottom: 30px;
    padding-top: 10px;
}
.customer form.detail-form-content {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}

.detail-form {
    width: 100%;
}

/*MY Detail Form End*/


/** change password form , contact- us css start **/
html body .customer .form-field {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

html body .customer .form-field label {
  width: 15.5%;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 1.25;
  letter-spacing: 0;
  color: #000;
  margin-right: 6px;
}

html body .customer .form-field .default-field,
html body .customer .form-field .form-select {
    width: 56%;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    margin: 8px 0;
    display: flex;
    position: relative;
    box-shadow: box-shadow var(--duration-short) ease;
}
html body .customer .form-field input,html body .customer .form-field textarea{
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}
html body .customer .form-field .form-input {
    margin: var(--inputs-border-width);
    flex-grow: 1;
    text-align: left;
    transition: box-shadow var(--duration-short) ease;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: .04rem;
    border: none;
    font-family: 'Poppins';
}
html body .customer .form-field input::placeholder,
html body .customer .form-field textarea::placeholder{
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 1.25;
  letter-spacing: 0;
  color: #969696;
}
html body .customer .form-field input:focus{
    margin: var(--inputs-border-width);
  }
html body .customer .form-field input:focus-visible,
html body .customer .form-field select:focus-visible{
  outline: none;
  box-shadow: none;
}
form.change-password-form .form-btn {
    margin-top: 32px;
    margin-left: 0;
}
form.change-password-form .form-btn button{
  margin: 0;
}
.password-form form,.conatct-form form {
    margin-top: 17px;
}
.conatct-form form{
  margin-top: 13px;
}
html body .customer  .contact-form .form-field .default-field {
    width: 80%;
}
div#change-password .title-with-icon {
    color: #FFF;
}
html body .customer .form-field .form-select{
  width: 32%;
}
.form-select .icon {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 16px;
    pointer-events: none;
}

html body .customer .contact-form .query-field{
  align-items: flex-start;
}
html body .customer .contact-form .query-field label{
  padding-top: 20px;
}
.contact-tab.tab-content  .c-contact-pref-subtitle + .small-text {
    margin-bottom: 0;
}
.customer  .conatct-form .form-cmn-btn {
    padding: 5px 44px;
    margin: 0;
}
html body .customer .contact-form .form-btn{
  display: flex;
  margin: 23px 0 30px auto;
  justify-content: center;
  width: calc(100% - 125px);
}
html body .customer .form-btn button{
  letter-spacing: 0;
}
html body .customer .form-field textarea{
  min-height: 195px;
  resize: none;
}
html body .customer .form-field .form-select select {
    height: 4.8rem;
}
html body .customer .form-field .form-select select option{
  font-size:16px;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: 'Poppins';
}

html body .customer .form-field .default-field input{
    font-family: 'Poppins';
    height: 4.8rem;
    font-size: 18px;
    line-height: 1.0;
}
html body .customer form .form-field .password-icon {
    top: 15px;
}
html body .customer .form-field .form-select select{
  color: #444040;
}
.order thead th#ColumnPrice {
    text-align: center;
}
table.order-details tbody td:last-child {
    text-align: center;
    padding-right: 0;
}

.customer-ac-cmn .recover-text {
    max-width: 480px;
    margin-top: 40px;
}

.customer-ac-cmn .recover-text .form-btn-group a {
    display: none;
}

.customer-ac-cmn .recover-text form {
    margin-top: 0;
}

.form-btn-group {
    margin-top: 20px;
    margin-left: 0;
}
#change-password span.title-icon {
    font-size: 28px;
    margin-top: 6px;
    font-weight: 400;
}

/** change password form css , contact-us end **/
#contact-preferences .account-content-toggle {
    pointer-events: auto;
}


/*Reorder Model Popup*/
.reorder-main {display:none;}
.bodyReorder .reorder-main{display:block;}
.bodyReorder .order-history-data {
  display:none;
}
.hulkapps .hulk_pop_up .account-content-item {min-height: 26px;}
.hulkapps .hulk_pop_up .hulk_modal-content {
    border-radius: 0px;
}

.hulkapps .hulk_pop_up {
  width: 100% !important;
  max-width: 1000px !important;
  position: static !important;
}

.hulkapps .hulk_pop_up .hulk_modal-content .hulk_modal-header {
    background-color: #FDDB00;
    color: #fff;
  padding: 20px;
}

.hulkapps .hulk_pop_up .hulk_modal-footer {
    border-top: none;
    background-color: transparent;
    margin-top: 20px;
    text-align: left;
    padding: 0px;
}
.hulkapps .hulk_pop_up .hulk_modal-content .popup_btn#add_to_card_button {
    margin-left: 0;
}

.hulkapps .hulk_pop_up .hulk_modal-content .hulk_table {
    overflow: visible !important;
    padding: 0;
}


.reorder-main .hulkapps {
    position: static;
}

body.customers-account {
    position: static !important;
    overflow: auto !important;
}
body.customers-account div#hulk_overlay,
body.customers-account.loade_class div#hulk_overlay {
    display: none;
}

.reorder-main .hulkapps button.hulk_close {
    display: none;
}

.reorder-main .hulkapps .hulk_pop_up .hulk_modal-content .hulk_table .hulk_body_data {
    padding: 0px !important;
}

.reorder-main .hulkapps .hulk_line_item {
    border-radius: 0px;
}

.reorder-main .hulkapps .hulk_pop_up .hulk_modal-content .hulk_notes {
    padding: 0px;
}

.reorder-main .hulkapps .hulk_pop_up .hulk_modal-content .hulk_notes textarea {
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

.reorder-main button {
    outline: none !important;
    box-shadow: none !important;
  min-height: inherit !important;
}


.reorder-main button:after, .reorder-main button:before {
    content: normal;
}
.hulkapps .hulk_pop_up .hulk_modal-content .hulk_price {
    text-align: center;
}

.ymq-title {
    width: 100%;
    border-top: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    margin: 20px 0px 25px 0px;
}

.reorder-contInfo-inner .ymq-title h4 {
    margin: 22px 0 20px 0;
    cursor: pointer;
    width: 100%;
    position:relative;
}

.reorder-contInfo-inner .ymq-title h4:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    background-image: url(cross-close-icon.svg);
    cursor: pointer;
    transition: 0.5s all;
}
.reorder-contInfo-inner .ymq-title h4:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    background-image: url(cross-open-icon.svg);
    cursor: pointer;
    transition: 0.5s all;
    display: none;
}
.reorder-contInfo-inner .ymq-title h4.open:after {
    display:none;
}
.reorder-contInfo-inner .ymq-title h4.open:before {
    display: block;
}


.ymq-answer-list {display:none;}

.ymq-title:has(.open) + .ymq-answer-list {
    display: block;
      margin-bottom: 30px;
}
.hulk_modal-footer button {
    pointer-events: none;
}

.reorder-main .hulkapps:has(#reOrderanswers:checked) .hulk_modal-footer  button {
    pointer-events: auto;
}

.datanofound {
  width: 100%;
  text-align: center;
  display: none;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  padding: 20px 0;
}


.account-content-toggle div.toggle-icon:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: white;
    position: absolute;
    z-index: 1;
    top: 5px;
    border-radius: 100%;
    right: 5px;
}

.account-content-toggle div.toggle-icon {
    background-color: #FDDB00;
}
.account-content-toggle div.toggle-icon img{ display:none;}
.account-content-toggle div.toggle-icon.toggle-icon-on:before {
    content: 'Yes';
    font-weight: 700;
    font-size: 15px;
    position: relative;
    top: 7px;
    left: 11px;
}

.account-content-toggle div.toggle-icon img.toogle-button {
    display: none;
}

.account-content-toggle div.toggle-icon.toggle-icon-of {
    background-color: #000;
}

.account-content-toggle div.toggle-icon.toggle-icon-of:after {
    right: auto;
    left: 4px;
}

.account-content-toggle div.toggle-icon.toggle-icon-of:before {
    content: 'No';
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    top: 7px;
    left: 42px;
}

#contact-preferences .account-content-toggle, #contact-preferences .account-content-toggle * {
    pointer-events: auto !important;
}
.detail-form-item-element.date-of-birth input {
  font-size: 14px;
  text-align: center;
  padding: 0.5rem 1rem;
}
.detail-form-item-element.date-of-birth input.number.month {
    max-width: 110px;
}
.faq-section .faq-accordions + p {
    width: 100%;
}
.contact-us-btn {
    width: 100%;
}
.customer.reset-password h1 {
  font-size: 28px;
}
.ResetForm-button button {margin: 40px 0px 20px 0px !important;}
.order-content-part .hulk-reorder-details-btn .hulk_reorder_order_detail_page {
  display: none;
}

@media(max-width:1300px) {
  .billing-add-info * {
    font-size: 18px;
}
.customer .short-desc {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}
  .customer-ac-sidebar h1.customer__title {
    font-size: 18px;
  }
  .customer-ac-sidebar {
    width: 23%;
    text-align: left;
}
.address-list li .address-text {
    width: calc(100% - 240px);
    font-size: 14px;
}
.customer-ac-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.title-content {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.title-with-icon {
  padding: 10px 15px;
}
.title-with-icon .title-icon {
    top: 6px;
    font-size: 20px;

}
.customer-ac-sidebar .sign-out-btn {
  font-size: 14px;
}
.c-ac-sidebar ul li a{font-size: 14px;}
.c-home-all-list {
    row-gap: 32px;
    column-gap: 32px;
    padding-top: 25px;
}
.c-home-all-list .c-home-item .c-home-title {
    font-size: 18px;
    padding: 0px 0px 10px 30px;

}
.c-home-all-list .c-home-item .c-home-title .c-home-icon {
    width: 24px;
    height: 32px;

    background-size: 100%;
}
.c-home-all-list .c-home-item {
    width: calc(50% - 40px);
    background-color: #FDDB00;
    padding: 30px 26px;
    min-height: 270px;
}
}

@media(max-width:992px) {
  .customer-ac-content {
    width: 100%;
    text-align: left;

}
    .customer-ac-content h2 {
        font-size: 25px;

    }
    .billing-add-info * {
    font-size: 15px;
    margin: 0px;
}
.billing-add-info {
    margin: 15px 0px 20px 0px;
    font-size: 18px;
    padding-right: 50px;

}
.customer-ac-sidebar h1.customer__title {
    margin-bottom: 8px;
}
.customer-ac-sidebar {
      width: 100%;
      text-align: left;
       margin-bottom: 20px;
  }
 .customer .short-desc {
  font-size: 16px;
 }
 html body .customer .form-field .default-field, html body .customer .form-field .form-select {
    width: 100%;
}
html body .customer .form-field label {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    margin-top: 12px;
}
form.change-password-form .form-btn {
    margin-top: 15px;
    margin-left: 0;
}
.title-content {
        font-size: 18px;
        line-height: 30px;
        color: #000000;
    }
.account-desc {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    padding-right: 10px;
}
.tab-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.tab-content p a {
    font-size: 16px;
}
.faq-section h3 {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;

}
.faq-section .faq-accordions .accordion-row .content {
    font-size: 14px;
    line-height: 1.4;
}

.accordion-data .divider {
    background: #475552;
    width: 100%;
    height: 8px;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.tab-content .text-link {
    margin-bottom: 10px;
}
html body .customer .form-field .default-field, html body .customer .form-field .form-select {
    width: 100%;
}

.accordion-data .ac-steps a {
    font-size: 16px;
    padding: 7px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.faq-section span.icon {
    width: 100%;
    margin-right: 0px;
}

.faq-section .faq-accordions {
    width: 100%;
}

.faq-section .faq-accordions .accordion-row .title {
    line-height: normal;
    padding-right: 30px;
}
.tab-content .icn {
    width: 20px;
    height: 20px;
}


.customer-ac-sidebar h1.customer__title {
    position: relative;
}

.customer-ac-sidebar h1.customer__title:after {
        content: '';
        width: 13px;
        height: 12px;
        border-bottom: #000 2px solid;
        border-right: #000 2px solid;
        display: inline-block;
        position: absolute;
        right: 15px;
        transform: rotate(45deg);
        top: 12px;
        transition: 0.5s all;
    }

.customer-ac-sidebar h1.customer__title {
        position: relative;
        border: #cdcdcd 1px solid;
        padding: 10px;
    }


.c-ac-sidebar {
    display: none;
}

.customer-ac-sidebar h1.customer__title.sidebar-show:after {
      transform: rotate(-135deg);
      top: 17px;
  }
.sidebar-show + .c-ac-sidebar {
    display: block;
}
.detail-form-item-element {
    width: 100%;
}
.detail-form-item-title {
    width: 100%;
}
.detail-form-item {
    flex-flow: row wrap;
    gap: 4px;
}
.tooltip-title {
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 1;
}
.detail-form-item-element .checkbox label {
    font-size: 11px;
    padding-left: 26px;
    margin-top: 5px;
}
.my-details .detail-form-item-element .checkbox input[type="radio"]:before{
    width: 19px;
    height: 19px;
}
.my-details .detail-form-item-element .checkbox input[type="radio"]:checked + label:before{
  width: 19px;
    height: 19px;
}
.my-details .detail-form-item-element .checkbox input[type="radio"]:checked + label:after{
  left: 6px;
  top: 8px;
}
span.title-icon {
    width: 20px;
    height: 20px;
}
.c-contact-pref-title,
.c-contact-pref-subtitle {
      column-gap: 8px;
}
}

@media(max-width:767px) {
  .form-model-close{
    top: 12px;
    width: 26px;
    height: 26px;
  }
  .customer.reset-password h1 {
  font-size: 22px;
}
      .hulkapps .hulk_pop_up .hulk_modal-content .popup_btn {
        white-space: normal;
        max-width: 100%;
        margin-bottom: 10px;
    }

  .hulkapps .hulk_pop_up .hulk_modal-content .hulk_table .hulk_body_data + div>div {
    width: 100% !important;
    padding: 5px 0px;
}

.hulkapps .hulk_pop_up .hulk_modal-content .hulk_table .hulk_body_data + div>div .hulk_notes {
    padding: 0px;
}
  .hulkapps .hulk_pop_up .hulk_modal-content .hulk_prod_action .hulk_deletebtn {
    font-size: 11px;
}

  #change-password span.title-icon {
    font-size: 18px;
    margin-top: -4px;
    font-weight: 400;
}
 .address-list li .address-text {
        width: 100%;
        font-size: 14px;
    }
    .address-btns {
    order: 1;
}

.address-list li .address-text {
    order: 2;
}
.address-btns {
    font-size: 12px;
    margin-left: auto;
    margin-bottom: 10px;
}
.addresses ul {
    margin-bottom: 5px;
}
.address-list li {
  padding: 10px 0;
}
.address-btns button {
  width: 26px;
  height: 26px;
}
.customer button.form-cmn-btn {
      font-size: 14px;
          padding: 4px 14px;
    height: 44px;
}
.editAddress h4, .AddAddress-form h4 {
    margin-top: 20px;
    font-size: 18px;

}
.get-touch-links .get-in-touch-item{
   padding: 17px 12px;
}
.itemlink-text{
  font-size: 19px;
  line-height: normal;
}
html body .customer form .field input {
  font-size: 14px;
}
.select select {
  font-size: 14px;
}
.cod-top-list .cod-item {
  width: 50%;
  padding: 5px 0px;
}
.cod-top-list .cod-item .cod-title {
  font-size: 14px;
}
.cod-top-list .cod-item {
  padding-bottom: 10px;
}
.cod-bottom-scn {
    font-size: 22px;
    line-height: normal;
}

.cod-bottom-scn .cod-b-text {
    max-width: 270px;
}
.payment-item {
    margin-top: 12px;
}
table.order-history {
  border-bottom: none;
}
.order-history-data {
    margin-bottom: 20px;
}
table.order-history tbody td {
    padding-top: 1.3rem !important;
    padding-bottom: 1.2rem !important;
    border-bottom: #D7D7D7 2px solid;
}
:is(.account, .order) h2 {
    margin-top: 0;
}
.order-date-time {
    font-size: 14px;
    margin-top: 10px;
}
table.order-details tbody td {
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border-bottom: #c7c7c7 1px solid;
}
.customer tfoot tr:first-of-type td {
    padding-top: 2rem;
}
.order-right-part {
    margin-top: 20px;
}
.order tfoot tr:last-of-type td:before {
    font-size: 1.5rem;
}
table.order-details tfoot tr:last-of-type td, table.order-details tfoot tr:last-of-type th {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 11px !important;
}
.order-content-part .order {
    padding: 0;
}
.hulk-reorder-details-btn .hulk_reorder_order_detail_page {
  margin-bottom: 10px;
}
.customer .short-desc a {
    font-size: 15px;

}
.account-title {
  font-size: 16px;
}
.account-subtitle {
  font-size: 16px;
}
.item-chechbox-value {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    display: inline-block;
}
.account-content-item {
    position: relative;
    padding-left: 38px;
    margin-bottom: 2px;
}

.c-contact-pref-subtitle .title-content {
    font-size: 18px;
    line-height: 20px;
}
.c-home-all-list .c-home-item {
    width: 100%;
    padding: 20px;
    min-height: inherit;
}
.c-home-all-list {
    padding-top: 0;
}
.customers-account .customer.account .c-home-all-list .ac-cmn-btn {
    margin-top: 10px;
}
.c-home-all-list .c-home-item .c-home-innerlist li a {
  font-size: 16px;
}
.c-home-all-list .c-home-item .c-home-innerlist li {
    font-size: 16px;
    margin: 10px 0px;
}
.customer {margin-top: 20px;}
  .title-with-icon .title-icon {
    width: 20px;
    position: relative;
    top: 9px;
    font-size: 20px;
    font-weight: 400;
}
}
/* contact us page css start */

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control {
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    gap: 5px;
    padding: 0;
}
.wizard__content .globo-form-control .globo-label .text-danger.text-smaller {
    color: red;
}
.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-label {
    position: static;
    width: 15.5%;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #000 !important;
    transform: none;
}

.globo-form-id-0 .globo-form-app {
    max-width: 100%;
    width: 100%;
    margin: 19px 0 0;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #000;
 width: calc(82% - 3px);
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input:hover {
    background: transparent;
}



.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-label.gfb__label__filled
{transform: none !important;font-weight: 400 !important;}


.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input select {
    padding: 1.3rem 1.5rem 1.3rem 2rem;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #383838 !important;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__conten .panel.movingIn.block-container {
    justify-content: space-between;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input:has(select) {
    width: 40%;
}
.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input input::placeholder {

    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins';
    display: block;
}


.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input input {
    padding: 1.4rem 1.5rem 1.4rem 2rem;
  font-size: 16px;
}


.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .gfb__footer button {
    background-color: #000;
    min-width: 170px;
    padding: 5px 22px;
    height: 50px;
    line-height: normal;
    border-radius: 50px;
    border: none !important;
    color: #FDDB00;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    transition: .5s all;
    display: flex;
    justify-content: center;
    margin: 0;
    width: 222px !important;
}
 .customer .gfb-style-material_filled .g-container .globo-formbuilder-wizard .panels + p {
    display: none !important;
    height: 0;
  overflow: hidden;
  margin-bottom: 37px;
}
 .customer .gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content  button:after {
    box-shadow: none !important;
}

.globo-form-app .header {
    display: none;
}
.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control[data-type="textarea"] .globo-form-input textarea {
  min-height: 163px;
  overflow-y: auto;
  padding-top: 17px;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 1.25;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control[data-type="textarea"] {
    align-items: flex-start;
    margin-bottom: 0;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control[data-type="textarea"] label span {
    padding-top: 9px;
    width: 30%;
    white-space: normal;
    display: inline-block;
}
.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .gfb__footer.wizard__footer {
    display: flex;
    justify-content: center;
    width: calc(100% - 145px);
    margin:0 0 0 auto;
}
body .globo-form-input .material_filled-input::placeholder{visibility:visible !important;}
.globo-form-app .panels{z-index: 0;}

@media(max-width: 992px){
  .gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control {
    flex-flow: column wrap;
    align-items: flex-start;
    gap:0;
}
.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input{
    width: 100%;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control[data-type="textarea"] label span {
    width: fit-content;
    white-space: nowrap;
}

.gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-label {
    width: inherit;
}
  .gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .gfb__footer.wizard__footer{
    width: 100%;
  }
}

@media(max-width: 767px){
  .gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .globo-form-control .globo-form-input:has(select){
    width: 50%;
  }
  .gfb-style-material_filled .g-container .globo-formbuilder-wizard .wizard__content .gfb__footer button{
    font-size: 14px;
        padding: 4px 18px;
        height: 44px;
    margin-bottom: 15px;
  }
}
/* contact us page css end */
/* AddAddress design start */
.billing-add-info.addresse p br {
    width: 100%;
    display: block;
}
html body.customers-addresses .customer .edit-add-error form .field .fieldInput {
    border: 1px solid #D7D7D7;
    border-radius: 0 !important;
}

html body.customers-addresses .customer .edit-add-error form .field .fieldContainer {
    width: 100%;
}

html body.customers-addresses .customer .edit-add-error form .field .fieldInput input {
    border-radius: 0 !important;
    margin: 0;
}
html body.customers-addresses .customer .edit-add-error form .field {
    border: none;
    border-radius: 0;
}

html body .register .field .fieldInput {
    border: 1px solid #D7D7D7;
    border-radius: 0 !important;
}

html body .register .field .fieldContainer {
    width: 100%;
}

html body .register  .field .fieldInput input {
    border-radius: 0 !important;
    margin: 0;
}
html body .register .field {
    border: none !important;
    border-radius: 0 !important;
}
.no-data {
    border: 1px solid;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}
.faq-accordions {
  display: none;
}

.faq-accordions:first-of-type {
  display: block;
}

.ac-steps a.active {
  font-weight: bold;
}

@media(max-width:767px){
  .detail-form-item-element.date-of-birth input.number.date, .detail-form-item-element.date-of-birth input.number.month {
    max-width: 65px;
  }
  .detail-form-item-element.date-of-birth input.number.month {
      max-width: 100px;
  }
  .detail-form-item-element.date-of-birth input.number.year {
    max-width: 79px;
  }
  .header-wrapper .header{
    gap:6px;
  }
  .header__heading-logo {
    max-width: 60px;
  }
}

/* AddAddress design end */
/* medical-questionnaire design changes start */
#hideIfDataNull .qn-ans {
    margin-top: 10px;
    padding-bottom: 21px;
    border-bottom: 2px solid #D7D7D7;
}
 #hideIfDataNull .qn-ans:first-child .intro-title {
    display: none;
}
.account-content {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    align-items: center;
    padding: 0 !important;
}
.set-preferences .account-content {
    padding: 26px 0 !important;
    border-bottom: 2px solid #D7D7D7;
}
#a_2_heading {
    margin: 20px 0px 0px !important;
    border-top: 2px solid #D7D7D7;
    padding: 20px 0 10px;
}
.main-description--list li {
    position: relative;
    padding-left: 40px;
}

.item-chechbox.checked:before {
    content: "";
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    z-index: 3;
    transform: rotate(45deg);
    left: 10px;
    top: 5px;
}

.item-chechbox.checked:after {
    content: "";
    width: 25px;
    display: block;
    height: 25px;
    position: absolute;
    z-index: 2;
    background-color: #FDF1D1;
}

ul.main-description--list {
    padding: 0;
}
#hideIfDataNull .noDataDiv {
    margin-top: 10px;
    border: 1px solid;
}
#hideIfDataNull .noDataDiv p{
    margin: 0;
    padding: 10px;
}
/* .account-content-item label:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    top: 0;
    left: 0;
}

.account-content-item input[type=checkbox] {
    opacity:0;
}
.account-content-item input[type=checkbox]:checked + label:before{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='64px' width='64px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 288.941 288.941' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath id='Check' d='M285.377,46.368c-4.74-4.704-12.439-4.704-17.179,0L96.309,217.114L20.734,142.61 c-4.74-4.704-12.439-4.704-17.179,0s-4.74,12.319,0,17.011l84.2,82.997c4.692,4.644,12.499,4.644,17.191,0l180.43-179.239 C290.129,58.687,290.129,51.06,285.377,46.368C280.637,41.664,290.129,51.06,285.377,46.368z'%3E%3C/path%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
}
 */

/* medical-questionnaire design changes end */
.icon { display: inline-block; vertical-align: middle; }
.icon-accordion { width: 1.25em; height: 1.25em; }
/* Keep only the color classes you actually use, or all if dynamic */
.color-foreground-apple { color: #333; }
.color-foreground-banana { color: #ff0; }
.color-foreground-bottle { color: #09f; }

.customer.account {
    max-width: 1300px !important;
    padding: 0 15px !important;
    border: none;
}

.customer {
    border-radius: 10px;
    border: #0000001A 1px solid;
    margin: 45px auto !important;
    width: 100%;
    max-width: 664px !important;
    padding: 64px !important;
}

.account-subtitle{
  padding-top: 1rem;
}
/* account page changes design start */
.c-home-all-list .c-home-item{ /*background-color: #FFD065;*/ }
.section-spacing.color-scheme.color-scheme--scheme-1.color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56.bordered-section {
    padding: 20px;
    /* background-color: #f9d37c; */
}
.container:has(.productHidden) {
    max-width: 100%;
    margin: auto;
}
.customer.account .c-home-all-list .ac-cmn-btn {
    margin-top: 20px;
}
.customer.account .ac-cmn-btn {
    border-radius: 40px;
    background-color: #000;
    transition: 0.5s all;
    padding: 12px 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    min-width: 218px;
    text-align: center;
    color: #FFD065;
}
.account-content-item .item-chechbox-label {
    font-size:16px;
}
.account-content-item{ margin-bottom: 12px; }
/* .cod-top-scn{ background-color: #FFD065 !important; }
.my-details .c-ac-sidebar ul li a[data-item="my-details"], .order-history .c-ac-sidebar ul li a[data-item="order-history"], .customers-order .c-ac-sidebar ul li a[data-item="order-history"], .reorder-today .c-ac-sidebar ul li a[data-item="reorder-today"], .medical-questionnaire .c-ac-sidebar ul li a[data-item="medical-questionnaire"], .help .c-ac-sidebar ul li a[data-item="help"], .contact-us .c-ac-sidebar ul li a[data-item="contact-us"], .change-password .c-ac-sidebar ul li a[data-item="change-password"], .contact-preferences .c-ac-sidebar ul li a[data-item="contact-preferences"], .customers-addresses .c-ac-sidebar ul li a[data-item="address-book"]{ background-color: #ffd065; }
.title-with-icon{ background-color: #FFD065; }
.c-contact-pref-title{ background-color: #FFD065; }
.account-content-toggle div.toggle-icon{ background-color: #FFD065; }
.c-contact-pref-subtitle{ background-color: #FFD065; }
.faq-header{ background-color: #FFD065; }
.faq-header{ background-color: #FFD065; }
.cod-bottom-scn{ color: #FFD065; }
.customer-ac-sidebar h1.customer__title{ color: #FFD065; }
.customer button.form-cmn-btn{ color: #FFD065; } */
/* account page changes design end */
