html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, font, img, ol, ul, dl fieldset, form, label, wrap {
	margin: 0;
	padding: 0 0 0 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	border-bottom: none;
    font-weight: normal;
    font-style: normal;
}
img, embed, object, video {
	max-width: 100%;
	display: block;
	border: 0px;
}
body {
	position: relative;
	margin: 0;
	padding-bottom: 20px;
	font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
}
html, body {
    cursor: default !important;
    pointer-events: auto !important;
}
input{
	vertical-align: middle;
}
a {
    cursor: pointer;
}
h1{
    font-weight: inherit;
}
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    visibility: hidden !important;
}

/************************************************ General Layout ******************************************/
#wrap {
	margin-right: 1.5%;
	margin-left: 1.5%;
	width: 97%;
	margin-top: 0%;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
#loader{
	display: block; /* display: block; */
    background: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
}
.loader_wrap{
    left: 50%;
    height: calc(50% - 30px);
    transform: translate(-50%, 100%);
    position: fixed; 
}
#footer {
	display: none;
	position: absolute;
	right: 2%;
	left: 2%;
	top: -100px;
	padding-bottom: 20px;
	padding-top: 120px;
}
.footer_spacer{
	float: left;
	height: 80px;
	width: 100%;
}
.footerSet {
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	float: left;
	margin-top: 200px;
}

.main {
	 /* equal to footer height */
  min-height: calc(100vh - 186px);
}
.main:after {
  content: "";
  display: block;
}
.site-footer, .main:after {
  height: 206px; 
}
.site-footer {
float: left;
width: 100%;
transition-property: transform, opacity;
transition: 250ms ease-in-out;	
}
.footer-100{
	width: 100%;
}
.footer-50{
	width: 50%;
}
.footer-25{
	width: 25%;
}

#header {
	position: fixed;
	padding: 14px 0 0 0;
	width: 97%;
	height: 40px;
	background-color: #FFFFFF;
	z-index: 99999;
	-webkit-user-select: none;
	-moz-user-select: none;
	transition: top 0.5s;
	transition-delay: 0.5s;
	top: 0;
}
#headerSpacer {
	margin: 12px 0 0 0;
	width: 100%;
	height: 60px;
	float: left;
}
.header-menu-container {
	float: right;
	/*width: 300px;*/
}

.header-menu-container_l {
   /* float: left;*/
	/*width: 300px;*/
}

.menuElement {
	cursor: pointer;
	padding-left: 18px;
	float: right;
}

.menuElement_l {
	cursor: pointer;
	padding-right: 36px;
	float: left;
}


#textarea {
	min-height: 100px;
	width: 74%;
	height: 100%;
	float: left;
	padding: 200px 13% 240px 13%;
	font-size: 64px;
	Line-height: 1.05;
	color: #000000;
	background: transparent;
	resize: none;
	text-align: center;
	text-overflow: initial;
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}
.textWeightName {
	height: 16px;
	width: 100%;
	margin-top: 2px;
	float: left;
	-webkit-user-select: none;
    -moz-user-select: none;
}
.target-textWeightName{
	display: none;
}
.hover-textWeightName:hover .target-textWeightName {
     display: inline;
}

#marker {
	float: left;
	height: 100%;
	width: 100%;
}
#textWeight {
	width: 100%;
	float: left;
	margin: 0px 0 0px 0px;
	font-size: 36px;
	color: #1A1A1C;
	text-align: left;
	text-overflow: initial;
}
#text-desc {
	margin: 180px 0px 120px 0px;
	margin-right: 25%;
	margin-left: 25%;
	width: 50%;
	float: left;
	height: 100%;
	text-align: center;
}
.peace{
	float: left;
	width: 8%;
	margin-top: -9px;
}
/************************************************ Typo ******************************************/

@font-face {
font-family: 'Store-Font-Regular';
src: url('/en/webfonts/Store-Font-Regular.woff2');
src: url('/en/webfonts/Store-Font-Regular.woff2') format('woff2-variations');
}


.big, .normal, .small, .tiny {
	font-family: 'Store-Font-Regular', sans-serif;
	font-weight: 400;
	vertical-align: baseline;
	letter-spacing: 0.5px;
	color: #000000;
}
.big, .big_flex  {
	font-size: 24px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/** text-rendering: geometricPrecision; **/
}
.normal, .normal_flex  {
	font-size: 18px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/** text-rendering: geometricPrecision; **/
}
.small, .small_flex, .small_flex_ital {
	font-size: .8rem;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/** text-rendering: optimizeLegibility; **/
}
h6, ._12_mono, .tiny, .tiny_flex {
	font-size: .7rem;
	line-height: 1.4;
	letter-spacing: .01em;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
	font-smooth: always;
	/** text-rendering: optimizeLegibility; **/
}






.cartFontsizer {
	font-size: 36px;
}
.underline {
	text-decoration: underline;
}
/************************************************ Beta stuff ******************************************/



h1, h2, li, a:link {
	color: #000000;
	text-decoration: none;
}
h1, h2, li, a:visited {
	color: #000000;
	text-decoration: none;
}
h1, h2, li, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #404040;
}
.l_hover:hover {
	color: #404040;
}

/*.i_hover{
    animation: slantPulseOut 0.6s;
}
.i_hover:hover {
	animation: slantPulse 0.6s forwards;
}*/

@keyframes slantPulse {
	 0% {
	font-variation-settings: 'wght' 400, 'ital' 0;
	}
	 100% {
	font-variation-settings: 'wght' 400, 'ital' 100;
	}
}
@keyframes slantPulseOut {
	 0% {
	font-variation-settings: 'wght' 400, 'ital' 100;
	}
	 100% {
	font-variation-settings: 'wght' 400, 'ital' 0;
	}
}


::selection {
	background: #333; /* Safari */
	color: #FFF;
	opacity: 1;
}
::-moz-selection {
background: #333; /* Firefox */
color: #FFF;	
opacity:1;
}
/************************************************ Slider ******************************************/

