.quantity-popover-container{padding:0!important}
.rfq-title{margin:0;margin-bottom:14px;font-family:InstrumentSans,serif,Arial;font-size:4.8rem;line-height:120%;font-weight:500;color:#232323}
.rfq-text{margin:0;margin-bottom:3.4rem;font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;font-weight:400;color:#393939}
.rfq-cart{width:100%;display:flex;gap:7.2rem}
.rfq-cart-wrapper{width:55%;display:flex;flex-direction:column}
.rfq-cart-list{display:flex;flex-direction:column;gap:3.8rem}
.rfq-cart-left{width:100%}
.rfq-cart-item{padding-bottom:2.4rem;border-bottom:1px solid #e1e1e1}
.rfq-cart-item-wrapper{width:100%;display:flex;gap:2.4rem}
.rfq-cart-item-wrapper-photo{display:flex}
.rfq-cart-item-wrapper-photo img{-o-object-fit:cover;object-fit:cover;border-radius:.8rem;max-width:9.6rem;height:-moz-fit-content;height:fit-content}
.rfq-cart-item-wrapper-information{display:flex;flex-direction:column}
.rfq-cart-item-wrapper-information-title{margin-bottom:.8rem;max-width:16rem;font-family:InstrumentSans,serif,Arial;font-size:1.8rem;line-height:2.8rem;color:#000;text-decoration:none}
.rfq-cart-item-wrapper-delete{margin-left:auto}
.rfq-cart-item-price{margin-bottom:8px;font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;font-weight:500;color:#393939}
.rfq-summary{width:50%;height:-moz-fit-content;height:fit-content;position:sticky;top:11.8rem}
.rfq-summary-title{margin-bottom:2.4rem}
.rfq-summary-wrapper{display:flex;flex-direction:column;gap:12px}
.rfq-summary-item{padding-bottom:1.2rem;border-bottom:1px solid #e1e1e1}
.rfq-summary-item-last{margin-top:4.2rem;font-size:24px;line-height:100%;color:#000}
.cart-item__quantity-wrapper{gap:1.6rem;align-items:center}
.rfq-thank-you{padding-top:9.6rem;padding-bottom:6.4rem;max-width:39rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;align-items:center}
.rfq-thank-you-title{margin:0;margin-bottom:2.4rem;font-family:DMSans,serif,Arial;font-size:3.2rem;line-height:4rem;font-weight:500;color:#393939;text-align:center}
.rfq-thank-you-text{margin:0;margin-bottom:36px;font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;color:#393939;text-align:center}
.rfq-thank-you-button{display:flex;text-decoration:none;width:32rem}
@media screen and (max-width:990px){
.rfq-title{font-size:2.4rem;line-height:2.8rem}
.rfq-cart{width:100%;display:flex;flex-direction:column;gap:2.4rem}
.rfq-cart-wrapper{width:100%}
.rfq-cart-list{display:flex;flex-direction:column;gap:2rem}
.rfq-cart-left{width:100%}
.rfq-cart-item{padding-bottom:2.4rem;border-bottom:1px solid #e1e1e1}
.rfq-cart-item-wrapper{width:100%;display:flex;flex-direction:row;gap:2.4rem}
.rfq-cart-item-wrapper-photo{display:flex}
.rfq-cart-item-wrapper-photo img{-o-object-fit:cover;object-fit:cover;border-radius:.8rem}
.rfq-cart-item-wrapper-information{display:flex;flex-direction:column;justify-content:space-between}
.rfq-cart-item-wrapper-information-title{font-family:InstrumentSans,serif,Arial;font-size:2.4rem;line-height:100%;color:#000;text-decoration:none}
.rfq-cart-item-wrapper-delete{margin-left:auto}
.rfq-summary{width:100%;height:-moz-fit-content;height:fit-content;position:sticky;top:11.8rem}
.rfq-summary-title{margin-bottom:2.4rem}
.rfq-summary-wrapper{display:flex;flex-direction:column;gap:12px}
.rfq-summary-item{padding-bottom:1.2rem;border-bottom:1px solid #e1e1e1}
.rfq-summary-item-last{margin-top:2rem;font-size:24px;line-height:100%;color:#000}
}