:root {
  --link-color: #1e80bb;
}

@font-face {
  font-family:NovaRound;
  font-style:normal;
  font-weight:300;
  src:url(nova-round.woff2) format("woff2");
}
@font-face {
  font-family:NovaRound;
  font-style:normal;
  font-weight:600;
  src:url(nova-round-bold.woff) format("woff");
}

@font-face {
  font-family:SegoePrint;
  font-style:normal;
  font-weight:300;
  src:url(segoeprint.woff2) format("woff2");
}
@font-face {
  font-family:SegoePrint;
  font-style:normal;
  font-weight:600;
  src:url(segoeprint-bold.woff2) format("woff2");
}

@font-face {
  font-family:PTSansNarrow;
  font-style:normal;
  font-weight:bold;
  src:url(PTSansNarrow-Bold.woff2) format("woff2");
}

@font-face {
  font-display:swap;
  font-family:Human BBY Digital;
  font-style:normal;
  font-weight:300;
  src:url(humanbby-light-normal.woff2) format("woff2");
}
@font-face {
  font-display:swap;
  font-family:Human BBY Digital;
  font-style:italic;
  font-weight:300;
  src:url(humanbby-light-italic.woff2) format("woff2");
}
@font-face {
  font-display:swap;
  font-family:Human BBY Digital;
  font-style:normal;
  font-weight:400;
  src:url(humanbby-normal.woff2) format("woff2");
}
@font-face {
  font-display:swap;
  font-family:Human BBY Digital;
  font-style:italic;
  font-weight:400;
  src:url(humanbby-italic.woff2) format("woff2");
}
@font-face {
  font-display:swap;
  font-family:Human BBY Digital;
  font-style:normal;
  font-weight:500 600;
  src:url(humanbby-bold.woff2) format("woff2");
}
@font-face {
  font-display:swap;
  font-family:Human BBY Digital;
  font-style:italic;
  font-weight:500 600;
  src:url(humanbby-bold-italic.woff2) format("woff2");
}

body {
	background-color: rgb(254,248,226);
}

.body-container h3 {
	font-family: "NovaRound";
	color: #0F00FF;
	font-size: 2em;
}

.body-container h4 {
	font-family: "NovaRound";
	color: #0F00FF;
	font-size: 1.6em;
	margin: 7px 0;
}

.page-container {
	background-color: #fff;
}

div#pagecontent {
	width: 1200px;
	max-width: 100%;
/*	z-index: 2; */
	height: 100%; 
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s; 
/*	position: absolute; 
	left: 0;
	top : 0; */
    margin: 0 auto;
}

.header-line-1 {
	display: table;
/*	text-align: right; */
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	max-width: 1200px;
	position: fixed;
	z-index: 100;
}

.nav-container-0 {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
}

.nav-container-1 {
	display: table-cell;
	text-align: right;
}

