.gm-style * {
  width:auto;
  height:auto;
}

.pargo-modal-container {
    height: 800px;
}

.pargo-pid {
    display: none;
}

.pargo-button {
    width: 100%;
    text-align: center;
    padding: 5px 12px;
    margin: 10px 0;
    font-weight: normal;
    background: #ffeb3b;
	border: 1px solid #ffeb3b;
}
.pargo-button:hover {
    background: #ffcb3b;
}

.parg_inactive .pargo-button {
    background: #f0f0f0;
	border: 1px solid #f0f0f0;
	color:#000;
}
.parg_inactive .pargo-button:hover {
    background: #000;
	color:#fff;
}


.pargo_description{
	display: inherit;
}
.pargo-logo {
    height: 20px!important;
    margin-right: 3px;
    margin-left: 3px;
}
#pargo_devliery_add p{
	margin:0px;
}
#selected_wp_pargo_location img {
    width: 100%!important;
}

div#pargo-modal2 {
    z-index: 100000;
}

.modal.bs-example-modal-lg.in {
    z-index: 100000;
}

button#pargo_what_is_this {
    border: none;
}

.modal-backdrop {
    display: none;
}

.pargo-cart {
    max-width: 220px;
}

.pargo-disabled {
    background: lightgray;
    pointer-events: none;
    cursor: default;
}
.parge_description{
	display: inline;
}
.pargo_content{
padding:20px;
}
#pargo_center{
	max-width:100%;
	display:table-cell;
	width: 422px;
    vertical-align: middle;
}
#pargo_inner{
	width:422px;
	max-width:100%;
	border-radius:38px;
	background:#fff;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	margin: 0 auto;
	font-size:22px;
	position: relative;
}
#pargo_inner,.pargo_close{
-webkit-box-shadow:  0px 0px 32px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
}
.pargo_close{
    position: absolute;
    top: -4px;
    background: #fff;
    right: -7px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    line-height: 35px;
    font-weight: bold;
    font-size: 32px;
}
.pargo_close:hover{
    background: #000;
	color:#fff;
    cursor:pointer;
}
#pargo-not-selected{
	display:none;
	content:"";
	background:rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9999;
	text-align:center;
}
#pargo-not-selected.show-warn{
	display:table;
}
.pargo_blk_title{
background: #fff200;
    padding: 43px 0 40px 0;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
}
#pargo-not-selected p{
text-align:left;
    margin: 15px 0 20px 0;
}

@media only screen and (max-width: 480px){
#pargo_center,#pargo_inner {
    width: 300px;
}
#pargo_inner {
    font-size: 16px;
}
.pargo_blk_title {
    padding: 23px 0 20px 0;
}
#pargo-not-selected .pargo_blk_title img {
    max-width: 120px;
}
.pargo_close {
    top: 0px;
    right: -1px;
    width: 34px;
    height: 34px;
    line-height: 31px;
    font-size: 26px;
}
}