input[type=range] {
	-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
	width: 100%; /* Specific width is required for Firefox. */
	background: transparent; /* Otherwise white in Chrome */
	margin: 0;
	position: relative;
	left: 0;
	top: -18px;
}
/*This will work for firefox*/
@-moz-document url-prefix() {
 input[type=range] {
 top: -8px;
}
}
input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
}
input[type=range]:focus {
	outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
 input[type=range]::-ms-track {
 width: 100%;
 cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
 border-color: transparent;
 color: transparent;
}



/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
 height: 15px;
 width: 15px;
 border-radius: 8px;
 background: transparent;
 opacity:0;
 cursor: pointer;
 margin-top: 0px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
 height: 15px;
 width: 15px;
 border-radius: 8px;
 background: transparent;
 opacity:0;
 cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
 height: 15px;
 width: 15px;
 border-radius: 8px;
 background: transparent;
 opacity:0;
 cursor: pointer;
}
 input[type=range]::-webkit-slider-runnable-track {
 width: 100%;
 height: 1px;
 cursor: pointer;
 background: transparent;
}
input[type=range]:focus::-webkit-slider-runnable-track {
 background: transparent;
}
 input[type=range]::-moz-range-track {
 width: 100%;
 height: 1px;
 cursor: pointer;
 background: transparent;
}
 input[type=range]::-ms-track {
 width: 100%;
 height: 1px;
 cursor: pointer;
 background: transparent;
 border-color: transparent;
 border-width: 0px 0;
 color: transparent;
}
#slider-track-size, #slider-track-weigth, #slider-track-contrast, #slider-track-spacing, #slider-track-height, #slider-track-Italic, #slider-track-italic2 {
	height: 1px;
	color: #222222;
	background: #222222;
	width: 100%;
}
#slider-thumb, #slider-thumb-weight, #slider-thumb-contrast, #slider-thumb-Italic2, #slider-thumb-spacing, #slider-thumb-height, #slider-track-Italic {
	height: 15px;
	width: 15px;
	border-radius: 8px;
	background: #222222;
	cursor: pointer;
	position: relative;
	left: 0;
	top: 8px;
	border: 0 none;
	padding: 0;
	margin: 0;
}
.slider-thumb {
	height: 15px;
	width: 15px;
	border-radius: 8px;
	background: #222222;
	cursor: pointer;
	position: relative;
	left: 0;
	top: 8px;
	border: 0 none;
	padding: 0;
	margin: 0;
}
.a_slider-thumb {
	height: 15px;
	width: 15px;
	border-radius: 8px;
	background: #222222;
	cursor: pointer;
	position: relative;
	left: 0;
	top: 8px;
	border: 0 none;
	padding: 0;
	margin: 0;
}
.a_slider-track {
	height: 1px;
	color: #222222;
	background: #222222;
	width: 100%;
}
.slider-track {
	height: 1px;
	color: #222222;
	background: #222222;
	width: 100%;
}

.line {
	height: 1px;
	width: 100%;
	float: left;
	background: #222222;
}
.line2 {
	height: 2px;
	width: 100%;
	float: left;
	background: #222222;
}
.form_line {
	height: 1px;
	width: 100%;
	float: left;
	background: #222222;
	margin-top: -4px;
}
.cartSpacer {
	width: 98%;
	height: 48px;
	padding: 0px 0px 0px 2%;
	float: left;
}
.cartSpacer_5 {
	width: 98%;
	height: 32px;
	padding: 0px 0px 0px 2%;
	float: left;
}
#subtotal, #deskLicense, #webLicense {
	padding-top: 18px;
}
#total {
	padding-top: 15px;
}
.hidden_error {
	Color: red;
	margin-bottom: 12px;
}
/************************************************ All Page ******************************************/


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 8px;
	-moz-padding-start: 8px;
	background-color: transparent; /* fallback color if gradients are not supported */
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #222222;
	border-radius: 0px;
	color: #222222;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-moz-user-select: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #FFFFFF;
}
option:not(:checked) {
  color: #FFFFFF; /* prevent <option>s from becoming transparent as well */
}

input[type='range']::-moz-focus-outer { border: 0; }

.white {
	color: #FFFFFF;
}
#fontSelector {
	display: none;
	font-size: 44px;
	width: 100%;
	padding-top: 8px;
	float: left;
	background-color: #FFFFFF;
}
.fontSelectorContainer {
	float: right;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 18px;
	text-align: center;
}
#account_menu {
	display: none;
	width: 100%;
	padding-top: 8px;
	float: left;
	text-align: right;
}
.account_menu_container{
	
}
#headerSpacer {
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
}

.swizzyFontMenu {
    font-family: 'Swizzy';
    font-variation-settings: 'wght' 330, 'ital' 0;
    transition: font-variation-settings 0.4s ease-in-out;
}

.swizzyFontMenu:hover {
    font-variation-settings: 'wght' 900, 'ital' 100;
}



#telkaFontMenu {
	font-family: 'Telka';
	font-variation-settings: 'wght' 430, 'wdth' 50;
}
#telkaFontMenu:hover {
	animation: telkaPulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes telkaPulse {
	 0% {
	font-variation-settings: 'wght' 430, 'wdth' 50;
	}
	 100% {
	font-variation-settings: 'wght' 900, 'wdth' 70;
	}
}

#albraFontMenu {
	font-family: 'AlbraGX';
	font-variation-settings: 'wght' 80, 'wdth' 50;
}
#albraFontMenu:hover {
	animation: albraPulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes albraPulse {
	 0% {
	font-variation-settings: 'wght' 80, 'wdth' 50;
	}
	 100% {
	font-variation-settings: 'wght' 224, 'wdth' 50;
	}
}


#matiereFontMenu {
	font-family: 'MatiereGX';
	font-variation-settings: 'wght' 430, 'wdth' 50;
}
#matiereFontMenu:hover {
	animation: matierePulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes matierePulse {
	 0% {
	font-variation-settings: 'wght' 430, 'wdth' 50;
	}
	 100% {
	font-variation-settings: 'wght' 900, 'wdth' 50;
	}
}

#siagaFontMenu {
	font-family: 'SiagaGX';
	font-variation-settings: 'wght' 430, 'ital' 0;
}
#siagaFontMenu:hover {
	animation: siagaPulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes siagaPulse {
	 0% {
	font-variation-settings: 'wght' 430, 'ital' 0;
	}
	 100% {
	font-variation-settings: 'wght' 900, 'ital' 100;
	}
}


