@import "../../simplePagination/simplePagination.css";

@import "tooltip.css";

@import "hr.css";

@import "fonts.css";

@import "bg-fold.css";

@import "button.css";

@import "dialog.css";

@import "slick.css";

@import "frame.css";

@import "paypal.css";

@import "materialio.css";

@import "folding-form-input.css";

@import "application-messages.css";

@import "keyframes.css";

@import "general.css";

@import "smartmenus-custom.css";

body {
	margin: 0;
	padding: 0;
	background-color: #efe2ba;
	font-family: " Lucida Sans ", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #363636;
	height: 100%;
	background-image: url(../gfx/bg/white-pattern.jpg);
	color: #363636;
}

legend {
	text-align: left;
	font-weight: bold;
	outline: 2px solid #dbdbdb;
	padding: 5px;
	border-radius: 3px;
	border: 2px solid black;
}

.jquery-bg-slideshow-wrap-bg-element {
	height: 20%;
}

.bg-slideshow {
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	border-radius: 10px 10px 0 0;
}

.title {
	font-weight: bold;
	background: #a73f2d;
	color: white;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.2em;
}

.description {
	background: white;
	padding: 10px;
	font-weight: bold;
	border: 1px solid black;
	margin: 5px 0;
	border-radius: 5px;
}

.center {
	text-align: center;
}

.top-padding-20 {
	padding-top: 20px;
}

.top-header {
	border-bottom: 1px solid rgb(181, 94, 68);
	text-align: center;
	margin-bottom: 10px;
	border-top: 1px solid rgb(181, 94, 68);
	background-color: #ffffffad;
	padding: 10px 0;
}

img.logo {
	vertical-align: bottom;
}

#product-mosaic {
	width: auto;
	float: none;
	clear: both;
	filter: blur(2px);
}

.random-products {
	text-align: center;
}

.introduction {
	padding: 10px;
	text-align: center;
	background: #003d6d;
	border: 4px solid rgb(10, 152, 243);
	margin: 10px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #121111;
}

.stretch-goal {
	margin-top: 10px;
	font-size: 1.2em;
	font-variant: all-petite-caps;
	font-weight: normal;
}

.account-name {
	display: block;
	text-align: left;
	background: #0e14bb;
	color: white;
	width: fit-content;
	padding: 10px;
	border-radius: 5px;
	margin-left: 10px;
	box-shadow: 5px 5px 8px 0px #7e7e7e;
	border: 1px solid #000000;
	outline: 2px solid white;
}

.random-products .product {
	/* width: 30vw; */
	/* display: inline-grid; */
	text-align: center;
	display: inline-block;
	/* 	width: 24vw; */
	width: 350px;
	background: rgb(227, 117, 27);
	margin-top: 20px;
	color: black;
	border-radius: 0 10px 10px 10px;
	background: rgb(227, 117, 27);
	vertical-align: top;
}

.product {
	height: 100%;
	background: #fff2f2;
	border-radius: 10px;
	/* 	box-shadow: 2px 2px 3px 3px #fff2f2; */
}

.product-tags {
	display: inline-flex;
	column-gap: 5px;
	width: 100%;
	justify-content: center;
}

.product-tag {
	outline: 1px solid #dfdada;
	background: #efebeb;
	padding: 0 2px;
	box-shadow: 2px 2px 1px #958e8e;
	margin-bottom: 3px;
	transition: all 1s;
}

.product-tag:hover {
	background: #f7dddd;
	box-shadow: unset;
}

.product-image {
	border-bottom-color: #ffe;
	border-left-color: #eed;
	border-right-color: #eed;
	border-top-color: #ccb;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.item .product-image {
	transition: all .25s;
}

.item:nth-child(odd) {
	background: white;
}

.item .product-image:hover {
	transform: scale(5);
}

.item-list {
	outline: 4px solid #e55a5a;
	padding: 10px;
	border-radius: 10px;
	border: 4px solid #ffc200;
}

.dim-pair-cost {
	display: none;
	vertical-align: top;
	border: 1px solid black;
	padding: 10px;
	background: white;
}

