/*.varables{
    --sitebg-color: #000;
}*/

html, body{
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size: 100%;
}

/*body {
    background-color: var(--sitebg-color);
}*/

h1 {
    font-size: 200%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 6px;
    color:rgba(0,0,0,1);
}

h1.checkoutH1{
    margin:0 1em 0 1em;
    padding:0;
}

h2 {
    font-size: 150%;
    margin:0;
    padding:0;
    font-family: 'Darker Grotesque',sans-serif;
    color:rgba(255,255,255,1);
    font-weight: 400;
}

h2.checkout{
    color:#000;
    padding-left:0.25em;
    border-bottom: 2px solid #000;
    margin-top: 1em;
    margin-bottom:0.5em;
    font-weight: 700;
}

h3 {
    font-size: 125%;
    margin:0;
    font-family: 'Darker Grotesque',sans-serif;
    color:#000;
    font-weight: 700;
}

h3.checkout{
    color:#000;
}

h4 {
    font-size: 80%;
    margin:0;
    padding:0;
    font-family: 'Darker Grotesque',sans-serif;
    font-style: italic;
    color:rgba(255,255,255,1);
    font-weight: 400;
}

h5 {
    font-size: 100%;
    margin:0;
    padding:0;
    font-family: 'Darker Grotesque',sans-serif;
    font-style: italic;
    color:rgba(255,255,255,1);
    font-weight: 400;
}

.glowing{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: radial-gradient(circle, 
    rgba(255, 0, 0, 0.4) 0%, rgba(244, 3, 3, 0.15) 100%);
    box-shadow: 0px 0px 48px rgb(244, 3, 3);
}

#header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    background-color: #111;
    border-bottom: 1px solid #000;
}

#header #logo{
    background-color:#fff;
    display:block;
    height:120px;
    max-height:120px;
    text-align:left
}

#header #contact{
    position:absolute;
    top:10px;
    right:1em;
}

#header #email{
    float:left;
}

#header #shopping_cart_wrapper{
    position:absolute;
    top:70px;
    right:1em;
    font-family: Roboto;
    cursor: pointer;
}

.badge {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    background-image: url("../images/splat.svg");
    background-size: 30px 30px;
    background-position: center center;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:2px 0 0 0;
}

.badge:empty {
    display: none;
}

#emptyCart{
    height: 150px;
}

.emptyCartText {
    float: left;
    width: 260px;
    display: inline;
    font-size: 120%;
    font-family: Pacifico;
    padding-top: 20px;
    text-align: right;
}

.emptyCartReaper{
    float: right;
    display: inline;
}

.emptyCartReaperImg{
    width:140px;
    height:140px;
}

.checkout a{
    float:right;
    text-decoration: none;
    padding:0;
    margin:0;
    line-height: 10px;
}

.checkout a:hover{
    color:#fff;
    background-color: red;
}

#etransfer, #credit_card, #etransfer_details{
    padding:0;
    margin:0 0.5em 0 0.5em;
}

#etransfer_detail_email,#etransfer_detail_ordernum{
    padding:0;
    margin:0.5em 0.5em 0.5em 0;
}

#header #shopping_cart.hidden{
    position:absolute;
    display:none;
}

.hidden{
    display:none;
}

#header #shopping_cart.visible{
    position:absolute;
    width:400px;
    top:70px;
    right:-15px;
    background-color:#fff;
    border:1px solid #000;
    border-radius: 10px;
    padding:5px;
    cursor: default;
    z-index: 2;
    box-shadow: 0.2em 0.2em 1em rgb(100 100 100 / 60%);
}

#header #shopping_cart.visible:after{
    content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #000;
	border-top: 0;
	margin-left: 145px;
	margin-top: -20px;
}

.item_row{
    clear:both;
    display:block;
    height: 45px;
    width: 390px;
    border-bottom: 1px solid #ccc;
    margin-bottom:1em;
}

.itemremove{
    float:right;
    width: 40px;
    height:40px;
    line-height: 40px;
    vertical-align: middle;
    text-align:right;
}