#arnetFontMenu {
	font-family: 'Arnet';
	font-variation-settings: 'wght' 330, 'ital' 0;
}
#arnetFontMenu:hover {
	animation: arnetPulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes arnetPulse {
	 0% {
	font-variation-settings: 'wght' 330, 'ital' 0;
	}
	 100% {
	font-variation-settings: 'wght' 900, 'ital' 100;
	}
}


#paraFontMenu {
	font-family: 'ParaGX';
	font-variation-settings: 'wght' 430, 'CTRT' 0;
}
#paraFontMenu:hover {
	animation: paraPulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes paraPulse {
	 0% {
	font-variation-settings: 'wght' 430, 'CTRT' 0;
	}
	 100% {
	font-variation-settings: 'wght' 900, 'CTRT' 0;
	}
}


#guziFontMenu {
	font-family: 'GuziGX';
	font-variation-settings: 'wght' 380, 'ital' 0;
}
#guziFontMenu:hover {
	animation: guziPulse 0.3s forwards;
	will-change: font-weight;
}
 @keyframes guziPulse {
	 0% {
	font-variation-settings: 'wght' 380, 'ital' 0;
	}
	 100% {
	font-variation-settings: 'wght' 900, 'ital' 100;
	}
}


#blakFontMenu {
	font-family: 'BlakGX';
	font-variation-settings: 'wdth' 300, 'CTRT' 0;
}
#blakFontMenu:hover {
	animation: blakPulse 0.4s forwards;
	will-change: font-weight;
}
 @keyframes blakPulse {
	 0% {
	font-variation-settings: 'wdth' 200, 'CTRT' 0;
	}
	 100% {
	font-variation-settings: 'wdth' 300, 'CTRT' 0;
	}
}


/************************************************ Info Page ******************************************/

#infoGroupWrap {
	width: 100%;
	float: left;
	height: 100%;
}
.infoGroup {
	width: 100px;
	float: left;
	margin-top: 2px;
}
.infoContentWrap {
	width: 50%;
	float: left;
}
.contentWrap100 {
	width: 100%;
	float: left;
}
.infoContent {
	height: 100%;
	width: 96%;
	padding-left: 0%; 
	padding-right: 4%;
	float: left;
	margin: 40px 0 0 0;
}
.infoheadline {
	margin-bottom: 10px;
	margin-top: 4px;
}

#spinnerBall {
	position: absolute;
	top: -100%;
	left: -100%;
	width: 150px;
	height: 150px;
	cursor: pointer;
	z-index: 2;
}
/************************************************ Buy Page ******************************************/

.articleContainer {
	width: 100%;
	height: auto;
	padding: 0px 0px 12px 0%;
	float: left;
}
.groupContainer {
	width: 98%;
	padding: 0px 0px 20px 2%;
	float: left;
}
.groupContainerSub {
	width: 98%;
	padding: 0px 0px 12px 2%;
	float: left;
}
.cartProductPrice {
	width: 20%;
	float: left;
	padding: 15px 0 0 0;
	display: inline;
}
.leftfloater {
	float: left;
}
.cartProductName {
	width: 62%;
	float: left;
	padding: 15px 2% 8px 0%;
}
.cartProductNameMember {
	width: 60%;
	float: left;
	padding: 17px 0 0 4%;
}
#cartProductAdd {
	width: 12%;
	float: left;
	margin-top: 16px;
}
.addBtn {
	margin-top: 12px;
	padding: 4px 8px 4px 8px;
	width: 140px;
	/*background-color: #222222; */
	color: #222222;
	cursor: pointer;
	text-align: center;
}
.checkBtn {
	margin-top: 12px;
	padding: 4px 8px 4px 8px;
	width: 140px;
	background-color: #222222;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.addBtn:hover {
/*background-color: #2F2E2E;*/
}
.checkoutBtnWrap {
	cursor: pointer;
	position: fixed;
	bottom: 0px;
	height: 64px;
	width: 100%;
	background-color: #222222;
	color: #FFFFFF;
}
.checkoutBtnContainer {
	margin-right: 35%;
	margin-left: 35%;
	width: 30%;
	margin-top: 0;
	position: relative;
	margin: 0 auto;
}
.checkoutBtn {
	float: left;
	margin: 12px 0 0 0;
	color: #fff;
}
.checkoutTotal {
	float: left;
	margin: 6px 0 0 2%;
	color: #fff;
}
.checkBoxContainer {
	width: 50%;
	margin-bottom: 40px;
}
#checkoutGuide {
	display: none;
}
#checkOutStage2 {
	display: none;
}
#checkOutStage3 {
	display: none;
}
#paypal_endpoint {
	display: inline;
}
.addressInputWrap {
	float: left;
	width: 96%;
	padding: 0px 2% 0px 2%;
}
.addressInput {
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 8px;
	-moz-padding-start: 8px;
	border-bottom: 0px solid #222222;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	font-size: inherit;
	color: #222222;
	margin: 0;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
	width: 50%;
	float: left;
	background-color: transparent;
	font-family: 'DontStealFonts-Regular', sans-serif;
}
input::placeholder {
 color: #222222;
}
.addressInputCountry {
	float: left;
	margin-top: 20px;
}
#paypal-button-container {
	padding-bottom: 20px;
}
#discountOn {
	display: none;
}
/************************************************ index Page ******************************************/

