/* == New css add here == */
.hide{display:none;}

.modal-popup .modal-header .close {
    background: #000;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    left: auto;
    bottom: auto;
	font-size: 20px;
	transition: all .5s ease;
}
.model{
	z-index:999999
}
.modal-popup .modal-header .close:hover {
	background-color: #fff;
	color: #000;
}

.modal-popup .modal-header {
	justify-content: center;
}

.modal-popup h4 {
	text-align: center;
}

.modal-popup iframe {
	width: 100%;
}

.oc2 .modal-popup .modal-body{
	max-height: 100vh;
}

.oc2 .modal-popup .checkbox-inline{
	
    padding-right: 0;
    display: table;
}

.modal-popup .modal-footer {
	text-align: left;
}

#tmd-popupwindow .right {
    text-align: center;
	border: 5px solid #ddd;
    padding: 15px;
}

#tmd-popupwindow img{
	width: 100%;
}

#tmd-popupwindow .right img {
    margin: 0px auto 10px;
	max-width: 250px;
}

#tmd-popupwindow .pera {
	text-align: right;
	margin: 0;
}

.oc2 #tmd-popupwindow .box-product {
	align-items: center;
}

/* == responsive start here == */
@media (max-width: 768px){
	#tmd-popupwindow .right img {
		margin: 0px auto 10px;
	}
}