﻿/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.3
 * 
 */

/* import core styles  */
@import url(base.css);

/* import screen layout  */
@import url(basemod.css);
@import url(content.css);
@import url(nav_shinybuttons.css);

/* import print layout  */
/*@import url(print/print.css);*/

.rcTopSnippet h5 { font-weight:bold }

/* Background Image/Overlay/Clickability */
.page {
    position: relative;
}
.clickable-background {
	z-index: -2;
}
.clickable-background #background-link {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bgContainer {
	position: fixed;
	z-index: -3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position-x:0;
	background-position-y:0;
	background-repeat:repeat;
	/*background:url('04.png') 0 0 repeat;*/ 
}
/* End of Background Image Styles */

span.basketCount {
    background: #E00;
    color: #FFF;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    border-radius: 10px;
    position: absolute;
    top: 3px;
	padding-top: 2px;
    left: 249px;
	visibility:hidden;
}
#tools .tab {
    display: inline-block;
    padding: 8px 24px 10px 24px;
}
.tab.cart {
    padding-left: 50px !important;
    background-size: 100%;
    background: url('../svg/cart-icon-blk.svg') no-repeat 5% center;
    border-right:1px solid #CCC;
}

footer ul {
    list-style: none;
    margin-left: 0;
}

footer ul li {
    margin-left: 0;
    line-height: 1.75em;
}

footer h5 {
    padding-bottom: 5px;
}

.footer-pay-icon {
    height: 44px;
    padding-right: 5px;
}

.footer-social-icon {
    height: 35px;
    padding-right: 10px;
}

.facebook {
    filter: invert(32%) sepia(17%) saturate(1896%) hue-rotate(182deg) brightness(97%) contrast(88%);
}

.facebook:hover, .youtube:hover, .twitch:hover, .x:hover, .bsky:hover {
    filter: invert(13%) sepia(61%) saturate(2474%) hue-rotate(194deg) brightness(96%) contrast(102%);
}

.youtube {
    filter: invert(13%) sepia(84%) saturate(6015%) hue-rotate(359deg) brightness(96%) contrast(116%);
}

.twitch {
    filter: invert(24%) sepia(43%) saturate(2952%) hue-rotate(244deg) brightness(89%) contrast(81%);
}

.x {
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(1%) hue-rotate(215deg) brightness(113%) contrast(100%);
}

.bsky {
    filter: brightness(0) saturate(100%) invert(50%) sepia(69%) saturate(6698%) hue-rotate(196deg) brightness(105%) contrast(103%);
}

.legaltext {
    font-size: 90%;
    color: #6d6d6d;
}

.legaltext p {
    line-height: 1.75em;
    padding-top: 25px;
    margin: 0;
}

#testPanel {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #00aeef;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
