.tvcms-prod-popup {
    max-width: 250px;
    margin-left: 0;
    position: fixed;
    z-index: 100;
    left: calc(50% - 125px);
    bottom: calc(65% - 150px);
    
    font-size: 17px;
    background: rgba(255, 255, 255, .977);    
    box-shadow: 5px 5px 0 17px rgba(255, 255, 255, .1);
    border-radius: 27px 0 27px 27px;
    display: none;
    opacity: 0    
}
body:has(.tvcms-prod-popup.show) main {
	filter: brightness(.822);
}
.tvcms-prod-popup.show {
    opacity: 1;
    display: block;
}
.tvcms-prod-popup .tvproduct-name {
    margin-bottom: 10px;
}
.tvcms-prod-popup .tvproduct-name h6  {
	font-weight: 500;
	font-size: .875rem;
	transform: skewX(-7deg);
    text-align: center;
	color: #686868	
}
.tvcms-prod-popup .tvproduct-info-box-wrapper:before {
    display: none;
}
.tvcms-prod-popup .tvproduct-timer {
    margin-top: 10px;
}
.tvcms-prod-popup .tvproduct-timer .tvproduct-timer-wrapper {
    margin: 0;
}
.tvcms-prod-popup .tvproduct-wrapper .tvproduct-timer-wrapper .hours,
.tvcms-prod-popup .tvproduct-wrapper .tvproduct-timer-wrapper .minutes,
.tvcms-prod-popup .tvproduct-wrapper .tvproduct-timer-wrapper .days,
.tvcms-prod-popup .tvproduct-wrapper .tvproduct-timer-wrapper .seconds {
    font-size: 12px;
}
.tvcms-prod-popup .product-price-and-shipping .price {
	display: inline-block;
	width: 100%;
	font-size: 1.1rem;
    font-weight: 800;	
	text-align: center;
    transform: skewX(-7deg);
    color: #d190da;	    
}
.tvcms-prod-popup .product-price-and-shipping .regular-price {
    font-size: 12px;
}
.tvcms-prod-popup .thumbnail-container .product-container-img {
    position: relative;
    float: left;
    width: 90px;
    border: 0;
    line-height: 0;
    margin: 0;
    min-height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    display: -webkit-flex
}

.tvcms-prod-popup .thumbnail-container .product-description {
    padding: 5px 0 5px 10px;
    width: calc(100% - 90px);
    margin-top: 0;

}
.close-prod-popup {
    position: absolute;
    right: 4px;
    top: 2px;
    left: auto;
}
.close-prod-popup i {
    font-size: 18px;
}
.tvcms-prod-popup .thumbnail-container .date-ago {
    font-size: 13px;
    margin-top: 15px;
}
.tvcms-prod-popup .tvproduct-wrapper .tvproduct-info-box-wrapper {
    padding: 10px 0 0 0;
}
.tvcms-prod-popup .tvproduct-wrapper {
    min-width: 110px;
    overflow: hidden;
    align-items: center;
    padding: 10px;
    margin: 0;
}
.tvcms-prod-popup .product-flags,
.tvcms-prod-popup .tvproduct-hover-btn {
    display: none;
}
.tvcms-prod-popup .tvproduct-wrapper img {
	width: 100%;
	height: auto;
}

.tvproduct-online-new-wrapper,
 .tvproduct-sale-pack-wrapper{
	text-align: center;
	font-weight: bold;
	margin: .5rem 0 .2rem;
}
.tvproduct-online-new-wrapper{
    color: #0db0cc}
.tvproduct-sale-pack-wrapper {
    color: #f00}

.lang-rtl .tvcms-prod-popup {
    left: auto;
    right: 15px;
}
.tvprodpopup-close {
	position: absolute;
	top: -17px;
	right: -25px;
	z-index: 10;
	padding: 5px;
	cursor: pointer;
}
.tvprodpopup-close i {
    font-size: 18px;
    color: #fff;
}
.lang-rtl .tvprodpopup-close {
    left: 5px;
    right: auto;
}