.image-element {
	display: inline-block;
	width: 250px;
	vertical-align: bottom;
	text-align: center;
	border: 1px solid black;
	margin-bottom: 10px;
}

.image img {
	vertical-align: middle;
	border-style: none;
	width: 250px;
	height: auto;
}

.image-element .submit {
	text-align: center;
}

.image-element .submit button {
	border-radius: 5px;
	margin: 5px 0;
	cursor: pointer;
	border: 1px solid rgb(200, 200, 200);
}

.image-element input {
	width: 50%;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px solid rgb(200, 200, 200);
}

.join-us {
	border: 1px solid rgb(195, 46, 5);
	padding: 0 20px;
	margin-bottom: 5px;
	border-radius: 4px;
}

.login, .logout {
	border: 1px solid rgb(200, 200, 200);
	padding: 0 20px;
	margin-bottom: 5px;
	border: 1px solid rgb(195, 46, 5);
	border-radius: 4px;
	color: white;
}

.login>a, .logout>a {
	color: #fff !important;
}

.copyright {
	margin: 10px;
	font-weight: bold;
}

.login>form, .logout>form {
	width: 50%;
	margin: 0 auto;
}

form#contactUs {
	border: 1px solid #ff000038;
	border-radius: 5px;
	box-sizing: content-box;
}

form#contactUs>div {
	margin: 10px;
	text-align: center;
}

form#contactUs .floating {
	width: 40%;
	display: inline-block;
}

form#contactUs .message .floating {
	width: 90%;
}

.account-form {
	width: 50vw;
	display: block;
	margin: 0 auto;
	border: 1px solid #dd3100;
	padding: 10px;
	border-radius: 10px;
	box-sizing: content-box;
	box-shadow: 4px 4px 10px #1f1a1a;
}

/* .account-form>form { */
/* 	text-align: center; */
/* } */
.form-pair>label {
	width: 90%;
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
	margin-top: .5rem;
	margin-bottom: 0;
}

.form-pair {
	margin-bottom: 20px;
}

form.search-product {
	text-align: center;
	border: 1px solid rgb(200, 200, 200);
	margin: 20px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #a5a3a3;
}

form.search-product .form-pair {
	display: inline-block;
	text-align: center;
}

form.search-product .form-pair:last-child {
	display: block;
}

.form-pair>input, .form-pair>select, .form-pair>textarea {
	width: 100%;
	border: 1px solid rgb(200, 200, 200);
	box-sizing: border-box;
}

form#excel-upload input {
	width: 30%;
}

