


.pop-container {
    position: absolute;
	border:5px solid #fff; 
	border-radius:10px;
	left: 30px; top: 30px; right: auto !important; z-index: 1001;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    max-width: 610px;
}


._popup_S20200730bc6fd428468c2_61590 {
    z-index: 2000 !important;
}
 .inside {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
}
.pop-container .pop-item {
    float: left;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.06), 0px 0px 1px 0px rgba(0,0,0,0.28);
}
.pop-container .pop-img {
    position: relative;
	border:5px solid #1056AB;
}
.pop-container .btn-group {
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: table;
}
.btn-group > :first-child:not(.dropdown-toggle):not(:last-child).btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pop-container .btn-group .btn {
    width: 50%;
    float: none;
    letter-spacing: 0px;
    color: #000;
    padding: 12px 0;
    border: 0;
    white-space: normal;
    display: table-cell;
	text-align:center;
}
.pop-container .btn-group .btn + .btn {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
    font-weight: normal;
    margin-left: 0px;
}
.btn-group > :last-child:not(:first-child).btn, .btn-group > :not(:first-child).dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}




@media only screen and (max-width:700px){
#divpop {width:100%!important;}
.pop-container {
overflow:hidden;
	border:5px solid #fff; 
	border-radius:10px;
	left: 3%;   top: 30px; right: auto !important; z-index: 1001;
	width:92%; 
}
.pop-container img {width:100%!important;}
.btn-group label {font-size:13px;}
.btn-group a {font-size:14px;}
.pop-container .btn-group .btn {
	width: 30%;
 
}
}
