﻿div#selections-box {
	width:100%;
	height:100px;
	position:sticky;
	bottom:0;
	margin-top:4px;
}

div#product-preview {
	width:34%;
	z-index:10;
	position:absolute;
	height:100px;
	bottom:10px;
	background-color:rgba(0,0,0,.5);
	color:#000;
	border:1px white solid;
	border-radius:16px;
	font-size:0.8em;
}

div#product-preview a {
	color:white;
	text-decoration:underline;
}

a#buy_it_now {
	bottom:10px;
	height:100px;
	left:calc(34% + 8px);
	width:calc(66% - 8px);
	font-size:2em;
	border-radius:16px;
	position:absolute;
}

div#material_preview {
    max-width: 98px;
    height: 98px;
    position: absolute;
    overflow: hidden; 
    left:0;	
}

div#material_preview img {
	height:100%;
	border-radius:16px;
}

div#options_preview {
    position: absolute;
    left:100px;
    color:white;
    padding:4px;	
}

div#writing_preview {
    background-color:black;
    border-radius:16px;
	position:absolute;
	left:0;
	width:34%;
	/*bottom:100px;*/
	top:-80px;	
	height:66px;
    overflow: hidden; 
    text-align:center;	
}

div#writing_preview img {
	width:100%;
	max-width:512px;
}

