.popup-change-pro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.popup-change-pro.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 99999;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.popup-change-pro .popup-main {
    width: 900px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    height: calc(100vh - 40px);
}

.popup-change-pro .popup-main .close-popup {
    cursor: pointer;
    padding: 6px 30px 6px 0px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: 38px center;
}

.popup-change-pro .popup-main a {
    color: #333333;
}

.popup-change-pro .popup-main .c-price {
    color: #333333;
    text-decoration: line-through;
}

.popup-change-pro .popup-main .c-unprice {
    color: #ef1200;
}

.popup-change-pro .popup-main .c-sale {
    color: #ef1200;
}

.popup-change-pro .popup-main .c-btn {
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #d00;
    border: solid 1px #d00;
    width: 100px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding: 6px 0;
    border-radius: 2px;
}

.popup-change-pro .popup-main .c-btn:hover {
    border-color: #000;
    color: #060606;
}

.popup-change-pro .list-product-change ul {
    max-height: 400px;
    overflow-y: scroll;
    margin: 0;
    padding-bottom: 0;
}

.popup-change-pro .list-product-change ul li {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.popup-change-pro .list-product-change ul::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

.popup-change-pro .list-product-change ul::-webkit-scrollbar-track {
    background: transparent;
}

.popup-change-pro .list-product-change ul::-webkit-scrollbar-thumb {
    background: #0001;
    border-radius: 50px;
}

.popup-change-pro .list-product-change ul::-webkit-scrollbar-thumb:hover {
    background: #0003;
}

.comboset-content.border {
    padding-bottom: 20px;
}

#comboset {
    margin-top: 5px;
}

.comboset-title {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff0000;
}

.c-pro-img {
    position: relative;
    padding-top: 60%;
    margin-bottom: 10px;
    display: block;
}

.c-pro-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.c-pro-item {
    float: left;
    width: 225px;
    padding: 15px 10px;
    height: 260px;
}

.c-pro-name {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.c-pro-price {
    font-weight: bold;
    color: #d00;
    font-size: 14px;
}

.c-pro-oldprice {
    font-size: 12px;
    text-decoration: line-through;
    color: #666;
}

.c-pro-discount {
    font-size: 12px;
    color: #f00;
    font-weight: bold;
}

.c-pro-change {
    display: block;
    color: #2842b3;
    margin-top: 5px;
    cursor: pointer;
}

.comboset-info {
    font-size: 16px;
    float: right;
    width: 220px;
    padding: 15px 10px;
    padding-top: 90px;
}

.comboset-info .price {
    color: #e00;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 0 0;
}

.comboset-info .oldprice {
    font-weight: bold;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.comboset-product-list {
    margin-right: 220px;
    margin-left: 194px;
    overflow: auto;
}

.comboset-info .buy_combo {
    margin-top: 10px;
    background: #de0b00;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 9px 0;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0px;
}

.comboset-info .buy_combo:hover {
    background: #b00;
}

.c-pro-item.c-pro-main {
    float: left;
    padding: 15px 10px;
}

.js-load-change .c-pro-item {
    margin: 1%;
    width: 23%;
    border: solid 1px #eee;
}

.popup-change-pro .popup-main .head {
    padding: 0 1%;
    height: 26px;
    overflow: hidden;
    margin-top: 10px;
}

.popup-change-pro .popup-main .head .title {
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.popup-change-pro .popup-main .head .close {
    float: right;
}

.js-load-change .c-pro-item:nth-child(4n+1) {
    clear: both;
}

.list-product-change {
    height: calc(100vh - 77px);
    overflow: auto;
}