.dynamic-part {
    background-color: transparent !important;
    /* overflow: hidden !important; */
}

h2 {
    font: normal normal bold 20px/27px nunito;
    letter-spacing: 0px;
    color: #045D48;
    opacity: 1;
}

.nunito {
    font-weight: 600;
    font-size: 15px;
    font-family: nunito;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.nunito-regular {
    font-weight: 600;
    font-size: 15px;
    font-family: nunito-regular;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.wishlist-row {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.wishlist-row img {
    height: 100%;
    width: 130px;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.cart-button {
    width: 96px;
    height: 35px;
    background: #045D48 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #045D48;
    border-radius: 4px;
    opacity: 1;
    border: none;
    color: white;
}

.cart-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.splide:not(.is-overflow) .splide__arrows {
    display: none;
}

.bids-top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.bids {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.bids-top h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: segoe;
    letter-spacing: 0px;
}

/* category cards styles */
.ruby-row {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #B5B5B5;
    opacity: 1;
}

.category-name {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #045D48;
    opacity: 1;
    padding-left: 20px;
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
}

.category-name::after {
    content: "";
    height: 5px;
    width: 80%;
    background-color: #045D48;
    position: absolute;
    bottom: -9%;
    right: 0%;
}

.certificate {
    transition: all 0.2s ease;
}

.certificate:active {
    transform: scale(0.93);
}

.anchor-button {
    /* Common styles for both anchor and button */
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #045D48;
    font-family: nunito;
    background-color: transparent;
}

.cards-heading {
    font-size: 19px !important;
    font-weight: 600 !important;
    text-align: center;
    font-family: nunito !important;
    letter-spacing: 1px !important;
}

td {
    background: transparent !important;
}

.hiding-border {
    border-bottom: 1px solid #F8F7FA !important;
}

.all-side-borders {
    border: 1px solid #5e5c5d3f;
}
