/* thetechspert Quote v1.0.2 */
.tts-quote-wrap{width:100%;font-family:"Poppins",sans-serif;color:#000}
.tts-quote-intro{margin-bottom:18px;color:#000}
.tts-quote-list{border-top:1px solid #ddd;color:#000;font-family:"Poppins",sans-serif}
.tts-quote-list,.tts-quote-list *{font-family:"Poppins",sans-serif;color:#000}
.tts-quote-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(90px,auto);gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid #ddd}
.tts-quote-product strong{display:block;font-size:18px;font-weight:700;color:#000}
.tts-quote-description{margin-top:6px;font-size:14px;opacity:1;color:#000}
.tts-quote-description p{margin:0;color:#000}
.tts-quote-qty{display:flex;align-items:stretch}
.tts-quote-qty input{width:58px;min-height:42px;border:1px solid #ccc;border-radius:0;text-align:center;margin:0;-moz-appearance:textfield;background:#fff;color:#000;font-family:"Poppins",sans-serif}
.tts-quote-qty input::-webkit-outer-spin-button,.tts-quote-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.tts-qty-minus,.tts-qty-plus{width:42px;min-height:42px;border:1px solid #ccc;background:#f7f7f7;cursor:pointer;font-size:20px;line-height:1;color:#000!important;font-family:"Poppins",sans-serif}
.tts-qty-minus{border-right:0}
.tts-qty-plus{border-left:0}
.tts-quote-price{text-align:right;font-weight:700;white-space:nowrap;color:#000}
.tts-quote-footer{margin-top:22px;display:flex;gap:24px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;font-family:"Poppins",sans-serif;color:#000}
.tts-quote-totals{min-width:280px;max-width:420px;flex:1;color:#000}
.tts-total-line{display:flex;justify-content:space-between;gap:24px;padding:5px 0;color:#000}
.tts-grand-total-line{margin-top:5px;padding-top:10px;border-top:1px solid #ddd;font-size:18px}
.tts-quote-submit,.tts-quote-submit.button,.tts-quote-submit.button.alt{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:72px;padding:18px 42px;border:0!important;border-radius:11px!important;background:#ea9e47!important;color:#000!important;font-family:"Poppins",sans-serif!important;font-size:22px!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.tts-quote-submit:hover,.tts-quote-submit:focus,.tts-quote-submit.button:hover,.tts-quote-submit.button.alt:hover{background:#df923d!important;color:#000!important;text-decoration:none!important}
.tts-quote-submit:active{transform:translateY(1px)}
@media(max-width:650px){.tts-quote-row{grid-template-columns:1fr auto}.tts-quote-product{grid-column:1/-1}.tts-quote-price{text-align:right}.tts-quote-footer{align-items:stretch}.tts-quote-totals{min-width:100%}.tts-quote-submit{width:100%}}
