.containerFull {
    max-width: 1600px;
    width: 100%;
    margin-inline: auto;
}

.pc {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.pc__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s;
    background: #fff;
    padding: 10px;
}

.pc__product>* {
    width: 100%;
}

.pc__product .delete {
    display: inline-block;
    width: auto;
    line-height: 1;
    margin-right: auto;
}

.pc__product .delete i {
    color: #000;
}

.pc__product--image {
    width: 100%;
    margin: 12px 0 8px;
    /* height: 191px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pc__product--image img {
    display: block;
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
}

.pc__product--name {
    display: block;
    height: 60px;
    text-align: center;
    color: #5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 8px;
}

.pc__product--name>* {
    height: 100%;
    line-height: 25px;
    font-weight: 400;
}

.pc__product--price {
    font-weight: 700;
    text-align: center;
    color: #ed1a1c;
    margin-bottom: 10px;
}

.pc__list>li {
    width: 24%;
    min-width: 275px;
    margin-left: 1%;
    flex-grow: 1;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.pc__list>li:last-of-type {
    margin-left: 0;
}

.pc__list--null {
    background: #f0f0f1 !important;
}

.pc__list--add {
    width: 100% !important;
    height: 100%;
    background: #fff !important;
    padding: 20% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: inherit;
}

.pc__list--add i svg {
    fill: #000;
}

.pc__list--add span {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.pc__content {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pc__content>div {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    padding-bottom: 20px;
}

.pc__content>div>div {
    width: 100%;
}

.pc__list,
.pc__content {
    min-width: 1147px;
    padding: 10px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
}

.pcInfo>header {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #e2e2e2;
    background-color: rgba(239, 236, 236, 0.38);
    border-radius: 2px;
    padding-right: 20px;
}

.pcInfo>header>h3 {
    color: #5f5f5f;
    font-size: 14px;
}

.pcInfo__detail {
    display: flex;
}

.pcInfo__detail--data {
    width: 25%;
    min-width: 275px;
    min-height: 50px;
    flex-grow: 1;
    padding: 8px 20px 8px 1%;
    display: flex;
    align-items: center;
    color: #5f5f5f;
    font-size: 12px;
    position: relative;
}

.pcInfo__detail--data:after {
    content: " ";
    position: absolute;
    height: 80%;
    width: 1px;
    left: 1%;
    top: 10%;
    background-color: #e2e2e2;
}

.pcInfo__detail--data:last-of-type:after {
    display: none;
}

/* #compareModal .advancedSearchScroll ul {
    column-count: 3;
} */
.pcAll {
    background-color: #f7f7f7;
}

@media screen and (max-width:991px) {
    .pcAll {
        overflow: visible;
        margin-top: 20px;
    }

    .pcAll .containerFull {
        padding: 0;
    }

    .pc__product--name {
        padding: 0;
    }

    .pc__product--price {
        font-size: 12px;
        margin-bottom: 0;
    }

    /* #compareModal .advancedSearchScroll ul {
        column-count: 1;
    } */

    .pcInfo__detail--data,
    .pc__list>li {
        min-width: 160px;
    }

    .pc__list,
    .pc__content {
        min-width: 680px;
        display: flex;
        padding: 10px;
    }

    .pc__product--image {
        height: 130px;
    }

    .pc__product--name {
        font-size: 12px;
    }

    .pc__list--add i svg {
        max-width: 60px;
    }

    .pc__list--add span {
        font-size: 12px;
    }

    .pcInfo>header {
        min-height: 40px;
    }
}

.specialProduct {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.specialProductList {
    min-height: 393px;
}

.specialProduct {
    position: relative;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: all .3s ease;
}

.specialProduct__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.specialProduct__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}

.specialProductImage {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.specialProduct .showPriceBtn {
    width: 102px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    padding: 5px 12px 6px 10px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    background-color: rgba(245, 90, 101, .2);
    color: #f55a65;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .compare-pro li img {
        width: 115px;
    }

    .advancedSearch {
        display: block !important;
    }
}

@media only screen and (min-width: 767px) {
    .compare-pro li img {
        width: 133px;
    }
}

.advancedSearch .advancedSearchScroll #products>ul>li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (max-width: 991px) {
    .advancedSearch .advancedSearchScroll #products>ul>li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media only screen and (max-width: 767px) {
    .advancedSearch .advancedSearchScroll #products>ul>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}