/****************************/
/*	fenixfox-theme.css		*/
/****************************/

:root {
	--snow		: #f5f5f5;
	--azure		: #0193dd;
	--white		: #fff;
	--coal		: #343434;
	--navy		: #004e76;
	--black		: #111;
}

body {
	background: var(--snow);
	padding: 0px;
	margin: 0px;
}

img {
	user-select: none;
}

a,
a:visited,
a:active,
a:focus {
	text-decoration: none;
	color: var(--azure);
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* word-break: break-all; */
}

video {
    object-fit: cover;
    aspect-ratio: 1.7777;
}

@media screen and (max-width: 420px) {
	.header .clear-tags {
		display: none !important;
	}

	.home-icon {
		display: flex !important;
	}

	.home-widget {
		display: flex !important;
	}
}

.header {
	padding: 0px;
	margin: 0px;
	color: var(--white);
	background-color: var(--azure);
}

.header .header-top {
	background: var(--coal);
	height: 122px;
	position: relative;
	user-select: none;
}

.header .header-bot {
	margin-left: auto;
	margin-right: auto;
	background-color: var(--azure);
	height: 36px;
	max-width: 1250px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.header img.header-logo {
	display: block;
	height: 82px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.header .header-bot :not(.home-widget):not(.social-buttons) > a {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	color: var(--white);
	font-size: 12px;
	text-shadow: 0px 0px 4px #02344f;
	float: left;
	cursor: pointer;
	height: 36px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 36px;
	vertical-align: middle;
}

.header .header-bot .social-buttons > a {
	padding: 0px;
}

.header .header-bot :not(.home-widget):not(.social-buttons) > a:hover {
	background: var(--white);
	cursor: pointer;
	color: var(--black);
	text-shadow: none;
}

.main {
	width: 100%;
}

.main .inner-layout {
	width: 100%; /*1538*/
	max-width: 1250px; /*1216*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 67px;
	height: 100%;
}

.home-icon {
	display: none;
	padding-left: 7px;
	padding-right: 7px;
	justify-content: space-between;
	/* width: fit-content; */
	/* margin-left: auto; */
	cursor: pointer;
	user-select: none;
}

.home-icon img {
	margin-right: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 26px;
}

.home-widget {
	transition: all 0.2s;
	display: none;
	flex-direction: column;
	padding: 20px;
	background: white;
	border: solid 1px black;
	transform: translateX(0px);
}

.home-widget a {
	text-decoration: none;
	color: var(--coal);
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;

	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	cursor: pointer;
	height: 36px;

	display: flex;
	justify-content: flex-end;

}

.home-widget.hidden {
	transform: translateX(-420px);
}

.page-404 article {
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

article {
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* word-break: break-all; */
}

.article * {
    max-width: 100%;
}

.social-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 7px;
}

.social-buttons a {
	padding: 0;
}

.social-buttons img {
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 24px;
	width: 24px;
}

.header .clear-tags {
	padding-right: 7px;
	display: flex;
	justify-content: space-between;
}

/****************************/
/*	preview-theme.css		*/
/****************************/

/* Common */
::selection {
	background: #343434; /* WebKit/Blink Browsers */
	color:#f0f0f0;
}
::-moz-selection {
	background: #343434; /* Gecko Browsers */
	color:#f0f0f0;
}

.preview article {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	font-family: "Merriweather", sans-serif;
	font-size:18px;
	line-height:32px;
	color:#3a4145;
	background-color:#fff;
	border:solid 1px #efefef;
	
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	
	margin-bottom: 40px;
	
	-webkit-box-shadow: 0px 0px 25px rgba(243,243,243,1);
	-moz-box-shadow: 0px 0px 25px rgba(243,243,243,1);
	box-shadow: 0px 0px 25px rgba(243,243,243,1);
}


/* Individual */
.preview {
/*	width: 884px;*/
	width:67%;
	margin-right: 3%;
	float: left;
}

/* Header */
.preview h1 {
	font-family: "Open Sans", sans-serif;
	font-size:2.4rem; /* px / 16 */
	letter-spacing: -2px;
	text-indent: -3px;
	line-height: 43px;
	color:#2e2e2e;
	display: inline;
}

/* Topic */
.preview h2 {
	font-family: "Open Sans", sans-serif;
	font-size:20px; /* px / 16 */
	text-indent: -3px;
	line-height: 38px;
	color:#2e2e2e;
	display: inline;
}

/* Meta */
.preview h3 {
	font-family: "Open Sans", sans-serif;
	font-size:0.9rem; /* 19,2 */
	font-weight:300;
    margin-block-start: 0;
    margin-block-end: 0;
	text-indent: -3px;
	color:#9eabb3;
	/* color: #52595d */
}

.preview img {
	width: 100%;
    height: auto;
    aspect-ratio: 4 / 1;
	display: block;
}

.preview .hidden {
	display: none;
}


@media only screen and (max-width : 800px) {
.preview {
	margin-left:0px;
	margin-right:0px;
	width:100%;
	max-width:100%;	
}

.preview article {
	line-height:30px;
	font-size:16px;
}

.preview h1 {
	font-size:2.2rem;
}
}

@media only screen and (max-width : 420px) {
.preview {
	margin-left:0px;
	margin-right:0px;
	width:100%;
	max-width:100%;		

}

.preview article {
	line-height:28px;
	font-size:14px;
	min-height: 300px;
}

.preview h1 {
	font-size:2.0rem;
}
}

/****************************/
/*	news-theme.css			*/
/****************************/

.news {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background-color:#fff;
	border:solid 1px #efefef;
	
	-webkit-box-shadow: 0px 0px 25px rgba(243,243,243,1);
	-moz-box-shadow: 0px 0px 25px rgba(243,243,243,1);
	box-shadow: 0px 0px 25px rgba(243,243,243,1);
	
	width:30%;
	float:left;
}

.news .news-header {

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	background-color: #545454;
	color:#f9f9f9;
	font-family: "Open Sans", sans-serif;
	font-size:1.5rem; /* px / 16 */
	font-weight:bold;
	letter-spacing: -1px;
	text-indent: -3px;
	width:100%;
	padding: 10px 30px;
}

.news .news-items {
	padding: 10px 20px;
}


.news h2
{
	font-family: "Open Sans", sans-serif;
	font-size:18px; /* px / 16 */
	text-indent: -3px;
	line-height: 24px;
	color:#4a4a4a;
	display: inline;
}

.news h3
{
	font-family: "Open Sans", sans-serif;
	font-size:0.9rem; /* 19,2 */
	font-weight:300;
	line-height: 0px;
	text-indent: -3px;
	color:#9eabb3;
}

.news hr
{
	border:none;
	border-top: 1px dashed #cecece;
	margin-top:20px;
	margin-bottom:20px;
}

@media only screen and (max-width : 800px) {
.news {
	display: none;
}
}

/****************************/
/*	article-theme.css		*/
/****************************/

/* Common */
::selection {
	background: #343434; /* WebKit/Blink Browsers */
	color:#f0f0f0;
}
::-moz-selection {
	background: #343434; /* Gecko Browsers */
	color:#f0f0f0;
}

.article article {
	padding-left:82px;
	padding-right:82px;
}

/* Individual */
.article {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	font-family: "Merriweather", sans-serif;
	font-size:18px;
	line-height:32px;
	color:#3a4145;
	background-color:#fff;
	border:solid 1px #efefef;
	
	-webkit-box-shadow: 0px 0px 25px rgba(243,243,243,1);
	-moz-box-shadow: 0px 0px 25px rgba(243,243,243,1);
	box-shadow: 0px 0px 25px rgba(243,243,243,1);
	padding-top:66px;
	padding-bottom:66px;
	width:67%;
	margin-right: 3%;
	margin-bottom: 10%;
	float: left;
}

/* Header */
.article h1 {
	font-family: "Open Sans", sans-serif;
	font-size:3.2rem; /* px / 16 */
	letter-spacing: -2px;
	text-indent: -3px;
	line-height: 58px;
	color:#2e2e2e;
	display: inline;
}

/* Topic */
.article h2 {
	font-family: "Open Sans", sans-serif;
	font-size:20px; /* px / 16 */
	text-indent: -3px;
	line-height: 38px;
	color:#2e2e2e;
	display: inline;
}

/* Meta */
.article h3 {
	font-family: "Open Sans", sans-serif;
	font-size:0.9rem; /* 19,2 */
	font-weight:300;
    margin-block-start: 0;
    margin-block-end: 0;
	text-indent: -3px;
	color:#9eabb3;
}

/* Code */
.article pre {
	border: solid 1px #ccc;
	padding: 20px;
}

.article .flex {
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#eeeeee;
	border:solid;
	border-width:1px;
	border-color:#bbbbbb;
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
}


@media only screen and (max-width : 800px) {
	.article {
		margin-left:0px;
		margin-right:0px;
		width:100%;
		max-width:100%;
		line-height:30px;
		font-size:16px;
	}

	.article h1 {
		font-size:2.2rem;
	}
}

@media only screen and (max-width : 420px) {
	.article {
		margin-left:0px;
		margin-right:0px;
		width:100%;
		max-width:100%;		
		line-height:28px;
		font-size:14px;
	}

	.article article {
		padding-left:41px;
		padding-right:41px;
	}

	.article h1 {
		font-size:2.0rem;
	}
}

/****************************/
/*	shop-theme.css			*/
/****************************/

.product_grid {
    width: calc(100% - 20px);
    margin-right: 10px;
	margin-left: 10px;
    float: left;
	
	margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

@media (min-width: 420px) {
    .product_grid {
		width: calc(100% - 20px);
    	margin-right: 10px;
		margin-left: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .product_grid {
        width: 67%;
		margin-right: 3%;
		margin-left: 0;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .product_grid {
        width: 67%;
		margin-right: 3%;
		margin-left: 0;
        grid-template-columns: repeat(3, 1fr);
    }
}

.product_grid .hidden {
	display: none;
}

.product_card {
	position: relative;
	background-color: white;
	border: solid 1px #cdcdcd;
	padding: 20px;
	border-radius: 4px;
	display: flex;
    flex-direction: column;
}

.product_card h3 {
	font-family: "Open Sans", sans-serif;
	font-size:0.9rem; /* 19,2 */
	font-weight:300;
	line-height: 0px;
	color:#9eabb3;
}

.product_save_tag {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	position: absolute;
    padding: 4px 12px;
    width: 70px;
    left: 10px;
	top: 10px;
    background-color: var(--azure);
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    z-index: 1;
    border-radius: 4px;

    /* transform: translateY(-25%); */
	/* font-weight: 600; */
}

.product_image:hover {
	filter: brightness(1.1) drop-shadow(0px 0px 4px rgba(0,0,0,0.1));
}

.product_image {
	user-select: none;
	aspect-ratio: 1.0;
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.2s;
	object-fit: cover;
	object-position: center;
}

.product_title {
	word-break: break-word;
	white-space: normal;
}


/* Topic */
.product_title h2:hover {
	color: var(--azure);
}

.product_title h2 {
	font-family: "Open Sans", sans-serif;
	font-size:20px;
	text-indent: -3px;
	line-height: 1;
	color:#2e2e2e;
	display: inline;
	transition: all 0.1s;
}

.product_price {
	font-family: "Open Sans", sans-serif;
	display: flex;
	align-items: center;
	gap: 10px;
}

.product_current {
	color: var(--azure);
	font-size: 20px;
}

.product_regular {
	color: var(--coal);
	font-size: 15px;
    text-decoration: line-through;
}

/****************************/
/*	apps-theme.css			*/
/****************************/

.apps_grid {
	width: calc(100% - 20px);
    margin-right: 10px;
	margin-left: 10px;
    float: left;
	
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

@media (min-width: 420px) {
    .apps_grid {
		width: calc(100% - 20px);
    	margin-right: 10px;
		margin-left: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .apps_grid {
		width: 67%;
		margin-right: 3%;
		margin-left: 0;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .apps_grid {
		width: 67%;
		margin-right: 3%;
		margin-left: 0;
        grid-template-columns: repeat(3, 1fr);
    }
}

.apps_card {
	background-color: white;
	border: solid 1px #cdcdcd;
	padding: 20px;
	border-radius: 4px;
	display: flex;
    flex-direction: column;
}

.apps_card h3 {
	font-family: "Open Sans", sans-serif;
	font-size:0.9rem; /* 19,2 */
	font-weight:300;
	line-height: 0px;
	color:#9eabb3;
}


.apps_image:hover {
	filter: brightness(1.1) drop-shadow(0px 0px 4px rgba(0,0,0,0.1));
}

.apps_image {
	aspect-ratio: 1.777;
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.2s;
	object-fit: cover;
	object-position: center;
}

.apps_title {
	margin-bottom: 20px;
}


/* Topic */
.apps_title h2:hover {
	color: var(--azure);
}

.apps_title h2 {
	font-family: "Open Sans", sans-serif;
	font-size:20px;
	text-indent: -3px;
	line-height: 1;
	color:#2e2e2e;
	display: inline;
	transition: all 0.1s;
}