/*Last time modified: 26/09/2024*/

/*Override long words break and wrap*/
body{
  word-wrap: normal !important;
}
/*Override font-size on PLP for Grocery category*/
.product-listing .product-list-delivery{
  font-size:24px !important;
}
.btn-set-postal-code{
  font-size:16px !important;
}

/* Highlight Grocery Link
[title~=Alimentos] {
  font-weight: 800 !important;
  color: #0060A9 !important;
  font-size: 22px !important;
}
*/

/* Override Password Tooltip */
#updatePwdForm .new-password-tooltip-container{
text-align: left !important;
}

#profile-updatePasswordForm .new-password-tooltip-container .requirement-info, #updatePwdForm .new-password-tooltip-container .requirement-info{
  color: #D32029 !important;
}

/* Category Menu with Fixed Width */
@media screen and (min-width: 1024px) {
  #theMenu > li > ul {
    height: auto !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: none;
  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;
  }
}
#gender > option[value='NotSpecified'], #genderNotSpecified, label[for="genderNotSpecified"] {
  display: none;
}
.headline, .account-title, .show-sub-menu, #theMenu > li > ul > li .show-sub-menu, #theMenu > li > ul > li > a {
  text-transform: none;
}
.panel-title {
  font-weight: bold
}

/*Hide List style from Deyde Form
.panel-group .panel.panel-default .panel-body ul li {
  list-style-type: disc;
  margin: 1% 2%;
  display: list-item;
}*/

/*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;
}

/* Landingpages*/
#landingcontainer1 {
  width: 1300px;
  float: left;
  margin-bottom: 20px;
}
.landingcontainer_lft, .landingcontainer_rgt {
  float: left;
  width: 342px;
  height: 55px;
  margin-top: 10px;
}
.landingcontainer_lft {
  margin-right: 10px;
}
.bannerpromosingle {
  margin: 10px 0px
}
.bannersurcharge_b {
  padding: 15px 0px 15px 0px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #000000;
}
.franja_gris {
  padding: 15px 0px 15px 0px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #a5a5a5;
}
.bannersurchargetitle {
  margin: 0;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  text-indent: 25px;
}
.textopublicitario {
  margin: 0;
  padding: 15px 30px;
  text-align: justify;
  font-size: 22px;
  color: #000000;
}
.titulopublicitario {
  margin: 0;
  font-size: 45px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.subtitulopublicitario {
  margin: 0;
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.listapublicitario {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
}
/* 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: red;
}
/* Above the Fold Content */
.atf-row{
  display: inline-block;
}
.atf-row-icon {
  margin: 20px 0;
  text-align: center;
}
.atf-icon-button a {
  font-weight: bold;
}
.atf-icon-button {
  box-shadow: 0px 0px 4px #a7a7a7;
  border-radius: 5px;
  padding: 1%;
  margin: 1%;
  width: 14.5%;
}
@media only screen and (max-width: 480px) {
  .atf-row{
    display:block;
  }
  .atf-row-icon {
    text-align: left;
  }
  .atf-row-icon img {
    display: none;
  }
  .atf-icon-button {
    margin: 2% 0;
    text-align: center;
    width: 100%;
    height: 100%
  }
}
/* Below the Fold Content */
.page.page-browse-category > .content {
  margin: 10px;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
}
.page.page-browse-category > .content p {
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}

/* Workaround - SIPSUP-7662: Overlapp out-of-stock decal */
.stock-status {
  z-index: 1499 !important;
}

/* 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-10343: Hide qty restriction messages at PDP
.qty-restriction-messages{
  display: none !important;

}*/

/* Workaround - SIPSUP-12106: Hide payment plan section in my-account/payment-methods */
.page-payment-methods div#installmentSection {display: none !important;}

/*LVL1SUP-3039 : disable animation for modal-backdrops (Updated 14/07/22)
.modal-backdrop {
    animation: none;
}
*/

/*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; 
}

/* Hide buttons in Cookies Consent 
.gdpr-review, .gdpr-reject {
     display: none !important; 
} */

/* SIP-32530 - Update password error text color on change email window */
.updatePasswordErrorCss span {
    color: red;
}

/* SIP-36155 - Make nav bar sticky */
@media only screen and (max-width: 768px) {
  .main-header {
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  ul#theMenu {
    overflow-y: scroll;
    height: 70vh;
  }
}

/* SIP-42842 - Fix Street list height 
.autocomplete-results {
  overflow: auto;
  max-height: 250px;
}*/