#content {
    min-height: 0;
}
#page-title,
#product-view,
.pagination-holder{
	display: none;
}
.photoprint{
	position: relative;
	padding: 0 32px;
}
.pos_content_top .buy {
/*    bottom: -100px !important;*/
}
.text-discount{
/*	top: 4px;
    position: absolute;
    right: 0;*/
	background-color: #f7f7f7;
	width: max-content;
	padding: 0 16px;
	text-align: right;
	float: right;
	margin-top: 0;
	line-height: 20px;
}
/*
.total_price_value{
    float: left;
	clear: both;
}
*/
.total_price_value output{
	font-size: 32px;
	height: 36px;
}
.buy.discount .total_price_value{
	margin-top: 8px;
}
.buy.discount .total_price_value output {
	font-size: 20px;
    text-decoration: line-through;
}
.total_price_discount{
    float: left;
	display: none;
}
.discount .total_price_discount{
	display: block;
}
.total_price_discount output{
	font-size: 24px;
	height: 28px;
}
.total_price_value output,
.total_price_discount output{
	float: left;
	width: 60px;
	display: grid;
	align-items: end;
	padding: 0;
	color: inherit;
	line-height: inherit;
	text-align: right;
}
.total_price_value div:first-child{
	float: left;
	width: 150px;
	display: grid;
	align-items: end;
	height: 36px;
/*	line-height: 14px;*/
}
.total_price_discount div:first-child{
	float: left;
	width: 150px;
	display: grid;
	align-items: end;
	height: 30px;
/*
	line-height: 14px;
	margin-top: 8px;
*/
}
.total_price_value div:last-child{
	float: left;
	margin-left:8px;
	display: grid;
	align-items: end;
	height: 36px;
}
.total_price_discount div:last-child{
	float: left;
	margin-left:8px;
	display: grid;
	align-items: end;
	height: 28px;
}
.max_discount:not(.buy){
	margin-top: 8px;
	font-size: 14px !important;
}
.max_discount_price div{
	float: left;
	color: #555;
	line-height: 1.42857143;
}
.max_discount_price div:first-child{
    width: 180px;
}
.max_discount_price output{
	float: left;
	height: 18px;
	padding: 0 4px 0 0;
}
.max_discount_quantity {
	clear: both;
}
.max_discount_quantity div{
	float: left;
	color: #555;
	line-height: 1.42857143;
}
.max_discount_quantity output{
	height: 18px;
	padding: 0 4px;
}
.buy.max_discount{
	bottom: -38px;
}

.loaderer {
    display: none;
	top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(/image/pods/loaderer.gif) center no-repeat;
    background-attachment: fixed;
}
.button-cart{
	padding: 9px 21px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px #bbb solid;
	border-radius: 3px;
	line-height: 20px;
    text-align: center;
    letter-spacing: .3px;
	transition: none;
	background: url(/image/pods/loaderer.gif) center no-repeat;
	background-size: contain;
	background-color: inherit;
}
.block-option {
	float: left;
	width: 100%;
}
.block-option .flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: center;
}
.block-option .control-label{
	float: left;
	font-weight: bold;
	width: 160px;
	line-height: 55px;
}
.block-option.sizes .control-label{
	line-height: 20px;
}
.block-option:first-child .control-label,
.block-option:last-child .control-label{
/*	margin-top: 10px;*/
}
.papers{
	margin-top: 8px;
	max-width: 450px;
}
.block-option + .block-option .row-option{
	margin-top: 4px;
}
.row-option{
	width: max-content;
	max-width: 100%;
	float: left;
	margin-bottom: 8px;
}
.sizes .row-option{
	clear: both;
}
.sizes .row-option.first-row{
	clear: none;
}
.papers .radio{
	margin-bottom: 8px !important;
}
.quantity-plus,
.quantity-minus{
	float: left;
    width: 28px;
    margin-top: 14px;
    line-height: 26px;
    padding: 0;
    border: 1px solid #cccccc;
}
.radio .name{
	border: 1px solid #000000;
    padding: 4px 8px;
	white-space: nowrap;
	float: left;
    text-align: center;
	min-width: 80px;
}
.radio{
	float: left;
    margin: 0 10px 0 0 !important;
	padding: 0 4px;
	height: 32px;
}
.radio:last-child{
	margin-right: 0 !important;
}
.radio.discount{
	background-color: #f7f7f7;
}
.radio.disabled  .name{
    background-color: #f5f5f5;
    border-color: #ececec;
    color: #999999;
}
.radio label{
	padding: 1px 4px;
}
.radio input[type=radio]{
	height: 0;
}
.radio input[type=radio]:checked+.name,
.radio:not(.disabled):hover input[type=radio]:not(:disabled)+.name{
	border-color: #000000;
	background: #FFC107;
/*   color: white; */
}
.radio input[type=radio]:disabled+.name{
	background-color: #f5f5f5;
	border-color: #ececec;
	cursor: default;
	color: #999999;
}
.buy{
    padding: 16px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background: #fff;
	bottom: 8px;
    position: absolute;
    right: 0;
	max-width: 280px;
	height: max-content;
/*
	min-height: max-content;
    width: max-content;
	min-width: 284px;
*/
}
.buy .live-price{
	font-size: 2em;
	float: left;
}
.buy .btn{
	clear: both;
    float: left;
	margin-top: 16px;
    width: 100%;
}
.btn-manual{
	color: #333;
    background-color: #e6e6e6;
    border-color: transparent;
	text-transform: none;
}
.calc-options-values-price{
	color: #000;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.popup{
	top: 40%;
	left: 50%;
	opacity: 0;
	position: fixed;
	z-index: 999999;
	visibility: hidden;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 4px;
    border: 1px solid #cccccc;
	background: url(/image/pods/loaderer.gif) center no-repeat;
    background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.1);
}
.popup .title{
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin: 0;
	position: relative;
	background-color: #eeeeee;
}
.popup .fa-times{
	cursor: pointer;
    font-size: 24px;
    color: #cccccc;
	float: right;
    margin: -30px -20px 0 0;
}
.popup .fa-times:hover{
    color: #fff;
}

span[data-toggle="tooltip"]:after {
    font-family: FontAwesome;
    color: #ffc107;
    content: "\f059";
    margin-left: 4px;
	font-size: 20px;
}
#input-quantity {
    float: left;
    width: 60px;
    height: 28px;
    line-height: 28px;
	font-size: 16px;
	text-align: center;
	margin: 14px 0 0;
}
.opacity-0{
	opacity: 0;
}
.trans-op-0_3s {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.radius-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(ie-css3.htc);
}
@media (max-width: 990px){
	.buy.price.mobile{
		margin-top: 24px;
		position: relative;
	}
	.radio{
		margin-bottom: 8px !important;
	}
}
@media (max-width: 520px){
	.pos_content_top .buy {
		bottom: 0 !important;
	}
}

/*
.buy.price {
    top: 55px!important;
}
*/