.icon-clear {
	right: 25px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.icon-reset {
	right: 25px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.form-pair>input:hover, .form-pair>select:hover, .form-pair>textarea:hover
	{
	border: 1px solid #fc4205;
}

.form-pair>button {
	width: 100%;
	margin-top: 20px;
	border-radius: 5px;
	background: linear-gradient(0deg, rgba(251, 63, 1, 0.6987650495750708)
		20%, rgb(250, 119, 76) 50%, rgba(251, 63, 1, 0.6959321883852692) 80%);
	color: black;
	border: 1px solid red;
	box-shadow: 1px 1px 4px 0px #dc3545;
	font-weight: bold;
	cursor: pointer;
}

.form-pair>button.half {
	width: 30%;
}

.form-pair>button:hover {
	color: white;
}

.form-element-error {
	border: 2px solid red !important;
}

.categories {
	text-align: center;
}

.cat-prods {
	border: 5px solid #003d6d;
}

.cat-pair {
	border: 1px solid white;
	display: inline-block;
	min-width: 30vw;
	margin: 20px;
	padding: 20px;
}

.important {
	font-weight: bold !important;
	color: #930000 !important;
	text-align: center !important;
	font-size: 1.2em !important;
}

.cat-title {
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	color: #a11801;
	font-variant: small-caps;
	font-size: 1.4em;
	letter-spacing: 1px;
	background: white;
	border: 1px solid #003d6d40;
}

/* .description { */
/* 	text-align: center; */
/* 	font-weight: bold; */
/* 	margin: 10px 0; */
/* 	color: #a11801; */
/* } */
.sub-description {
	text-align: left;
	font-weight: normal;
	margin: 2px 10px;
	color: #000;
}

.page-banner {
	height: 30vh;
	/* 	background-image: url(../gfx/bg/swirls.jpg); */
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: unset;
	background-size: auto;
	background-color: white;
	display: flex;
}

.text {
	font-size: 5lvw;
	text-align: center;
	color: #ffffff;
	text-shadow: #080808 15px 20px 9px;
	font-variant: contextual;
	letter-spacing: 0.05em;
	margin: auto auto;
	font-family: Niconne;
	text-rendering: geometricPrecision;
	display: flex;
	align-items: center;
	height: 100%;
	transition: all 2s;
}

.text:hover {
	text-shadow: black 1px 1px 2px;
}

.result {
	display: inline-block;
	border: 1px solid rgb(200, 200, 200);
	margin: 10px;
	padding: 10px;
	width: 20vw;
	box-shadow: 1px 1px 3px #865656;
	border-radius: 3px;
	text-align: center;
}

.search-results {
	text-align: center;
}

.success {
	color: green;
}

.failed {
	color: red;
}

#dropzone {
	height: 200px;
	border: 1px dashed black;
	text-align: center;
	vertical-align: middle;
	margin: 20px;
	box-sizing: content-box;
	position: relative;
}

#dropzone>p {
	line-height: 200px;
	position: absolute;
	text-align: center;
	right: 0;
	left: 0;
	font-size: 2em;
}

#filelist .file>div {
	display: inline-block;
	width: 30%;
}

#filelist .file {
	box-sizing: content-box;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 10px;
}

.image-form {
	text-align: center;
}

.image-form .image {
	display: inline-block;
	border: 1px solid rgb(200, 200, 200);
	height: 200px;
	vertical-align: top;
	padding: 10px;
	margin: 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px #d4d2d2;
	border-radius: 10px;
}

.image-form .image img {
	height: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #aba0a0;
}

input.file-upload {
	display: none;
}

.upload-widget {
	display: none;
}

.no-display {
	display: none;
}

.upload-info {
	border: 1px solid rgb(200, 200, 200);
	border-radius: 5px;
	margin: 0 5px;
	text-align: left;
}

