.pop-up-background {
    background: rgba(255,255,255,.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.pop-up-background-modal {
    cursor:default;
}

.pop-up {
    visibility:hidden;
    left:calc(50% - 200px);
    max-width: 400px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 9999999999;
	background: #fff;
}

.pop-up.small{
    max-width: 400px;
}

.pop-up.medium{
    max-width: 400px;
}

.pop-up.large{
    max-width: 620px;
	left:calc(50% - 310px);
}
.pop-up.large {
	background:#fff url(../userfiles/images/structure/popup-bg.jpg) no-repeat;
	background-size:100% auto;
}

.contact {
	padding-top:160px;
}
.pop-up-content {
	border:2px solid #119537 ;
    min-height: 30px;
    padding: 24px;
	text-align:center;
}
.pop-up-content p {
	text-align:left;
	padding-bottom:10px;
}
.pop-up-content h1 {
	text-align:left;
}
.pop-up-content .cart-qty {
	float:left;
	margin-bottom:20px;
}
.pop-up-content .btn {
	float:left;
	clear:left;
}
.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}

.pop-up-body {
    font-size: 16px;
    color:#666;
}

.pop-up-display-content {
    display: none;
}

.pop-up .close {
    position:absolute;
    top:10px;
    right:10px;
    z-index: 99;
}

.pop-up .close a{
    font-size: 18px;
    color: #d22;
    width: 24px;
    height: 24px;
    background: url(../userfiles/images/structure/icon-cross.png) no-repeat 0 0;
    display: inline-block;
}
.pop-up .close a:hover{
    opacity: 0.6;
}

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-btn:hover,
.pop-up-btn:focus {
    background: #6A798E;
}

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}

.pop-up.large {
background:#fff url(../userfiles/images/structure/popup-bg.jpg) no-repeat;
background-size:100% auto;
}


@media only screen and (max-width:760px) {
    .pop-up.large {
        left: 5%;
        margin: 0;
    }
}
@media(max-width:620px) {
	.contact {
		padding-top:25.08vw;
	}
}
@media only screen and (max-width:480px) {
    .pop-up.small,
    .pop-up.medium {
        left: 5%;
        margin: 0;
    }
    .pop-up-content {
        padding: 12px;
    }
    .pop-up-footer {
        padding-top: 12px;
    }
}