﻿.form-check-input:checked + .form-check-label {
    color: #006DB6;
}

.customer-filter-dropdown {
    position: absolute !important;
    right: 0;
}

    .customer-filter-dropdown li:first-child {
        background: #E8EDF5;
        margin-top: -8px;
    }

        .customer-filter-dropdown li:first-child h6 {
            font-weight: bold;
        }

    .customer-filter-dropdown label {
        margin-left: 5px;
        font-weight: 500;
    }

.portal-product-card {
    transition: .3s;
}

    .portal-product-card:hover {
        cursor: pointer;
        transition: .3s;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

.pagination {
    display: flex;
    gap: 10px;
}

    .pagination li a {
        border: none;
        background: none;
        color: #98a1a6;
    }

    .pagination .pagination-arrow a {
        padding: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        width: 36px;
        height: 36px;
        border: 1px solid #ED6B3B;
        background: #F2E4DF;
    }

    .pagination .disabled a {
        border: 1px solid #98a1a6;
        background: none;
    }

    .pagination .active a {
        border-radius: 7px;
        background-color: #006db6;
    }

#short-by-price-filter-product-list .dropdown-item.active, .dropdown-item:active {
    color: initial !important;
}

.customer-filter-dropdown {
    position: absolute !important;
    right: 0px !important;
    top: 0 !important;
    inset: -2px 0 -63px 54% !important;
    margin: 0px;
    transform: translate3d(0px, 53px, 0px);
}

@media screen and (max-width: 576px) {
    .customer-filter-dropdown {
        position: absolute !important;
        right: 0px !important;
        top: 0 !important;
        inset: -2px 0 -63px 54% !important;
        margin: 0px;
        transform: translate3d(0px, 53px, 0px);
    }
}

.search-cat-text-blur {
    color: #343C5C;
    opacity: 43%;
}


.minus:hover,
.minus:focus,
.minus:active {
    padding: initial !important;
    height: initial !important;
    line-height: initial !important;
}

.plus:hover,
.plus:focus,
.plus:active {
    padding: initial !important;
}

.product-details-variations .accordion-item:not(:last-child):not(:first-child) {
    border-bottom-color: #FFFF;
}

.product-details-variations .accordion-header button {
    background: #f4f7fc;
}

.product-details-variations .accordion-button:not(.collapsed) {
    color: #006db6;
}

.text-wrapper-product-detail-with-hole {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-detail-amount-h4 {
    line-height: 1;
    padding-top: 3px;
    display: flex;
}

.product-detail-amount-span1 {
    color: #343C5C;
    font-size: 25px;
    font-weight: normal;
    padding-right: 1px;
}

.product-detail-amount-span2 {
    font-size: 25px;
    font-weight: bold;
    color: #006DB6;
}

.product-detail-add-to-card-btn {
    margin-top: -2px;
}

.btn-product-detail-plus {
    padding: 0;
    background: #FFFF;
}

.btn-product-detail-minus {
    padding: 0;
    background: #FFFF;
}

    .btn-product-detail-minus svg {
        padding-top: 4px;
        padding-left: 3px;
    }

.product-variation-scrolled {
    overflow-x: hidden;
    height: 341px;
    scrollbar-width: none;
}

.product-details-variations .accordion-header {
    margin-bottom: 4px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .product-detail-add-to-card-btn {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        /*max-width: 104px;*/
    }

    .product-detail-amount-span2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        /*width: 90px;*/
    }
}

@media (min-width: 471px) and (max-width: 500px) {
    .product-detail-small-device-add-to-cart {
        display: flex;
        flex-direction: row-reverse;
    }

        .product-detail-small-device-add-to-cart .add-to-card-btn {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            max-width: 104px;
        }
}

@media (min-width: 50px) and (max-width: 471px) {
    .product-detail-small-device-add-to-cart {
        display: flex;
        flex-direction: row-reverse;
    }

        .product-detail-small-device-add-to-cart .add-to-card-btn {
            white-space: nowrap;
            max-width: 100%;
        }

        .product-detail-small-device-add-to-cart form {
            flex-grow: 1;
        }

    .product-variation-scrolled {
        height: fit-content;
    }

    .custom-discription {
        height: fit-content !important;
    }
}

.custom-discription {
    height: auto;
    min-height: 332px
}

.product-variation-scrolled::-webkit-scrollbar {
    display: none;
}

.product-variation-scrolled::-webkit-scrollbar-thumb {
    display: none;
}

.with-hole-wrapper {
    padding-left: 15px !important;
}

@media screen and (max-width: 576px) {
    .btn-heart-product-detail {
        width: 35px;
        height: 35px;
        padding: 0;
    }

        .btn-heart-product-detail svg {
            width: 16px;
        }

    .btn-heart-background-before {
        background: #ffffff !important;
    }

        .btn-heart-background-before svg {
            fill: #516176 !important;
        }
    .btn-heart-product-detail svg {
        width: 16px;
    }
    .product-detail-tab {
        width: 100%;
        margin-right: 0 !important;
    }
}

.custom-heart-icon {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 4px;
}
