quantity-input:not(.qty-style-2){width:90px;display:block;position:relative;height:42px;padding:0 20px;border:2px solid rgba(var(--primary-color-rgb), 0.3);-webkit-padding-end:30px;padding-inline-end:30px;background:var(--input-background-color)}quantity-input:not(.qty-style-2) input{width:100%;height:100%;border:none;background:rgba(0,0,0,0);padding:0;margin:0}quantity-input:not(.qty-style-2) button{margin:2px 5px;position:absolute;right:0;height:50%;width:20px;display:flex;align-items:center;justify-content:center;color:var(--input-text-color);cursor:pointer}quantity-input:not(.qty-style-2) button:disabled{cursor:not-allowed}quantity-input:not(.qty-style-2) svg{width:8px;height:8px;color:currentColor}quantity-input:not(.qty-style-2) svg path{fill:currentColor}quantity-input:not(.qty-style-2) .qty-minus{bottom:0}quantity-input:not(.qty-style-2) .qty-plus{top:0;transform:rotate(180deg)}quantity-input.qty-style-2{width:130px;display:flex;flex-wrap:nowrap;position:relative;height:42px;background:var(--input-background-color)}quantity-input.qty-style-2 input{width:50px;height:100%;border:none;background:rgba(0,0,0,0);margin:0;text-align:center;padding:2px}quantity-input.qty-style-2 button{width:40px;height:100%;display:flex;align-items:center;justify-content:center;color:var(--input-text-color);cursor:pointer;border:2px solid rgba(var(--primary-color-rgb), 0.3);transition:all .45s ease}quantity-input.qty-style-2 button:hover{border-color:var(--primary-color)}quantity-input.qty-style-2 button:disabled{cursor:not-allowed}quantity-input.qty-style-2 svg{width:10px;height:10px;color:currentColor}quantity-input.qty-style-2 svg path{fill:currentColor}.order-form-page-wrapper{margin-top:5px}.order-form-page-wrapper .price-no-range,.order-form-page-wrapper .price-range,.order-form-page-wrapper .price-wrapper{justify-content:center}.order-form-page-wrapper .of-table{border:1px solid var(--border-color);border-bottom:none;display:block;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.order-form-page-wrapper .of-thead{display:flex;white-space:normal}.order-form-page-wrapper .of-thead>div{flex:0 0 15%;max-width:15%;min-width:140px;padding:15px 20px;text-align:center;text-transform:uppercase;font-weight:700;border-bottom:1px solid var(--border-color)}.order-form-page-wrapper .of-thead>div:not(:last-of-type){border-inline-end-width:1px;border-inline-end-style:solid;border-inline-end-color:var(--border-color)}.order-form-page-wrapper .of-thead .of-thead__name{min-width:240px;flex:0 0 40%;max-width:40%}.order-form-page-wrapper .of-tbody__row{display:flex;white-space:normal}.order-form-page-wrapper .of-tbody__row>div{flex:0 0 15%;max-width:15%;min-width:140px;padding:10px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--border-color)}.order-form-page-wrapper .of-tbody__row>div:not(:last-of-type){border-inline-end-width:1px;border-inline-end-style:solid;border-inline-end-color:var(--border-color)}.order-form-page-wrapper .of-tbody__row .td-name{flex:0 0 40%;max-width:40%;min-width:240px}.order-form-page-wrapper .of-tbody__row--child:not(.active){display:none}.order-form-page-wrapper .item-title{color:var(--product-card-link-color);font-family:var(--primary-body-font);font-weight:var(--heading-4-weight);font-size:calc(var(--product-card-name-fs) - 2px)}@media(min-width: 1200px){.order-form-page-wrapper .item-title{font-size:var(--product-card-name-fs)}}@media(min-width: 1024px){.order-form-page-wrapper .item-title:hover{color:var(--product-card-link-hover-color)}}.order-form-page-wrapper .item-short-desc{margin-top:16px}.order-form-page-wrapper .short-description p:last-of-type{margin-bottom:0}.order-form-page-wrapper .price-item-wrapper{flex-wrap:wrap;justify-content:center}.order-form-page-wrapper .price-compare{-webkit-margin-end:6px;margin-inline-end:6px}.order-form-page-wrapper .td-qty{align-items:center}.order-form-page-wrapper .cart-item__quantity{text-align:center}.order-form-page-wrapper .td-btn{align-items:center}.order-form-page-wrapper .btn-atc{border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media(min-width: 375px){.order-form-page-wrapper .btn-atc{width:36px;height:36px}}.order-form-page-wrapper .btn-atc svg{width:16px;height:16px;color:currentColor}.order-form-page-wrapper .btn-atc svg path{fill:currentColor}.order-form-page-wrapper .btn-atc.loading .icon:not(.icon-loading){display:none}.order-form-page-wrapper .btn-atc[disabled]{cursor:not-allowed}@media(min-width: 1025px){.order-form-page-wrapper .btn-atc[disabled]:hover{cursor:not-allowed}}.order-form-page-wrapper .td-name-inner{display:flex;align-items:center}.order-form-page-wrapper .td-name-inner .item-image{flex:0 0 30%;max-width:30%}.order-form-page-wrapper .td-name-inner .item-title{flex:0 0 calc(70% - 30px);max-width:calc(70% - 30px);-webkit-margin-start:30px;margin-inline-start:30px}.order-form-page-wrapper .pagination{border-top:none}