

body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 0;
}
.single-product-category,h1.product_title1.entry-title,.summary p.price, table.variations, .single_variation_wrap,.product_meta,form.cart{
    display: none !important;
}
td.pcolor {
    color: #3fa2f0;
}


.quantity-input {
    min-width: 80px !important;
    border-radius: 3px;
    -moz-appearance: textfield; /* Removes inner up/down arrows for Firefox */
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    opacity: 1; /* Ensure arrows are always visible */
    transition: opacity 0.2s ease-in-out;
}

.quantity-input:hover::-webkit-inner-spin-button,
.quantity-input:hover::-webkit-outer-spin-button {
    opacity: 1; /* Show arrows on hover */
}

.quantity-input:focus::-webkit-inner-spin-button,
.quantity-input:focus::-webkit-outer-spin-button {
    opacity: 1; /* Keep arrows visible on focus */
}

/* To remove the spinner arrows in Firefox */
.quantity-input {
    -moz-appearance: textfield;
}


.product-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.product-header h1 {
font-size: 24px;
}
.product-header .badge {
background-color: #3fa2f0;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
font-size: 12px;
}
.image-section img {
max-width: 100%;
border-radius: 8px;
}
.input-group {
margin-top: 20px;
}
.input-group label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.input-group input, .input-group select {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px;
}
.size-options, .quantity-section, .upload-section {
margin-top: 20px;
}
.size-options h3 {
font-size: 18px;
margin-bottom: 10px;
}
.size-options input[type="radio"] {
margin-right: 10px;
}
.size-buttons input {
padding: 10px;
margin: 5px;
border: 1px solid #ddd;
border-radius: 5px;
}
.table-section {
width: 100%;
margin-top: 20px;
}
.price-table {
width: 100%;
border-collapse: collapse;
}
.price-table th, .price-table td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
.price-table th {
background-color: #f1f1f1;
}
.total-section {
margin-top: 20px;
text-align: right;
font-weight: bold;
}
.upload-section {
margin-top: 20px;
padding: 20px;
border: 2px dashed #ddd;
text-align: center;
border-radius: 8px;
}
.upload-section button {
background-color: #3fa2f0;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
margin: 10px;
}
.submit-section button {
width: 100%;
padding: 15px;
background-color: #3fa2f0;
color: white;
font-weight: bold;
border: none;
border-radius: 5px;
cursor: pointer;
}

        .size-inputs {
        display: flex;
        gap: 20px; /* Adjust spacing between the two input groups */
        }
        .input-group {
        display: flex;
        flex-direction: column; /* Stack label and input/buttons in column */
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
        border-radius: 15px;
        padding: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
        }
        .input-group label {
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
        }
        .input-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        }
        .input-controls button {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 15px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        .input-controls button:hover {
        background-color: #eaf5ff;
        border-color: #3fa2f0;
        }
        .input-controls input {
        width: 70px;
        text-align: center;
        padding: 5px;
        border: none;
        background-color: transparent;
        font-size: 15px;
        margin: 0 10px;
        }
        .input-controls input:focus {
        outline: none;
        }
        
    .size-selector {
    margin-bottom: 20px;
    }
    .size-inputs {
    display: flex;
    gap: 15px;
    }
    .input-group {
    display: flex;
    align-items: center;
    }
    .input-group label {
    margin-right: 10px;
    }
    .input-group button {
    background-color: #ccc;
    border: none;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    }
    .input-group input {
    width: 70px;
    text-align: center;
    padding: 5px;
    }
    .detected-size {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    }
    .popular-sizes {
    margin-top: 20px;
    }
    .size-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    }
    .size-buttons label {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .size-buttons input[type="radio"] {
    display: none;
    }
    .size-buttons input[type="radio"]:checked + label {
    border-color: #3fa2f0; /* Apply blue border when selected */
    background-color: #eaf5ff; /* Optional: Add a slight background change */
    color: #000;
    }
    
    .table-section {
    margin-top: 20px;
    }
    .price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    }
    .price-table th, .price-table td {
    padding: 15px;
    border: 1px solid #ddd;
    }
    .price-table thead th {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f7f7f7;
    }
    .price-table tbody tr {
    background-color: #fff;
    }
    .price-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
    }
    .highlight-row {
    background-color: #eaf5ff; /* Light blue for the max discount */
    font-weight: bold;
    }
    .price-table tbody tr:hover {
    background-color: #f0f0f0;
    }
    .discount-text {
    font-size: 14px;
    font-weight: bold;
    color: #3fa2f0;
    }
    .quantity-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 16px;
    }
    .quantity-section label {
    margin-right: 10px;
    font-weight: bold;
    }
    .quantity-section input[type="number"] {
    width: 60px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 10px;
    }
    .quantity-controls button {
    padding: 5px 10px;
    font-size: 18px;
    border: none;
    background-color: #f1f1f1;
    cursor: pointer;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    }
    .quantity-controls button:hover {
    background-color: #ddd;
    }
    .final-price {
    font-size: 22px;
    color: #1a1a1a;
    margin-top: 10px;
    text-align: right;
    }
    .strike-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    }
    
    .selecteditem{
        background: #3fa2f036  !important;
        color: #3fa2f0;
    }