.tvcms-hot-deals-product,
.tvcms-top-rated-product{
position:relative;
}
.tv-hot-deals-next,
.tv-hot-deals-prev,
.tv-top-rated-next,
.tv-top-rated-prev{
position:absolute;
top:45%;
z-index:9;
cursor:pointer;

}
.tv-hot-deals-next,
.tv-top-rated-next{
right:-10px;
}
.tv-hot-deals-prev,
.tv-top-rated-prev{
left:-10px;
}
.tvcmsmain-title-wrapper{
margin-top:35px;
margin-bottom:20px;
}
.tvcmsmain-title-wrapper h2 {
    font-size: 22px;
    color: #000;
    line-height: normal;
    position: relative;
    font-weight: 600;
    padding-bottom: 0;
    letter-spacing: 0.3px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.tvcmsbest-hot-deals, .tvcmsbest-top-rated {
    position: relative;
}
.tvcmsbest-hot-deals .owl-nav, .tvcmsbest-top-rated .owl-nav {
    display: flex !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 70px);
    justify-content: space-between;
    height: 0px;
    z-index: 9;
}
.tvcmsbest-hot-deals .owl-nav button, .tvcmsbest-top-rated .owl-nav button {
    width: 35px !important;
    height: 35px !important;
    border-radius: 100px !important;
    border: 1px solid #ccc !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.tvcmsbest-hot-deals .owl-nav button span, .tvcmsbest-top-rated .owl-nav button span{
    font-size: 25px;
    color: #000;
    line-height: 20px;
}
.tvcmsbest-hot-deals .products, .tvcmsbest-top-rated .products {
    margin: 0px -7.5px;
}


@media (max-width: 1100px){
	.tvcmsbest-hot-deals .owl-nav, .tvcmsbest-top-rated .owl-nav {
		width: calc(100% + 0px);
	}	
	
}


@media (max-width: 767px){
	.tvcmsbest-hot-deals .owl-nav, .tvcmsbest-top-rated .owl-nav {
		top: 102%;
		transform: translate(-50%, 0%);
		width: auto;
	}
	.tvcmsbest-hot-deals, .tvcmsbest-top-rated {
		padding-bottom: 30px;
	}
	
}