#slideToTheLeft, #slideToTheRight {
	height: calc( 100% - 24px);
	position: absolute;
	top: 0;
	width: 32%;
	/** background-color: red;**/ 
	opacity: .0;
}
#slideToTheLeft {
	left: 0;
	position: absolute;
	cursor: url(/en/images/slider_arrow_left.png) 0 20, auto;
}
#slideToTheRight {
	right: 0;
	position: absolute;
	cursor: url(/en/images/slider_arrow_right.png) 39 20, auto;
}
.slideToThe {
	width: 33%;
	top: 40%;
	left: 0;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 40px;
}
#sliderWrap_1, #sliderWrap_2, #sliderWrap_3, #sliderWrap_4, #sliderWrap_5, #sliderWrap_6, #sliderWrap_post {
	position: relative;
	cursor: pointer;
	width: calc(600% + 60px);
	height: 100%;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.sliderImg {
	width: 16.666666666666%;
	height: 100%;
	display: inline;
	margin: 0px -2.5px 0 -2.5px;
}
#sliderWrapWrap {
	width: 66%;
	position: relative;
	overflow: hidden;
	left: 17%;
	margin-bottom: 20px;
}
.sliderWrapWrapWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	 -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
#sliderCounterDisplay_dummy, #sliderCounterDisplay_1, #sliderCounterDisplay_2, #sliderCounterDisplay_3, #sliderCounterDisplay_4, #sliderCounterDisplay_5, #sliderCounterDisplay_6 {
	float: right;
}
#indexGroupWrap {
	width: 100%;
	float: left;
	height: 26px;
	margin-bottom: 60px;
    margin-top: 30px;
}
.indexTextWrap {
	width: 100%;
	float: left;
	height: 26px;
	margin-bottom: 60px;
    margin-top: 30px;
}
.indexGroup {
	margin-right: 20px;
	float: left;
}
/************************************************ Try Page ******************************************/
#menu {
	height: 100%;
	width: 100%;
	float: left;
	margin: 0px 0 0 0;
		-webkit-user-select: none;
	-moz-user-select: none;
}
.try_menu_small {
	margin: 8px 20px 0 0;
	float: left;
	height: 100%;
	cursor: pointer;
}
.try_menu_buy {
	margin: 3px 8px 0 0;
	float: left;
	height: 100%;
	cursor: pointer;
}
.try_menu_small:hover {
	color: #4F4F4F;
}
#slider-size, #slider-weight, #slider-contrast, #slider-spacing, #slider-height, #slider-Italic, #slider-Italic2, #slider-lineheight {
	margin: 2px 20px 0px 0px;
	width: 100px;
	float: left;
	transition-property: transform, opacity;
	transition: 250ms ease-in-out;	
}
.a_slider-wrap{
	margin: 2px 20px 0px 0px;
	width: 100px;
	float: left;
}
.slider-wrap {
	margin: 2px 20px 0px 0px;
	width: 100px;
	float: left;
}
.clickEditText {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 2%;
    z-index: 1;
}
.fontSelector {
	float: left;
	margin: 4px 2% 0 0;
}
#typeAboutWrap {
	width: 100%;
	height: 100%;
	display: none;
	float: left;
}
.typeAboutContainer {
	width: 50%;
	float: left;
	margin: 40px 0 0 20px;
}
.slider-thumb-on {
	transition: -webkit-left .5s;
	transition: left .5s;
	transition: left .5s, -webkit-left .5s;
}
.menuSubWrap {
	width: 100%;
	height: 100%;
}
.Column100 {
	float: left;
}
#fontDesc, #fontLang, #fontOT, #fontGlyphs, #fontTrial, #buyC, #license_help, #fontOption {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .8s;
	-moz-transition: max-height .8s;
	transition: max-height .8s;
	transition: height .8s;
}
.license_help_content{
	max-width: 440px;
	padding: 0 24px 15px 6px;
}
.soft_menu{
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	transition: max-height 0.5s;
}
.buyBtnMobile {
	background-color: transparent;
	color: #222222;
}
#fontTrialBack {
	width: 100%;
	height: 270px;
}
.Btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 20px;
	-moz-padding-start: 20px;
	border-bottom: hidden;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	background-color: #222222; /* fallback color if gradients are not supported */
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 16px;
	text-overflow: none;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	border-radius: 30px;
	text-align: center;
	font-family: 'DontStealFonts-Regular', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#multi_license_text{
	transform: rotate(0deg);
    transition: rotate 0.3s ease-in-out;
	display: none;
	float: left;
	background-color: #00ff37;
	border-radius: 24px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-top: 4px;
}

#multi_license_text:hover{
    transform: rotate(45deg);
    user-select: none;
	transition: rotate 0.3s ease-in-out;
}

/******************* ******************************************/
.error {
	position: fixed;
	top: 20px;
	width: 280;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align: center;
}
.error_txt{
	color: rgba(255, 47, 67, 1);
}
.error_frame{	
position: relative;
box-shadow: inset 0px 0px 0px 1px rgba(255, 47, 67, 1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 47, 67, 1);
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 47, 67, 1);
}

/*******************Old front ******************************************/


.inputWrap {
	height: 100%;
	position: relative;
}
.inputWrap form {
	width: 240px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.text {
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: center;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
	text-rendering: optimizeLegibility;
}
.addressInput {
	-webkit-padding-end: 8px;
	-moz-padding-end: 8px;
	-webkit-padding-start: 8px;
	-moz-padding-start: 8px;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	font-size: inherit;
	color: #fff;
	margin: 0;
	margin-bottom: 16px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	text-overflow: none;
	white-space: nowrap;
	outline: none;
	width: 100%;
	background-color: #222222;
	font-family: 'DontStealFonts-Regular', sans-serif;
	text-align: center;
}
.entryContainerRequest {
	margin-top: 20px;
	background-color: #222222;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 30px;
	cursor: pointer;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'DontStealFonts-Regular', sans-serif;
	font-size: 20px;
}
.entryContainerLogin {
	position: absolute;
	top: 16px;
	right: 0px;
	z-index: 1000;
}
.entry_container_request {
	position: absolute;
	bottom: 10px;
	left: 0;
}
.entryContainerCounter {
position: fixed;
bottom: 20px;
right: 2%;
}
.entryContainer {
	position: absolute;
	top: 16px;
	width: 100%;
	display: flex;
}



#infoContainer_front {
position: fixed;
top: calc(50% - 160px);
width: 50%;
z-index: 100000;
display: none;
text-align: center;
margin-left: 25%;
}
/*******************Entry Show ******************************************/
.guziWarpWrap_front {
	width: 100%;
}
#guziWarp_front {
	font-variation-settings: 'wght' 900;
    font-size: 180px;
    text-align: center;
    z-index: 100;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	-webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

/******************* Cookie lala ******************************************/
#cookieLaLa {
  position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0F0F0E;
    z-index: 10000000000;
    border-radius: 50px;
}
.cookieText {
	max-width: 500px;
	float: left;
    margin-top: 0px;
}
.cookieBtn {
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	border-radius: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	text-align: center;
	margin-left: 10px;
	transition: border-radius 0.3s ease-out;
	margin-top: 35px;
}
.cookieBtn:hover{
	border-radius: 50px;
}







		#cookieConsent {
              position: fixed;
			bottom: 40px;
			left: 50%;
			transform: translateX(-50%);
			width: 320px;
			padding-left: 80px;
			padding-right: 80px;
			padding-top: 30px;
			padding-bottom: 30px;
			background-color: #0F0F0E;
			z-index: 10000000000;
			border-radius: 50px;
            display: none; /* Initially hidden */
			bottom:40px;
        }

        #cookieMessage {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #cookieMessage p {
            margin: 0 0 10px 0;
        }

        #cookieOptions {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 10px;
        }

        #cookieOptions div {
            margin: 5px 0;
        }

        .button {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 10px;
        }

        .button:hover {
            background-color: #45a049;
        }

