.product-picker i {
    font-size: 26px;
}
.cpc-product-picker-container {
    display: flex;
    justify-content: space-between;
}
.product-picker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
/* .column-1 {
    width: 25%;
} */
.column-2 {
    /* width: 75%; */
    display: flex;
    justify-content: space-between;
}
.cpc-product-details {
    position: relative;
}
.cpc-product-actions {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.cpc-product-actions i {
    font-size: 24px;
}
.cpc-average-rating-stars{
    color: gold;
    font-size: 20px;
}
.cpc-filled-star{
    color: gold;
}
.cpc-product-compare-content{
    width: 100%;
}
.cpc-product-compare-content table{
    width: 100%;
}
.cpc-product-compare-content table td, .cpc-product-compare-content table th{
    width: 25%;
    padding: 20px;
}
/* Dropdown css */
.cpc-custom-dropdown {
    position: relative;
}
.cpc-custom-select-option {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.cpc-dropdown-product-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.cpc-dropdown-product-details {
    display: flex;
    flex-direction: column;
}
.cpc-dropdown-product-title {
    font-weight: bold;
}
.cpc-dropdown-product-price {
    color: #888;
}
.swal2-popup {
    width: 80%;
    max-width: 600px;
}
.cpc-custom-dropdown {
    position: relative;
    max-height: 220px;
    overflow-y: auto;
}
