.wishlist-search, #frmIndexOrder {
    width: 33%;
    display: block;
    margin-left: auto;
    margin-bottom: 3rem;
    position: relative;
}
.main {
    margin-top: 30px;
}
input {
    border-radius: 25px;
    border: 1px solid rgba(112,112,112,.75);
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    font-size: .875rem;
}
.wishlist-search i, #frmIndexOrder button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 1rem;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: 0 0;
}
.top-info {
    color: #fff;
    box-shadow: 0px 4px 60px rgba(0,0,0,.03);
}
.top-info {
    padding: 2rem;
    background: #f67227;
    text-align: center;
}
.top-info i {
    font-size: 2.5rem;
}
.pay-point {
    padding: 1rem;
    background: rgba(255,255,255,.85);
    color: rgba(112,112,112,1);
}
.pay-point p {
    margin: 0.5rem 0;
}
ul:not(.news-main-contents ul), ul:not(.conten-wrap ul) {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bottom-nav {
    background: #fff;
    box-shadow: 0px 4px 60px rgba(0,0,0,.03);
}
.bottom-nav li {
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
}
.bottom-nav i {
    font-size: 21px;
    margin-left: 4px;
    margin-right: 14px;
    color: rgba(112,112,112,1);
}
.bottom-nav li:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.125rem;
    color: rgba(112,112,112,1);
}
.bottom-nav li.active {
    background: rgba(248,246,247,1);
}
.final {
    margin-top: 3rem;
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0px 4px 60px rgba(0,0,0,.03);
}
.final img {
    width: 28px;
    margin-right: 10px;
}
.content-main .hot-slider .product-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(233,233,233,1);
}

.content-main .hot-slider .product-item {
    align-items: flex-start;
    position: relative;
}
.product-img {
    position: relative;
    border: 1px solid #f5f5f5;
}
.content-main .hot-slider .product-item .product-img {
    width: 20%;
}
.img-main {
    display: block;
    height: 100%;
}
.img-main img {
    object-fit: scale-down;
    height: 100%;
}
.out-stock {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 8px;
    border: 2px solid #000;
    background: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.content-main .product-info {
    align-items: stretch;
}
.content-main .hot-slider .product-item .product-info {
    width: 73%;
    padding: 0;
}
.content-main .product-name {
    margin: 0 0 0.25rem;
    font-weight: 700;
}
.product-name {
    font-weight: 600;
    font-size: .8rem;
    margin: 0.25rem 0;
    display: block;
    white-space: normal;
    height: 18px;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.product-price p {
    margin: 0;
}
.product-price--current {
    font-weight: 700;
    color: #f67227;
    font-size: .875rem;
}
.content-main .product-price--origin {
    margin-left: 15px;
}
.product-price--origin {
    color: #969696;
    font-weight: 500;
}
.remove-wishlist {
    font-size: 1rem;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .hot-slider .product-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    .hot-slider .product-item .product-info {
        width: 55%;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin: 10px 0
    }
    .wishlist-search, #frmIndexOrder {
        width: 100%;
    }
    .content-main .hot-slider .product-item {
        display: flex;
        justify-content: space-between;
    }
}
