*{
    box-sizing: border-box;
}

.product-list {
    width: 100%;
}

.product-item-menu-checkbox label {
    font-family: Toyota Type;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}

input[type=radio]:not(:checked)+label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    position: absolute;
    top: 4px;
    right: 0;
}

input[type=radio]:checked+label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    /* top: 0; */
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    background: #EB0A1E;
}



input[type=radio] {
    display: none;
}

.button-filter-bor {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

button.button-fitter {
    outline: none;
    border: none;
    font-size: 12px;
    font-weight: 600;
    background: #EB0A1E;
    color: #fff;
    width: 104px;
    height: 40px;
    cursor: pointer;
}

.product-filter-item {
    padding-bottom: 16px;
}

.product-filter-item label {
    font-size: 16px;
    font-weight: 700;
}

.product-filter-item select {
    width: 100%;
    height: 40px;
    padding-left: 11px;
    border: 1px solid #ccc;
    outline: none;
}

.product-filter-item select:after {content: "\f107";font-family: 'Font Awesome 5 Free';font-weight: 900;color: #EB0A1E;position: absolute;right: 30px;bottom: 10px;}

.product-filter {
    padding: 0 20px;
}

.product-menu-mobile-header {
    text-align: center;
    position: relative;
    padding: 20px;
    border-bottom: 2px solid #EB0A1E;
    margin-bottom: 21px;
}

.product-menu-mobile-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.product-menu-mobile-header div {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-66%);
    cursor: pointer;
}

.product-menu-mobile-fitter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    width: 100%;
    height: 100vh;
    transition: 0.5s;
    transform: translateX(100%);
}

.product-menu-mobile-content {
    display: flex;
    width: 110px;
    height: 40px;
    border: 1px solid #EB0A1E;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 21px;
}

.product-menu-mobile-content p {
    margin: 0;
    margin-left: 16px;
    color: #EB0A1E;
}

.pagination-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border: 1px solid #ccc;
    color: #ccc;
    font-weight: 600;
    /* display: flex; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pagination-button.--pagination-button-active {
    border: 1px solid #EB0A1E;
    background: #EB0A1E;
    color: #fff;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
    /* margin-top: 70px; */
}

.product-price-discount {
    font-size: 16px;
    font-weight: 600;
    color: #EB0A1E;
    margin-bottom: 10px;
}

.product-price-cost {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.product-price-cost span {
    font-size: 12px;
    font-weight: 400;
}

.product-price-cost-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
}

.product-price-sell {
    font-size: 16px;
    color: #EB0A1E;
    font-weight: 600;
    padding-right: 7px;
    margin-bottom: 10px;
}

.product-price-sell span {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.product-price {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.product-name {
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    margin-bottom: 36px;
}

.product-name:hover {
    color: #1a1a1a;
}

.product-list-title {
    padding-bottom: 21px;
    font-family: Toyota Type;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    /* text-align: center; */
}

.product-image {
    width: 100%;
    margin-bottom: 10px;
}

.product-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product-item {
    /* width: 100%; */
    /* column-gap: 100px; */
    /* padding: 34px; */
    display: inline-block;
    /* width: calc(33.33% - 68px / 3 * 2); */
    margin-left: 68px;
    width: calc((100% / 3) - 68px);
}



.product-list-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 68px);
    margin-left: -68px;
    /* column-gap: 68px; */
    /* column-count: 3; */
    /* margin: 0 auto; */
    /* max-width: 100%; */
}

.product-item-menu-text {
    font-size: 16px;
    font-weight: 600;
}

.product-item-menu-line {
    /* display: flex; */
    /* justify-content: space-between; */
    padding-bottom: 33px;
    align-items: center;
}

.product-item-menu-line:last-child {
    padding-bottom: 0;
}

.product-item-menu-content {
    background: #eee;
    padding: 16px 24px 32px 24px;
}

.product-item-menu-header {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 21px;
}

.porduct-menu-item {
    width: 364px;
    padding-bottom: 62px;
}

.product-menu {
    margin-right: 75px;
}

.localization-accessory {
    display: flex;
    flex-direction: row;
}

.page-content {
    width: 1340px;
}

.community-banner {
    margin-bottom: 80px;
    margin-top: 150px;
}
.product-price{
    margin-bottom:0
}
@media (max-width: 1080px) {
    .localization-accessory {
        display: flex;
        flex-direction: column;
    }
    .page-content{
        padding: 0 27px;
    }
}


@media (max-width: 769px) {
    .community-banner {
        margin-top: 109px;
    }
    .community-banner {
        margin-bottom: 65px;
    }
    
}
@media (max-width: 576px) {
    .community-banner {
        margin-bottom: 80px;
        margin-top: 109px;
    }
    
    .community-banner {
        margin-bottom: 30px;
    }
    .product-list-content{
        /* column-count: 2; */
        column-gap: unset;
        column-count: unset;
        max-width: unset;
        width: calc(100% + 40px);
        margin-left: -40px;
    }

    .product-item {
        width: calc((100% / 2) - 40px);
        margin-left: 40px;
    }
    .pagination-button {
        font-size: 20px;
        width: auto;
        height: auto;
        margin: 0 5px;
        border: none;
        color: #1a1a1a;
        font-weight: 400;
        /* display: flex; */
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .pagination-button.--pagination-button-active {
        border: none;
        background: none;
        color: #101010;
        font-weight: 700;
        text-decoration: underline;
        text-decoration-color: #EB0A1E;
    }
    .pagination-container {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }
    .product-image{
        margin-bottom:13px;
    }
    .product-name{
        font-size:15px;
        text-align: center;
        margin-bottom: 36px;
    }
    .product-price{
        margin-bottom:37px;
    }
    
    
}