.popupBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff8c;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
}
.popupMainContent{
    align-items: center;
}
.popup-image{
    display: flex;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 350px;
    justify-content: center;
}
.popup-image img{
    max-width:90%;
    object-fit:contain;
    object-position: left;
}
.popup-content-desc{
    width: calc(100% - 350px);
    margin-left: auto;
    text-align: center;
    padding: 35px;
}
.popup-content-desc p {
    font-size: 26px;
    line-height: 34px;
    font-family: 'LatoL';
    margin: 10px 0px;
}
.popup-content-desc .pp-headline{
    color: #bf9a0e;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
}
.popupContent {
    background: #FAFFF9;
    overflow: hidden;
    width: 950px;
    padding: 0px;
    max-width: 950px;
    border: 2px solid #bf9a0e;
    -webkit-box-shadow: 0px 0px 29px 0px #bf9a0e;
    -moz-box-shadow: 0px 0px 29px 0px #bf9a0e;
    box-shadow: 0px 0px 29px 0px #bf9a0e;
    border-radius: 20px;
}
span.closePopup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popupLeftText {
    width: 100%;
    position: relative;
}

.popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 220px;
    height: auto;
    top: 0px;
    margin: auto;
    display:flex;
}


.popupText span.otherStyle {
    padding: 3px 10px;
    font-size:inherit;
}
.popup-go-to-order {
    background: #f6e58b;
    border: 2px solid #bf9a0e;
    border-radius: 12px;
    color:black;
    padding: 25px 30px;
    display: inline-block;
    font-size: 23px;
    font-family: 'LatoR';
    margin: 10px 0px;
    text-transform: uppercase;
}

.popupText {
    font-family: 'LatoR', sans-serif;
}

.popupText h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
}


.popupText span.text {
    font-size: 22px;
}

.popupText input, .popupText a.promo, .popupText button.promo {
    width: 100%;
}

.popupText a.defaultBtn.promo{
	margin:0px;
	text-decoration:none;
	margin-top:15px;
	margin-bottom:15px;
	color:#000;
}

.popupText a.defaultBtn {
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #4472c4b5;
}

.priceDiscPopup {
    position: absolute;
    background: #28a745;
    border-radius: 50%;
    padding: 41px 7px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    top: -7px;
    transform: rotate(-17deg);
    left: -13px;
}

input[type="submit"], .popupText button{
	cursor:pointer;
	transition:0.2s linear;
}

@media screen and (max-height:550px){
	.popupContent{
		height:90%;
		overflow:auto;
		padding: 0px 30px;
		margin-top:0px;
		top:auto;
	}	
	
	.popupLeftText {
	    height: 480px;
	    transform: none;
	    top:auto;
	}	
}

@media screen and (max-height:600px) and (max-width:500px){
.popupContent, .popupLeftText {
    width: 99% !important;
    height: 99vh;
    padding: 10px 3px;
}
}


@media screen and (max-width:680px){
	.popupContent, .popupLeftText {
            width: 98%;
   	}
   	.popupProduct img {
	    display:none;
	}
	
	.popupText input, .popupText a.promo, .popupText a.defaultBtn, span.smileInfo, .popupText button.promo {
	    width: 100%;
	    margin-right:0px;
	}
	
	.popupLeftText {
	    height: auto;
	    max-height:100%;
	    overflow:auto;
        }
        
    
}


@media screen and (max-width:1000px){
	.popupContent {
            width:95%;
        }
        .mainProd {
            width: 55% !important;
        }
}

@media screen and (max-width:800px){
    .popup-image {
        width: 190px;
    }
    .popup-image img {
        max-width: 190px;
        margin-left: 0px;
    }
    .popup-content-desc {
        width: calc(100% - 190px);
        margin-left: auto;
    }
}

@media screen and (max-width:700px){
    .popup-image{
        display:none;
    }
    .popup-content-desc {
        margin-left: 0px;
        width: 100%;
    }
    .popupProduct{
    	display:none;
    }
	
	.mainPopupTextCont{
		width:100% !important;
	}
}
