/* == 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;
}
.checkbox-inline.addshow {
	padding:0;
}
.checkbox-inline.addshow input[type="checkbox"] {
	padding:0;
	margin:0;
	position: inherit;
}

html[dir="rtl"] .modal-popup .modal-footer {
    text-align: right;
}
html[dir="rtl"] .checkbox-inline.addshow {
	padding-right:20px;
}
.oc3 .checkbox-inline.addshow, .oc30.checkbox-inline.addshow {
    padding-right: 0px !important;
}

/* == responsive start here == */
@media (max-width: 768px){
	#tmd-popupwindow .right img {
		margin: 0px auto 10px;
	}
	
	.modal-popup .modal-dialog {
		margin: 10% 8%;
	}
}

@media (max-width: 576px){
	#tmd-popupwindow .box-product > div{
		width:100% !important;
	}
}