.itemremove img{
    width: 30px;
    height:30px;
    line-height: 40px;
    vertical-align: middle;
}

.itemimg{
    float:left;
    width: 40px;
    height:40px;
}

.itemimg img{
    width: 40px;
    height:40px;
}

.itemdesc{
    float:left;
    width: 200px;
    padding: 0 10px;
    font-size: 0.8em;
    vertical-align: middle;
}

.itemprice,.itemqty{
    float:left;
    width: 50px;
    text-align:right;
    line-height: 40px;
    vertical-align: middle;
    font-size: 0.8em;
}


.itemprice{
    width: 50px;
}

.itemqty{
    width: 40px;
}

.productCode{
    font-size:12px;
}

.remove_from_cart{
    float:right;
    width: 40px;
    text-align:right;
    line-height: 40px;
    vertical-align: middle;
}

#cart_total_wrapper{
    padding: 0 0 10px 0;
}

.cart_total{
    text-align: right;
}

.addToCart{
    position: absolute;
    bottom: 0;
    width: 200px;
}

.qtyWrapper{
    float:left;
    margin-top: 0.25em;
}

.card_qty_input{
    width:3em;
    text-align:right;
    border: 1px solid #000;
}

/*.card_qty_input::-webkit-outer-spin-button,
.card_qty_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/

.addToCart a{
    color:#000;
    text-decoration: underline !important;
    position: absolute;
    right: 0;
}

.addToCart a:hover{
    color:#000;
    text-decoration: underline;
}

#header #linkedin{
    float:left;
    margin-left:15px;
}

#header #email a, #header #linkedin a{
    color:rgba(0,0,0,1);
    padding:5px 0px;
    font-style: italic;
    font-weight: 400;
    text-decoration:none;
}

#header #email a:hover, #header #linkedin a:hover{
    text-decoration:underline;
}

#navWrapper{
    width:200px;
    padding-top: 0.5em;
    position: fixed;
    top: 110px;
    background-color:#111;
    z-index: 1;
    height:100%;
}

#nav{
    overflow:auto;
    margin:0px auto;
    padding: 0.5em 0 0 1em;
    width:100%;

}

#nav ul{
    padding:0px;
    margin:0px;
    margin:0 0 0 10px;
}

#nav ul li{
    padding:0px;
    margin:0px;
    white-space:nowrap;
    list-style: none;
}

#nav ul li.active{
    padding:0px;
    margin:0px;
    white-space:nowrap;
    text-decoration:none;
    overflow:hidden;
    text-align:left;
}

#nav ul li a{
    margin:0px;
    padding:0px;
    display: inline-block;
    text-decoration:none;
    overflow:hidden;
    text-align:left;
    font-family: 'Darker Grotesque',sans-serif;
    color:rgba(255,255,255,1);
    font-size:120%;
}

#nav ul li.active a::after{
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
    background-image: url(../images/splat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

#nav ul li a:hover::after{
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
    background-image: url(../images/splat.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

#nav ul li ul{
    padding:0px;
    margin:0 0 0 10px;
    white-space:nowrap;
}

#nav ul li ul li{
    padding:0px;
    margin:0px;
    white-space:nowrap;
}

#nav ul li ul li a{
    margin:0px;
    padding:0px;
    display: block;
    text-decoration:none;
    overflow:hidden;
    text-align:left;
    font-family: 'Darker Grotesque',sans-serif;
    color:rgba(255,255,255,1);
    font-size:120%;
}

#nav ul li ul li.active{
    padding:0px;
    margin:0px;
    white-space:nowrap;
    text-decoration:none;
    overflow:hidden;
    text-align:left;
    font-weight:900;
}

#nav ul li ul li.active:hover{
    padding:0px;
    margin:0px;
    white-space:nowrap;
    text-decoration:none;
    overflow:hidden;
    text-align:left;
}

.nav_category{
    font-family: 'Darker Grotesque',sans-serif;
    color:rgba(255,255,255,1);
    font-weight: 400;
    font-size:120%;
}

#page{
    margin-top: 120px;
    padding-left: 200px;
    padding-bottom:300px;
}

#page.checkoutPage{
    margin-top:120px;
    padding-left: 200px;
}

#page.addressPage{
    padding-top: 0.25em;
    margin-top:120px;
    padding-left:0;
}

.contentWrapper{
    padding: 0 1em;
    min-height:300px;
    font-family: 'Times New Roman',serif;
    margin:0px auto;
}

.article{
    text-align:left;
    padding: 2%;
    border-top: 1px solid #ccc;
}

.image-left{
    float:left; 
    margin: 0 30px 10px 0;
}

.image-right{
    float:right; 
    margin: 0 0 10px 30px;
}

.service{
	padding:0% 0% 2% 0%;
}

.service_heading{
	padding:0% 3%;
}

.service_description{
	padding:0% 5%;
}

.projects{
    float:right;
    width:44%;
    text-align:left;
    padding: 2%;
}

.projects .social_links a img{
    opacity:1;
    width:30px;
    margin:0;
    padding:0px;
}

.projects .social_links a:hover > img{
    opacity:0.75;
    width:30px;
    margin:0;
    padding:0px;
}

.section{
    overflow:auto;
    position:relative;
}

.section .section_header{
    position: sticky;
    top: 0px;
}

.sub_section{
    margin-bottom:30px;
    overflow:hidden;
    padding-top: 15px;
}

.sub_section_text{
    text-align: justify;
    line-height: 150%;
    font-size: 125%;
    font-family: 'Times New Roman',serif;
    font-style: italic;
    color: rgba(255,255,255,1);
    font-weight: 400;
}

#footer{
    position:relative;
    height:320px;
    text-align: center;
    padding:3%;
	font-family: 'Times New Roman',serif;
    font-style: italic;
	color: rgba(85,85,85,1);
    border-top: 1px solid #000;
}

.excerptHidden{
    transition:all 0.5s ease-in-out;
    max-height:0px;
    overflow:hidden;
    border:0px solid #ccc;
    border-radius:0px;
    padding:5px;
}

.excerptVisible{
    transition:all 0.5s ease-in-out;
    border:1px solid #ccc;
    max-height:1000px;
    overflow:hidden;
    border-radius:5px;
    padding:5px;
}

.item_card_wrapper{
    width: 200px;
    height: 200px;
    border: 1px solid rgba(100,100,100, .25);
    float:left;
    margin: 0 0.5em 1em 0.5em;
    color: #fff;
    box-shadow: 1px 1px 3px 1px rgba(100,100,100, .25);
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
}


.item_card_container{
    animation: item_card_container;
    font-family: Roboto;
    z-index: inherit;
    position: relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.item_card:not(.item_card_zoom):hover > a > .product_desc_wrapper{
    clear: left;
    padding: 0.5em;
    color: #000;
    position: relative;
    top:-100px;
    height: 85px;
    background-color: rgba(255,255,255,0.8);
}

.item_card_container_zoom{
    z-index:1;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.item_card{
    transition: width 0.5s ease, height 0.5s ease, z-index 1s ease;
    animation: item_card;
    font-family: Roboto;
    font-size: 0.85em;
    position:relative;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(255,255,255,1);
    transform: translate(0%, 0%);
    z-index:0;
}

.item_card a{
    text-decoration: none;
}

.item_card_zoom{ 
    font-family: Roboto;
    font-size: 1em;
    z-index:1;
    position: fixed;
    width: 400px;
    height: 500px;
    top: 50%;
    left: 50%;
    color: #fff;
    overflow: hidden;
    transform: translate(-50%, -50%);
    animation: item_card;
    border-radius: 5px;
}

.item_card_zoom > a > .product_desc_wrapper{
    clear: left;
    padding: 0.5em;
    color: #000;
    position: relative;
    top:0px;
    height: 85px;
    background-color: rgba(255,255,255,0.8);
}

.item_card_zoom_close{
    position: absolute;
    right: 0.25em;
    top: 0.25em;
    width: 25px;
    border: 1px solid #ccc;
    color: #000;
    background-color: #fff;
    font-weight: 600;
    line-height: 1em;
    font-size: 0.85em;
    padding: 0.25em !important;
    box-shadow: 1px 1px 1px #000;
    border-radius: 3px;
}       

.product_img_wrapper::after{
    box-shadow: inset 0px 0px 15px #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.product_img{  
    border-radius:3px; 
    display:block; 
    width:200px; 
    height:200px;
    line-height:200px;
    float:left;
    text-align: center; 
    opacity:1;
    object-fit: cover;
    color: #fff;
    animation: product_img;
    transition: 0.5s all;
}

.product_img:hover{
    border-color:#999; 
}

.item_card_zoom > .lightview > .product_img_wrapper > .product_img{
    transition: 0.5s all;
    animation: product_img;
    width: 400px;
    height:400px;
}

.item_card_zoom > .lightview > .product_img_wrapper > .product_img:hover{
    border-color:#999; 
    opacity:1;
    cursor: default;
}

.add_to_cart_icon_wrapper{
    font-size:0.85em;
    font-weight: 600;
    width: 90px;
    float: right;
    margin-bottom: 0.25em;
    margin-right: 1em;
}

.add_to_cart_icon_wrapper.disabled{
    cursor:not-allowed;
    opacity: 0.5;
    background-color: rgba(100,100,100, .25);
}

.product_desc_wrapper{
    clear: left;
    padding: 0em;
    color: #000;
    position: relative;
    height: 0px;
    bottom:0px;
    top:0px;
    overflow:hidden;
}

.item_card_zoom > .product_desc_wrapper{
    clear: left;
    padding: 0.5em;
    color: #000;
    position: relative;
    height: 100px;
}

.product_desc{
    color:#000;
}

.product_price{
    color:#000;
    font-size:1em;
    position: absolute;
    bottom: 2em;
}

#full_cart{
    color:#000;
    font-family: Roboto;
    margin: 1em 2em;
    padding: 1em;
    border: 1px solid #000;
    width: 800px;
    background-color: #fff;
}

.full_cart_items, .full_cart_shipping, .full_cart_payment{
    color:#000;
    font-family: Roboto;
    border-bottom: 1px solid #000;
    width:100%;
    display:table;
    padding-bottom:0.5em;
}

.full_cart_shipping_row, .full_cart_billing_row{
    padding: 0.5em;
}

.confirmation_shipping_row{
    padding: 0em;
    font-weight: 600;
}

.smallTextInput{
    width:20ch;
    padding: 0.25em;
    font-size: 1em;
}

.mediumTextInput{
    width:50ch;
    padding: 0.25em;
    font-size: 1em;
}

.largeTextInput{
    width:70ch;
    padding: 0.25em;
    font-size: 1em;
}

.checkout_items_header{
    height:50px;
    display:table-row;
}

.checkout_itemimg_header,.checkout_itemdesc_header,.checkout_itemprice_header,.checkout_itemprice_header,.checkout_itemremove_header{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    border-bottom:1px solid #fff;
}

.checkout_itemdesc_header{
    display:table-cell;
    text-align: left;
}

.checkout_item_row{
    height:70px;
    display:table-row;
    border-bottom:1px solid #000;
}

.checkout_itemimg{
    width: 70px;
    height: 70px;
    display:table-cell;
    text-align: center;
}

.checkout_itemimg img{
    width: 60px;
    height: 60px;
    margin-top:5px;
}

.checkout_itemdesc{
    color:#000;
    display:table-cell;
    vertical-align: top;
}

.checkout_itemremove{
    color:#000;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}

.checkout_itemremove img{
    color:#000;
    width: 30px;
    height: 30px;
}

.checkout_itemqty{
    color:#000;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}

.checkout_itemqty input{
    font-size:1.1em;
    width: 5ch;
    border: 1px solid #000;
    text-align: right;
}


.checkout_itemprice{
    color:#000;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1em;
    border-bottom:1px solid #fff;
}

.validationMessage {
    color: #ff0000;
    position: relative;
    top: 0.5em;
}

#checkout_button_wrapper,#print_button_wrapper{
    padding:0.5em;
    text-align:right;
}

#orderCancelButton{
    background-color: #bd294a;
    color:#fff;
}

#checkout_button{

}

#checkout_button,#print_button{
    padding:0.5em;
}

.full_cart_total_wrapper{
    color:#000;
    text-align: right;
    margin:0 0 1em 0;
    width: 200px;
    display: table;
    float:right;
}

.full_cart_checkout_total{
    display:block;
    text-align: right;
}

.subtotal{
    border-bottom: 1px solid #000;
    width: 100%;
}

.total{
    border-bottom: 3px double #000000;
    width: 100%;
}

.labelCol,.valueCol{
    display:inline-block;
    padding: 0.25em;
    width:40%;
}

input[type=text]{
    height:2em;
    vertical-align:top;
}

select{
    border:1px solid #ccc;
    vertical-align:top;
    height:2em;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}


.tabbedForm{
    position:relative;
    display: block;
    font-family: 'Darker Grotesque',sans-serif !important;
}

input:not([type=button]),
input:is([type=text]):-webkit-autofill,
input:is([type=text]):-webkit-autofill:hover, 
input:is([type=text]):-webkit-autofill:focus, 
input:is([type=text]):-webkit-autofill:active{
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
    transition-delay: background-color 5000s, color 5000s;
}

.tabsWrapper{
    overflow: auto;
}

.tabs{
    width:100%;
    overflow: hidden;
}

.steptab{
    width: 33%;
    float:left;
    padding:0.5em 0;
    text-align:center;
    color:#fff;
    position: relative;
    font-size:1.2em;
}

.steptab.active{
    background-color:#bd294a;
    color:#fff;
    font-weight:700;
}

.steptab.inactive{
    background-color:#666;
}

.stepGroup{
    width:95%;
    margin: 0px auto;
}

.stepGroupForm{
    padding:2em;
    border: 1px solid #fff;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

fieldset{
    padding:2em 2em 4em 2em;
    border: 1px solid #fff;
    position:relative;
    font-family: 'Darker Grotesque',sans-serif;
}

legend{
    padding:1em;
    color:#ffffff;
    text-transform: uppercase;
    font-family: 'Darker Grotesque',sans-serif;
    font-size: 1.5em;
}

.formGroup {
    padding: 1em 1em 0 0;
    position: relative;
    margin: 1em 0 1em 0;
    transition: 0.2s;
    width: 400px;
    left: 50%;
    transform: translateX(-100%);
    display: inline-block;
}

.formGroupOverlapped{
    padding:2em 0 1em 0;
    position:absolute;
    margin:0 0 2em 0;
    transition: 0.2s;
}

.formGroupUnoverlapped{
    padding: 2em 0 1em 0;
    position: relative;
    top: 5em;
    margin: 0 0 2em 0;
    transition: 0.2s;
}


.formGroupNavigation{
    padding:0;
    position:relative;
    margin:1em 0 1em 0;
    transition: 0.2s;   
}

textarea:focus, input:focus, select:focus{
    outline: none;
}

.labelOverlay{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    text-transform: uppercase;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 700;
}

.inputUnderlay{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    border: 0px !important;
    border-bottom: 3px solid #999 !important;
    width:30em !important;
    background:transparent !important;
    transition: 0.2s !important;
    box-sizing:border-box;
}

.inputUnderlay:focus{
    border-bottom: 3px solid #666;
    transition: 0.2s;
}

.inputUnderlay:focus::placeholder{
    opacity:0.7;
    transition:0.2s;
    color:#ccc;
}

::placeholder{
    opacity: 0;
    transition: 0.2s;
}

.inputUnderlay:not(:placeholder-shown) + label {
    top: 100%;
    margin-top: -3.5em;
    z-index: 1;
    font-size: 1em;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    position:absolute;
    font-weight: 700;
}

.inputUnderlay:focus + label {
    top: 100%;
    margin-top: -3.5em;
    z-index: 1;
    font-size: 1em;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    position:absolute;
    font-weight: 700;
}

/* clear float */
.clearfix {
    content: "";
    display: table;
    clear: both;
}

