﻿.pageMainTitleArea {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: 32px;
}

.product-founded-title, .no-product-founded-title {
    font-size: 17px;
    line-height: 27px;
}

    .product-founded-title span, .no-product-founded-title span {
        font-weight: 500;
    }

.pageMainTitle {
    color: #262626;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    position: relative;
}

    .pageMainTitle::after {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 100px;
        height: 4px;
        left: 50%;
        transform: translate(-50%, -5px) rotate(177deg) !important;
        background: #cd1e1e;
        border-radius: 48% 52% 10% 90% / 24% 76% 24% 76%;
    }

.pageMainDescription {
    color: #4B4B4B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.orderByArea {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.productListView {
    display: flex;
    column-gap: 24px;
    padding: 20px 0px;
    padding-right: 42px;
    border-right: 1px solid #E9E9E9;
}

.orderByArea .productListView button {
    padding: 0;
    border: none;
    background: none;
}

.orderByContainer {
    padding: 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    margin-top: 24px;
}

.orderByButton .dropdown, .orderByButton .dropdown button {
    height: 100%;
}

    .orderByButton .dropdown button {
        padding: 0px 30px;
        color: #4B4B4B;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.18px;
        background: none;
        border: none;
        border-right: 1px solid #D9D9D9;
        border-radius: 0;
        display: flex;
        align-items: center;
    }

.orderByButton {
    display: flex;
    align-items: center;
}

    .orderByButton .dropdown button:hover {
        border-color: #D9D9D9;
        background-color: unset;
        color: #4B4B4B;
    }

    .orderByButton .dropdown-toggle::after {
        display: inline-block;
        margin-left: 1.255em;
        content: "\f078";
        border: none;
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
    }

.productListContainer {
    width: 90%;
    margin: auto;
    margin-top: 56px;
    margin-bottom: 56px;
}

.productListFilterArea .accordion-button {
    color: #262626;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    padding: 0;
}

.productListFilterArea .accordion-body {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.productListFilterArea .accordion-button:not(.collapsed) {
    color: #262626;
    background-color: unset !important;
    box-shadow: unset !important;
}

.productListFilterArea .accordion-item {
    border: none;
    padding: 20px 0px;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0;
}

    .productListFilterArea .accordion-item:first-child {
        padding-top: 0;
    }

.productListFilterArea .accordion-button:focus {
    box-shadow: unset !important
}


.productListFilterArea .accordion-body .form-check {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 0;
    padding: 0;
}

.productListFilterArea .accordion-body .radioButton {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

    .productListFilterArea .accordion-body .radioButton label {
        width: calc(100% - 16px);
        color: #818181;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.16px;
        cursor: pointer;
    }

    .productListFilterArea .accordion-body .radioButton input:checked + label {
        color: #000;
    }

.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "\2b";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    background: none;
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    content: "\f068";
    transform: none;
}

.productListFilterArea .accordion-body .radioButton input {
    width: 24px;
    height: 24px;
    background-image: none;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
}


.shareButton {
    background: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #4B4B4B;
    padding: 0 30px
}


.productListFilterArea .accordion-body .radioButton input:focus {
    box-shadow: none;
    border-color: #00000040;
}

.productListFilterArea .accordion-body .radioButton input:checked {
    background-color: #CD1E1E;
    border-color: #CD1E1E;
}

    .productListFilterArea .accordion-body .radioButton input:checked::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        content: "\f00c";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        font-size: 12px;
        color: #fff;
    }

.productListFilterArea .accordion-body .radioButton input:active {
    filter: unset;
}

.productSize {
    border: 1px solid #E9E9E9;
    color: #818181;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    height: 100%;
}

    .productSize.active {
        background: #CD1E1E;
        color: #fff;
        transition: .4s;
    }

.productColor {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    cursor: pointer;
}

.productColors {
    display: flex;
    position: relative;
    overflow: hidden;
}

.productColor .oneColor.color {
    width: 42px;
    border-radius: 50px;
}

