



* {
    font-family: 'Oswald', sans-serif;
}

.far.fa-bookmark.bookmark {
    color: #8C8C8C;
}

    .far.fa-bookmark.bookmark.fas {
        color: #000;
    }

.customMargin {
    margin-top: 48px;
    margin-bottom: 48px;
}

.defaultMargin {
    margin-top: 96px;
    margin-bottom: 96px;
}

body {
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.form-control:focus {
    box-shadow: unset !important;
}

.red-btn {
    background: #d01b02;
    color: white;
    font-weight: 500;
}

    .red-btn:hover {
        background: #d01b02 !important;
        color: white !important;
    }

.gray-btn {
    background: whitesmoke;
    color: black;
    font-weight: 600
}

    .gray-btn:hover {
        background: whitesmoke !important;
    }

.btn-dark {
    color: white;
    background: black;
    padding: 0.5rem;
    border-radius: 9%;
}

.navbarMobile {
    display: none !important;
}

.mobile {
    display: none !important;
}

.mobileMenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigationMenuButton {
    border: none;
    background: none;
}

.headerArea .navbar-nav .nav-item .nav-link:hover {
    color: #FFFFFF9E;
}

.headerArea .navbar-nav .nav-item .nav-link.active:hover {
    color: #fff;
}

.navigationMenuButton img {
    width: 24px;
    height: 24px;
}

.mobileMenuRightArea {
    display: flex;
    column-gap: 20px;
}


.mobileMenuContents {
    position: absolute;
    top: 67px;
    background: #fff;
    width: 100%;
    height: 100vh;
    left: -100%;
    transition: .6s;
    z-index: 15;
}

.overflowHidden {
    overflow: hidden;
}

.sideNavOpened {
    position: fixed;
    width: 100%;
    z-index: 20;
}

.pageContentPadding {
    padding-top: 67px;
}

.mobileMenuContents.open {
    left: 0;
    transition: .6s;
}

.mobileMenuLinkButtons {
    display: flex;
    background-color: #E6E6E6;
    padding: 16px 0px;
    position: relative;
}

    .mobileMenuLinkButtons::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        background: #d01b02;
        width: 1px;
        height: 36px;
        margin-left: auto;
        margin-right: auto;
    }

