a {
    text-decoration: none;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.tag-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.filter-values {
    color: #051E52;
    overflow-y: auto;
    position: absolute;
    left: 262px;
    top: 262px;
    font-family: var(--font-family-secondary);
    font-size: 12px;
    font-weight: 500;

}

.product-stock {
    /* background-color: #E8CCED;
    border: 1px solid #9E0AA7; */
    /* border-radius: 6px; */
    color: var(--color-text);
    gap: 20px;
    width: 152px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-stock .categoryClick {
    border-radius: 6px;
    padding: 10px;
    font-family: var(--font-family-secondary);
    margin: 0;
    /* padding: 0; */
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.gold-stock {
    border: 0;
    background-color: #FBEBCC;
}

.gold-stock h3 {
    color: #FFA500;
}

.silver-stock {
    border: 0;
    background-color: #F4D9DE;
}

.silver-stock h3 {
    color: #DB4858;
}

.transfer-stock {
    border: 0;
    background-color: #D4E6CD;
}

.transfer-stock h3 {
    color: #3E8807;
}

.untransfer-stock {
    border: 0;
    background-color: #D2F6F1;
}

.untransfer-stock h3 {
    color: #1BB594;
}

.tag-stock {
    border: 0;
    background-color: #CFE8EF;
}

.tag-stock h3 {
    color: #2395AD;
}

.untag-stock {
    border: 0;
    background-color: #F0E2FC;
}

.untag-stock h3 {
    color: #C775EE;
}

.bulk-stock {
    border: 0;
    background-color: #DDFAD4;
}

.bulk-stock h3 {
    color: #46AA17;
}

.product-stock,
.product-dropdown:hover {
    cursor: pointer;
}

.mobile-filter-info .product-stock {
    justify-content: flex-start;
}

/* Second Bar Ends */

/* Filter Section */
.filter-container {
    /* padding-top: 3rem; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
    /* height:40px */
    /* justify-content: left;    */
}

.filter-icon {
    font-family: var(--font-family-secondary);
    border: 0;
    background-color: transparent;
    font-size: 16px;
    color: #051E52;
}

.filter-icon i {
    padding-right: 10px;
}

.filter-icon:hover {
    cursor: pointer;
}

.superCategoryfilter {
    font-family: var(--font-family-secondary);
    background-color: #F9F7F7;
    border-radius: 6px;
    border: 1px solid #051E52;
    color: #000000;
    font-size: 12px;
    width: 150px;
    padding: 0px 15px;
    height: 30px;
    font-weight: 400;
    outline: none;
}

.otherfilterbtn {
    font-family: var(--font-family-secondary);
    background-color: #F9F7F7;
    border-radius: 6px;
    border: 1px solid #051E52;
    color: #000000;
    font-size: 12px;
    width: 90px;
    padding: 0px 15px;
    height: 30px;
    font-weight: 400;
    outline: none;
}

.filter-dropdown:hover {
    cursor: pointer;
}

.more-filter-btn {
    font-family: var(--font-family-secondary);
    background-color: #051E52;
    color: #ffffff;
    border-radius: 6px;
    border: 0;
    font-size: 12px;
    width: 249px;
    padding: 0px 20px;
    height: 36px;
    font-weight: 400;
    outline: none;
    transition: 0.2s;
}

.more-filter-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

/* Filter Section Ends */

/* Title Section */
.title-container {
    margin-top: -58px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 0px
}

.catalog-wishlist {
    font-size: 1.0rem;
    line-height: 1.0;
    color: #051E52;
    -webkit-text-stroke: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: normal;
    z-index: 3;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7e1f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(5, 30, 82, 0.12);
}

.quick-view-btn {
    /* display: none; */
    font-family: var(--font-family-secondary);
    background-color: #051E52;
    padding: 0px 0;
    color: white;
    border: 0;
    width: 58%;
    font-size: 12px;
    font-weight: 400;
    /* display: none; */
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 3.1rem;
    height: 30px;
    border-radius: 4px;
    /* top:67px; */
}

/* .listing-product-container:hover .quick-view-btn, */
.listing-product-container:hover .listing-product-info {
    transition: 0.2s;
    display: block;
}


.sort-dropdown {
    position: absolute;
    top: 8.6rem;
    right: 6px;
    background-color: #051E52;
    border-radius: 6px;
    border: 1px solid #051E52;
    color: white;
    font-size: 12px;
    width: 88px;
    padding: 0px 10px;
    height: 32px;
    font-weight: 400;
    outline: none;
    margin-left: 20px;
    font-family: var(--font-family-secondary);

}

/* Title Section Ends */

/* Product Grid */
.product-grid-container {
    /* width: 80%;
    margin-top: 143px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 2fr));
    /* gap: 20px; 
    padding: 0rem;
    /* padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: left;
    gap: 14px;
    margin-top: 15px; */

    width: 95%;
    margin-top: 143px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 220px);
    gap: 18px;
    padding: 0rem;
    margin-bottom: 52px;
    justify-content: space-evenly;
    justify-items: start;
}

.listing-product-container {
    position: relative;
    background-color: #fff;
    box-shadow: 3px 10px 15px 9px #c5c1c1;
    border-radius: 0px;
    width: 220px;
    height: 320px;
}

.grid-icon {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-right: 20px;
    width: 100%;
}

.wishlist-outline {
    float: right;
    color: #051E52;
    border: 1px solid #d7e1f2;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
    transition: 0.2s;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(5, 30, 82, 0.12);
}

.wishlist-outline:hover {
    cursor: pointer;
    color: #FF869C;
}

.product-listing {
    background-color: #FFA500;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
}

.product-listing h3 {
    font-family: var(--font-family-secondary);
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

.product-listing i {
    margin-right: 6px;
}

.listing-img-holder img {
    width: 100%;
    text-align: center;
}

.listing-img-holder {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.listing-img-holder img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575px) {
    .product-grid-container {
        width: 100%;
        grid-template-columns: repeat(2, 48%);
        gap: 10px;
        margin-top: 90px;
    }

    .listing-product-container {
        width: 100%;
        height: auto;
    }

    .listing-img-holder {
        height: 120px;
    }

    .listing-product-info {
        position: relative !important;
        top: auto !important;
        height: auto !important;
        padding: 8px 10px 10px !important;
        display: block !important;
        overflow: visible !important;
    }

    .quick-view-btn {
        position: static !important;
        width: 100% !important;
        height: 32px;
        margin-top: 8px;
        right: auto;
        bottom: auto;
        display: block !important;
        z-index: 5;
    }
}



.color-block {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    bottom: 130px;
    right: 0px;
}

.hidden {
    display: none;
}

.listing-product-info {
    background-color: white;
    height: 158px;
    padding: 7px 22px;
    position: absolute;
    top: 11rem;
    left: 0rem;
    width: 100%;
    text-align: center;

}

.listing-product-info:hover .add-to-cart {
    display: block;
}

.listing-title {
    font-family: var(--font-family-secondary);
    font-size: 13px;
    font-weight: bold;
    color: #051E52;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
}

.amount_takedesk {
    color: #051E52;
}

.price {
    font-family: var(--font-family-secondary);
    color: var(--color-text);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-top: 12px;
}

.color-block button {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    margin: 0;
    transition: 0.2s;
}

.half-rosegold {
    background-color: #FFB0A2;
    width: 10px;
    height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.half-gold {
    background-color: #FFD578;
    width: 10px;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.color-block button:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.load-btn {
    font-family: var(--font-family-secondary);
    background-color: #051e52;
    border: 0;
    border-radius: 6px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    width: 30%;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    transition: 0.2s;
}

.load-btn:hover {
    transform: scale(1.05);
}

.mobile-filters {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 160px;
}

.mobile-filter-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.catalog-pages1 {
    margin-top: 3rem;
    margin-bottom: -12px;
    min-height: 600px;
    box-sizing: border-box;
    margin-right: 69px;
    width: 100%;
}

.header-font {
    display: flex;
    color: #051e52;
    font-family: var(--font-family-secondary);
    font-size: 17px;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 36px;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
}

#metaltype:checked {
    content: 'L';
    font-family: arial;
    -ms-transform: scaleX(-1) rotate(-35deg);
    /* IE 9 */
    -webkit-transform: scaleX(-1) rotate(-35deg);
    /* Chrome, Safari, Opera */
    transform: scaleX(-1) rotate(-35deg);
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    width: 1em;
    color: green;
    height: 1em;
    margin-right: 0.3em;
    text-align: center;
    position: absolute;
    right: 0;
}

.flex {
    display: flex;
    width: 1750px;
}

.tab-content {
    margin-top: 15px;
    color: black;
    font-size: 12px;
    font-family: var(--font-family-secondary)
}

.catalog-wishlist.show {
    color: red !important;
    font-weight: 900 !important;
    /* Ensure solid heart if using fontawesome regular/solid mix */
    -webkit-text-stroke: 0px !important;
}

.sortby-right {
    margin-left: auto;
}