.productColor .color {
    width: 21px;
    height: 42px;
}

.productColor .colorName {
    color: #818181;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    transition: color .4s;
    word-break: break-word;
    text-align: center;
}

.productColor.selected .colorName {
    font-weight: 500;
    color: #cd1e1e;
    transition: color .4s;
}

.productColor .color.kirmizi {
    background: #CD1E1E;
}

.productColor .color.yesil {
    background: #1afe33;
}

.productColor .color.matyesil {
    background: #61CD1E;
}

.productColor .color.mavi {
    background: #1E79CD;
}

.productColor .color.matmavi {
    background: #3947e5;
}

.productColor .color.sari {
    background: #CDB11E;
}

.productColor .color.mor {
    background: #951ECD;
}

.productColor .color.siyah {
    background: #000;
}

.productColor .color.gri {
    background: #A1A1A1;
}

.productColor .color.beyaz {
    background: #fff;
    border: 2px solid #E9E9E9;
}

.productColor .color.matbeyaz {
    background: #E9E9E9;
}

.productColor .color.pembe {
    background: #D58AA6;
}

.productColor .color.bordo {
    background: #852140;
}

.productColor .color.matkirmizi {
    background: #c51f1f;
}

.productColor .color.matsiyah {
    background: #323232;
}

.productColor .color.ormanyesili {
    background: #014401;
}

.productColor .color.vintage {
    background: #793857;
}

