﻿@font-face {
    font-family: 'BentonSansBook';
    src: url('Fonts/BentonSans Book.otf') format('opentype');
}

@font-face {
    font-family: 'BentonSansBold';
    src: url('Fonts/BentonSans Bold.otf') format('opentype');
}

@font-face {
    font-family: 'BentonSansMedium';
    src: url('Fonts/BentonSans Medium.otf') format('opentype');
}

@font-face {
    font-family: 'BentonSansBlack';
    src: url('Fonts/BentonSans Black.otf') format('opentype');
}

body {
    font-family: 'BentonSansBook', sans-serif;
    background-color: #ffffff;
    /*min-height: 100vh;*/
    margin-top: 50px;
}

.bsbold {
    font-family: BentonSansBold, sans-serif;
}
.bsblack {
    font-family: BentonSansBlack, sans-serif;
}
.bsmedium {
    font-family: BentonSansMedium, sans-serif;
}
.bsbook {
    font-family: BentonSansBook, sans-serif;
}

::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: transparent; /* Transparent track */
}

::-webkit-scrollbar-thumb {
    background-color: #F5F5F6; /* Color of the scrollbar thumb */
    border-radius: 3px; /* Rounded corners for the thumb */
}



.container .mtd_contain {
    background-color: #f5f5f6;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.mtd_contain .percent {
    /*font-weight: bold;*/
    font-size: 39px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #221D1D;
}

.mtd_contain .para_thin {
    /*font-weight: 300px;*/
    color: #221D1D;
    /* font-style: italic;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: center;
}

.ratingreview {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-align: center;
    color: #221D1D;
}

.underline {
    text-decoration: underline;
    padding-bottom: 15px;
    padding-top: 18px;
    cursor: pointer;
}

.rating_container_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rating_container_wrap .rating_no_wrap {
        display: flex;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.04em;
        text-align: center;
    }

.rating_no_wrap .rating_no {
    padding-left: 10px;
    padding-right: 15px;
}

.rating_wrap{
    /*line-height:19px;*/
}
.rating_wrap .fa {
    color: #e0dad5;
}

.rating_wrap .checked {
    color: #221D1D;
}

.rating_wrap [data-star] {
    font-size: 20px;
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}

[data-star]::before {
    display: block;
    content: '★★★★★';
    color: #e0dad5;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    width: 0;
    color: #D4B073;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after {
    width: 2%
}

[data-star^="0.2"]::after {
    width: 4%
}

[data-star^="0.3"]::after {
    width: 6%
}

[data-star^="0.4"]::after {
    width: 8%
}

[data-star^="0.5"]::after {
    width: 10%
}

[data-star^="0.6"]::after {
    width: 12%
}

[data-star^="0.7"]::after {
    width: 14%
}

[data-star^="0.8"]::after {
    width: 16%
}

