/*!/wp-content/plugins/woocommerce-buy-again/public/css/woo-buy-again-styles.css*/@charset "UTF-8";.wc-buy-again-notice{align-items:center;animation:fadeInDown .5s ease-out;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 15px;position:relative;z-index:9999}.wc-buy-again-notice.wc-buy-again-success{background-color:#f0f8e9;border:1px solid #76990f;color:#4b6109}.wc-buy-again-notice.wc-buy-again-success .message{align-items:center;display:flex}.wc-buy-again-notice.wc-buy-again-success .message:before{background:#76990f;border-radius:50%;color:#fff;content:"✓";display:inline-block;font-weight:700;height:20px;line-height:20px;margin-right:8px;text-align:center;width:20px}.wc-buy-again-notice .close-notice{background:#fff0;border:none;color:#4b6109;cursor:pointer;font-size:18px;margin-left:10px;opacity:.7;padding:0}.wc-buy-again-notice .close-notice:hover{opacity:1}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}#wc-buy-again-products-table thead{border:1px solid #dcdcdc;font-size:14px;font-weight:700;margin:15px 0 10px}#wc-buy-again-products-table thead th:hover{color:#769910;cursor:pointer}#wc-buy-again-products-table tr:hover{background:#f8f8f8}#wc-buy-again-products-table .dt-column-header{font-size:14px;font-weight:700}#wc-buy-again-products-table-render .woo-buy-again-qty{padding-bottom:10px}#wc-buy-again-products-table-render .wba-product-name{font-size:16px;font-weight:700}#wc-buy-again-products-table-render .wba-ajax-add-to-cart{padding:10px}.wba-table-header{align-items:center;background:#f9f9f9;border-bottom:1px solid #dcdcdc;display:flex;padding:20px}.wba-table-header .dt-search input{border:1px solid #ddd;border-radius:4px;margin-left:.5em;min-width:60%;padding:.5em}.wba-table-header .left{flex:1}.wba-table-header .left .dt-length select{display:inline;width:100px}.wba-table-header .right{flex:5;text-align:right}.woocommerce-tables-footer button{background:#76990f;color:#fff;font-weight:700;padding:10px;width:40px}.woocommerce-tables-footer .dt-info{display:flex;font-weight:700;justify-content:center}.woocommerce-tables-footer button.current{background:#4a6009}.wc-buy-again-table-container .gridjs-debug-info{display:none}.wc-buy-again-table-container .gridjs-search,.wc-buy-again-table-container .gridjs-search input{width:100%}#wc-buy-again-products-table{border-collapse:collapse;margin-bottom:10px;width:100%}#wc-buy-again-products-table .wc-buy-again-product-image{width:80px}#wc-buy-again-products-table .wc-buy-again-product-image img{height:auto;width:60px}#wc-buy-again-products-table .wc-buy-again-product-name a{color:#333;font-weight:600;text-decoration:none}#wc-buy-again-products-table .wc-buy-again-product-name a:hover{color:#76990f}#wc-buy-again-products-table .wc-buy-again-product-price{font-weight:600}#wc-buy-again-products-table .wc-buy-again-product-price .woocommerce-Price-amount{color:#77a464}#wc-buy-again-products-table .wc-buy-again-product-actions .button{background-color:#4b6109;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:1.5em 1em;text-align:center;text-decoration:none;transition:background-color .2s;width:100%}#wc-buy-again-products-table .wc-buy-again-product-actions .button:hover{background-color:#76990f}.wc-buy-again-products{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}.wc-buy-again-products .product{align-items:center;border:1px solid #f0f0f0;border-radius:5px;display:flex;gap:20px;padding:15px;transition:all .3s ease;width:100%}.wc-buy-again-products .product:hover{box-shadow:0 5px 15px rgb(0 0 0 / .08)}@media (min-width:768px){.wc-buy-again-products .product{width:calc(50% - 10px)}}.wc-buy-again-products .wc-buy-again-product-image{width:80px}.wc-buy-again-products .wc-buy-again-product-image img{height:auto;width:100%}.wc-buy-again-products .wc-buy-again-product-details{flex:1}.wc-buy-again-products .wc-buy-again-product-details h3{font-size:16px;margin-bottom:10px;margin-top:0}.wc-buy-again-products .wc-buy-again-product-details h3 a{text-decoration:none}.wc-buy-again-products .wc-buy-again-product-price{font-weight:700;margin-bottom:15px}.wc-buy-again-products .wc-buy-again-product-actions .button{text-align:center;width:100%}@media (min-width:768px){.wc-buy-again-products .wc-buy-again-product-actions .button{width:auto}}