.series-related {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.series-related__list {
    padding: 0 20px
}

.series-related__list .pagination-wrap {
    padding-bottom: 10px
}

.series-related__list table {
    width: 100%;
    margin-bottom: 10px
}

.series-related__list table thead {
    margin-bottom: 25px
}

.series-related__list table thead .quantity-t {
    letter-spacing: normal
}

.series-related__list table thead .action {
    justify-content: center
}

.series-related__list table thead .action {
    display: table-cell;
}

.series-related__list table thead th {
    padding: 10px 15px;
    text-align: center;
    text-transform: none;
    border: 0;
    /* letter-spacing: normal; */
    white-space: nowrap;
}

.series-related__list table tbody td {
    padding: 15px
}

.series-related__list table tbody tr {
    position: relative
}

.series-related__list table tbody tr:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute
}

.series-related__list table .infor-tick {
    margin-right: 10px
}

.series-related__list table .infor-tick__container {
    position: relative;
    display: block;
    line-height: 0
}

.series-related__list table .infor-tick input {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-right: 0
}

.series-related__list table .infor-tick input:before {
    border-width: 0 3px 3px 0;
    top: 4px;
    left: 8px
}

.series-related__list table .infor-thumbnail {
    margin-right: 10px
}

.series-related__list table .infor-thumbnail a {
    display: block;
    line-height: 0;
    width: 74px;
    height: 74px
}

.series-related__list table .infor-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.series-related__list table .infor-detail .infor-detail-title {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

.series-related__list table .infor-detail .infor-detail-title a {
    color: #202f36
}

.series-related__list table .infor-detail ul {
    letter-spacing: -.3em
}

.series-related__list table .infor-detail ul li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 5px
}

.series-related__list table .infor-detail ul li:last-child {
    margin-right: 0
}

.series-related__list table .infor-detail p {
    display: inline-block;
    font-size: 14px;
    color: #a1a7aa;
    line-height: 14px
}

.series-related__list table .status p {
    background-color: #ff900030;
    color: var(--primary-color);
    border-radius: 15px;
    padding: 6px;
    margin: 0;
    text-align: center
}

.series-related__list table .price {
    text-align: center
}

.series-related__list table .price span.amount {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.series-related__list table .quantity {
    letter-spacing: -.3em;
    display: block;
    margin: 0;
    border: 0;
}

.series-related__list table .quantity-block {
    height: 32px;
    display: flex;
    width: 89px;
    margin: 0 auto
}

.series-related__list table .quantity input,
.series-related__list table .quantity-minus,
.series-related__list table .quantity-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    letter-spacing: normal;
    padding: 0;
    text-align: center
}

.series-related__list table .quantity input {
    border: 1px solid #D9D9D9;
    -moz-appearance: textfield;
    height: auto;
    box-shadow: none;
}

.series-related__list table .quantity input::-webkit-outer-spin-button,
.series-related__list table .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.series-related__list table .quantity-minus,
.series-related__list table .quantity-plus {
    background-color: #d2d2d2
}

.series-related__list table .quantity-minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.series-related__list table .quantity-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.series-related__list table .action {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    padding-right: 0
}

.series-related__list table .action p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 46px;
    cursor: pointer
}

.series-related__list table .action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 46px;
    cursor: pointer;
}

.series-related__list table .action .add-to-cart {
    width: 46px;
    background-color: #ff900030;
    margin-right: 10px
}

.series-related__list table .action .buy-now {
    width: 140px;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase
}

.flex-center-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.series-related__header {
    padding: 20px;
}

.series-related__header p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
}

@media (max-width: 1560px) {
    .series-related__list {
        padding: 0 10px !important;
    }

    .products-single__wraper .content .series-related__list table thead th {
        padding: 10px;
    }

    .series-related__list table .action a {
        height: 40px;
    }

    .series-related__list table .action .buy-now {
        width: 95px;
    }
}

@media (max-width: 850px) {
    .series-related__list table tbody td.infor {
        width: 100%;
        max-width: 100% !important;
    }

    .series-related__list .infor-detail {
        width: 100%;
    }

    .series-related__list table .action {
        justify-content: flex-start;
        width: max-content;
    }

    .series-related__list table .action .buy-now {
        width: max-content;
        padding: 0 20px;
        background-color: #ff900075;
        max-width: 300px;
        color: #333;
        display: flex;
        gap: 10px;
    }
}