.upload-info>div {
	display: inline-block;
	border-left: 1px solid rgb(0, 0, 0);
	padding: 0 10px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.upload-info input {
	border-radius: 5px;
	margin: 5px 0;
	width: 50px;
}

.upload-info .file-name {
	width: 50vw;
}

.upload-info .file-size {
	width: 20vw;
}

.upload-info.upload-header {
	font-weight: bold;
	background: black !important;
	color: white;
}

.upload-header>div {
	text-align: center;
}

.upload-info .item-number {
	width: 10vw;
}

.upload-info .upload-submit {
	width: 20vw;
}

.upload-info .upload-submit {
	cursor: pointer;
}

.upload-info:nth-child(odd) {
	background: rgb(227, 227, 227);
}

table.products-results {
	margin: 0 auto;
	border: 1px solid rgb(200, 200, 200);
	text-align: center;
}

table.products-results td {
	border: 1px solid rgb(200, 200, 200);
}

.products-results thead th {
	background: white;
}

.products-results tr:nth-child(4n+1), .products-results tr:nth-child(4n+2)
	{
	background: #ead0d0;
}

.products-results tr {
	background: #efe3e3;
}

.result-item:hover, .result-image:hover {
	background: rgb(239, 116, 116) !important;
	cursor: pointer !important;
}

.loading {
	position: fixed;
	left: 50%;
	top: 50%;
	display: inline;
}

.loading .close {
	position: relative;
	float: right;
	color: black;
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
}

.grid-main {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-template-rows: repeat(auto-fill, minmax(250px, 1fr));
	align-items: center;
	align-self: center;
	align-content: center;
	grid-area: header;
	margin: 0 auto;
	text-align: center;
	grid-gap: 20px 20px;
}

img.product-image.Portrait {
	max-height: 400px;
}

.frame-widget {
	cursor: pointer;
}

.frame-selection span:nth-child(even) {
	color: 500823;
}

.pointer {
	cursor: pointer;
}

.frame-selection span:nth-child(odd) {
	color: #8a2f51;
}

.frame-selection span:after {
	content: ",";
}

.frame-selection span:last-child:after {
	content: none;
}

.product-view>div {
	display: grid;
	vertical-align: middle;
	text-align: center;
	border-right: 10px solid #a43232;
	border-radius: 5%;
	border-left: 10px solid #a43232;
	margin-right: 5px;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
}

.main-image {
	height: 50vw;
	width: fit-content;
}

.main-image.Landscape {
	height: 30vw !important;
}

.image-widget {
	cursor: move;
}

.product-view {
	text-align: center;
	background: white;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.artist-content {
	padding: 50px;
	font-size: 1.2em;
	background: white;
	margin: 20px;
	box-shadow: 8px 6px 4px 0px #0d3181;
	border-radius: 10px;
	text-align: justify;
	color: #2b57bb;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
	border: 5px solid #fbe8e8;
	outline: 5px solid #edd7d7;
}

.author {
	text-align: center;
	font-size: 0.8em;
	position: relative;
	top: 33px;
	z-index: 100;
	text-shadow: 1px 1px 10px #f7e2e2;
	text-transform: capitalize;
	font-variant: all-small-caps;
	color: black;
}

.author.bottom {
	top: -35px;
}

.key {
	font-weight: bold;
	color: #4a262d;
	width: 20vw;
	text-align: left;
	vertical-align: top;
}

.key, .value {
	display: inline-block;
}

.main-image-widget {
	width: fit-content;
}

.image-magnify {
	position: relative;
	z-index: 80;
	float: right;
	right: 53px;
	top: 20px;
}

.notes {
	font-weight: normal;
	color: white;
	background: #843030;
	margin-top: 10px;
	border-radius: 5px;
	padding: 0 10px;
	text-align: center;
}

label.category {
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 100%;
}

.selection {
	display: flex;
	background: linear-gradient(180deg, rgba(138, 47, 81, 1) 25%,
		rgba(155, 55, 92, 1) 48%, rgba(155, 55, 92, 1) 50%,
		rgba(138, 47, 81, 1) 75%);
	color: white;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	border: 2px solid rgb(200, 200, 200);
}

select.category {
	font-size: 1.2em;
	font-variant: petite-caps;
	border-radius: 5px;
	padding-left: 10px;
}

.category-pair {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	height: 160px;
	width: 300px;
	background-size: contain;
	border: 1px solid black;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 3px 3px 8px 4px #a593a2;
	cursor: pointer;
}

.category-name {
	font-size: 1.4em;
	font-variant: all-petite-caps;
	width: fit-content;
	background: white;
	margin: auto auto;
	top: 50px;
	position: relative;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #c98234;
	box-shadow: 1px 1px 20px 1px black;
	cursor: pointer;
}

.category-widget {
	text-align: center;
}

span.search {
	margin-left: 20px;
	border: 1px solid black;
	padding: 5px;
	border-radius: 5px;
	background: white;
	color: black;
}

.dimensions>div {
	display: inline-block;
}

.dim-main-widget {
	border: 1px solid rgb(0, 0, 0);
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	text-align: left;
	white-space: nowrap;
}

.main-widget {
	border: 2px solid #840000;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px;
	border-radius: 20px 20px 0 0;
	box-shadow: 2px 2px 3px 0px #d0c3c3;
}

.sub-widget-page {
	display: grid;
	min-height: 20vh;
	align-items: center;
}

.footer-widget {
	text-align: center;
	padding: 20px 0;
	background: white;
	margin: 10px;
	border: 2px solid #840000;
	border-radius: 0 0 20px 20px;
	box-shadow: 2px 2px 3px 0px #d0c3c3;
}

.footer-menu .account-name {
	display: none;
}

.footer-menu .logo-link {
	display: none;
}

.footer-menu .my-cart {
	display: none;
}

.footer-menu .material-icons {
	display: none;
}

.footer-menu .logout {
	display: none;
}

.dim-pair-template {
	display: none !important;
}

.dim-pair-elements {
	display: inline-block;
}

.dim-set {
	/* 	max-width: 300px; */
	text-align: center;
}

.dim-pair {
	display: inline-block;
	/* 	margin-right: 15px; */
	margin-bottom: 15px;
	border: 1px solid #843030;
	padding: 10px;
	border-radius: 5px;
	vertical-align: top;
	box-shadow: 1px 1px 7px #c59292;
}

.dim-pair:hover {
	background: white;
	color: #843030;
}

.option-change {
	border: 1px solid black;
	padding: 0 3px;
	text-align: center;
	margin: 0;
	height: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: white;
	font-size: 1em;
	line-height: 20px;
	vertical-align: bottom;
}

.option-change:hover {
	background: rgb(236, 224, 224);
}

.select-total input {
	width: 30px;
	border: 1px solid black;
	vertical-align: middle;
	height: 20px;
	text-align: center;
	border-radius: 5px;
}

.select-total>* {
	user-select: none;
}

.format {
	padding: 2px 5px;
	border-radius: 5px;
	border: 1px solid rgb(200, 200, 200);
}

.inline-href {
	color: #892f50;
	background: white;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.purchase-prints {
	text-align: center;
	border: 4px solid black;
	border-radius: 5px;
	margin: 10px;
	outline: 4px solid #e7d8d8;
	transition: all 1s;
	margin-top: 10px;
}

.purchase-original {
	text-align: center;
	border: 4px solid black;
	border-radius: 5px;
	margin: 10px;
	outline: 4px solid #e7d8d8;
	transition: all 1s;
	margin-top: 10px;
}

.view-sell-original-area {
	display: none;
}

.purchase-prints:hover, .purchase-original:hover {
	background: #ececf4;;
}

.my-cart-icon {
	font-size: 2.5em;
	position: relative;
	padding-left: 40px;
	color: #8a2f51;
}

button.add-to-cart {
	width: 100%;
	border-color: unset;
	border-radius: 10px;
}

button.enabled {
	cursor: pointer;
}

button.enabled:hover {
	animation: mymove 1s cubic-bezier(0.4, 0, 1, 1);
	color: white;
	background: black;
}

.my-cart-add-icon {
	font-size: 2.5em;
}

.order-address {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	box-sizing: border-box;
	column-gap: 5px;
}

.meta-data {
	align-self: start;
	text-align: center;
	/* 	height: 100%; */
}

.emphasize {
	font-weight: bold;
	color: #a73f2d;
}

.item-meta {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	text-align: center;
	padding-bottom: 20px;
}

.order-meta {
	text-align: right;
	padding: 20px;
}

img.cart-img-view {
	width: 200px;
	border: 3px solid #a33f70;
	padding: 10px;
	background: linear-gradient(45deg, #bb521f, transparent);
	margin-bottom: 20px;
	border-radius: 5px;
}

.item-view {
	vertical-align: middle;
}

.item-cost {
	font-weight: bold;
	color: #c4104d;
}

.item-view>.dim-pair {
	display: block !important;
}

.product-information {
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin: 10px;
	padding: 10px;
	background: white;
	border-radius: 10px;
	border: 1px solid rgb(201, 34, 116);
	width: min-content;
}

.cart-view {
	text-align: center;
	border: 1px solid #a33e70;
	margin: 10px;
	border-radius: 5px;
}

.update-item {
	border-radius: 5px;
	margin-top: 5px;
	border: none;
	width: 100%;
}

.cart-content {
	display: grid;
	grid-template-columns: 4fr 1fr;
	padding: 10px;
	column-gap: 5px;
}

.subtotal-widget {
	font-size: 1.2em;
	padding: 10px;
}

.cart-items.cart-data {
	/* 	border: 4px solid #c92274;
 */
	background: #ffffff29;
	border-radius: 5px;
}

.cart-total.cart-data {
	border: 1px solid #c92274;
	border-radius: 5px;
}

.cart-data {
	display: inline-block;
	vertical-align: top;
}

.subtotal {
	font-weight: bold;
}

.purchase-total {
	text-align: right;
	right: 35px;
	position: relative;
	color: #670202;
	font-size: 1.3em;
	font-weight: bold;
}

.frametype-widget {
	cursor: pointer;
}

div.checkout>div {
	display: inline-block;
	box-sizing: border-box;
	border-collapse: collapse;
}

#paypal-button-container {
	margin: auto auto;
	vertical-align: top;
	width: 30%;
	box-sizing: border-box;
}

div.checkout>div {
	display: inline-block;
	box-sizing: border-box;
	border-collapse: collapse;
}

.itemized {
	text-align: center;
	width: 65%;
	vertical-align: top;
	border: 2px solid #840000;
	padding: 10px;
	border-radius: 0 10px 0 5px;
}

.history-widget .itemized {
	width: 100% !important;
	box-sizing: border-box;
}

.itemized .headers {
	background: #840000;
	display: flex;
}

.itemized .header {
	font-weight: bold;
	text-align: center;
	background: #840000;
	color: white;
	display: inline-block;
	width: 20%;
}

.itemized .item {
	margin: 5px 0 0 0;
	border-radius: 3px;
	line-height: 30px;
	display: flex;
}

.itemized .item:nth-child(odd) {
	background: #f9f2f2;
}

.itemized .item:nth-child(even) {
	background: #edd9d9;
}

.itemized .item>div {
	display: inline-block;
	width: 20%;
}

.itemized .product-image {
	max-height: 30px;
}

.itemized .cost {
	text-align: right;
	font-weight: bold;
	color: #840000;
}

.history .itemized {
	width: 100%;
	box-sizing: border-box;
}

.history .itemized .item>div {
	width: 33%;
	box-sizing: border-box;
}

.history .itemized .header {
	width: 33%;
	box-sizing: border-box;
}

.message {
	border: 1px solid #840000;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #840000;
}

.sub-message {
	display: inline-block;
}

.sub-message>a, .sub-message>button {
	height: 50px;
	display: grid;
	border: 2px solid #183575;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	outline: 2px solid #dddee0;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	text-decoration: none;
	font-variant: petite-caps;
	color: black;
	transition: all 2s;
	cursor: hand;
}

.sub-message>a:hover, .sub-message>button:hover {
	background: linear-gradient(to bottom, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb
		100%);
}

.past-purchases {
	outline: 1px solid #dc3545;
	padding: 5px;
	border-radius: 5px;
	border-collapse: collapse;
}

.address {
	border: 2px solid #840000;
	padding: 20px;
	margin: 20px 0;
	border-radius: 5px;
	color: #840000;
	background: white;
}

.pair {
	display: inline-block;
	width: fit-content;
	margin-right: 10px;
}

.pair>* {
	display: block;
}

.pair>div {
	border: 1px solid rgb(200, 200, 200);
	padding: 5px;
	background: #efefef;
	border-radius: 4px;
}

.pair .uuid {
	width: 300px;
}

.pair label {
	font-weight: bold;
}

.address>legend {
	font-size: 1.1em;
	letter-spacing: 2px;
	font-weight: bold;
	font-variant: all-petite-caps;
}

@media only screen and (max-width: 880px) {
	.key {
		width: 30vw;
	}
	.product-info {
		border-right: none;
	}
	.frame {
		padding: 5vmin !important;
		border: solid 3vmin white;
	}
	.main-image {
		max-width: 100%;
		height: auto;
		padding: 0 !important;
		margin: 0 !important;
	}
	.main-image.Landscape {
		height: auto !important;
	}
	.description .value, .title .value {
		max-width: 50vw;
	}
	.dim-set {
		max-width: none;
	}
	.product-view {
		display: block;
	}
	.default-frame {
		padding: 2px;
	}
	.main-widget {
		margin: 0;
		padding: 2px;
	}
	.product-view>div {
		margin: 0;
		padding: 0;
	}
	.itemized {
		border: none;
	}
}