
div.photopreview { width:120px; min-height:185px; margin:15px; text-align:center; float:left; display:block; vertical-align:bottom}
div.photopreview img { border-width:0px; clear:both; margin-bottom:5px; width:auto!important;}
div.photopreview a {	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}
div.photopreview div {	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}
div.clear { clear:both; float:none}
div.venkicat { width:320px; height:560px; padding:10px; text-align:center; float:left; display:inline }

div.pricetag {
	float:right; 
	width:260px; 
	margin:0px; 
	padding:0px; 
	/*border:solid 1px #d9dddf; */
	text-align:center}

#product_image {max-width: 100%;}

.productcard {
	display:block;
	width:260px;
	min-height:320px;
	text-align:center; float:left;
	box-shadow: 0 3px 19px rgba(215,224,228,.8);
	border-bottom: solid 1px #d8d8d8;
	margin:0 29px 30px 0;
}

@media screen and (min-width: 1440px) {
#productcards a.productcard:nth-child(4n) { margin-right:0; }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
#productcards a.productcard:nth-child(3n) { margin-right:0; }	
}
@media screen and (min-width: 890px) and (max-width: 1199px) {
#productcards a.productcard:nth-child(2n) { margin-right:0; }	
}

.productcard img {
	
}

#productcards a:link, #productcards a:active, #productcards a:visited {
	text-decoration:none;
	color:#000;
	background-repeat: no-repeat;
    background-position: top;
	background-size:100%;
	position: relative;
}

.productcard .title, .productcard .price {
		margin:0;
		position: absolute;
} 
 
.productcard .title {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;
    display: block;
	width:calc(100% - 10px);
    height: 61px;
    padding: 20px 5px 10px 5px;
    bottom: 56px;
	background-color: rgba(255,255,255,0.87);
	text-shadow: 0 0 5px #fff;
}

.productcard .subtitle {
    font-size: 16px;
    clear: both;
    display: block;
	color: #b1b1b1;
	text-transform:lowercase;
}

.productcard .price, .pricetag .price {
    clear: both;
    display: block;
    border-top: solid 1px #f1f5f7;
    padding: 14px 0;
	bottom: 0;
	width:100%;
	height:27px;
	background-color: rgba(255,255,255,1.0); 
}
.productcard .price, .price, price {
    font-size: 18px;
}
.pricetag #price {
	font-size: 24px;	
}

.productcard .currency, currency {
	font-size: 16px;
}
.pricetag .currency {
	font-size: 18px;	
}
.productcard .currency, .pricetag .currency, .currency, currency {
    color: #b1b1b1;
}

div.product_photo {
	float:left;  
	padding:0; 
	text-align:left; 
	max-width:830px;
}

div.product_thumbs {
	margin-top:10px; 
	padding:0;
	overflow: hidden;
	float:left;
}

div.product_thumbs a {
	display:block;
	float:left;
	width:130px;
	height:86px;
	background-repeat:no-repeat;
	background-size:100%;	
	margin: 0 20px 10px 0;
}

input[type=button], input[type=reset], input[type=submit], select {
	width: 100%;
	max-width:260px;
    height: 50px;
    border-radius: 25px;   
	font-family: lato,arial,sans-serif;
	font-size:16px;
}
input[type=button], input[type=reset], input[type=submit] {
	border: none;
	color: #ffffff;
	background-color: #009933;
}
select {
	border:solid 1px #d8d8d8;
	padding-left: 20px;
}
select:focus, input:focus {
    outline: none;
	border-color:#007728 ;
}
input:focus {
	border:solid 2px;
}

span.discounted {text-decoration:line-through; color:#9A9A9A}
span.discount_percent {
	display:inline-block;
	border:1px solid #118610;
	border-radius:3px;
	background-color:#0EC10C;
	color:#ffffff;
	padding:2px 3px 0;
	margin:0;
}
td.price {
	text-align:right;	
}
.total {
	font-size: 22px;
}
.nb {overflow:auto}
.norborder {border-right-color: #fff;}

.pricetag div.msr_discount {
	background: #f9f9f9 url(/images/special/soccard_logo.png) center 15px no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 105px 30px 15px;
    margin: 0 0 30px;
    background-color: #f2f2f2;
    overflow: auto;
    font-weight: 700;
}


/*** MSR card discount ***/
#msr {
	display:block;
	height:100px;
	background:url('/img/special/msr_logo.png') no-repeat center top;
	padding-top:50px;
}
#msr a h2 {
	text-decoration:none;
}
#msr h2 {
	display:block;
	float:left;
	margin: 0 auto;
    padding: 30px 0 0 30px;
    width: 825px;
    /*font-size: 1.6em;*/
	font-family: LatoWeb, Helvetica, arial, verdana, tahoma, geneva, lucida, 'lucida grande', sans-serif;
	font-weight: 400;
}
#msr #soccard {
	float:right;
	width:200px;
	height:100px;
	background:url('/img/special/soccard.jpg') no-repeat 30px center;	
}
@media all and (max-width: 1600px) { 
	#msr #soccard {display:none;} 
	#msr h2 {
		padding-left: calc(530px - 800px + 24vw);
	}
}
@media all and (max-width: 1280px) { 
	#msr {
		background:url('/img/special/msr_logo_min.png') no-repeat 5% center;
	}
	#msr h2 {
		padding-left: calc(500px - 800px + 45vw);
	}
}