/******************* Testing ******************************************/

.inputField {
	border-radius: 8px;
	transition: border-radius 0.3s ease-out;
	cursor: text;
}
.inputField:hover{
	border-radius: 16px;
}
.selectBox {
	border-radius: 0px;
	cursor: pointer;
	background: url(/en/images/drop-arrow.png) no-repeat 100% 50%;
	transition: border-radius 0.3s ease-out;
	border-radius: 8px;
}
.selectBox:hover{
	border-radius: 16px;
}

.button {
	border-radius: 8px;
	margin-left: 12px;
	margin-right: 12px;
	cursor: pointer;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-radius 0.3s ease;
}
.button:hover{
	background-color: #fff;
	-webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
	color: #000;
	border-radius: 16px;
}

.inverse-button {
	border-radius: 8px;
	margin-left: 12px;
	margin-right: 12px;
	cursor: pointer;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-radius 0.3s ease;
    background-color: #fff;
    color: #000;
    border: 1px solid black;
}

.inverse-button:hover {
	background-color: #000;
	-webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
	color: #fff;
	border-radius: 16px;
}

.button, .inputField, .selectBox {
	font-size: .8rem;
	outline: none;
	text-align: left;
	background-color: #222222;
	color: #fff;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-padding-end: 14px;
	-moz-padding-end: 14px;
	-webkit-padding-start: 14px;
	-moz-padding-start: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: hidden;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	display: block;
	max-width: 308px;
}
.inputField_line {
	font-family: inherit;
	font-size: .875rem;
	outline: none;
	text-align: left;
	background-color: #FFFFFF;
	color: #333;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-end: 14px;
	-moz-padding-end: 14px;
	-webkit-padding-start: 14px;
	-moz-padding-start: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	display: block;
}
.form_w100 {
	width: 100%;
	max-width: 280px;
}
.form_w50 {
	width: 39%;
    margin-right: 4px;
    max-width: 180px;
    float: left;
}
.card_form_big {
   	width:280px;
}
.card_form_small {
   	width:73px;
	margin-right: 2px;
    float: left;
}
.form_center {
	text-align: center;
}
.block {
	height: 36px;
	width: 100%;
	float: left;
}
.inputFieldWrap {
	width: 308px; /* 280px + 14px * 2 */
    position: relative;
    left: calc(50% - 14px);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
#license_wrap {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 12px;
}
.license_container {
	width: 284px;
	float: left;
}
.c_100{
	width: 100%;
}
.c_96{
	width: 96%;
}
.c_50{
	width: 50%;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.m_l_2{
	margin-left: 2%;
}
.m_r_2{
	margin-right: 2%;
}
.p_l_2{
	padding-left: 2%;
}
.p_r_2{
	padding-right: 2%;
}
.m_b_8{
	margin-bottom: 8px;
}
.m_b_20{
	margin-bottom: 20px;
}
#sidekick_menu{
	position: fixed;
	right: 0;
	top: 0;
	background: white;
	width: 0%;
	height: 100%;
	z-index: 10000;
	box-sizing: border-box; 
	box-shadow: inset 1px 0px 0px 0px #333333;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	transition: width 0.5s;
	overflow: auto;
}
.sidekick_container{
width: 84%;
height: 30px;
float: left;
padding-left: 10%;
padding-right: 4%;
padding-top: 11px;
border-bottom: 1px solid #333333;
}
#mobile_menu{
	display: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid white;
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.item_list{
    font-size: 56px;
    text-align: center;
    margin: 0px 0% 16px 0%;
    line-height: 1.333;
    min-height: 64px;
    float: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    overflow: hidden;
    white-space: nowrap;
}
.order_details_wrap{
	float: left;
    width: 96%;
    padding: 48px 0px 10px 4%;
}

		.headline_a{
			position: absolute;
			width: 100%;
			margin-top: 14px;
		}
		.headline_msg{
			text-align: center;
			margin-top: 14px;
		}
.case{
	font-feature-settings: "case" 1;
}

/******************* Font Pages ******************************************/

	.glyph_wrap {
	font-family: inherit;
 		}
		
		.glyph {
			font-family: inherit;
			font-size: 36px;
			width: 45px;
			height: 45px;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}
		.glyphs_group {
			max-width: 1000px;
			font-family: inherit;
		}
.glyphs_group_header{
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
}
		.tabular_numeral {
			font-feature-settings: "tnum" 1;
			-webkit-font-feature-settings: "tnum" 1;
			-moz-font-feature-settings: "tnum" 1;
			-ms-font-feature-settings: "tnum" 1;
		}
		.old_numeral {
			font-feature-settings: "onum" 1;
		}
		.old_tabular {
			font-feature-settings: "onum" 1, "tnum" 1;
		}
		.ligatures {
			font-feature-settings: "liga" 1;
		}
		.d_ligatures {
			font-feature-settings: "dlig" 1;
		}
		.case_sens{
			font-feature-settings: "case" 1;
		}
		.sups{
			font-feature-settings: "sups" 1;
		}
		

.slash_zero{
	font-feature-settings: "ss01" 1;
}	

.drop_it_header{
    width: 99%;
    float: left;
	cursor: pointer;
	margin-bottom: 6px;
}
.drop_it_title{
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0%;
}
.drop_it_btn_w{
    float: right;
    margin-top: 14px;
    transform-origin: 50% -0%;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;  
}
.drop_it_x{
    background: black;
    height: 2px;
    width: 24px;
    float: left;
}
.drop_it_txt{
	float: left;
	width: 96%;
	margin-top: 12px;
	padding-bottom: 36px;	
}
.look_mom_no_hands{
	-webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.3);
}
	#sidekick_menu{
		max-width: 50%;
	}	
