.category-tabs {
    margin: 20px 0;
    width: 100%;
}

.product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

li.product-item {
    position: relative;
    margin-bottom: 10px;
}


.tabs .tab.active {
    border-bottom: 3px solid #b19369;
    background-color: #fff;
}

h2.add-title {
    color: #99723F;
    font-size: 28px;
    margin: 0px 0px 10px 0px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-family: "Gilda Display", Sans-serif;
}

ul.tabs {
    padding: 0 !important;
}

ul.tabs li{
    box-shadow: none !important;
}

ul.tabs li:before {
    box-shadow: none !important;
}

ul.tabs li:after, ul.tabs li:before{
    border: none !important;
}

.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
}

.tabs .tab {
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    margin-right: 0px;
}

.tab-content {
    padding: 0px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}


/* Hide the default checkbox */
.addon-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the parent div */
.addon-option {
    position: absolute;
    background: #CFCFCF;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 500;
    right: 0;
    top: 0;
    z-index: 9;
}

/* Add a custom icon or square for unchecked state */
.addon-option:before {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #333;
    font-weight: 100;
}
.addon-option.active:before {
    content: '\f00c';
}
/* Change the icon when the checkbox is checked */
.addon-option input[type="checkbox"]:checked + :before {
    content: '\f14a';  /* FontAwesome checked icon */
    color: #0a74da; /* Change icon color when checked */
}

/* Optional: Hover effect */
.addon-option:hover {
    border-color: #999;
}

.addon-option.active {
    background-color: #ddb08c;
}


#wpzc-store-pincode-checker-form input[type="text"] {
    height: 50px;
    padding-left: 23px;
}
.wpzc-pincode-checker__form input[type="submit"].button {
    background-color: #ffffff !important;
    color: #b19369 !important;
    border: 1px solid #b19369 !important;
}