
/*

div.simpleCart_shelfItem:hover {
animation: pulse 1s;
}

*/

@font-face {
font-display: swap;
font-family: 'Audiowide';
src: url(/fonts/Audiowide.ttf) format('truetype'); 
}

@font-face {
font-display: swap;
font-family: 'Share Tech Mono';
src: url(/fonts/Share+Tech+Mono.ttf) format('truetype'); 
}

@font-face {
font-display: swap;
font-family: 'Lato';
src: url(/fonts/Lato.ttf) format('truetype'); 
}

body {
background-color: black;
color: white;
}

pre {
color: white;
}

div {
box-sizing: border-box;
}

br {
clear: both;
}

h1,h2 {
margin: 0 0 1em 0;
}

h3,h4 {
font-size: 1.2em;
margin: 0 0 0.75em 0;
}

h5,h6 {
font-size: 1em;
margin: 0 0 0.5em 0;
}


img {
display: block;
}

img.captcha {
width: 100%;
display: block;
border-radius: 10px;
}

img.item_none {
width: 130px;
display: block;
margin: 0 auto;
border-radius: 15px;
}

a {
text-decoration: none;
color: #b3b3ff;
}

p {
margin: 0 0 1.5em 0;
}

p.blogL {
font-size: 85%;
}

ul,ol {
list-style-position: inside;
margin: 0 0 0.75em 0;
}
ul ul{
margin: 0.5em 1em 0 1em;
}
li {
padding: 0 0 0.5em 0;
}

table {
table-layout: auto;
border-collapse: collapse;
empty-cells: show;
text-align: left;
width: 100%;
border-radius: 25px;
}

th {
vertical-align: top;
border-bottom: 1px solid silver;
padding: 5px 5px 5px 0;
}
td {
vertical-align: top;
border-bottom: 1px solid silver;
padding: 5px 5px 5px 0;
}


input {
padding: 3px;
width: 100%;
box-sizing: border-box;
background-color: white;
margin: 0 0 0.5em 0;
border: 1px solid silver;
border-radius: 3px;
color: #2e3238;

} 

input.twenty {
width: 20px;
}

input[type=radio], input[type=checkbox]{
transform: scale(1.3); 
width: 20px;
}

select {
padding: 3px;
border: 0;
box-sizing: border-box;
background-color: white;
margin: 0 0 0.5em 0;
border-radius: 3px;
color: #2e3238;
} 

select.chooser {
display: inline;
z-index: 60;
background-color: transparent;
}

textarea {
padding: 2px 5px;
width: 100%;
box-sizing: border-box;
color: #2e3238;
background-color: white;
margin: 0 0 0.5em 0;
border-radius: 3px;
} 

button {
border-radius: 20px;
min-width: 100px;
padding: 0.4em;
font-weight: 600;
border-radius: 15px;
display: block;
}

button {
background-image: linear-gradient(white,silver,white);
}

button.submit:hover {
background-image: linear-gradient(silver,white,silver);
}


div.dContNarrow, div.dContNorm, div.dContWide, div.dContFull {
width: 100%;
margin: 0 auto;
position: relative;
}
div.dContNarrow, div.dContNorm, div.dContWide {
padding: 5vh 0;
}
@media (min-width: 600px) { 
div.dContNarrow {
width: 600px;
}}
@media (min-width: 900px) { 
div.dContNorm {
width: 900px;
}}
@media (min-width: 1200px) { 
div.dContWide {
width: 1200px;
}}

span.top {
float: right; 
font-size: 80%;
}

div#content {
padding: 2em 0;
}

div.dir-link {
display: none;
}

div.form-group {
width: 100%;
margin: 0 0 1em 0;
}

div.form-group ul {
margin: 0;
}
div.form-group li {
font-size: 90%;
}

div.form-group p {
margin: 0.25em 0;
font-size: 85%;
}

div.form-center {
width: 100%;
margin: 0 auto;
}

@media (min-width: 601px) { 
div.form-center {
max-width: 600px;
}
}


/*
orders
*/

table.toTheRight th, table.toTheRight td {
text-align: right;
vertical-align: middle;
padding: 1em;
border-bottom: 1px solid white;
}

table.toTheRight td.thr_name, table.toTheRight th.thr_name {
text-align: left;
}

table.toTheRight  td.thr_image {
width: 100px;
}

table.toTheRight  td.thr_image img {
max-width: 100px;
margin: auto;
}

table.toTheRight td.thr_price, table.toTheRight th.thr_price {
width: 6em;
text-align: right;
}

table.toTheRight td.thr_count, table.toTheRight th.thr_count {
width: 6em;
text-align: center;
}

table.toTheRight th.thr_empty {
border: 0;
background-color: transparent;
}

p.ordertos {
padding: 0 0 1em 0;
}

div.simpleCart_items  {
overflow-x: auto;
color: white;

}

div.simpleCart_items td, div.simpleCart_items th {
text-align: right;
vertical-align: middle;
border-bottom: 1px solid white	;
background-color: transparent;
padding: 0;
}

div.simpleCart_items th.item-name, div.simpleCart_items td.item-name {
text-align: left;
font-weight: 600;
padding: 0 1em;
}

div.simpleCart_items  td.item-image {
max-width: 100px;
padding: 1em;
}

div.simpleCart_items  td.item-image img {
max-width: 100px;
margin: auto;
border-radius: 5px;
}

div.simpleCart_items  th.item-type, div.simpleCart_items  td.item-type {
width: 5em;
text-align: center;
}
div.simpleCart_items td.item-price, div.simpleCart_items th.item-price {
width: 5em;
}