.nav-container-2 {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.nav-container-2 a,
.nav-container-2 a:link,
.nav-container-2 a:visited {
	text-decoration: none;
	color: #000;
}

.nav-container-2 i.fas {
	font-size: 1.75em;
	padding: 0 10px 0 0;
}


.header-line-2 {
	background-color: #fff;
	display: table-row;
	text-align: center;
	margin-bottom: 1px;
}

.header-line-2 span {
	display: table-cell;
	vertical-align: middle;
}

.logo-tyd {
	position: absolute;
	top: 6px;
	left: 11px;
	background-image: url(logo2_tyd.png);
	background-size: contain;
	width: 190px;
	height: 140px;
}

.setup_logo {
	background-image: url(header_pattern.jpg);
	width: 100%;
	height: auto;
	padding-top: 150px;
	position: relative;
}

.header-title {
	position: absolute;
	left: 201px;
	top: 10px;
	font-family:NovaRound;
	font-weight:600;
	font-size: 26pt;
	text-shadow: 
		0 0 3px #fff, 
		-3px -3px 3px #fff, 
		3px 3px 3px #fff, 
		-3px 3px 3px #fff, 
		3px -3px 3px #fff;
}

.header-tag {
	position: absolute;
	left: 248px;
	top: 65px;
	font-size: 20pt;
	font-family: SegoePrint;
	font-weight: bold;
	text-shadow: 
		0 0 3px #fff, 
		-3px -3px 3px #fff, 
		3px 3px 3px #fff, 
		-3px 3px 3px #fff, 
		3px -3px 3px #fff;
}

.header-tag2 {
	position: absolute;
	left: 248px;
	top: 99px;
	font-size: 20pt;
	font-family: SegoePrint;
	font-weight: bold;
	text-shadow: 
		0 0 3px #fff, 
		-3px -3px 3px #fff, 
		3px 3px 3px #fff, 
		-3px 3px 3px #fff, 
		3px -3px 3px #fff;
}

.footer-line-1 {
	background-color: rgba(255, 192, 0, 0.4);
	padding: 10px 0;
	text-align: center;
}

.footer-line-1 a:link,
.footer-line-1 a:visited,
.footer-line-1 a {
	font-style: normal;
	text-decoration: none;
	color: #000;
}
.footer-line-1 a:hover {
	text-decoration: underline;
	color: blue;
}
.footer-line-1 .t1 {
	color: #000;
	font-size: 1.2em;
	margin-right: 40px;
}

.footer-line-1 .t2 {
	color: #000;
	font-size: 1.2em;
	margin-left: 40px;
}

.footer-line-2 {
	padding: 20px 0;
	text-align: center;
	background-color: #0070ff;
}

.indented {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.leftindent {
	margin-left: 195px;
}

.body {
	background-color: #fff;
	padding: 5px 5px 0;
	min-height: calc(100vh - 200px);
	font-family: 'Human BBY Digital';
}

div.footer-line-1 .t2 {
	display: inline-block;
	padding: 5px 0;
}
div.footer-line-1 .t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #ffffff3d;
}

div.footer-line-1 .t2 .menuitem-single:first-child {
	border-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}

.cms-textarea {
	height: 150px !important;
	width: 300px !important;
}

.cms-comment {
	font-style: italic;
	color: #999;
}


nav.dropnav li.nav-admin {
	background-color: #ff6600;
}
nav.dropnav > ul > li:hover {
	background-color: rgba(255,255,255, 0.2);
}
nav.dropnav li.nav-admin:hover {
	background-color: rgba(255,102,0, 0.7);
}

.themeButton i.fa-icon {
	margin-right: 10px;
	font-size: 1.5em;
}

.themeButton span.logo {
	vertical-align: calc(12%);
}

.themeButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0070ff), color-stop(1, #33bdef));
	background: -moz-linear-gradient(top, #0070ff 5%, #33bdef 100%);
	background: -webkit-linear-gradient(top, #0070ff 5%, #33bdef 100%);
	background: -o-linear-gradient(top, #0070ff 5%, #33bdef 100%);
	background: -ms-linear-gradient(top, #0070ff 5%, #33bdef 100%);
	background: linear-gradient(to bottom, #0070ff 5%, #33bdef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070ff', endColorstr='#33bdef',GradientType=0);
	background-color: #0070ff;
}

.themeButton {
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #0070ff));
	background: -moz-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: -webkit-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #0070ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#0070ff',GradientType=0);
	background-color: #33bdef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #057fd0;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #5b6178;
	text-align: left;
}

.themeButton:active {
	position:relative;
	top:1px;
}

.action-item .themeButton {
	width: 100%;
}

div.header.main-col {
	position: relative;
}

.main-body {
	width: 100%;
}

.main-body .column {
	display: table-cell;
    vertical-align: top;
}

.main-body .column.main-right {
	width: 250px;
	text-align: left;
}

.main-body .column.main-column {
	width: 950px;
	text-align: left;
}

s.inactive {
	text-decoration-color: red;
}

.context-menu-icon.context-menu-icon--fa5 {
	padding-left: 2.5em;
}

.context-menu-icon.context-menu-icon--fa5 i {
	font-size: 1.25em;
	line-height: .95em;
}

.context-menu-icon.context-menu-icon--fa5 span {
	font-size: 1.2em;
}

div#pagecontent {
    width: 100%;
}

div#pagecontainer {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
}

/* ** Error *************************** */

.alert {
	font-weight: bold;
	color: #cc0000;
}

.errorContainer {
	position: relative;
	width: 930px;
	margin: 55px auto;
}


.errorContainer div {
	float: left;
	margin: 0 0 0 40px;
}

.errorContainer div h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #cc0000;
	text-shadow: none;
}

.errorContainer div h3 {
	color: #262626;
	margin-top: 5px;
}

.errorContainer div p {
	color: #5b5b5b;
	margin-top: 15px;
	line-height: 25px;
}

/* **************************** */

.adminButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #0070ff));
	background: -webkit-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #0070ff 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #0070ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#0070ff',GradientType=0);
	background-color: #0070ff;
}

.cart-menu {
	color: #000;
	background-color: rgba(255, 192, 0, 0.5)
}

.tile-view div.image img {
	max-width: 100%;
}

@media (max-width: 1030px) {
	.tileh-4 {
		height: 224px;
	}
	.tileh-5 {
		height: 280px;
	}
}

@media (max-width: 998px) {
	.header-title {
		font-size: 24pt;
	}

	.header-tag {
		top: 45px;
		left: 220px;
		font-size: 16pt;
	}
	.header-tag2 {
		top: 70px;
		left: 220px;
		font-size: 16pt;
	}

	.rose-container .rose-line:nth-of-type(2n) {
		padding-left: 92px;
	}
	
	.rose-container .rose-line .rose-item {
		width: 185px;
		height: 154px;
	}	
	.rose-footer .cart-link {
		font-size: 11px;
	}
	.tileh-4 {
		height: 212px;
	}
	.tileh-5 {
		height: 265px;
	}
	
}

@media (max-width: 680px) {
	.body {
		min-height: calc(100vh - 143px);
	}
	.logo-tyd {
		display: none;
	}
	.setup_logo {
		height: 80px;
		padding-top: 100px;
	}
	.nav-container-2 {
		bottom: 8px;
		font-size: 9px;
		right: initial;
		left: 10px;
	}
	.nav-container-2 i.fas {
		font-size: 1.65em;
		padding: 0 5px 0 0;
	}	
	.cart-menu {
		padding: 10px 5px 4px 5px;
		margin-right: 5px;
	}	
	.cart-caption {
		vertical-align: 2px;
		font-size: 9pt;
	}
	.header-title {
		left: 10px;
		top: 5px;
		font-size: 20pt;
	}
	.header-tag {
		left: 10px;
		top: 38px;
		font-size: 12pt;
	}
	.header-tag2 {
		left: 147px;
		top: 38px;
		font-size: 12pt;
	}
	.tileh-4 {
		height: 176px;
	}
	.tileh-5 {
		height: 220px;
	}
	.tile-view .page-tile.tile-category .text {
		font-size: calc(10pt + 2vw);
	}
	div.footer-container {
		font-size: 9px;
	}
	.footer-line-1 {
		text-align: left;
		margin-left: 0;
		padding-left: 5px;
	}
	.footer-line-1 .t2 {
		margin-left: 0;
	}
	div.footer-line-1 .t2 .menuitem-single {
		padding: 0 5px;
	}	

	.errorContainer {
		width: 100%;
		margin: 5px auto;
	}
	
	.errorContainer div {
		float: left;
		margin: 0 0 0 5px;
	}
	
	.detail-container .column, .order-header .column, .account-container .column, .product-container .column {
		display: table-row;
	}
	.shop-product-variations .variation .variation-image-tile, .shop-product-variations .variation .variation-swatch-tile, .shop-product-variations .variation .variation-text-tile {
		border-radius: 5px;
		min-height: 36px;
		padding: 0 8px;
	}
	.variation-table button.variation-tile {
		max-height: 36px;
	}

	.shop-product-title .pb-200 {
		display: none;
	}
	
	.cart-wrapper {
		margin-top: 0;
	}
	.body-container h3 {
		margin: 14px 0;
	}
	
	.shop-container {
	}
	.shop-container .shop-photo {
		display: none !important;
	}
	.a-section .shop-content {
		padding-left: 0px;
	}
	.stripe-mode {
		font-size: 12px;
	}
	.payment-row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.payment-row > .col-xs-9,
	.payment-row > .col-xs-3 {
		width: 100%;
	}
	
	.history-container .header .col {
		display: block;
		vertical-align: top;
	}
	.history-container .header .col .caption {
		display: inline-block;
		width: 96px;
	}
	.history-container .header .col .value {
		display: inline-block;
	}
	.history-container .header .col1,
	.history-container .header .col2,
	.history-container .header .col3,
	.history-container .header .col4 {
		width: auto;
		text-align: left;
	}
	.history-container .header .col4 .footnote {
		padding-left: 5px;
	}

	.history-container .order-detail .column {
		width: auto !important;
		display: block;
	}
	.history-container .order-detail .column.actions {
		width: 300px !important;
	}
	.history-container .order-detail .column .detail {
		width: auto;
	}
	
	div.order-detail .order-row .actions {
		display: block;
	}
	
	.order-outer .column.width2 {
		width: calc(100% - 130px);
	}
	.order-outer .order-row .column.actions {
		display: block;
		width: 190px;
		margin-bottom: 15px;
	}
	
	.variation-container .variation-item {
		margin: 3px;
		height: 70px;
	}
	
	.rose-container .rose-line:nth-of-type(2n) {
		padding-left: 50px;
	}
	
	.rose-container .rose-line .rose-item {
		width: 92px;
		height: 77px;
	}	
	
	.rose-footer .cart-link {
		font-size: 10px;
	}
}

@media (max-width: 600px) {
	.tileh-4 {
		height: 172px;
	}
	.tileh-5 {
		height: 200px;
	}
	.tile-view .page-tile.tile-category .text {
		font-size: 13pt;
		padding: 0 20px;
	}
}

@media (max-width: 500px) {
	.tileh-4 {
		height: 136px;
	}
	.tileh-5 {
		height: 170px;
	}
	.tile-view .page-tile.tile-category .text {
		font-size: 12pt;
		padding: 0 15px;
	}
}