.pop_box{
	width: 100%;
	max-width: 500px;
	z-index: 1000;
	background: #fff;
	text-align: center;
	left: 50%;
	height: calc(50% - 0px);
	transform: translate(-50%, 50%);
	position: fixed;
	display: none;
	border: solid 1px #3d3d3d;
}
.pop_box_txt{
	vertical-align: middle; 
	display: table-cell;
	padding-left: 18px;
}




		
		.text_field_wrap {
			float: left;
			width: 100%;
		}
		
		.slider_wrap {
			width: 94%;
			float: left;
			margin-left: 6%;
		}
		
		#text_field {
			width: 65%;
			height: 480px;
			padding: 20px 5% 0 5%;
			float: left;
			font-size: 64px;
			color: #1A1A1C;
			background: transparent;
			resize: none;
			text-align: center;
			text-overflow: clip;
			overflow: hidden;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			transition: padding 0.2s;
		}
		
		.field_control_wrap {
			float: right;
			width: 25%;
			height: 500px;
			box-sizing: border-box;
			box-shadow: inset 1px 0px 0px 0px #333333;
			overflow: hidden;
			transition: width 0.2s;
		}
		
		.cont_container {
			float: left;
			width: 92%;
			padding-left: 4%;
			padding-right: 4%;
			padding-top: 6px;
			padding-bottom: 6px;
		}
		
		#cont_buy {
			float: right;
			width: 25%;
			height: 48px;
			background: #7fffaf;
			display: flex;
			align-items: center;
			justify-content: center;
			box-sizing: border-box;
			box-shadow: inset 1px 1px 0px 0px #333333;
			transition: width 0.2s;
			overflow: hidden;
		}
		.cont_menu_small {
				margin: 8px 4px 0 0;
				float: left;
				height: 100%;
				cursor: pointer;
				padding: 0 6px 0 6px;
				border-radius: 14px;
			}
		#control_menu{
			   position: absolute;
			margin-top: 8px;
			width: 0px;
			right: 0px;
			transition: width 0.2s;
			overflow: hidden;
		}
		#text_marker{
			text-align:center; 
			cursor:pointer;
			width:75%;
			float:left;
			padding-top:18px;
			height:30px;
			transition: padding 0.2s;
		}
		
		.no_select{
			-webkit-user-select: none;
    		-moz-user-select: none;
  			-ms-user-select: none; /* IE 10 and IE 11 */
  			user-select: none; /* Standard syntax */
		}
		
	
.glyphs_otf{
	font-size: 34px;
	color: #333;
	line-height: 1.2em;
	margin-right: 40px;
}
.glyphs_otf_g{
	color: #d8d8d8;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.variable_txt {
	background-color: #eeeeee;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 24px;
	margin-top: 6px;
	margin-bottom: 12px;
	width: fit-content;
}
.variable_txt:empty {
	display: none;
}

.trial_box{
	width: 96%;
	max-width: 500px;
	max-height: 430px;
	z-index: 1000;
	background: #00ff09b5;
	text-align: center;
	left: 48%;
	margin-left: 2%;
    margin-right: 2%;
	height: calc(50% - 0px);
	transform: translate(-50%, 40%);
	position: fixed;
	display: none;
	border: solid 0px #3d3d3d;
	opacity: 0.9;
    border-radius: 24px;
}	

.trial_box input:-webkit-autofill, 
.trial_box input:-webkit-autofill:hover, 
.trial_box input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
	-webkit-box-shadow: none;
}
input[data-autocompleted] {
    background-color: transparent !important;
}


.article_img{
	max-width: 600px;
    float: left;
    margin-right: 2%;
    margin-bottom: 24px;
}


.early_access_box{
	width: 96%;
	max-width: 500px;
	max-height: 430px;
	z-index: 999999999999;
	background: #f8f5f5;
	text-align: center;
	left: 48%;
	margin-left: 2%;
    margin-right: 2%;
	height: calc(50% - 0px);
	transform: translate(-50%, 40%);
	position: fixed;
	display: none;
	border: solid 0px #3d3d3d;
	opacity: 1;
    border-radius: 24px;
}	

.early_access_box input:-webkit-autofill, 
.early_access_box input:-webkit-autofill:hover, 
.early_access_box input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
	-webkit-box-shadow: none;
}


.trial_box_2{
	width: 96%;
	max-width: 960px;
	z-index: 1000;
	background: #f8f5f5;
	text-align: center;
	left: 48%;
	margin-left: 2%;
    margin-right: 2%;
	height: calc(50% - 0px);
	transform: translate(-50%, 0%);
	height: auto;
	position: absolute;
	display: none;
	border: solid 0px #3d3d3d;
	opacity: 1;
    border-radius: 24px;
}	

.trial_box_2 input:-webkit-autofill, 
.trial_box_2 input:-webkit-autofill:hover, 
.trial_box_2 input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
	-webkit-box-shadow: none;
}

.orderPopup {
    width: 96%;
    max-width: 600px;
    z-index: 1000;
    background: #f8f5f5;
    text-align: center;
    position: fixed;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Shift the element to the center of its coordinate */
    display: none;
    border: solid 0px #3d3d3d;
    opacity: 1;
    border-radius: 24px;
    padding: 20px; /* Optional: in case you need some padding inside the popup */
}
#popupText{
    margin:40px;
}

.cart-reset-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 280px;
  z-index: 1000;
  background: #000;
  text-align: center;
  border: solid 0px #000;
  opacity: 1;
  border-radius: 24px;
  padding: 20px;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Create a custom circle using ::before */
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer; /* Ensure the label is clickable */
}

.custom-checkbox span {
  position: relative; /* Required for ::before */
  padding-left: 30px; /* Space for the custom checkbox */
}

/* Style the custom checkbox circle */
.custom-checkbox span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px; /* Size of the circle */
  height: 20px; /* Size of the circle */
  border: 1px solid black; /* Black outline */
  border-radius: 50%; /* Make it round */
  background-color: transparent; /* Transparent for unselected state */
  transition: all 0.3s ease; /* Smooth transition */
}

/* Change appearance when the checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked + span::before {
  background-color: black; /* Black fill when selected */
  border-color: black; /* Ensure border matches */
}
		
.type-header-trial{
	width: 100%;
    float: left;
    padding-top: 10px;
	padding-bottom: 12px;
	font-size: 36px;
}
		
