.tvcms-prod-popup {
    max-width: 250px;
    margin-left: 0;
    position: fixed;
    z-index: 100;
    left: calc(50% - 125px);
    bottom: calc(70% - 150px);
    
    font-size: 17px;
    background: #fff;    
    box-shadow: 0 5px 10px 0 rgba(23, 84, 116, .18);
    border-radius: 33px 0 33px 33px;
    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 {
	font-size: 14px;	
	color: #c14ad2;
    padding-left: .5rem;
}
.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;
}

.lang-rtl .tvcms-prod-popup {
    left: auto;
    right: 15px;
}

.tvprodpopup-close {
    position: absolute;
    top: 0;
    right: 0;   
    z-index: 10;
    padding: 5px;
    cursor: pointer
}

.tvprodpopup-close i {
    font-size: 18px;
    color: #000;
}

.lang-rtl .tvprodpopup-close {
    left: 5px;
    right: auto;
}