/*Last time modified: 17/02/2026*/
/*Override long words break and wrap*/
body {
  word-wrap: normal !important;
}
/*Override font-size on Set CP button - Grocery*/
.btn-set-postal-code {
  font-size: 16px !important;
}
/*Override font-size on Add to Cart button - PLP*/
.add-to-cart__btn {
  font-size: 16px !important;
}
/* Override Password Tooltip */
#updatePwdForm .new-password-tooltip-container {
  text-align: left !important;
}
/* Hides troubleshooting information. Do not touch */
sip-troubleshooting-information {
  display: none;
}
.wrapper_itemDes {
  width: 95%;
  display: inline-block;
  margin: 0px auto;
}
.wrapper_itemDes h1 {
  width: 100%;
  display: inline-block;
  clear: both;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 30px;
  color: #333333;
}
.container_itemDes {
  position: relative;
  width: 100%;
  display: inline-block;
  clear: both;
  margin-top: 30px;
}
.container_itemDes .img_itemDes_L {
  position: relative;
  float: left;
  width: 35%;
  display: inline-block;
}
.container_itemDes .img_itemDes_R {
  position: relative;
  float: right;
  width: 35%;
  display: inline-block;
}
.container_itemDes .img_itemDes_L img {
  width: 100%;
  max-width: 440px;
}
.container_itemDes .img_itemDes_R img {
  width: 100%;
  max-width: 440px;
}
.container_itemDes .tbl_itemDes_L {
  position: relative;
  float: left;
  width: 60%;
  display: inline-block;
}
.container_itemDes .tbl_itemDes_R {
  position: relative;
  float: right;
  width: 60%;
  display: inline-block;
}
.container_itemDes .txt_itemDes_L {
  position: relative;
  float: left;
  width: 60%;
  display: inline-block;
  text-align: left;
}
.container_itemDes .txt_itemDes_R {
  position: relative;
  float: right;
  width: 60%;
  display: inline-block;
  text-align: left;
}
.container_itemDes h2 {
  clear: both;
  font-size: 1.2em;
  font-weight: 600;
  color: #333333;
  line-height: 1.5em;
  margin-top: 15px;
}
.container_itemDes p {
  clear: both;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 15px;
  line-height: 150%;
  color: #333333;
}
caption {
  position: absolute;
  visibility: hidden;
  font-size: 0;
}
table.tbl_gray {
  border-collapse: collapse;
  width: 100%;
  margin: 0px;
  font-size: 13px;
  position: relative;
}
table.tbl_gray th {
  border: 1px solid #d1d1d1;
}
table.tbl_gray td {
  border: 1px solid #d1d1d1;
  font-weight: normal;
  text-align: center;
  padding: 6px 6px 5px 12px;
  line-height: 160%;
  color: #333333;
}
table.tbl_gray thead {
  font-weight: normal;
  text-align: center;
}
table.tbl_gray thead th {
  background: #d1d1d1;
  border-bottom: 0px;
  color: #555;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 5px 7px 4px 11px;
  line-height: 160%;
}
table.tbl_gray tbody th {
  background: #f5f5f5;
  color: #555;
  font-weight: 500;
  text-align: right;
  vertical-align: middle;
  padding: 5px 7px 4px 11px;
  line-height: 160%;
}
table.tbl_gray td img {
  vertical-align: middle;
}
ul.bullet_point {
  position: relative;
  clear: both;
  width: 100%;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  text-align: left;
  padding: 0px 0px 0px 30px;
}
ul.bullet_point > li {
  text-indent: 8px;
  font-size: 0.98em;
  font-weight: 500;
  line-height: 150%;
  color: #333333;
  list-style: inherit;
}
.account-section {
  font-size: 16px;
}
.preferences-section-checkbox-marketing {
  margin-left: 25px;
}
.communications-preferences-secion__wrapper .my-account-interests-section-checkbox, .membership-contact-preferences .my-account-interests-section-checkbox, .preferences-display-wrapper .my-account-interests-section-checkbox {
  margin-left: 23px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .container_itemDes .img_itemDes_L {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
    max-width: 360px;
  }
  .container_itemDes .tbl_itemDes_L {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
  }
  .container_itemDes .txt_itemDes_L {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
  }
  .container_itemDes .img_itemDes_R {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
    max-width: 360px;
  }
  .container_itemDes .tbl_itemDes_R {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
  }
  .container_itemDes .txt_itemDes_R {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
  }
}
/* Hide Gender field in Sign Up form */
#gender > option[value='NotSpecified'], #genderNotSpecified, label[for="genderNotSpecified"] {
  display: none;
}
.panel-title {
  font-weight: bold
}
/*Show list style disc for Product Description Lists in PDP*/
.product-details-content-wrapper > ul > li {
  list-style-type: disc;
  margin: 1% 2%;
  display: list-item;
}
/* Social glyphs */
ul.social i.fi-social-facebook, .product-page-container .product-share-it .costco-icon-facebook {
  color: #1877F2;
}
ul.social i.fi-social-instagram, .product-page-container .product-share-it .costco-icon-instagram, .product-page-container .product-share-it .costco-icon-instagram-alt {
  color: #F00076;
}
ul.social i.fi-social-pinterest, .product-page-container .product-share-it .costco-icon-pinterest {
  color: #E60023;
}
ul.social i.fi-social-twitter, .product-page-container .product-share-it .costco-icon-twitter {
  color: #1DA1F2;
}
/* Installments in Payment Method Page */
label[for=availablePaymentPlans] {
  font-weight: bold;
}
#installmentSection p.h8 {
  color: #e51937;
}
/* Workaround - SIPSUP-8361: Hide carousel descriptions */
.slider_component.simple-banner .img-desc {
  display: none;
}
/* Workaround  SIPSUP-10399: Display bullet points on Product description */
.product-details-content-wrapper ul {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding: 0px 0px 0px 30px;
}
.product-details-content-wrapper ul > li {
  list-style-type: disc;
}
/* Workaround - SIPSUP-12106: Hide payment plan section in my-account/payment-methods */
.page-payment-methods div#installmentSection {
  display: none !important;
}
/*Manual billing address button for int memberships PGL July release 120822*/
#manual-address-button > span > button {
  padding: 4px;
  background-color: #3071a9;
  white-space: nowrap;
  color: white;
}
/* Fix Ecommerce Agreement height in Checkout Page */
.commerce-agreement {
  height: auto;
}
/* Hide Tyre Center phone label from Tyre Center Localizator */
.store-finder-navigation-list-entry-phone {
  display: none !important;
}
/* SIP-28427 - Increase Contrast Ratio of Star Ratings */
.star-ratings-css-top {
  color: #2B9D2B !important;
}
.star-ratings-css {
  color: #AAAAAA !important;
}
/* SIPSUP-15787 - Workaround to expand clickable area of the membership button 12/06/23 HARH*/
button.btn-cta > a[href*="regist"] {
  display: block;
}
/* SIP-26551 - Hide Preorder Member Request field on PDP */
#costcoPreOrder > section > .preorder-form-element-container:last-child {
  display: none;
}
/* SIP-32530 - Update password error text color on change email window */
.updatePasswordErrorCss span {
  color: #e51937;
}
/* SIP-36155 - Make nav bar sticky */
@media only screen and (max-width: 767px) {
  .main-header {
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  ul#theMenu {
    overflow-y: scroll;
    height: 70vh;
  }
  /* MODSUP-96 Cookie popup shows buttons cropped on mobile view */
  .gdpr-message-item .gdpr-buttons .btn {
    font-size: 14px !important;
  }
}
/* Capitalize receiptMonthDropdown (e-Receipts) */
#receiptMonthDropdown {
  text-transform: capitalize;
}
/*Workaround to remove parenthesis() in e-recepits from footerSection1*/
#receiptDetailModal > div.modal-body.ng-star-inserted > div:nth-child(3) > div.receipt-detail--trailer > div:nth-child(3) {
  display: none;
}
/* SIPSUP-26590 - Ereceipts print issue */
.cds-modal-dialog.receipt-window {
  overflow-y: scroll;
}
.cds-modal-dialog.receipt-window .cds-modal-body {
  max-height: inherit !important;
  overflow-y: hidden !important;
}