@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes animate-sticky{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes submenu-animation-show{99%{visibility:hidden}100%{visibility:visible}}@keyframes submenu-animation-hide{99%{visibility:visible}100%{visibility:hidden}}@keyframes submenu-animation-slide-down{0%{transform:rotateX(90deg)}100%{transform:rotateX(0)}}@keyframes submenu-animation-slide-up{0%{transform:rotateX(0)}100%{transform:rotateX(90deg)}}.default-loader{width:40px;height:40px;display:inline-block;position:relative;border:3px solid #191e1e;flex-shrink:0;border-top-color:#fff;border-radius:100%;animation:rotate infinite .75s linear;margin:0;padding:0}.default-loader.sm{width:30px;height:30px}.bulk-order-wrapper .wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.bulk-order-wrapper .fold-details{text-align:center;margin:20px 0 30px}.bulk-order-wrapper .fold-details h1{margin-bottom:0}.bulk-order-wrapper .features{background-color:#004c97;color:#fff;border-radius:14px;padding:20px}@media only screen and (min-width:48em){.bulk-order-wrapper .features ul{columns:2;-webkit-columns:2;-moz-columns:2;column-gap:40px;max-width:550px;margin:0 auto;list-style:none}.bulk-order-wrapper .features ul li::before{content:"\f00c";display:inline-block;position:static;font-family:"Font Awesome 5 Free";margin-right:10px;color:#2ecc71}}.bulk-order-wrapper .products-wrap{display:flex;flex-direction:column;gap:30px;margin:50px 0 30px}.bulk-order-wrapper .products-wrap .product-card{border:1px solid #e0e0e0;border-radius:8px;padding:20px;background:#fff;transition:box-shadow .3s;width:100%}@media only screen and (min-width:48em){.bulk-order-wrapper .products-wrap .product-card{display:flex;align-items:center;gap:30px}}.bulk-order-wrapper .products-wrap .product-card .product-image{margin-bottom:15px;text-align:center;width:100%;max-width:250px;margin:0 0 30px}@media only screen and (min-width:48em){.bulk-order-wrapper .products-wrap .product-card .product-image{margin:0}}.bulk-order-wrapper .products-wrap .product-card .product-image img{max-width:100%;height:auto;border-radius:4px}.bulk-order-wrapper .products-wrap .product-card .product-info .product-title{font-size:18px;margin:0 0 10px}.bulk-order-wrapper .products-wrap .product-card .product-info .product-description{font-size:14px}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap{display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:48em){.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap{margin-left:auto}}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .quantity-controls{display:flex;align-items:center;justify-content:center;height:48px;margin:20px 0;width:100%}@media only screen and (min-width:48em){.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .quantity-controls{width:auto;margin:0}}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .quantity-controls .qty-btn{width:48px;height:100%;background:#004c97;color:#fff;font-size:24px;font-weight:700;cursor:pointer;transition:all .3s;border:none}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .quantity-controls .qty-btn:first-child{border-radius:16px 0 0 0;border-right:none}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .quantity-controls .qty-btn:last-child{border-radius:0 16px 16px 0;border-left:none}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .quantity-controls .qty-input{width:100px;height:100%;text-align:center;border:1px solid #ddd;border-radius:0;font-size:16px;font-weight:700;margin:0;flex-grow:1}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .bundles{display:inline-block;opacity:.6;background-color:#e1e1e1;border-radius:50vh;padding:5px;margin:5px auto 0;font-size:14px;line-height:1}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .product-pricing{margin-top:10px;width:100%}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .product-pricing>div{display:flex;justify-content:space-between;align-items:center}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .product-pricing .unit-price{font-size:14px}.bulk-order-wrapper .products-wrap .product-card .controls-pricing-wrap .product-pricing .item-total{font-size:18px;font-weight:600}.bulk-order-wrapper .order-summary{background:#fff;color:#191e1e;padding:20px;box-shadow:0 -4px 12px rgba(0,0,0,.1)}.bulk-order-wrapper .order-summary .summary-content .coupon-section{display:flex}.bulk-order-wrapper .order-summary .summary-content .coupon-section input{margin:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;cursor:auto}.bulk-order-wrapper .order-summary .summary-content .coupon-section .apply-coupon-btn{border:none;border-top-left-radius:0;color:#fff;cursor:pointer;padding:0 20px;display:flex;align-items:center;justify-content:center}.bulk-order-wrapper .order-summary .summary-content .coupon-message{margin-top:5px;font-size:14px}.bulk-order-wrapper .order-summary .summary-content .coupon-message.success{color:#2ecc71}.bulk-order-wrapper .order-summary .summary-content .coupon-message.error{color:#e74c3c}.bulk-order-wrapper .order-summary .summary-content .totals-wrap{width:100%}@media only screen and (min-width:48em){.bulk-order-wrapper .order-summary .summary-content .totals-wrap{display:flex;align-items:flex-end;gap:20px}}.bulk-order-wrapper .order-summary .summary-content .totals-wrap .totals-section{font-size:16px;margin-top:30px;flex-grow:1}.bulk-order-wrapper .order-summary .summary-content .totals-wrap .totals-section .total-row{display:flex;justify-content:space-between}.bulk-order-wrapper .order-summary .summary-content .totals-wrap .totals-section .total-row.discount-row{display:none;color:#2ecc71}.bulk-order-wrapper .order-summary .summary-content .totals-wrap .totals-section .total-row.discount-row .discount-text{color:#2ecc71}.bulk-order-wrapper .order-summary .summary-content .totals-wrap .totals-section .total-row.final-total{font-size:20px;padding-top:10px;margin:10px 0;border-top:2px solid rgba(25,30,30,.1)}.bulk-order-wrapper .order-summary .summary-content .submit-order-btn{margin:10px 0 0;background-color:#2ecc71;width:100%}.bulk-order-wrapper .order-summary .summary-content .submit-order-btn[disabled]{opacity:.5;cursor:not-allowed}.woocommerce-products-header>p{display:none}.qodef-woo-product-list,.qodef-woo-results{display:none}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{gap:0}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>p{display:none}