﻿.productCard {
    border: 1px solid #E4E7EC;
    border-radius: 8px;
}

.productLink {
    text-decoration: none;
}

.productImageArea {
    background-color: #F9FAFB;
    height: 261px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.productImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


.productContent {
    height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productPriceArea {
    margin-top: 32px;
    align-items: center;
}

.withoutDiscountPrice .discountRate {
    color: #00A4E7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.withoutDiscountPrice .price {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: line-through;
}

.withoutDiscountPrice {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.addToBasket {
    padding: .8rem;
    border: 1px solid #efefef;
    border-radius: 8px;
}

    .addToBasket img {
        display: block;
        width: 100%;
    }

.productContent {
    padding: 20px;
}

.productPrice {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.productList {
    row-gap: 32px;
}

.descendingBtn {
    background: none;
    border: 0;
    display: flex;
    margin-left: auto;
    column-gap: 8px;
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
}

    .descendingBtn span {
        padding: 6px;
        border-radius: 6px;
        border: 1px solid #E4E7EC;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .descendingBtn:focus {
       border:none;
    }

.clearFilterBtn {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    background: none;
    border: 0;
}

.filterTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.listHead {
    padding-bottom: 1rem;
    border-bottom: 1px solid #E4E7EC;
}

.productListArea {
    margin-top: 32px;
}

#filterArea .accordion-button {
    padding: 0;
    color: #101828;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.filterChoise {
    border: none;
}

#filterArea .accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.filterContent {
    padding: 24px 0px;
}

.filterChoise {
    border: none;
    padding: 1rem 0rem;
    border-bottom: 1px solid #E4E7EC;
    border-radius: 0 !important;
}

    .filterChoise:last-child {
        border-bottom: 0;
    }

#filterArea .accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    box-shadow: none;
}

.filterInnerChoise .form-check {
    display: flex;
    column-gap: 8px;
    align-items: center;
    margin-bottom: 0;
}

.filterInnerChoise label {
    color: #1D2939;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.filterInnerChoise input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.filterChoise input[type=checkbox]:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.25);
}

.filterInnerChoise {
    margin-top: 16px;
}

    .filterInnerChoise:first-child {
        margin-top: 0;
    }

.filterChoise input[type=checkbox]:checked {
    background-color: #00A4E7;
    border-color: #00A4E7;
}

#qty_selector {
    width: max-content;
}

#qty_select {
    width: max-content;
    box-shadow: 0 0 3px 0px #0000002e;
    padding: 0.5rem;
    border-radius: 6px;
}

#qty_display {
    border-width: 0px;
    border-color: white;
    background-color: transparent;
    width: 50px;
    margin: 0px 10px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
}

    #qty_display:focus {
        outline: none;
    }

i:hover, a:hover {
    background-color: transparent;
}

.decrement-btn, .increment-btn {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0092cd;
    cursor: pointer;
}

.applyButton {
    margin-top: 24px;
}

    .applyButton button {
        width: 100%;
        background: none;
        background-color: #00A4E7;
        border: 1px solid #00A4E7;
        padding: 12px 24px;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }


.breadCrumb {
    margin-top: 24px;
    margin-bottom: 32px;
}


.productNotFound {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
}

.notFoundTitle {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.searchText {
    text-decoration: none;
    padding: 1rem;
    color: black;
    font-weight: bold;
    font-size: 16px;
}