.wishlist-row-content {
    text-align: center;
    margin-top: 110px;
}

.wishlist-row-content .title {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}

.wishlist-row-content .counter {
    display: block;
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin-top: 8px;
}

.empty-wishlis-content {
    text-align: center;
    margin: 100px 0;
    min-height: 460px;
}

.wishlis-list-content {
    min-height: 460px;
}

.empty-wishlis-content .text1 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.empty-wishlis-content .text2 {
    font-size: 16px;
    color: #8e8e8e;
}

.product-list-left-content {
    width: 75%;
    margin: 0 auto;
    position: relative;
}


.hls-product-list {
    position: relative;
}

.bg-w-o {
    background: #fff;
}

.wishlist_sec_btn {
    position: absolute;
    right: 20px;
    top: 106px;
}

.wishlis-footer {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, .12);
    z-index: 5;
}


.wishlis-footer .form-check-label {
    height: 30px;
}

.wishlis-footer .form-check-label b {
    font-size: 15px;
}

.wishlist-list-del-btn {
    margin-right: 5px;
    display: inline-block;
    padding: 5px;
}

.wishlist-list-del-btn .icon-sil-cs2 {
    background-size: 18px;
    width: 18px;
    height: 19px;
}

.wishlist-list-close-btn {
    display: inline-block;
    padding: 5px;
    position: relative;
    top: 4px;
}


.wishlist-list-del {
    margin-top: 25px;
}

.wishlist-list-close-btn .icon-menu-close-cs2 {
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.whish-list-one-select {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.whish-list-one-select i {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: .8px solid #c1c1c1;
    border-radius: 50%;
    left: 20px;
    top: 20px;
    position: absolute;
}

.whish-list-one-select i.active {
    background-color: #000;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .wishlis-list-content .product-list-left-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}