.productColor .color.desenli {
    background: linear-gradient(45deg, #c31616, #ff3be7, #464646);
}

.productColor .color.kamuflaj {
    background-image: url("/img/portefightline/kamuflaj.png");
}

.productColor .color.thaibayragi {
    background-image: url("/img/portefightline/thai-flag.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.productColor .color.kahverengi {
    background: #5a3333;
}


.productFeatureColors {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
}

.oneColor.productFeatureColor {
    width: 20px;
    border-radius: 50px;
}

.productFeatureColor {
    width: 10px;
    height: 20px;
}

.pie-color{
    border: 2px solid #E9E9E9;
}

    .productFeatureColor.kirmizi {
        background: #CD1E1E;
    }

    .productFeatureColor.yesil {
        background: #1afe33;
    }

    .productFeatureColor.matyesil {
        background: #61CD1E;
    }

    .productFeatureColor.mavi {
        background: #1E79CD;
    }

    .productFeatureColor.matmavi {
        background: #3947e5;
    }

    .productFeatureColor.sari {
        background: #CDB11E;
    }

    .productFeatureColor.mor {
        background: #951ECD;
    }

    .productFeatureColor.siyah {
        background: #000;
    }

    .productFeatureColor.gri {
        background: #A1A1A1;
    }

    .productFeatureColor.beyaz {
        background: #fff;
        border: 2px solid #E9E9E9;
    }

    .productFeatureColor.matbeyaz {
        background: #E9E9E9;
    }

    .productFeatureColor.pembe {
        background: #D58AA6;
    }

.productFeatureColor.bordo {
    background: #852140;
}

.productFeatureColor.matkirmizi {
    background: #c51f1f;
}

.productFeatureColor.matsiyah {
    background: #323232;
}

.productFeatureColor.ormanyesili {
    background: #014401;
}

.productFeatureColor.vintage {
    background: #793857;
}

.productFeatureColor.desenli {
    background: linear-gradient(45deg, #c31616, #ff3be7, #464646);
}

.productFeatureColor.kamuflaj {
    background-image: url("/img/portefightline/kamuflaj.png");
}

.productFeatureColor.thaibayragi {
    background-image: url("/img/portefightline/thai-flag.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.productFeatureColor.kahverengi {
    background: #5a3333;
}

.productColors .color:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.productColors .color:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.productListView svg rect {
    transition: .4s;
}

.productListView .active svg rect {
    fill: #818181;
    transition: .4s;
}

.filterApplyButton {
    margin-top: 20px;
    width: 100%;
    padding: 13px;
    border-radius: 0;
    border: 1px solid #cd1e1e;
    background: #cd1e1e;
    color: #fff;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
}


.desktopOrderByButton li a {
    padding: 10px 16px;
    margin: 0;
    transition: .4s;
    background: #fff;
    color: #000;
}

    .desktopOrderByButton li a:active {
        background: #e9ecef;
        color: #000;
    }



    .desktopOrderByButton li a.active {
        background: #cd1e1e;
        color: #fff;
        transition: .4s;
    }

/* [+] Product Card*/

.productCard {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    overflow: hidden;
}

.productImageArea, .productImageArea img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
}

.productCard.twoColumns .productImageArea, .productCard.twoColumns .productImageArea img {
    aspect-ratio: 2/1.2;
    object-fit: contain;
    width: 100%;
}

.productImageArea {
    /*background: linear-gradient(137deg, #FCFCFC 0%, #D8D8D8 116.4%);*/
    position: relative;
    overflow: hidden;
    display: none;
}

    .productImageArea.active{
        display: block;
    }

    .productTextArea {
        display: flex;
        flex-direction: column;
        row-gap: 6px;
    }

.productTitle {
    color: #262626;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
}

.productPrice {
    color: #CD1E1E;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.productFeatureArea {
    background: #fff;
    column-gap: 6px;
    position: absolute;
    bottom: -70px;
    width: 100%;
    padding: 1rem;
    display: flex;
    transition: .4s;
    box-shadow: 0 0 4px 0px #00000026;
}

.productFeature {
    padding: 8px 0px;
    color: #818181;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;
    border: 1px solid #A6A6A6;
    width: 100%;
    text-align: center;
}

.productCard:hover .productFeatureArea {
    bottom: 0;
    transition: .4s;
}

.productFeature.notAvailable {
    opacity: 0.4;
    position: relative;
}

    .productFeature.notAvailable::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #979797;
        transform: skew(-32deg, -32deg);
    }


.productCard.twoColumns .productFeature.notAvailable::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #979797;
    transform: skew(-32deg, 340deg);
}


/* [-] Product Card*/


.seeMoreButton {
    text-align: center;
}

    .seeMoreButton button {
        color: #FFF;
        font-family: Oswald;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.15px;
        background: #CD1E1E;
        border: 1px solid #CD1E1E;
        padding: 13px 16px;
    }


.mobileFilterModal, .mobileOrderByModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    background: #fff;
    transition: .4s;
    overflow: hidden;
    overflow-y: auto;
}

    .mobileFilterModal.open, .mobileOrderByModal.open {
        opacity: 1;
        z-index: 3;
        transition: .4s;
    }