div.simpleCart_items td.item-decrement {
width: 4em;
}

div.simpleCart_items td.item-decrement a {
padding: 0.2em;
border-radius: 20px;
font-size: 1.5em;
}

div.simpleCart_items td.item-quantity, div.simpleCart_items th.item-quantity {
width: 2em;
text-align: center;
}

div.simpleCart_items td.item-increment {
width: 1em;
}

div.simpleCart_items td.item-increment a {
padding: 0.2em;
border-radius: 20px;
font-size: 1.5em;
}

div.simpleCart_items td.item-total {
width: 5em;
}

div.simpleCart_items td.item-remove {
width: 3em;
}

div.simpleCart_items td.item-remove a {
padding: 0.2em;
border-radius: 20px;
font-size: 1.2em;
}

div.simpleCart_items th.bottom_line1 {
border: 0;
padding: 5px;
}

div.simpleCart_items th.bottom_line2 {
padding: 5px;
}

div.del_icons {
vertical-align: top;
display: inline-block; 
margin: 0 0 1em 0;
width: 45%;
}

div.del_icons span {
display: inline; 
}

div.del_icons input {
display: inline-block; 
}

div.del_icons div.radioText {
display: inline-block; 
vertical-align: middle;
}

/*

products

*/


div.simpleCart_shelfItem {
display: inline-block;
width: 250px;
position: relative;
text-align: left;
border-radius: 5px;
color: black;
margin: 0 10px 0 10px;
vertical-align: middle;
}

div.simpleCart_shelfItem div.holder_images {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
background-repeat: no-repeat;
background-position: center center;
background-image: url(/gd/logo-200.gif);
background-color: white;
overflow-y: auto;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

div.simpleCart_shelfItem div.holder_noimages {
width: 100%;
aspect-ratio: 1 / 1;
position: relative;
background-color: white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 1em 0;
}


div.simpleCart_shelfItem img.item_thumb {
width: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

div.simpleCart_shelfItem img.item_none {
vertical-align: middle;
margin: 0 auto;
}


div.simpleCart_shelfItem span.item_image {
display: none;
}


div.simpleCart_shelfItem div.holder_arrows {
position: absolute;
top: 30%;
width: 100%;
height: 3vh;
}

div.simpleCart_shelfItem div.left_arrows {
cursor: pointer;
display: block;
text-align: left;
font-size: 2em;
float: left;
padding: 0 5px;
position: absolute;
left: 0;
top: 33%;

}

div.simpleCart_shelfItem div.right_arrows {
cursor: pointer;
display: block;
text-align: right;
font-size: 2em;
float: right;
padding: 0 5px;
position: absolute;
right: 0;
top: 33%;
}

div.simpleCart_shelfItem div.holder_info {
padding: 0.5em 1em;
position: relative;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}


div.simpleCart_shelfItem h4.item_name {
font-size: 1em;
width: 100%;
margin: 0 -0.25em 0.2em 0;
white-space: nowrap;
overflow-x: hidden;
font-weight: bolder;
}

div.simpleCart_shelfItem div.item_description {
width: 100%;
position: relative;
}

div.simpleCart_shelfItem div.holder_unavailable {
text-align: center;
width: 100%;
margin: 0.5em 0 0 0;
}

div.simpleCart_shelfItem div.holder_addtocart {
text-align: right;
margin: 0.5em 0 0 0;
}

div.simpleCart_shelfItem div.holder_discount {
width: 100%;
text-align: center;
padding: 0.3em 1em;
font-weight: bolder;
position: absolute;
top: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 1.2em;
}

div.simpleCart_shelfItem span.item_price {
display: inline;
}

div.simpleCart_shelfItem span.currency_unit {
display: inline;
}

div.simpleCart_shelfItem select.item_type {
display: inline;
margin: 0em 5px;
max-width: 100px;
padding: 0 3px;
border-top: 1px solid silver;
border-bottom: 1px solid silver;
}

div.simpleCart_shelfItem span.fa-cart-plus {
font-size: 1.3em;
display: inline;
vertical-align: middle;
}

div.product_added {
display: none;
}

div.fadeIn {
position: absolute;
bottom: 0;
left: 25%;
display: block;
opacity: 1;
transition-timing-function: linear;
transition: opacity 400ms;
z-index: 200;
padding: 1em;
border-radius: 5px;
font-weight: bold;
box-shadow: 1px 1px 2px silver;
}

div.fadeOut {
display: none;
}

div.modal_view {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,1);
z-index: 1000;
overflow-y: auto;
}


div.modal_center {
position: relative;
display: block;
width: 100%;
margin: 0 auto;
text-align: center;
white-space: wrap;
}

div.modal_view img {
width: 100%;
}

@media (min-width: 500px) { 
div.modal_center, div.modal_view img {
width: 500px;
}}


div.modal_header {
display: block;
width: 100%;
}

div.modal_left {
display: inline-block;
cursor: pointer;
text-align: left;
width: 45%;
font-size: 2em;
height: 6vh;
line-height: 6vh;
}


div.modal_right {
display: inline-block;
cursor: pointer;
text-align: right;
width: 45%;
font-size: 3em;
height: 6vh;
line-height: 6vh;

}

div.modal_content {
box-sizing: content-box;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-image: url(/gd/logo-200.gif);
min-height: 300px;
}

div.modal-left-arrows {
position: absolute;
cursor: pointer;
top: 30%;
left: 0;
width: 100px;
font-size: 3.5em;
text-align: left;
}

div.modal-right-arrows {
position: absolute;
cursor: pointer;
top: 30%;
right: 0;
width: 100px;
font-size: 3.5em;
text-align: right;
}



