.t706__sidebar-prodamount-wrap {
    display: none;
}

.t706__sidebar-products {
    border-bottom: none !important;
}

.t-store__prod-popup__close-txt-wr > .t-descr {
    font-size: 18px !important;
}
.t706__cartwin .t706__cartwin-content {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 max-width: none !important;
 margin: 0px !important;
}

.t706__cartwin .t706__cartwin-products,
.t706__cartwin .t706__cartwin-top,
.t706__cartwin .t706__cartwin-bottom,
.t706__cartwin .t706__orderform {
    max-width: 560px;
    width: 100%;
}

.t706__cartwin .t706__close-button {
 background-color: lightgray;
}

.t706__cartwin .t706__cartwin-top {
 padding: 0px;
}

.t706__cartwin.t706__cartwin-bottom {
 padding-top: 0px;
}
   
   
   
.t-store__filter__item-title {
    font-size: 14px;
}

.t-store__filter__title {
    font-size: 14px;
}
.t-descr_xxs {
    font-size: 18px;
}


/* FDA 20241030 Tweaks to replace the Purchase button by a custom Apply button */

/* Remove border from iframe */
iframe { border: 0; }
  
/* Hides the purchase button */
#allrecords .t-store .t-store__prod-popup__btn-wrapper { display: none !important; }
.js-store-price-wrapper.t-store__prod-popup__price-wrapper { display: none !important; }
.js-store-price-wrapper.t-store__card__price-wrapper { display: none !important; }
.js-store-prod-sold-out { display: none !important; }
#allrecords .t-store .t-popup__container.t-width_10 { max-width: 50vw; }
#allrecords .t-store .t-popup iframe { border: 0; margin: .25rem; }

/* Styles properly the application button */
.t-store .js-store-prod-all-text a[href*="popup:joboffer"], 
#allrecords .t-store .js-store-prod-all-text > div > a:first-of-type,
#allrecords .t-store .js-store-prod-all-text > a:first-of-type {
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #c41b43;
  font-weight: 700;
  border-radius: 4px;
  padding: 1rem 2rem;
  margin: 0 0 2rem 0;
}









