@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 900px) {
  .mobile-layout { display: block; }  /* show it on small screens */
  .desktop-layout { display: none; }   /* hide it elsewhere */
}

@media screen and (min-width: 901px) and (max-width: 5000px) {
  .mobile-layout { display: none; }   /* hide it elsewhere */
  .desktop-layout { display: block; }  /* show it on large screens */
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-family: "Courier New", Courier, Monaco;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 12px;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0 13px 0;
	padding: 0;
}

h2 {
	font-size: 11px;
	line-height: 12px;
	margin-top: 18px 0 15px 0;
}

.desktop-layout {
	width: 100%;
    height: 800px;
    position: absolute; /*Can also be `fixed`*/
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	margin: auto;
	/*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
}



.desktop-top {
	/*margin: 28px auto 40px auto;*/
	margin: 66px auto 40px auto;
	text-align: center;
}


.desktop-header-logo {
	
}


.desktop-header-when-where {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-top: 12px;
}






.desktop-middle {
	margin: 0px auto 0 auto;
	width: 900px;
	height: 422px;
	display: grid;
	grid-template-columns: 566px 330px;
}

.desktop-middle-all-text {
	margin: 0px auto 0 auto;
	width: 652px;
	height: 426px;
	overflow: auto;
	line-height: 14px;
}

.desktop-middle-all-text-content {
	
}

.desktop-middle-left {
	text-align: right;
}

.desktop-product-image {
	height: 450px;
	width: 450px;
	margin: 0 0 0px 0;
}


.desktop-middle-right {
	margin: 0 0 0 3px;
}

.desktop-product-name {
	font-size: 15px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.desktop-product-spec {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.desktop-product-description {
	margin: 12px 0 6px 0;
	padding: 0;
	width: 240px;
}

.desktop-product-price {
	font-size: 18px;
	line-height: 21px;
	margin: 11px 0 47px 0;
}

.desktop-product-buttons {

}

.desktop-button {
	background-color: #f00;
	border: 1px solid #999;
	color: #fff;
	width: 100px;
	padding: 5px 0;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: "Courier New", Courier, Monaco;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	line-height: 12px;
	cursor: pointer;
}

.desktop-button:hover {
	background-color: #c00;
}

.desktop-button-sold-out {
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
}

.desktop-button-sold-out:hover {
	background-color: #fff;
}

.desktop-button-keep-shopping {
	background-color: #333;
	border: 1px solid #333;
}

.desktop-button-keep-shopping:hover {
	background-color: #555;
	border: 1px solid #555;
}

.desktop-bottom {
	margin: 102px auto 48px auto;
	width: 666px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.desktop-bottom-left {
	text-align: left;
}

.desktop-nav-1 {
	
}

.desktop-bottom-right {
	text-align: right;
}

.desktop-nav-2 {
	
}






a {
	text-decoration: none;
}

a.desktop:link {
	color: #000;
}

a.desktop:visited {
	color: #000;
}

a.desktop:hover {
	color: #fff;
	background-color: #f00;
}

a.desktop:active {
	color: #fff;
	background-color: #f00;
}




.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}








/* M O B I L E */




.mobile-layout {
	background-color: #f4f4f4;
	position: absolute;
	z-index: -1;
	width: 100%;
	min-height: 100%;
	/*top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
}

.mobile-layout-white {
	background-color: #fff;
}


.mobile-white-box {
	z-index: 2;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 5px #bbb;
}

.mobile-contain {
	max-width: 666px;
	margin: 0 auto;
	padding: 3px 12px;
}


.mobile-top {
	margin: 7px 0 7px 0;
	padding: 0;
}

.mobile-back-arrow {
	margin: 0 10px 0 2px;
	width: 12px;
}

.mobile-header-logo {
	width: 75px;
}

.mobile-middle {
	
}

.mobile-product-name {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	padding: 7px 0 0 0;
	margin: 0;
}

.mobile-product-spec {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

.mobile-product-image-container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.mobile-product-image {
	width: 100%;
	height: 100%;
	max-width: 450px;
}

.mobile-price-availability {
	margin: 0px auto 0 auto;
	padding: 1px 0 2px 0;
	max-width: 666px;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mobile-price {
	text-align: left;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 9px 0 0 0;
	margin: 0;
}

.mobile-availability {
	text-align: right;
}

.mobile-button {
	background-color: #f00;
	border: 1px solid #999;
	color: #fff;
	width: 107px;
	padding: 8px 0 7px 0;
	margin-right: 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: "Courier New", Courier, Monaco;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	border-radius: 3px;
	cursor: pointer;
}

.mobile-button-sold-out {
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
}

.mobile-product-image-thumbs {
	margin: 6px auto;
	padding: 0;
	text-align: center;
}

.mobile-product-image-thumb {
	margin: 2px;
	width: 75px;
	border: 1px solid #ccc;
}

.mobile-product-description {
	margin: 0;
	padding: 18px 0;
}



/* couldn't figure out how to get this div below the shadow of the one before it
.mobile-bottom {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #f4f4f4;
	z-index: -2;
}*/

.mobile-bottom-buttons {
	margin: 18px 0;
	padding: 0;
}

.mobile-button-keep-shopping {
	background-color: #666;
	border: 1px solid #666;
	width: 100%;
}



.mobile-nav-2 {
	margin: 30px 0;
	text-align: center;
}




h2.mobile {
	font-size: 17px;
	line-height: 20px;
	margin: 21px 0 12px 0;
}

.mobile-close {
	padding: 6px;
	background-color: #f00;
	top: 12px;
	right: 12px;
	position: fixed;
	z-index: 666;
	font-weight: bold;
}



a.mobile:link {
	color: #000;
	text-decoration: underline;
}

a.mobile:visited {
	color: #000;
	text-decoration: underline;
}

/*a.mobile:hover {
	color: #fff;
	background-color: #f00;
}

a.mobile:active {
	color: #fff;
	background-color: #f00;
}*/




a.mobile-close:link {
	color: #fff;
}

a.mobile-close:visited {
	color: #fff;
}

a.mobile-close:hover {
	color: #fff;
}

a.mobile-close:active {
	color: #fff;
}














a {
	text-decoration: none;
}

a.mobile:link {
	color: #000;
}

a.mobile:visited {
	color: #000;
}

a.mobile:hover {
	color: #000;
}

a.mobile:active {
	color: #000;
}






















sup {
	vertical-align: baseline;
	position: relative;
	top: -.5em;
	font-size: 66%;
	line-height: 0;
}

span.spoiler {
	color: transparent;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

span.red {
	color: #e00;
}






.underline {
	text-decoration: underline;
}