@media all and (max-width: 1024px) { 
	/*#msr h2 {
		padding-left: calc(630px - 800px + 50vw);
	}*/
	#msr h2 {
		padding-top: 100px;
		margin: auto;
		padding: 95px 0 15px 30px;
		width: calc(100% - 60px);
	}
	#msr {
		background:url('/img/special/msr_logo.png') no-repeat center center;
	}

}
@media all and (max-width: 736px) {
	#msr h2 {
		padding-top: 100px;
		margin: auto;
		padding: 95px 0 15px 0;
		width: 100%;
	}
	#msr {
		background:url('/img/special/msr_logo.png') no-repeat 50% center;
	}
}


/*** Ritual card discount ***/
#ritual {
	display:block;
	height:100px;
}
#ritual a h2 {
	text-decoration:none;
}
#ritual h2 {
	display:block;
	float:left;
	margin: 0 auto;
    padding: 30px 0 0 30px;
    width: 825px;
    /*font-size: 1.6em;*/
	font-family: LatoWeb, Helvetica, arial, verdana, tahoma, geneva, lucida, 'lucida grande', sans-serif;
	font-weight: 400;
}
#ritual span {
	display: block;
    /* float: none; */
    margin: 10px auto 0;
    background: #dadada;
    padding: 5px;
    width: 170px;
}
	
#ritual #ritcard {
	float:right;
	width:200px;
	height:100px;
	background:url('/img/special/ritcard.jpg') no-repeat 30px center;	
}
@media all and (max-width: 1600px) { 
	#ritual #ritcard {display:none;} 
	#ritual h2 {
		padding-left: calc(530px - 800px + 24vw);
	}
}
@media all and (max-width: 1280px) { 
/*	#ritual {
		background:url('/img/special/msr_logo_min.png') no-repeat 5% center;
	}*/
	#ritual h2 {
		padding-left: calc(500px - 800px + 45vw);
	}
}

@media all and (max-width: 1024px) { 
	/*#ritual h2 {
		padding-left: calc(630px - 800px + 50vw);
	}*/
	#ritual h2 {
		padding-top: 100px;
		margin: auto;
		padding: 95px 0 15px 30px;
		width: calc(100% - 60px);
	}
	#ritual {
	/*	background:url('/img/special/msr_logo.png') no-repeat center center;*/
	}

}
@media all and (max-width: 736px) {
	#ritual h2 {
		padding-top: 100px;
		margin: auto;
		padding: 95px 0 15px 0;
		width: 100%;
	}
	#ritual {
	/*	background:url('/img/special/msr_logo.png') no-repeat 50% center; */
	}
}



/*** SMALL CARDS ***/
.smallcard {
	display:inline-block;
	width:100px;
	height:65px;
	border:1px solid #505050;
	border-radius:6px;
	background-size:cover;
	margin:20px 10px 10px;
}
.soccard {background:url('/img/special/soccard_small.png') no-repeat center center;}
.ritcard {background:url('/img/special/ritcard_small.png') no-repeat center center;}

td.smallcards {
	text-align:center;
		
}


/* menu return */

#nav a.return {
	font-weight: 700;
}

#nav a.return::after {
	display: inline-block;
	content: ' ';
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 8-7 6 7 7' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 14h23c7 0 13 6 13 13s-6 13-13 13H12' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: left;
	background-repeat: no-repeat;
	height: 17px;
    width: 20px;
    margin-left: 5px;
    margin-bottom: -3px;
    background-size: contain;
}



.orderinfo {
    width: 100%;
    margin: 2em 0;
}

.orderinfo form {
    width: 100%;
    margin: 2em auto;
    max-width: 640px;
}

.orderinfo form label {
    display: inline-block;
/*    width: 116px;*/
}

/* ORDER LIST */
.order_blank {
	display:block;
	margin:40px auto;
	overflow:auto;
	border-bottom: solid 1px #d8d8d8;
	box-shadow: 0 3px 19px rgba(215,224,228,.8);
	max-width:800px;
	/*width:100%;*/
	padding:40px;
}
.blank_header {
	display:block;
	width:400px;
	float:right;
}

.order_id {
	display:block;
	float:left;
	font-size:42px;
}
.order_reservation_info {
	display:block;
	clear:both;	
}
.order_blank .item, .order_blank .item-price, .order_blank .item-info {
	margin:0;
}
.order_blank .total {
	border-top: solid 5px #d8d8d8;	
}
.order_blank .item-price, .order_blank .item-price span {
	font-size:18px;
}

@media screen and (max-width: 640px) {
    .order_blank {
        padding:0;
    }
    .blank_header {
        width: auto;
        float: left
    }
    .order_id {
        font-size:36px;
    }
    .order_blank .item-price, .order_blank .item-price span {
	font-size:16px;
    }
    .item-info { width: calc(100% - 120px);}
    .item-price {
        width:100px;
    }
}