/*
Theme Name: Campus Care
Theme URI: https://adsengine.in/
Author: ADSENGINE MEDIA
Author URI: https://adsengine.in/
Description: 1st Indian Manufacture for the Pant Style Diaper...
Version: 1.0
*/


.open_popup{
    text-align: center;
    border:none;
    padding: 0px;
    color:#fff;
}
.product-item .product-thumb {
    padding: 10px;
}
.popup_body{
    display:none;
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    z-index: 9999;
}
.popup_body_show{
    display:block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.popup_back{
    background: rgba(0,0,0,0.7);
    position: fixed;
    left:0;right:0;top:0;bottom:0;
}
.popup_contain{
    position:relative;
    /*background:#fff;
    min-width:300px;*/
    max-width:50%;
    margin:120px auto 50px;
    /*min-height:150px;*/
    padding: 20px 20px;
}
.popup-content {
  padding-left: 30px;
}
.popup_close{
    background: red;
	padding: 5px 15px;
	position: absolute;
	right: 20px;
	top: 0px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999999;
}
.popup_contain table {
    margin-top: 20px;
}
.popup_contain table td {
  font-size: 12px;
  border: 1px solid;
  padding: 5px 10px;
}
.popup_contain table th {
  text-align: inherit;
  padding: 5px 10px;
  color: #d81918;
  border: 1px solid #000;
}
.popup-content p {
  font-size: 16px;
}
.project-content h3, .project-content h3:hover, .project-content h3 a, .project-content h3 a:hover {
    color: #FFF;
    font-size: 18px;
}
.footer-logos .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-area .footer-shape {
    pointer-events: none;
}

@media(max-width:  767px) {
    .popup-content {
        padding-left: 0px;
    }
    .popup_contain {
    	min-width: auto;
		max-width: 100%;
		margin: 200px auto 0px;
		min-height: 150px;
		padding: 20px 20px;
    }
    .popup_close {
    	right: 10px;
		top: 0px;
    }
    .footer-logos .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}