@media (min-width: 0px) and (max-width: 575px){
    .owl-carousel-hot-card .owl-nav button.owl-next,
    .owl-carousel-hot-card .owl-nav button.owl-prev {
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
.owl-carousel-hot-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: rgb(51, 51, 51);
}

.row:has(.owl-carousel-hot-ctn) {
    margin: auto;
}

.owl-carousel-hot-card .owl-item {
    border: 0;
    padding-top: 10px;
}

.owl-carousel-hot-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 90%, rgba(51, 51, 51, 1) 98%, rgba(51, 51, 51, 1) 100%);
    z-index: 0;
    pointer-events: none;
}

.owl-carousel-hot-ctn {
    width: 100%;
    height: 80px;
    position: relative;    
}

.owl-carousel-hot-image-container {
    height: 60px;
    width: 90px!important;
}

.owl-carousel-hot-image {
    object-fit: cover;
    height: inherit;
    width: inherit!important;   
}

.owl-carousel-hot-slide{
    height: 60px;
    width: 300px;
    min-width: 300px;
    padding-left: 0.25rem;
}

.owl-carousel-hot-card {
    padding-right: 0.25rem;
}

.owl-carousel-hot-slide > a{
    display: inline-flex;
    height: inherit;
    text-decoration: none;
}

.owl-carousel-hot-title-container{
    width: 65%;
}

.owl-carousel-hot-slide-title {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    overflow-wrap: break-word;
    padding-left: 10px;
    color: white;
    max-height: 60px;
    min-width: 180px;
}

.owl-carousel-hot-card .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    pointer-events: none;
    height: 0;
}

.owl-carousel-hot-card .owl-prev span,
.owl-carousel-hot-card .owl-next span{
    display: none;
}

.owl-carousel-hot-card .owl-nav button.owl-next,
.owl-carousel-hot-card .owl-nav button.owl-prev {
    object-fit: cover;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    pointer-events: visiblePainted;
    width: 25px;
    height: 25px;
}

.owl-carousel-hot-card .owl-nav button.owl-next {
    background-image: url(../images/icons/owl-carousel-hot-posts/nav-right-button.svg);
    float: right;
    position: relative;
    z-index: 1;
    margin-right: -3.6%;
    border-radius: 20px 20px;
}

.owl-carousel-hot-card .owl-nav button.owl-prev {
    background-image: url(../images/icons/owl-carousel-hot-posts/nav-left-button.svg);
    float: left;
    margin-left: -3.6%;
    border-radius: 20px 20px;
}

.owl-carousel-hot-card .owl-nav button.owl-next:hover,
.owl-carousel-hot-card .owl-nav button.owl-prev:hover
{
    object-fit: cover;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.owl-carousel-hot-card .owl-nav button.owl-next:hover {
    background-image: url(../images/icons/owl-carousel-hot-posts/nav-right-button.svg);
}

.owl-carousel-hot-card .owl-nav button.owl-prev:hover  {
    background-image: url(../images/icons/owl-carousel-hot-posts/nav-left-button.svg);
}

.owl-carousel-hot-card .owl-nav .disabled {
    visibility: hidden;
}