/*----------------popups------------*/

#popup-frame {
	position: absolute; 
	top: 120px;
	left: 295px;
	width: 650px;
	min-height: 300px;
	-webkit-box-shadow:none;
	text-align:  center;
	display: none;
	padding:10px 20px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 10px #000;
	font-family: 'Montserrat';
	font-weight: normal;
	z-index:1000;
	/*border:1px solid #233338;*/
		color:#000;
}

#popup {
	margin:30px auto 30px auto!important;
	height:auto;
	
	width: 630px;
	min-height: 200px;
	/*background-color: #000000;*/
	color: #233338!important;
}

#popup-text {
	width:100%;
	height:auto;
	font-size: 24px!important;
	line-height: 1.3em;
	margin-bottom:30px;
	color:#000;
	border:1px solid rgba(255,255,255,0); /*za da ne se poiaviavat prazni prostranstva v bekground-a*/
	font-family: 'Montserrat';

}

#popup-text table {
	width: 100%!important;
		color:#000;

}

#popup-text table td{
	min-width: 50px;
		color:#000;

}

#popup-text table td:nth-child(2){
	text-align: center;
}

#popup-text table td:last-child{
	min-width: 110px;
	text-align: right;
		color:#000;

}

/* стар total в последен ред на table */
#popup-text table td:nth-child(2)[colspan="2"]{
	text-align: right;
    min-width: 210px;
    padding: 6px 4px;
    background: #e85d42;
    font-weight: bold;
    /* font-size: 1.1em; */
    letter-spacing: 0.05em;
		color:#000;

}

/* нов total извън table в p#shop-popup-total */
#popup-text p#shop-popup-total {
	text-align: center;
    min-width: 210px;
    padding: 6px 4px;
	border-top: 1px solid #D9D9D6;
	border-bottom: 1px solid #D9D9D6;
    /*background: #ceb87b;*/
    font-weight: bold;
    letter-spacing: 0.05em;
		color:#000;

}

#popup-input {
	height: 100px;
	width:360px;
	font-size:64px;
	border:none;
	margin:0 auto ;
	text-align:center;
    padding: 20px 20px 0 20px;
	color:#000;
	border:1px solid #D9D9D6;	
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 10px #D9D9D6;
	font-family: 'Montserrat';
}

#popup-input:focus {
	outline: 0;
}

#popup-bottom{
	height:60px;
	width: 624px;
	margin:0 auto;
	color: #000!important;
}

#popup-ok-text{
	color: #000!important;
	width: 240px;
	text-align: left;
	font-size: 12px;
    line-height: 1em;
	font-family: 'Montserrat';    
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#popup-back-text{
	color: #000!important;	
	width: 240px;
	text-align: right;	
    line-height: 1em;
    font-family: 'Montserrat';    
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;

}

#popup-frame #popup + #audio {
	border-bottom: 1px solid #D9D9D6;
}

#popup-frame #audio,
#popup-frame #subtitles {
    position: relative;
	float: left;
    width: 47%;
}

#popup-frame #audio p,
#popup-frame #subtitles p {
	margin: 0;
	padding: 0;
    font-weight: normal;
    text-align: center;
	color: #000;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
}

#popup-frame #audio ul,
#popup-frame #subtitles ul {
    padding: 20px 0;
	margin: 0;
}

#popup-frame #audio ul li,
#popup-frame #subtitles ul li {
    list-style: none;
    text-align: left;
	padding: 3px 0 3px 70px;
	color: #000;
	font-family: 'Montserrat';
    font-weight: normal;
	font-size: 16px; 
}

#popup-frame #audio ul li span,
#popup-frame #subtitles ul li span {  
	margin: 0 10px 0 40px;
}

#popup-frame #audio ul li.selected,
#popup-frame  #subtitles ul li.selected  {
    background: #e85d42;
	border-radius: 6px;
	color: #fff;
}

#popup-frame #audio {
	margin-right: 6%;
}

#popup-frame input[type="checkbox"] {
    display:none;
}

#popup-frame label input[type="checkbox"] + span {
    display: inline-block;
    width: 12px;
    height: 12px;
	border-radius: 6px;
    margin:4px 10px;
    vertical-align:middle;
    /*background: url(../images/message-checkbox.png) left top no-repeat;*/
    background: none;
	border: 1px solid #000;
    cursor:pointer;
}

#popup-frame label input[type="checkbox"]:checked + span {
    /*background: url(../images/message-checked.png) left top no-repeat;*/
    background: #000;
}

#popup-frame #audio ul li.selected input[type="checkbox"] + span,
#popup-frame #subtitles ul li.selected input[type="checkbox"] + span {
    border: 1px solid #000;
}

#popup-frame #audio ul li.selected input[type="checkbox"]:checked + span,
#popup-frame #subtitles ul li.selected input[type="checkbox"]:checked + span {
    border: 1px solid #000;
}