.closeModal {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clearFilterButton button {
    color: #818181;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15px;
    border: none;
    background: none;
    padding: 0;
}

.modalTitle {
    color: #000;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16px;
}

.closeModal .closeModalButton {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobileFilterList {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.mobileOrderByModal .closeModal {
    margin-left: auto;
    padding-left: calc(55% - 47px);
}

.mobileFilterApplyButton {
    text-align: center;
}

    .mobileFilterApplyButton button {
        color: #FFF;
        font-family: Oswald;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.15px;
        background: #CD1E1E;
        border: 1px solid #CD1E1E;
        padding: 13px 70px;
    }

.mobileOrderByList {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

    .mobileOrderByList .form-check {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        padding: 0;
    }

        .mobileOrderByList .form-check .radioButton {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center;
        }

            .mobileOrderByList .form-check .radioButton label {
                color: #818181;
                font-family: Roboto;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 0.16px;
                width: calc(100% - 24px);
            }

            .mobileOrderByList .form-check .radioButton input {
                width: 24px;
                height: 24px;
                background-image: none;
            }

                .mobileOrderByList .form-check .radioButton input:focus {
                    box-shadow: none;
                }

                .mobileOrderByList .form-check .radioButton input:active {
                    filter: none;
                }

                .mobileOrderByList .form-check .radioButton input:checked {
                    background-color: #cd1e1e;
                    border-color: #cd1e1e;
                    position: relative;
                }

                    .mobileOrderByList .form-check .radioButton input:checked::after {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        content: "\f00c";
                        font-family: "Font Awesome 6 Free";
                        font-weight: 900;
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 12px;
                    }

                    .mobileOrderByList .form-check .radioButton input:checked + label {
                        color: #262626;
                    }

.mobileOrderByApplyButton {
    text-align: center;
    margin: auto;
}

    .mobileOrderByApplyButton button {
        color: #FFF !important;
        font-family: Oswald !important;
        font-size: 15px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        letter-spacing: 0.15px !important;
        background: #CD1E1E !important;
        border: 1px solid #CD1E1E !important;
        padding: 13px 70px !important;
    }



.clipboardCard {
    width: max-content;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 5rem;
    z-index: 1;
    right: -232px;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border: 2px solid #e73a3a;
    transition: .4s;
}

    .clipboardCard.show {
        right: -2px;
        transition: .4s;
    }

.clipboardIcon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ffffff;
    background: #e73a3a;
}

.clipboardText {
    padding: 0 15px;
}

.product-carousel .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-slider-card {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px 0px #dddddd9e;
    border: 1px solid #e9e9e9;
    padding: 24px 0;
    background: #fff;
}

.product-slider-card-image, .product-slider-card-image img {
    width: 200px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.product-slider-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding-right: 10px;
}

.product-slider-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #000;
}

.product-slider-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #000;
}

.product-slider-link {
    color: #cd1e1e !important;
}

.mobile-product-slider {
    display: none;
}

@media only screen and (min-width: 992px) {
    .mobileFilterArea {
        display: none;
    }

    .mobileOrderByButton {
        display: none;
    }
}

@media only screen and (max-width: 991px) {


    .shareButton {
        padding: 0;
    }

    .orderByButton .dropdown {
        display: none;
    }

    .mobileFilterButtonArea {
        display: flex;
        column-gap: 10px;
        height: 100%;
        align-items: center;
    }

    .desktopFilterArea {
        display: none;
    }

    .desktopOrderByButton {
        display: none;
    }

    .productFeatureArea {
        display: none;
    }

    .productListView {
        display: none;
    }

    .mobileFilterArea {
        display: flex;
        padding-right: 15px;
        height: 100%;
        border-right: 1px solid #d9d9d9;
    }

    .orderByButton .dropdown button {
        border-left: none;
    }

    .orderByContainer {
        border: none;
    }

    .orderByArea {
        padding: 0;
        border-bottom: 1px solid #D9D9D9;
        border-top: 1px solid #D9D9D9;
        height: 52px;
    }

    .mobileFilterButton {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        column-gap: 5px;
        color: #4B4B4B;
        font-family: Oswald;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.16px;
    }

        .mobileFilterButton .filterCount {
            width: 20px;
            height: 20px;
            color: #FFF;
            font-family: Oswald;
            font-size: 10px;
            font-style: normal;
            font-weight: 600;
            line-height: 0%;
            background: #CD1E1E;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
        }

    .mobileOrderByButton button {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        column-gap: 16px;
        color: #4B4B4B;
        font-family: Oswald;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.16px;
    }

    .mobile-product-slider {
        display: block;
    }

    .web-product-slider {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .product-slider-card-text {
        width: 100%;
    }

    .product-slider-card {
        column-gap: 24px;
    }

    .product-slider-card-image, .product-slider-card-image img {
        width: 135px !important;
        aspect-ratio: unset;
        padding: 0 16px;
    }
}

@media only screen and (max-width: 425px) {
    .shareButton {
        column-gap: 10px;
        font-size: 15px;
    }

    .mobileOrderByButton button {
        column-gap: 6px;
        font-size: 15px;
    }

    .mobileFilterButton {
        column-gap: 5px;
        font-size: 15px;
    }

    .mobileFilterButtonArea {
        column-gap: 10px;
    }
}