.trial-input-form{
	float: left;
    width: 100%;
    margin-top: 80px;
}


/**************** LICESNES MENU ******************************************/		
	
		.license_wrap_solo{
			float: left;
			width: 100%;
		}
		.license_solo_content{
			float: left;
			padding-left: 24px;
			padding-right: 50px;
			border-top: 1px solid;
			border-bottom: 1px solid;
			margin-bottom: -1px;
			padding-top: 8px;
			padding-bottom: 8px;
			border-radius: 0px;
		}
		.license_type{
			width: 150px;
			float: left;
			padding-top: 6px;
		}
		.license_txt{
			width: 360px;
			float: left;
			padding-top: 8px;
			padding-bottom: 9px;
		}
		
		
.info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-item {
    margin-bottom: 20px;
}

.info-button {
    cursor: pointer;
}

.info-popup {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
    max-width: 350px;
}

.info-popup {
    margin: 0;
}	
	
		.order_item{
			width: 60%;
			float: left;
		}
		.order_info{
			width: 40%;
			height: 100%;
			margin-bottom: 100px;
			float: right;
		}
		.order_download_btn{
			margin-top: 24px;
		}
		.line_spcer{
			margin-top: 40px;
		}
			


.popup-info{
	display: block;
    position: fixed;
    top: 166px;
    right: 2.5%;
}

.popup-window, .popup-window-footer {
  background: #e9e9e9; /* light grey background */
  display: flex; /* use flexbox */
  justify-content: center; /* center horizontally */
  align-items: center; /* center vertically */
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  color: #3f3f3f;
}
	
.popup-window-footer {
  width: 160px; /* adjust as necessary */
  padding: 15px 20px 25px 20px;	
}
.popup-window {
  width: 160px; /* adjust as necessary */
  height: 160px; /* adjust as necessary */
  padding: 20px;
}	

/* Adjust the border radius for the main window specifically */
.popup-window {
  border-radius: 50px;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 24px;
  font-size: 32px;
  cursor: pointer;
}

.popup-content {
  text-align: center;
}

.popup-title {
  font-size: 16px;
  margin: 0; /* Adjust if needed */
}

.popup-footer {
  text-align: left;
  margin: 0; /* Adjust if needed */
}

.exclusive-wrap{
			user-select: none;
			float: right;
			text-align: right;
			background: #e9e9e9;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 4px;
			position: relative;
			color: #3f3f3f;
				width: 100px;
				height: 100%;
				margin-top: 4px;
				margin-left: 12px;
				margin-right: 10px;
		}


.header_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
	margin-bottom: 120px;
}

.header_img img {
    width: 100vw; /* Ensure the image is always as wide as the viewport */
    height: 66vh; /* Keep the image's height consistent relative to the viewport */
    object-fit: cover; /* Crop the sides if the width is too large */
	border-radius: 40px;
}

.div-disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.info-popup-wrap{
        float: left;
    }

.hidden{
    display: none;
}

/*****************************************************************************************************************/
/*******************Mobile breaker fucker ************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/


@media only screen and (min-width: 160px) and (max-width: 665px) {
.normal, .normal_flex {
	font-size: 14px;
	line-height: 20px;
}
.big, .big_flex {
	font-size: 18px;
	line-height: 24px;
}
.small, .small_flex, .small_flex_ital {
	font-size: .8rem;
	line-height: 1.5;
}
._12_mono, .tiny, .tiny_flex {
	font-size: .7rem;
	line-height: 1.35;
}	
.button, .inputField, .selectBox {
	font-size: 14px;
	max-width: 244px;
	}
.introSizer {
	font-size: 60px;
}
#wrap {
	margin-right: 3%;
	margin-left: 3%;
	width: 94%;
}
	.entryContainer, .entryContainerLogin{
		top: 12px;
	}
#textarea {
	padding: 120px 1% 140px 1%;
    width: 98%;
	min-height: 50px;
	font-size: 45px;
	Line-height: 1.05;
}

.infoContentWrap {
	width: 100%;
}
.infoContent {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.infoGroup {
	width: 50%;
	
}
.addressInput {
	width: 84%;
}
.checkBoxContainer {
	width: 90%;
}
	
	
.cartProductName, .cartProductPrice {
	padding: 16px 0 0 0;
}
.cartProductAdd {
	width: 18%;
}	
.addBtn {
	margin-top: 16px;
}
	
	
.startContentWrap {
	margin: 36px 2% 12px 2%;
}
.fontSelector {
	margin: 0 0 4px 0;
}
#sliderWrapWrap {
	width: 100%;
	left: 0%;
}
#sliderCounterDisplay {
	float: left;
}
.menuSubWrap {
	float: left;
	margin-left: 12px;
	display: none;
}
#slider-size, #slider-weight, #slider-contrast, #slider-Italic, #slider-Italic2 {
	margin: 12px 2% 0px 0px;
}
#slider-size,#slider-weight,#slider-contrast,#slider-color,#slider-Italic,#slider-Italic2{
		display: none;
	}	
#font-menu-desktop-buy {
	position: absolute;
	right: 0;
	top: 78px;
	margin-right: 2%;
}
.buyBtnMobile {
	background-color: #222222;
	color: #fff;
	padding: 6px 12px 4px 12px;
}
#subtotal, #deskLicense, #webLicense {
	padding-top: 20px;
}
#total {
	padding-top: 20px;
}
#mc-embedded-subscribe {
	font-size: 18px;
}
.successWrap {
	font-size: 32px;
}
.successExit {
	font-size: 90px;
}
.inputFieldWrap {
    width: 244px;
}
.addressInput, #mc-embedded-subscribe, .text {
	margin-bottom: 8px;
}
.mobile {
	text-align: center;
	width: 96%;
}
.entryContainerCounter {
    right: 0%;
}	
#infoContainer {
	width: 100%;
}
#guziWarp {
	font-size: 120px;
}
#guziWarp_front {
	font-size: 88px;
}
.error {
	top: 20px;
	width: 80%;
	font-size: 12px;
}
#cookieLaLa {
	width: 86%;
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 16px;
        padding-bottom: 16px;
}
.cookieText {
    margin-top: 0px;
}
#cookieConsent {
    left: 1%;
    transform: translateX(-0%);
    width: 88%;
    padding-left: 5%;
    padding-right: 5%;
}	
.entry_container_request {
    position: fixed;
    bottom: 12px;
    z-index: 10000;
    left: 4%;
	background: #000;
    border: 1px solid #FFFFFF;
}
.footerSet {
	margin-top: 40px;
	height: 12px;
}
.cartFontsizer {
	font-size: 20px;
}	
.c_50 {
    width: 100%;
}	
	#sidekick_menu{
		max-width: 60%;
	}
#mobile_menu{
	display: inline;
}
	#mobile_menu-account, #mobile_menu-login, #mobile_menu-bar{
		display: none;
	}	
	.header-menu-container {
		margin-right: 3%;
		width: 20%;
        float: left;
	}
    .header-menu-container_l {
		width: 75%;
	}
	.footer_spacer {
    	height: 40px;
	}
	.footer-50{
			width: 100%;
		}
		.footer-25{
			width: 100%;
	}
	.drop_it_txt {
    margin-top: 4px;
    padding-bottom: 24px;
}
	.item_list {
    font-size: 32px;
	min-height: 36px;
        margin: 0px 0% 10px 0%;
		line-height: normal;
}
.drop_it_btn_w {
    margin-top: 11px;
}
	.glyph {
    font-size: 24px;
    width: 30px;
    height: 30px;
}
	.pop_box {
    width: 88%;
	}
	
#infoContainer_front {
width: 94%;
margin-left: 0%;
}	
	
	
.field_control_wrap {
			float: left;
			width: 0%;
			height: 0px;	
			box-shadow: inset 0px 0px 0px 0px #333333;
			overflow: hidden;
			}
			#text_field {
				width: 90%;
			}
			#cont_buy {
				width: 100%;
				box-shadow: inset 0px 1px 0px 0px #333333;
			}
			#text_marker{
				width: 100%;
			}	
	
.glyphs_otf{
	font-size: 24px;
	margin-right: 18px;
}
    .textWeightName {
	height: 18px;
}
    .groupContainerSub {
	padding: 0px 0px 10px 2%;
}
#indexGroupWrap {
    margin-top: 12px;
	margin-bottom: 12px;
}	
.indexGroup {
    width: 84px;
	}

.peace{
	float: left;
	width: 6%;
	margin-top: -6px;
}
.menuElement_l {
	padding-right: 20px;
}
	.menuElement{
		padding-left: 10px;
        float: left;
	}	

	#multi_license_text{
		width: 90%;
		text-align: center;
	}
	.license_solo_content{
		width: 98%;
		padding-left: 1%;
    	padding-right: 1%;
		padding-top: 4px;
	}
	.license_type{
		width: 40%; 
	}

			.order_item{
				width: 100%;
			}
			.order_info{
				width: 100%;
			}	
	.exclusive-wrap{
			float: right;
	}
    .article_img{
    margin-right: 0%;
    }
    
.license_txt{
			padding-top: 6px;
			padding-bottom: 8px;
		}
    .info-popup{
        left: 1%;
    } 
    .info-popup-wrap{
        float: right;
    }
/**************** END ******************************************/	
}




