.ps-product--wide:hover {
    background-color: #f7f7f7;
}

.ycp .belah .play:hover, .ycp .belah .vid-active {
    background: #d3d3d3;
}

.ycp .belah .luhur {
    color: #fff;
    background: #0067f4;
    display: block;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}

.ycp .belah .luhur span.about {
    float: right;
    background: #ffffff;
    padding: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.ycp .belah .luhur span.tombol {
    margin-right: 20px;
    color: black;
}

.ycp .belah .handap {
    color: #000;
    background: #f4f4f4;
    height: calc(100% - 70px);
    padding: 0;
    overflow-y: auto;
    -moz-box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
}

.ps-product--wide .ps-product__thumbnail {
    min-width: 210px;
    flex-basis: unset;
}

.product:hover {
    background-color: #f5f5f5;
}

.button {
    transition-duration: 0.4s;
    background-color: #1288B0!important;
    color: white!important;
}

.button:hover {
    background-color: #000000!important;
    color: white!important;
}

@media (max-width: 1024px) {
    .ps-product__container > .ps-btn {
        position: inherit !important;
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 479px) {
    .ps-product__container > .ps-btn {
        position: inherit !important;
        width: 100%;
        margin-top: 5px;
    }

}


.ycp .belah.ycp_vid_play {
    cursor: pointer;
    background-position: center!important;
}
@media screen and (max-width: 767px){
    .ycp .belah:first-of-type {
        height: 45%;
    }
}
.product .ps-product__price.sale {
    color: #690;
    font-size: 18px;
    font-weight: 600;
}

.product .ps-product__price del {
    font-size: 0.8em;
    color: red;
    margin-right: 10px;
}
.product .ps-product__price small {
    color: red;
}
small {
    font-size: 80%;
}
