.wc-quote-new-container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
} .wc-quote-new-header {
background-color: #2196F3;
padding: 25px;
border-bottom: 4px solid #1976D2;
border-radius: 8px 8px 0 0;
margin: -20px -20px 25px -20px;
position: relative;
overflow: hidden;
text-align: center;
}
.wc-quote-new-header::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 50%;
transform: translate(40%, -40%);
}
.wc-quote-new-header::after {
content: '';
position: absolute;
bottom: 0;
left: 20%;
width: 60px;
height: 60px;
background-color: rgba(255, 255, 255, 0.15);
border-radius: 50%;
transform: translate(-50%, 50%);
}
.wc-quote-new-header h2 {
margin: 0 0 10px 0;
font-size: 28px;
color: white;
font-weight: 600;
position: relative;
z-index: 1;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wc-quote-new-header p {
color: #666;
font-size: 16px;
margin: 0;
} .wc-quote-new-search-section {
position: relative;
margin-bottom: 30px;
}
.wc-quote-new-search-form {
display: flex;
gap: 10px;
}
#wc-quote-new-search-input {
flex: 1;
padding: 12px 16px;
font-size: 16px;
border: 2px solid #ddd;
border-radius: 6px;
outline: none;
transition: border-color 0.3s;
}
#wc-quote-new-search-input:focus {
border-color: #4CAF50;
}
#wc-quote-new-search-button {
padding: 12px 24px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: background-color 0.3s;
}
#wc-quote-new-search-button:hover {
background-color: #45a049;
} .wc-quote-new-search-results {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 5px;
background: white;
border: 1px solid #ddd;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 1000;
max-height: 400px;
overflow-y: auto;
display: none;
}
.wc-quote-new-search-results-list {
padding: 5px 0;
}
.wc-quote-new-search-result {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #f0f0f0;
transition: all 0.3s ease;
border-radius: 8px;
margin-bottom: 8px;
background-color: white;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
transform: translateY(0);
}
.wc-quote-new-search-result:hover {
background-color: #f9f9f9;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wc-quote-new-search-result:hover {
background-color: #f9f9f9;
}
.wc-quote-new-product-info {
display: flex;
align-items: center;
gap: 15px;
flex: 1;
}
.wc-quote-new-product-image {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 4px;
}
.wc-quote-new-product-details {
flex: 1;
}
.wc-quote-new-product-name {
font-size: 16px;
font-weight: 500;
color: #333;
margin-bottom: 5px;
}
.wc-quote-new-product-sku {
font-size: 14px;
color: #666;
margin-bottom: 3px;
}
.wc-quote-new-product-price {
font-size: 16px;
font-weight: 600;
color: #4CAF50;
margin-bottom: 3px;
}
.wc-quote-new-product-stock {
font-size: 13px;
color: #888;
}
.add-to-quote-btn {
background-color: #2196F3;
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
z-index: 1;
box-shadow: 0 2px 4px rgba(33, 150, 243, 0.3);
font-size: 14px;
white-space: nowrap;
}
.add-to-quote-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: all 0.6s ease;
z-index: -1;
}
.add-to-quote-btn:hover:not(:disabled) {
background-color: #1976D2;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(33, 150, 243, 0.4);
}
.add-to-quote-btn:hover:not(:disabled)::before {
left: 100%;
}
.add-to-quote-btn:active:not(:disabled) {
transform: translateY(0);
box-shadow: 0 2px 4px rgba(33, 150, 243, 0.3);
}
.add-to-quote-btn:disabled {
background-color: #cccccc;
cursor: not-allowed;
transform: none;
box-shadow: none;
} .wc-quote-new-search-message,
.wc-quote-new-search-error,
.wc-quote-new-search-loading {
padding: 15px;
text-align: center;
color: #666;
}
.wc-quote-new-search-error {
color: #f44336;
} .wc-quote-new-products-section {
margin-bottom: 30px;
}
.wc-quote-new-products-section h3 {
color: #333;
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
}
.wc-quote-new-products-list {
min-height: 200px;
border: 2px solid #f0f0f0;
border-radius: 6px;
padding: 20px;
}
.wc-quote-new-empty-state {
text-align: center;
color: #999;
font-size: 16px;
padding: 40px 20px;
} .wc-quote-new-products-table {
width: 100%;
border-collapse: collapse;
}
.wc-quote-new-products-table th {
text-align: left;
padding: 12px;
background-color: #f8f9fa;
color: #666;
font-weight: 600;
border-bottom: 2px solid #ddd;
}
.wc-quote-new-products-table td {
padding: 15px 12px;
border-bottom: 1px solid #eee;
}
.wc-quote-new-products-table tr:last-child td {
border-bottom: none;
}
.wc-quote-new-product-info-cell {
display: flex;
align-items: center;
gap: 12px;
}
.wc-quote-new-product-thumbnail {
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 4px;
}
.wc-quote-new-product-price-cell,
.wc-quote-new-product-subtotal-cell {
font-weight: 600;
color: #333;
} .quantity-control {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
}
.quantity-btn {
width: 30px;
height: 30px;
border: 1px solid #ddd;
background-color: #f5f5f5;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: bold;
transition: all 0.3s ease;
}
.quantity-btn:first-child {
border-radius: 4px 0 0 4px;
}
.quantity-btn:last-child {
border-radius: 0 4px 4px 0;
}
.quantity-btn:hover {
background-color: #e0e0e0;
}
.quantity-btn:active {
background-color: #d0d0d0;
}
.product-quantity {
width: 60px;
height: 30px;
padding: 5px;
border: 1px solid #ddd;
border-left: none;
border-right: none;
text-align: center;
font-size: 14px;
} .discount-control {
display: flex;
align-items: center;
gap: 10px;
}
.product-discount-slider {
width: 100px;
-webkit-appearance: none;
appearance: none;
height: 6px;
border-radius: 3px;
background: #ddd;
outline: none;
transition: all 0.3s ease;
}
.product-discount-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 16px;
height: 16px;
border-radius: 50%;
background: #007cba;
cursor: pointer;
transition: all 0.3s ease;
}
.product-discount-slider::-webkit-slider-thumb:hover {
background: #006ba1;
transform: scale(1.2);
}
.product-discount-slider::-moz-range-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
background: #007cba;
cursor: pointer;
border: none;
transition: all 0.3s ease;
}
.product-discount-slider::-moz-range-thumb:hover {
background: #006ba1;
transform: scale(1.2);
}
.product-discount {
width: 50px;
padding: 5px;
border: 1px solid #ddd;
border-radius: 4px;
text-align: center;
}
.discount-percent {
color: #666;
font-size: 14px;
min-width: 18px;
} .wc-quote-new-product-item {
transition: all 0.3s ease;
background-color: white;
}
.wc-quote-new-product-item:hover {
background-color: #f8f9fa;
} @keyframes productAdd {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.wc-quote-new-product-item.adding {
animation: productAdd 0.5s ease-out;
} .wc-quote-new-summary {
background-color: #f9f9f9;
padding: 15px;
border-radius: 8px;
margin-top: 20px;
border: 1px solid #eee;
}
.summary-row {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 14px;
}
.summary-row:last-child {
margin-bottom: 0;
font-weight: bold;
font-size: 16px;
color: #007cba;
}
.remove-product-btn {
background-color: #f44336;
color: white;
border: none;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(244, 67, 54, 0.2);
font-size: 14px;
}
.remove-product-btn:hover {
background-color: #d32f2f;
transform: translateY(-1px);
box-shadow: 0 4px 6px rgba(244, 67, 54, 0.3);
}
.remove-product-btn:active {
transform: translateY(0);
box-shadow: 0 2px 4px rgba(244, 67, 54, 0.2);
} .wc-quote-new-summary-section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #f8f9fa;
border-radius: 6px;
border: 1px solid #e0e0e0;
}
.wc-quote-new-total {
display: flex;
align-items: baseline;
gap: 10px;
}
.wc-quote-new-total-label {
font-size: 18px;
color: #333;
}
.wc-quote-new-total-price {
font-size: 32px;
font-weight: 700;
color: #4CAF50;
}
.wc-quote-new-save-button {
padding: 14px 28px;
background-color: #2196F3;
color: white;
border: none;
border-radius: 6px;
font-size: 18px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s;
}
.wc-quote-new-save-button:hover:not(:disabled) {
background-color: #1976D2;
}
.wc-quote-new-save-button:disabled {
background-color: #ccc;
cursor: not-allowed;
} .wc-quote-new-notification {
position: fixed;
top: 20px;
right: 20px;
padding: 18px 24px;
background: #4CAF50;
color: white;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transform: translateX(100%);
transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 9999;
max-width: 350px;
word-wrap: break-word;
font-size: 14px;
line-height: 1.4;
border-left: 4px solid rgba(255, 255, 255, 0.3);
opacity: 1;
}
.wc-quote-new-notification.success {
background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
border-left-color: #81c784;
}
.wc-quote-new-notification.error {
background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
border-left-color: #ff5252;
}
.wc-quote-new-notification.warning {
background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
border-left-color: #ffb74d;
}
.wc-quote-new-notification.show {
transform: translateX(0);
animation: notificationBounce 0.5s ease;
}
@keyframes notificationBounce {
0% { transform: translateX(100%); }
60% { transform: translateX(-10px); }
80% { transform: translateX(5px); }
100% { transform: translateX(0); }
} @media (max-width: 768px) {
.wc-quote-new-notification {
right: 10px;
left: 10px;
max-width: none;
top: 80px;
}
} .wc-quote-new-request-form-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10001;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.wc-quote-new-request-form-container.show {
opacity: 1;
pointer-events: auto;
}
.wc-quote-new-form-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
transition: background-color 0.3s ease;
}
.wc-quote-new-form-content {
position: relative;
background-color: white;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
width: 90%;
max-width: 500px;
max-height: 90vh;
overflow-y: auto;
transform: translateY(20px);
transition: transform 0.3s ease;
z-index: 10002;
}
.wc-quote-new-request-form-container.show .wc-quote-new-form-content {
transform: translateY(0);
}
.wc-quote-new-form-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
border-bottom: 1px solid #eee;
}
.wc-quote-new-form-header h3 {
margin: 0;
font-size: 20px;
color: #333;
}
.wc-quote-new-form-close {
background: none;
border: none;
font-size: 24px;
color: #999;
cursor: pointer;
padding: 0;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.2s ease;
}
.wc-quote-new-form-close:hover {
background-color: #f0f0f0;
color: #333;
}
.wc-quote-new-form-body {
padding: 20px;
}
.wc-quote-new-form-group {
margin-bottom: 20px;
}
.wc-quote-new-form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #555;
}
.wc-quote-new-form-group input,
.wc-quote-new-form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 16px;
transition: border-color 0.3s ease;
}
.wc-quote-new-form-group input:focus,
.wc-quote-new-form-group textarea:focus {
outline: none;
border-color: #2196F3;
box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}
.wc-quote-new-form-group textarea {
resize: vertical;
min-height: 100px;
font-family: inherit;
}
.wc-quote-new-form-group label[for="wc-quote-new-name"],
.wc-quote-new-form-group label[for="wc-quote-new-email"] {
position: relative;
}
.wc-quote-new-form-group label[for="wc-quote-new-name"]::after,
.wc-quote-new-form-group label[for="wc-quote-new-email"]::after {
content: '*';
color: #f44336;
margin-left: 5px;
}
.wc-quote-new-form-footer {
display: flex;
justify-content: flex-end;
gap: 10px;
padding: 20px;
border-top: 1px solid #eee;
background-color: #f9f9f9;
border-radius: 0 0 10px 10px;
}
.wc-quote-new-form-cancel,
.wc-quote-new-form-submit {
padding: 12px 24px;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.wc-quote-new-form-cancel {
background-color: #f5f5f5;
color: #666;
}
.wc-quote-new-form-cancel:hover {
background-color: #e0e0e0;
}
.wc-quote-new-form-submit {
background-color: #2196F3;
color: white;
}
.wc-quote-new-form-submit:hover:not(:disabled) {
background-color: #1976D2;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3);
}
.wc-quote-new-form-submit:disabled {
background-color: #ccc;
cursor: not-allowed;
transform: none;
box-shadow: none;
} @media (max-width: 768px) {
.wc-quote-new-container {
padding: 15px;
}
.wc-quote-new-header h2 {
font-size: 24px;
}
.wc-quote-new-search-form {
flex-direction: column;
}
.wc-quote-new-search-result {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.wc-quote-new-product-info {
width: 100%;
}
.add-to-quote-btn {
align-self: flex-end;
}
.wc-quote-new-products-table {
display: block;
overflow-x: auto;
}
.wc-quote-new-summary-section {
flex-direction: column;
gap: 20px;
text-align: center;
}
.wc-quote-new-total-price {
font-size: 28px;
} .wc-quote-new-form-content {
width: 95%;
margin: 20px;
}
.wc-quote-new-form-footer {
flex-direction: column;
}
.wc-quote-new-form-cancel,
.wc-quote-new-form-submit {
width: 100%;
}
}
@media (max-width: 480px) {
.wc-quote-new-header h2 {
font-size: 20px;
}
.wc-quote-new-product-image {
width: 50px;
height: 50px;
}
.wc-quote-new-product-name {
font-size: 14px;
}
.wc-quote-new-total-price {
font-size: 24px;
}
.wc-quote-new-save-button {
padding: 12px 20px;
font-size: 16px;
}
}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1;width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1;width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.review-rating{order:2}.star-rating{margin-right:10px}.review-count{margin-left:10px;font-size:14px;margin-top:-6px}@media (max-width:544px){.review-rating{display:block}.review-count{margin-left:0;margin-top:0}}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}