.invisible{
    opacity: 0;
    transition: all 1s ease-in-out;
}

.not_invisible{
    opacity: 1;
    display:static !important;
    transition: all 1s ease-in-out;
}

.hidden{
    transition: all 0.5s ease-in-out;
    background-color:#ff0000;
    max-height:0;
    opacity:0;
    overflow:hidden;
    visibility:hidden;
}

.visible{
    transition: all 0.5s ease-in-out;
    max-height:4000px;
    max-width:4000px;
    opacity:1;
    visibility:visible;
    /*overflow:auto;*/
}

.hiddenNoTransition{
    max-height:0;
    opacity:0;
    overflow:hidden;
}

.visibleNoTransition{
    max-height:4000px;
    opacity:1;
    overflow:auto;
}

.highlightedField{
    border:2px solid #bd294a !important;
}

button, input[type=submit] {
    font-family: Roboto;
    font-size: 1em;
    padding: 0.25em !important;
    position:relative;
    cursor: pointer;
    width:150px;
    border:1px solid #000;
    background-color: #fff;
    font-weight: 500;
    line-height: 1.25em;
}

.orderButtonForward{
    position: relative;
    font-family: Roboto;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #bd294a;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0 1rem;
    width:49%;
    left:2%;
}


.orderButtonBack{
    position: relative;
    font-family: Roboto;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #bd294a;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0 1rem;
    width:49%;
}