[data-star^="0.9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}

.quality_wrap {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid #9a9a9a;
}

    .quality_wrap .Quality {
        padding: 0px 30px 0px 30px;
        /*font-weight: 600;*/
        font-size: 14px;
    }

        .quality_wrap .Quality.quality_border {
            border-left: 1px solid #9a9a9a;
            border-right: 1px solid #9a9a9a;
            ;
        }

        .quality_wrap .Quality .para_thin {
            /*font-weight: 300;*/
            font-size: 12px;
            color: #9a9a9a;
            /*font-style: italic;*/
        }

.filter_container_wrap {
    display: flex;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    /* padding-bottom: 10px; */
    text-align: center;
    border-top: 1px solid #E0DAD5;
    border-bottom: 1px solid #E0DAD5;
    justify-content: space-between;
}

    .filter_container_wrap .filter_wrap_left {
        display: flex;
    }

    .filter_container_wrap .filter_wrap_right {
        display: flex;
    }

.filter_wrap_right .filter_wrap {
    display: flex;
}

.filter_container_wrap .filter {
    padding: 15px;
    /*font-weight: 600;*/
    font-size: 14px;
}

.filter_container_wrap .filter_wrap_sf {
    padding: 15px;
    /*font-weight: 600;*/
    font-size: 11px !important;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.16em !important;
    text-align: left;
    color: #221D1D;
}

.filter_container_wrap .most_relevent {
    padding: 15px;
    /*font-weight: 300;*/
    color: #9a9a9a;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    min-width: 150px;
    position:relative;
}

    

.most_relevent .fa {
    position: absolute;
    padding: 0px 20px 0px 0px;
    right: 0;
}


.filter_container_wrap .right_border {
    border-right: 1px solid #E0DAD5;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #221D1D;
}
.filter_hover:hover .right_border {
    color: #fff;
}

.filter_wrap_right .sortby_dropdown {
    left: 92px !important;
}

.sortby_dropdown .dropdown_option label::before {
    display: none !important;
}

.sortby_dropdown .dropdown_option input[type="checkbox"]:checked + label::after {
    display: none !important;
}

.filter_hover:hover {
    background-color: #000000;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

    .filter_hover:hover .most_relevent {
        color: #fff;
    }


    .filter_hover .dropdown_content {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 46px;
        background-color: #ffffff;
        min-width: 150px;
        width: max-content;
        /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
        z-index: 9;
        border: 1px solid #000000;
    }

.dropdown_content .dropdown_option {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dropdown_option .age_type {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

    .dropdown_option .age_type:hover {
        color: rgb(175, 80, 113);
        text-decoration: underline;
    }

.dropdown_option .age_type_selected {
    font-size: 12px;
    /*font-weight: 600;*/
}

    .dropdown_option .age_type_selected:hover {
        color: rgb(175, 80, 113);
        text-decoration: underline;
    }

.filter_hover:hover .dropdown_content {
    display: block;
}


.review_img_container {
    display: flex;
    /*font-weight: 400;*/
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;

}

    .review_img_container .review_dis {
        display: flex;
        flex-direction: column;
    }

    .review_img_container .review_date_wrap {
        padding-right: 15px;
    }

        .review_img_container .review_date_wrap .review_date {
            padding-bottom: 15px;
            color: #605858;
            /*font-style: italic;*/
            font-size: 11px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0.04em;
            text-align: left;
        }

.review_date_dis {
    color: #605858;
    /*font-style: italic;*/
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
}

.dis_heading {
    padding-top: 8px;
    padding-bottom: 4px;
    /*font-weight: 600;*/
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #221D1D;
}

.review_dis .dis_dis {
    color: ##221D1D;
    /* font-style: italic;*/
    padding-bottom: 10px;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
}

.review_img_container .dis_img_container {
    display: flex;
    flex-wrap: wrap;
}

.dis_img_container .dis_img {
    margin-right: 5px;
    margin-bottom: 10px;
    width: 110px;
    height: 145px;
    background-repeat: no-repeat, no-repeat;
    border-radius: 2px;
}

.review_dis .dis_type {
    padding: 7px;
    background-color:  #F7F7F8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dis_type .dis_type_color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
}

.dis_type .dis_type_wrap {
    font-size: 12px;
    color: #605858;
    font-weight: 400;
    padding-left: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
    font-family: BentonSansMedium;
}

.filter_container {
    display: flex;
    justify-content: flex-end;
    color: #9a9a9a;
}

.filter_container_up {
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 12px;
    /*font-weight: 400;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.filter_container .filter_container_down {
    margin: 0px 10px 0px 10px;
    padding: 10px;
    background-color: #f7f7f8;
    font-size: 12px;
    /*font-weight: 400;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.filter_container .filter_container_report {
    font-weight: 300;
    font-size: 12px;
    color: #9a9a9a;
    /*font-style: italic;*/
    text-decoration: underline;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
}



.dropdown_option input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;    
}

    label::before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #9a9a9a;
        padding: 5px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 2px;
        height: 18px;
        width: 18px;        
    }

input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border: 1px solid #9a9a9a;
}

input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}


.filter_clear_container {
    
    border-bottom: 1px solid #E8E3DF;
    /*border-bottom: none;*/
    padding: 14px 10px 4px 10px;
    display: flex;
    flex-wrap: wrap;
    background: #F7F7F8;
    min-height: 0px;
}

.clear_all_btn_wrap {
    font-size: 12px;
    /*font-weight: 700;*/
    padding: 7px 10px;
    cursor: pointer;
    color: #221D1D;
    border: 1px solid #E8E3DF;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.filter_clear_container .selected_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    /*font-weight: 400;*/
    padding: 7px 10px;
    cursor: pointer;
    color: #000000;
    border: 1px solid #E8E3DF;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.selected_filter .filter_cross {
    font-size: 10px;
    padding-left: 10px;
    /*font-weight: 800;*/
    display: flex;
    padding-bottom: 3px;
    color: #221D1D;
}

.selected_filter .filter_type {
    color: rgb(34, 29, 29);
}


.webview {
    display: flex;
}

.mobview {
    display: none;
    flex-direction:column;
}

