.product-courses .courses{list-style:none;padding:0}.product-courses .courses .course{background-color:#fff;border:solid 1px #e5e5e5;border-radius:8px;padding:11px 22px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:500;color:#261b63}.product-courses .courses .course .info{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 250px)}.product-courses .courses .course .info .count{margin-left:16px;padding-left:16px;border-left:solid 1px rgba(104,104,104,.0705882353)}.product-courses .courses .course .info .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.product-courses .courses .course .info .icon{background-color:rgba(97,73,240,.4);width:20px;height:20px;display:flex;justify-content:center;align-items:center;margin-left:13px;border-radius:5px}.product-courses .courses .course .price-buttons{display:flex;justify-content:end;align-items:center;gap:5px}.product-courses .courses .course .price-buttons .price{color:#bab9b9;font-size:14px;font-weight:500}.product-courses .courses .course .price-buttons .price del{text-decoration-color:red}.product-courses .courses .course .price-buttons .buttons{display:flex;justify-content:end;align-items:center;gap:5px;min-width:117px}.product-courses .courses .course .price-buttons .buttons .button{border:0;border-radius:6px;height:42px;display:flex;align-items:center;justify-content:center}.product-courses .courses .course .price-buttons .buttons .button.view{background-color:rgba(97,73,240,.1);color:#6149f0;padding:10px 7px;min-width:107px;position:relative}.product-courses .courses .course .price-buttons .buttons .button.view .icon{margin-left:5px}.product-courses .courses .course .price-buttons .buttons .button.view .overlay-play-button{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.product-courses .courses .course .price-buttons .buttons .button.lock{background-color:transparent;color:#696969}@media screen and (max-width:992px){.product-courses .courses .course{display:flex;flex-wrap:wrap}.product-courses .courses .course .info{width:100%;margin-bottom:5px}.product-courses .courses .course .price-buttons{width:100%}}