.tf116n-document-row{display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid #eef0f1}
.tf116n-document-row:last-child{border-bottom:0}
.tf116n-document-row .tf116k-document{border-bottom:0}
.tf116n-add{align-self:stretch;border:0;border-left:1px solid #eef0f1;background:#fff;padding:0 18px;font:inherit;font-weight:700;cursor:pointer;color:#30383d}
.tf116n-add:hover{background:#f7f8f8;color:#e3000f}
.tf116n-add.is-selected{background:#30383d;color:#fff}
.tf116n-basket-shell{position:fixed;right:20px;bottom:20px;z-index:1200}
.tf116n-basket-toggle{display:flex;align-items:center;gap:12px;border:0;background:#e3000f;color:#fff;padding:14px 17px;font:inherit;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}
.tf116n-count{display:grid;place-items:center;min-width:28px;height:28px;border-radius:50%;background:#fff;color:#e3000f}
.tf116n-basket-panel{position:absolute;right:0;bottom:60px;width:min(430px,calc(100vw - 28px));max-height:min(72vh,720px);overflow:auto;background:#fff;border:1px solid #dfe3e5;box-shadow:0 18px 45px rgba(0,0,0,.24)}
.tf116n-basket-head{display:flex;justify-content:space-between;gap:20px;padding:22px;border-bottom:1px solid #e6e9ea}
.tf116n-basket-head h2{margin:.2rem 0 0;font-size:1.45rem}
.tf116n-close{border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer}
.tf116n-basket-empty{padding:28px 22px;color:#68737a}
.tf116n-basket-items{display:grid}
.tf116n-basket-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:15px 22px;border-bottom:1px solid #eef0f1}
.tf116n-basket-item div{display:grid;gap:3px}
.tf116n-basket-item small{color:#68737a}
.tf116n-basket-item strong{line-height:1.3}
.tf116n-basket-item button{border:0;background:transparent;font-size:1.4rem;cursor:pointer;color:#68737a}
.tf116n-basket-actions{display:grid;gap:10px;padding:20px 22px;border-top:1px solid #e6e9ea}
.tf116n-clear{border:0;background:transparent;text-decoration:underline;cursor:pointer;justify-self:start}
.tf116n-email-form{display:grid;gap:14px;padding:20px 22px;border-top:1px solid #e6e9ea;background:#f7f8f8}
.tf116n-email-form h3{margin:0}
.tf116n-email-form label{display:grid;gap:7px;font-weight:700}
.tf116n-email-form input[type=email]{width:100%;padding:11px 12px;border:1px solid #b9c0c4;font:inherit}
.tf116n-privacy{display:flex!important;grid-template-columns:none;align-items:flex-start;gap:9px!important;font-weight:400!important}
.tf116n-privacy input{margin-top:4px}
.tf116n-email-buttons{display:flex;gap:10px;flex-wrap:wrap}
.tf116n-message{margin:0;font-size:.9rem}
.tf116n-hp{position:absolute;left:-99999px;width:1px;height:1px;overflow:hidden}
@media(max-width:640px){
  .tf116n-document-row{grid-template-columns:1fr}
  .tf116n-add{border-left:0;border-top:1px solid #eef0f1;padding:12px 16px}
  .tf116n-basket-shell{right:12px;bottom:12px}
  .tf116n-basket-toggle span{display:none}
  .tf116n-basket-panel{right:0;bottom:56px}
}