.orderButtonForward::after {
    position: absolute;
    content: "";
    top: 0;
    right: -36px;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #bd294a;
    border-right: 18px solid transparent;
    cursor: pointer;
}


.orderButtonBack::after {
    position: absolute;
    content: "";
    top: 0;
    left: -36px;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #bd294a;
    border-left: 18px solid transparent;
    cursor: pointer;
}

@media print {
    
    #header:not(:first) {
        display:none;
    }
    
    h1 {
        font-size: 200%;
        margin:0;
        padding:0;
        font-weight: 400;
        font-family: 'Darker Grotesque',sans-serif;
        letter-spacing: 6px;
        color:rgba(0,0,0,1);
    }

    h1.checkoutH1{
        margin:0 1em 0 1em;
        padding:0;
        text-decoration: none;
    }

    #page{
        margin: 0px;
        padding-left: 0px;
    }

    #page.checkoutPage{
        margin:0px;
        padding: 0px;
    }

    #full_cart{
        margin:0;
        padding:0;
        width: 735px;
        border: 0px;
        color:#000;
    }

    .full_cart_shipping_row, .full_cart_billing_row{
        padding: 0em;
        font-family: 'Courier New', Courier, monospace;
        font-weight: 600;
        color:#000;
    }

    .full_cart_shipping, .full_cart_billing{
        padding-top: 0px;
        color:#000;
    }

    #print_button_wrapper{
        display:none;
    }
    
    #footer{
        height:0px;
    }
}

#foundyouwrapper{
    position: absolute;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.65);
    z-index: 2;
}

#foundyou{
    width:500px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color:#fff;
    padding: 1em;
    border:1px solid #000;
}

#foundyou img{
    width:240px;
}

#foundAddressWrapper{
    vertical-align: top;
    height:200px;
    padding: 2%;
    margin-top:2%;
}

#foundAddress{
    font-family: serif;
    font-weight: 400;
    width:45%;
    display:inline-block;
    vertical-align: top;
    height:150px;
    border:1px solid #000;
    padding: 2%;
    margin-top:2%;
    font-size:1.3em;
    line-height: 1.1em;
}

#foundGrimReaper{
    width:45%;
    display:inline-block;
}

.cancelPage{
    padding-left:0px !important;
    text-align: center;
    padding-bottom:0px !important;
}

#instagram{
    width:30px;
    padding:1em;
}

#instagram span img{
    width:30px;
    border:1px solid #000;
    border-radius: 3px;
}

#facebook{
    width:30px;
    padding:1em;
}

#facebook span img{
    width:30px;
    border:1px solid #000;
    border-radius: 3px;
}