.mobileMenuLinkButton {
    width: 50%;
    text-align: center;
}

    .mobileMenuLinkButton a {
        color: #000;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

.surferModal .modalBody {
    padding: 1rem;
}

.modal-baslik {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.13px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000000;
}

.lock {
    margin-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.58px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #0CAB00;
}

.surferModal .modalHeader {
    padding: 1rem;
    text-align: start;
}

.surferModal .modalButtonsArea {
    display: flex;
    column-gap: 10px;
}

    .surferModal .modalButtonsArea button {
        width: 100%;
        padding: 12px;
        border: none;
        background: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .surferModal .modalButtonsArea .giveUpBtn {
        background: #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
    }

    .surferModal .modalButtonsArea .createAdressBtn {
        background: #D01B02;
        border-radius: 6px;
        border: 1px solid #D01B02;
        color: #fff;
    }

.sepeteEkle {
    display: none;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #d5d9db;
    border-radius: 4px;
    margin-top: -10px;
}

    .sepeteEkle input[type='text']:focus {
        border: none !important;
        box-shadow: none !important;
    }

    .sepeteEkle input[type='text'] {
        margin: 0;
        padding: 4px;
        box-sizing: border-box;
        width: 100%;
        float: none;
        border: none !important;
        padding-left: 15px;
        height: 45px;
        border-radius: 10px;
    }

    .sepeteEkle button {
        background: #007ce9;
        border: none;
        width: 55px;
        height: 47px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        top: -1px;
        right: -1px;
        box-shadow: 8px 7px 20px rgba(0, 0, 0, 0.15);
        border: 1px solid #007ce9;
    }

        .sepeteEkle button i {
            color: white;
        }




.mobileMenuCategoryListArea {
    padding: 24px 16px;
    overflow-y: scroll;
    height: calc(100vh - 123px);
}

.mobileMenuCategoryList {
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

    .mobileMenuCategoryList .mobileMenuCategoryListItem {
        padding: 14px 12px;
        border-bottom: 1px solid #E6E6E6;
    }

        .mobileMenuCategoryList .mobileMenuCategoryListItem:last-child {
            border-bottom: none;
        }

.mobileMenuCategoryListItem a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}





.mobileNavigationLinkArea {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobileNavigationLinkArea a img {
        width: 20px;
        height: 20px;
    }

    .mobileNavigationLinkArea a.nav-link {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobileNavigationLinkArea i {
        font-size: 18px;
    }

    .mobileNavigationLinkArea .dropdown-menu.show {
        left: unset;
        right: .8rem;
        padding: 12px 24px;
        padding-right: 40px;
        padding-bottom: 16px;
        border-radius: 8px;
    }

        .mobileNavigationLinkArea .dropdown-menu.show li {
            padding: 10px 0px;
            border-bottom: 1px solid #E6E6E6;
        }

            .mobileNavigationLinkArea .dropdown-menu.show li:last-child {
                border-bottom: none;
            }

            .mobileNavigationLinkArea .dropdown-menu.show li a {
                padding: 0;
                margin: 0;
                display: flex;
                align-items: center;
                column-gap: 10px;
            }

                .mobileNavigationLinkArea .dropdown-menu.show li a span {
                    color: #000;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 24px;
                }

.mobileUserProfile {
    background-color: #000;
    border-radius: 50px;
    color: #fff;
}

    .mobileUserProfile span {
        font-size: 10px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }

/*.btn.show,
.btn:hover
{
    background-color:unset !important;
    border-color:white !important;
    box-shadow:unset !important
}*/


/* [+] Highlight Products */

.highlightProductsContainer {
    width: 90%;
    margin: auto;
    padding: 96px 0px;
    padding-top: 36px;
}

.productCard .card-body {
    padding: 0;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

    .productCard .card-body .cardTitle {
        color: #262626 !important;
        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;
    }

    .productCard .card-body .cardPrice {
        color: #CD1E1E;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.16px;
    }


.pie-color {
    border: 2px solid #E9E9E9;
}

.productFeatureArea {
    background: #fff;
    column-gap: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    display: flex;
}

    .productFeatureArea .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;
    }

.productFeatureColors {
    display: flex;
    overflow: hidden;
    border-radius: 50px;
}

    .productFeatureColors .productFeatureColor {
        width: 10px;
        border-radius: 0;
    }

.productFeatureColor {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

    .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;
    }



.productCard .carousel {
    overflow: hidden;
}

.productFeatureArea.type1 {
    background: #fff;
    column-gap: 12px;
    position: absolute;
    bottom: -68px;
    width: 100%;
    padding: 1rem;
    display: flex;
    transition: .4s;
}

.productFeatureArea.type2 {
    background: #fff;
    column-gap: 6px;
    position: absolute;
    bottom: -68px;
    width: 100%;
    padding: 1rem;
    display: flex;
    transition: .4s;
    box-shadow: 0 0 4px 0px #00000026;
    z-index: 100;
}

.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:hover .carousel .productFeatureArea {
    bottom: 0;
    transition: .4s;
}

.cardOldPrice {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #979797;
}

    .cardOldPrice span {
        font-size: 14px;
        line-height: 22px;
        color: #cd1e1e;
        font-weight: 500;
    }

/* [-] Highlight Products */



.mobileMenuCategoryList {
    display: none;
}


.basketOffCanvas .offcanvas-header {
    position: relative;
    justify-content: center;
    padding: 32px 0px;
    border-bottom: 1px solid #E9E9E9;
}

    .basketOffCanvas .offcanvas-header .btn-close {
        position: absolute;
        right: 1rem;
        color: #ff0000;
        opacity: 1;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        box-shadow: none;
        outline: none;
    }

.productListItemImage, .productListItemImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productListItemCountAndRemove {
    display: flex;
    justify-content: space-between;
}


.basketOffCanvas {
    width: 470px !important;
}

.productListItemTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.productListItemText {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.productListItemTitle {
    color: #262626;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}

.productListItemFeatures {
    color: #818181;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}

.productListItemPrice {
    color: #4B4B4B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}

    .productListItemPrice.cardOldPrice {
        font-size: 14px;
        line-height: 22px;
        color: #979797;
    }

.productListItemCountAndRemove .desktopRemoveButton {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    color: #A6A6A6;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}

.basketOffCanvas .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
}

.emptyBasket {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 32px 0px;
    row-gap: 10px;
}

    .emptyBasket i {
        font-size: 36px;
    }

.emptyBasketText {
    font-size: 18px;
    font-family: 'Roboto';
}

.productList {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    padding: 40px;
    height: calc(100vh - 255px);
    overflow: hidden;
    overflow-y: auto;
}

    .productList::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .productList::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .productList::-webkit-scrollbar-thumb {
        background: #CD1E1E;
    }

        /* Handle on hover */
        .productList::-webkit-scrollbar-thumb:hover {
            background: #CD1E1E;
        }

.qty-input {
    display: flex;
    column-gap: 10px;
    justify-content: end;
    border: 1px solid #E4E7EC;
    padding: 0 6px;
}

    .qty-input button {
        border: none;
        background: none;
        width: 36px;
        height: 36px;
        padding: 0;
        color: #818181;
    }

    .qty-input input, .qty-input input:focus, .qty-input input:active, .qty-input input:focus-visible {
        width: 35px;
        color: #4B4B4B;
        text-align: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        border: none;
    }



        .qty-input input::-webkit-outer-spin-button,
        .qty-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.basketTotalCountAndButtons {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.totalCountArea {
    display: flex;
    justify-content: space-between;
    background: #F2F3EF;
    padding: 13px 47px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.totalCountTitle {
    color: #262626;
    text-align: center;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
}

.totalCountPrice {
    color: #262626;
    text-align: right;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.basketButtonsArea {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.completeOrderButton button {
    color: #FFF;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    width: 100%;
    background: #CD1E1E;
    border: 1px solid #CD1E1E;
    padding: 13px 20px;
}

.seeOurCardsButton button {
    color: #818181;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    width: 100%;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #818181;
}

.mobileRemoveProductButton {
    display: none;
}

.mobileProductPrice {
    display: none;
}

.searchArea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0ef2;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .4s, z-index 1.4s;
}

    .searchArea.open {
        z-index: 5;
        opacity: 1;
        transition: opacity .4s;
    }

    .searchArea input, .searchArea input:focus, .searchArea input:focus-visible, .searchArea input:active, .searchArea input:hover {
        width: 600px;
        margin: auto;
        border-radius: 0;
        background: transparent;
        padding: .8rem 1rem;
        border: none;
        border-bottom: 1px solid #fff;
        font-size: 25px;
        color: #fff;
    }

        .searchArea input::placeholder {
            color: #fff;
        }

.closeSearchButton {
    position: absolute;
    top: 3rem;
    right: 3rem;
}

    .closeSearchButton button {
        background: none;
        border: none;
        color: #fff;
        font-size: 30px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.searchInputArea {
    display: flex;
    align-items: center;
}

.searchBarButton {
    height: 64.09px;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    width: 64.09px;
    font-size: 25px;
    color: #fff;
}



@media only screen and (max-width: 1025px) {
    .navbarMobile {
        display: block !important
    }

    .navbarDesktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 1025px) {
    .desktopCategoryList {
        display: none;
    }

    .mobileMenuCategoryList {
        display: block;
    }
}


@media only screen and (max-width: 991px) {
    #formSurfer {
        padding: 0 !important;
    }

    .number-input {
        width: 4rem !important;
        height: 61px;
    }

    .numbers {
        row-gap: 1rem !important;
        flex-wrap: wrap !important;
        column-gap: 1rem !important;
    }

    .basketOffCanvas {
        height: 100%;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 1;
    }

    .mobileRemoveProductButton {
        position: absolute;
        top: -12.5px;
        width: 25px;
        height: 25px;
        left: -12.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #CD1E1E;
        border: 1px solid #CD1E1E;
        border-radius: 50px;
        color: #fff;
        font-size: 13px;
    }

    .desktopRemoveButton {
        display: none;
    }

    .productListItemImage, .productListItemImage img {
        position: relative;
    }

    .mobileProductPrice {
        display: block;
        color: #4B4B4B;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.16px;
    }

        .mobileProductPrice.cardOldPrice {
            font-size: 14px;
            line-height: 22px;
            color: #979797;
        }


    .productListItemPrice {
        display: none;
    }

    .productListItemCountAndRemove {
        align-items: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .qty-input {
        column-gap: 2px;
    }

        .qty-input button {
            width: 25px;
            height: 35px;
        }

    .closeSearchButton {
        top: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .mobileMenuLinkButton a {
        font-size: 14px;
    }

    .mobileMenuCategoryListItem a {
        font-size: 14px;
    }

    .mobileNavigationLinkArea .dropdown-menu.show li a span {
        font-size: 13px;
        line-height: 22px;
    }

    .searchArea input, .searchArea input:focus, .searchArea input:focus-visible, .searchArea input:active, .searchArea input:hover {
        width: 400px;
    }
}

@media only screen and (max-width: 575px) {

    .basketOffCanvas {
        width: 90% !important;
    }

    .productList {
        padding: 20px;
    }

    .basketButtonsArea {
        padding: 0 20px;
    }

    .productListItemTitle {
        color: #262626;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.12px;
    }

    .productListItemFeatures {
        color: #818181;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.12px;
    }

    .searchArea input, .searchArea input:focus, .searchArea input:focus-visible, .searchArea input:active, .searchArea input:hover {
        width: 265px;
        font-size: 20px;
    }

    .searchBarButton {
        height: 56.59px;
        width: 56.59px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .number-input {
        width: 3.5rem !important;
        height: 65px !important;
    }
}

@media only screen and (max-width: 480px) {
    .number-input {
        width: 50px !important;
        height: 50px !important;
    }
}

@media only screen and (max-width: 425px) {
    .basketOffCanvas {
        width: 100% !important;
    }
}

@media only screen and (max-width: 375px) {
    .qty-input button {
        width: 25px;
        height: 30px;
    }

    .qty-input {
        padding: 0 2px;
    }

        .qty-input input, .qty-input input:focus, .qty-input input:active, .qty-input input:focus-visible {
            width: 25px;
        }

    .searchArea input, .searchArea input:focus, .searchArea input:focus-visible, .searchArea input:active, .searchArea input:hover {
        width: 210px;
    }
}