/**************** Cart Btn manager ******************************************/
@media only screen and (max-width: 720px) {
	.addBtn {
		width: 20px;
	}
	.cartProductName {
		width: 72%;
		padding-right: 5%;
	}
	.cartProductNameMember {
		width: 60%;
	}
	.cartProductPrice {
		width: 20%;
	}
	#cartProductAdd {
		width: 16%;
		margin-top: 2px;
	}
	.checkBtn {
		margin-top: 40px;
		padding: 14px 8px 14px 8px;
		position: absolute;
		width: 95%;
		left: 0%;
	}
	#deskLicense, #webLicense {
		position: absolute;
		right: 8%;
	}
				.order_item{
				width: 100%;
			}
			.order_info{
				width: 100%;
			}
	
}

/**************** Try slider ******************************************/
@media only screen and (min-width: 160px) and (max-width: 338px) {
	#slider-size, #slider-weight, #slider-contrast, #slider-Italic, #slider-Italic2 {
		margin: 6px 2% 0px 2%;
	}
	.menuSubWrap {
		width: 100%;
		padding: 0 36% 0px 4%;
		display: none;
	}
	
}




/*************************** tablet breaker fucker ******************************************/
@media only screen and (min-width: 666px) and (max-width: 800px) {
	.normal {
		font-size: 16px;
		line-height: 22px;
	}
	.big, #mce-EMAIL {
		font-size: 22px;
		line-height: 28px;
	}
	#infoContentWrap {
		width: 75%;
	}
	#wrap {
		margin-right: 2%;
		margin-left: 2%;
		width: 96%;
	}
	#header {
		width: 96%;
	}
	#textarea {
	width: 94%;
	padding: 80px 3% 160px 3%;
		font-size: 75px;
		Line-height: 1.05;
	}
	.infoContentWrap {
		width: 50%;
	}
	#sliderWrapWrap {
		width: 100%;
		left: 0%;
	}
	.menuSubWrap {
		float: left;
		margin: 12px 0 0 0;
		display: none;
	}
	#font-menu-desktop-buy {
		position: absolute;
		right: 0;
		top: 90px
	}
	.buyBtnMobile {
		background-color: #222222;
		color: #fff;
	}
	#multi_license_text{
		width: 98%;
		text-align: center;
	}
	.license_solo_content{
		width: 90%;
	}
	.license_type{
		width: 40%; 
	}
			.order_item{
				width: 100%;
			}
			.order_info{
				width: 100%;
			}
	#mobile_menu{
		display: inline;
	}
	#mobile_menu-account, #mobile_menu-login, #mobile_menu-bar{
			display: none;
	}		

}


@media only screen  and (min-width : 1700px) {	
	.item_list{
		min-height: 72px;
    }
}


/*************************** Mega Huge display fucker ******************************************/
@media only screen  and (min-width : 2001px) {	
    
	body{
		padding: 60px 10% 0px 10%;
	}
	#header{
		width: 78%;
		padding: 24px 0 0 0;
	}
	
	.item_list{
        margin: 0px 0% 16px 0%;
		min-height: 72px;
    }
    .drop_it_txt, .glyphs_otf{
        max-width: 800px;
    }
	#textarea {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	#sidekick_menu{
		max-width: 300px;
	}
}