.dropdown_option_color {
    padding: 7px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .dropdown_option_color input[type="checkbox"] {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .dropdown_option_color label {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        margin-bottom: 0;
        color: #000000;
        font-size: 14px;
        /*font-weight: 500;*/
        letter-spacing: 1.3px;
    }


    /*.dropdown_option_color input[type="checkbox"][data-color="red"] + label::before {
        content: "";
        -webkit-appearance: none;
        background-color: red;
        border: none !important;
        padding: 5px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 50%;
        height: 20px;
        width: 20px;
    }

    .dropdown_option_color input[type="checkbox"][data-color="red"]:checked + label::before {
        background-color: red;*/
        /*border: none !important;*/
    /*}

    .dropdown_option_color input[type="checkbox"][data-color="red"]:checked + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 21px;
        height: 21px;
        border: 1px solid #000;
        border-radius: 50%;
    }

    .dropdown_option_color input[type="checkbox"][data-color="blue"] + label::before {
        content: "";
        -webkit-appearance: none;
        background-color: blue;
        border: none !important;
        padding: 5px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 50%;
        height: 20px;
        width: 20px;
    }

    .dropdown_option_color input[type="checkbox"][data-color="blue"]:checked + label::before {
        background-color: blue;*/
        /*border: none !important;*/
    /*}

    .dropdown_option_color input[type="checkbox"][data-color="blue"]:checked + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 21px;
        height: 21px;
        border: 1px solid #000;
        border-radius: 50%;
    }

.fa {
    font-size: 18px !important;
}*/

    .coloroption{
        display:flex;
        align-items:center;
        flex-direction:row;
    }

    .coloroption::before{
        display:none !important;
    }
.coloroption::after {
    display: none !important;
}


@media only screen and (max-width: 768px) {

    .webview {
        display: none;
    }

    .mobview {
        display: flex;
    }

    .container {
        padding: 0px;
    }

    .quality_wrap .Quality {
        padding: 0px 20px 0px 20px;
    }

    .filter_container_wrap {
        margin-top: 0px;
        flex-direction:row-reverse;
    }

    .filter {
        display: none;
    }

    .filter_wrap_sf {
        padding: 15px 20px !important;
    }

    .review_img_container {
        padding: 0px 20px;
        /*font-weight:600;*/
        /*font-size:16px;*/
        
    }

        .review_img_container .review_blank {
            display: none;
        }

    .dis_heading {
        font-size: 13.5px;
        padding-top: 4px;
    }


    .modal-dialog {
        position: fixed;
        right: 0px;
        margin: 0px;
    }

    .modal-content {
        height: 100vh;
        border: none;
        border-radius: 0px;
        width: 300px
    }

    .modal.show .modal-dialog {
        transform: none;
        height: 100%;
    }

    .modal-header {
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        padding-bottom: 0px;
    }

        .modal-header .model_filter {
            font-size: 14px;
            /*font-weight: 600;*/
            color: #000000;
            letter-spacing: 1.3;
        }

        .modal-header .btn {
            border: none;
        }

    .modal-body {
        padding: 0px;
    }

        .modal-body .btn_container {
            display: flex;
            justify-content: flex-end;
            padding: 10px;
        }

            .modal-body .btn_container button {
                color: #000000;
                font-size: 14px;
                /*font-weight: 400;*/
                letter-spacing: 1.3px;
                border-radius: 4px;
                padding: 8px;
                width: 100px;
            }

            .modal-body .btn_container .clear_wrap {
                padding-right: 10px;
            }

    .clear_wrap .clear_btn {
        border: 1px solid #4E3844;
        color: #4E3844;
        background-color: #ffffff;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.08em !important;
        text-align: center;
    }

    .clear_wrap .aply_btn {
        background: #F4C6CF;
        border: 1px solid #F4C6CF;
        color: #4E3844;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.08em !important;
        text-align: center;
    }

        .apply_wrap .apply_btn {
            background-color: #f4c6cf;
            border: none;
        }

    .faq_wrap .accordion-header {
        padding-left: 10px;
        padding-right: 10px;
    }


    .accordion-body .size_wrap {
        display: flex;
        padding: 7px 0px;
        justify-content: flex-start;
        flex-wrap:wrap;
    }



    .faq_wrap .accordion-button {
        color: #000000;
        font-size: 14px;
        /*font-weight: 500;*/
        letter-spacing: 1.3px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .faq_wrap .accordion-button:not(.collapsed) {
            background-color: #ffffff;
            box-shadow: none;
        }

    .faq_wrap .accordion-body {
        color: #333333;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        /*font-weight: 400;*/
        padding: 10px;
        background-color: #f7f7f7;
    }

    .faq_wrap .accordion-button:focus {
        box-shadow: none;
    }

    .faq_wrap .accordion-item {
        border: none;
    }

    .accordion-body .size_wrap .size_lable {
        color: #000000;
        font-size: 14px;
        /*font-weight: 500;*/
        letter-spacing: 1.3px;
    }

    /*.accordion-body .size_wrap .dropdown_option input[type="checkbox"]:checked + label::before {
        background-color: #fff;
        border: 1px solid #000000;
    }*/

    /* product not avl */
    .size_lable_not_avl {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        left: 10px;
        width: 0px;
        height: 22px;
        border: solid #000;
        border-width: 0 1px 1px 0;
        transform: rotate(132deg);
    }

    .more_size_wrap {
        padding-top: 8px;
        color: #000000;
        font-size: 14px;
        /*font-weight: 550;*/
        letter-spacing: 1.3px;
    }

    


    /* 

    .sideBar_options {
        display: flex;
        flex-direction: column;
        text-align: left;
   }
    .sideBar_options h4 {
        color: #131212;
        font-size: 16px;
        font-family: Work Sans;
        font-weight: normal;
   }




  
    .modal-dialog .nav-item .nav-link {
        font-size: 16px;
        color: #000;
        font-weight: 400;
   }
    .modal-dialog .nav-item .nav-link.active {
        font-weight: 600 !important;
        color: #000 !important;
   } */
    .come-from-modal.left .modal-dialog,
    .come-from-modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .come-from-modal.left .modal-content,
    .come-from-modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
        border-radius: 0px;
    }

    .come-from-modal.left .modal-body,
    .come-from-modal.right .modal-body {
        padding: 15px 15px 80px;
    }

    .come-from-modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .come-from-modal.right.fade.in .modal-dialog {
        right: 0;
    }

    .filter_wrap_right .sortby_dropdown {
        left: 103px !important;
    }

    
}



.loadmore {
    color: #4E3844;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f6;
    border: 2px #4E3844 solid;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 400;
    cursor: pointer;
}

    .loadmore:hover {
        border-color: #D4B073;
        color: #D4B073;
    }


.noreviews {
    color: #4E3844;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f6;
    border: 2px #4E3844 solid;
    border-radius:4px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 400;
    cursor: none;
}


.mobstardate{
    display:flex;
}


.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 20px 0;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

    .pagination .page-item {
        display: flex;
        align-items: center;
    }

    .pagination .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #E0DAD5;
        border-radius: 50%;
        color: #221D1D;
        background: #fff;
        text-decoration: none;
        font-family: 'BentonSansMedium', sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.04em;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .pagination .page-link:hover {
            background-color: #F7F7F8;
            border-color: #221D1D;
            color: #221D1D;
        }

    .pagination .page-item.active .page-link {
        background: #221D1D;
        color: #fff;
        border-color: #221D1D;
    }

        .pagination .page-item.active .page-link:hover {
            background: #221D1D;
            color: #fff;
        }

    .pagination .page-item.disabled .page-link {
        color: #9a9a9a;
        pointer-events: none;
        background: #F5F5F6;
        border-color: #E0DAD5;
    }

    /* Special styling for First, Prev, Next, Last buttons */
    .pagination .page-link[href*="First"],
    .pagination .page-link[href*="Prev"],
    .pagination .page-link[href*="Next"],
    .pagination .page-link[href*="Last"] {
        width: auto;
        min-width: 50px;
        height: 40px;
        padding: 0 16px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .pagination .page-item.disabled .page-link[href*="First"],
    .pagination .page-item.disabled .page-link[href*="Prev"],
    .pagination .page-item.disabled .page-link[href*="Next"],
    .pagination .page-item.disabled .page-link[href*="Last"] {
        opacity: 0.5;
    }

    /* Ellipsis styling */
    .pagination .page-item.disabled .page-link:contains("...") {
        border: none;
        background: transparent;
        color: #9a9a9a;
        width: auto;
        cursor: default;
    }

/* Mobile responsive adjustments */
@media only screen and (max-width: 768px) {
    .pagination-container {
        margin: 20px 0;
        padding: 15px 20px;
    }

    .pagination {
        gap: 6px;
    }

        .pagination .page-link {
            width: 36px;
            height: 36px;
            font-size: 11px;
        }

            .pagination .page-link[href*="First"],
            .pagination .page-link[href*="Prev"],
            .pagination .page-link[href*="Next"],
            .pagination .page-link[href*="Last"] {
                min-width: 45px;
                height: 36px;
                padding: 0 12px;
                font-size: 10px;
            }
}
