.page-title-item p {
    color: #fff;
}
.error {
    color: red !important;
}
.success {
    color: green !important;
}

.product-card-list {
    display: block;
    border-top: none !important;
    border-bottom: 1px solid #b1b8ed;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}
.product-card-list li {
    display: block !important;
    float: none !important;
}
.page-title-area {
    height: 250px !important;
}
.cart-header {
    padding: 10px 0px 10px;
    background-color: #0046c0;
    color: white !important;
    font-weight: bold !important;
}
.cart-row {
    padding: 15px 0px 15px;
}
.cart-row .qty-input button {
    box-shadow: none !important;
    border: none;
    border: 2px solid #0046c0;
    background-color: #0046c0;
    color: white !important;
    font-weight: bold !important;
    width: 30px;
    height: 30px;
}

.cart-row .qty-input button:hover {
    box-shadow: none !important;

    border: 2px solid #0046c0;
    background-color: #fff;
    color: #0046c0 !important;
    font-weight: bold !important;
    width: 30px;
    height: 30px;
}
.cart-row .qty-input .qty {
    display: inline-block;
    width: 60px;
}
.btn-primary {
    border: 2px solid #0046c0;
    background-color: #0046c0;
    color: white !important;
}

#cart-badge {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -7px;
    top: -7px;
    background-color: red;
    color: white;
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
}
.custom-category-card{
    background-position: center center;
    background-size: cover;
    border-radius: 8px !important;
    overflow: hidden;
}
.custom-category-card .service-fronts{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: start;
}
.custom-category-card h3{
    text-align: center !important;
}
.custom-category-card:hover .service-fronts h3{
    color: #ffffff !important;
}
.custom-category-card:hover .service-fronts p{
    color: #ffffff !important;
}
.custom-category-card .catalog-img{
    display: block;
    width: 250px;
    height: 250px;
    min-width: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-card-title{
    height: 56px;
    overflow: hidden;
}
.product-card-content{
    height: 92px;
    overflow: hidden;
}
.product-card-img{
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.zeyada{
    font-family: 'Zeyada', sans-serif !important;
}
.fs-18{
    font-size: 37px !important;
}
.clear-a-btn a {
    background: none !important;
    color: #0046c0 !important;
    height: auto;
    padding: 0;
    margin: 0;
}
