/* STYLE
/////////////////////////////////////////////////////// */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
background: transparent; }

body {
width: 100%;
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 0;
margin: 0 auto;
color: #000;
background: #FFF;
overflow-x: hidden; }

html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
		text-size-adjust: 100%; }

*, *:before, *:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box; }

::-moz-selection {
color: #000;
background: #FF8dEF; }

::selection {
color: #000;
background: #FF8dEF; }

a {
-webkit-tap-highlight-color: transparent;
text-decoration: none;
color: inherit; }

a:hover {
text-decoration: none; }

a:active,
a:hover,
:focus {
outline: 0; }

img {
width: 100%;
height: auto;
margin: 0 auto;
display: block;
border: 0; }

object, embed {
max-width: 100%; }

ol, ul, li {
list-style: none; }

blockquote, q {
quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }

table {
border-collapse: collapse;
border-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; 
-webkit-appearance: none;
   -moz-appearance: none;
		appearance: none; }

button {
overflow: visible; }

button,
select {
text-transform: none; }	

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }	

button[disabled],
html input[disabled] {
cursor: default; }	

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }	

input {
line-height: normal; }	

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; 
padding: 0; }	

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }

input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }

legend {
border: 0;
padding: 0; }

input {
padding: 0;
border: 0;
border-radius: 0;
border-style: none;
-webkit-box-shadow: none;
   -moz-box-shadow: none;
		box-shadow: none;
background: none;
-webkit-appearance: none;
   -moz-appearance: none;
		appearance: none;}

button {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-appearance: none;
   -moz-appearance: none;
		appearance: none;}


/* STYLE
/////////////////////////////////////////////////////// */

.nav-main li,
.nav-filters li {
  -webkit-user-select: none; 
     -moz-user-select: none;    
      -ms-user-select: none;  
          user-select: none;
-webkit-touch-callout: none; }

b {
font-weight: 700; }

i {
font-style: italic; }

/*! /////////////////////////////////////////////////////
FONTS FONT AWESOME FREE 5.13.0 BY @FONTAWESOME
HTTPS://FONTAWESOME.COM/LICENSE/FREE 
(ICONS: CC BY 4.0, FONTS: SIL OFL 1.1, CODE: MIT LICENSE)
/////////////////////////////////////////////////////// */

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/awesome/fa-regular-400.eot");
	src: url("../fonts/awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/awesome/fa-regular-400.woff2") format("woff2"),
		 url("../fonts/awesome/fa-regular-400.woff") format("woff"),
		 url("../fonts/awesome/fa-regular-400.ttf") format("truetype"),
		 url("../fonts/awesome/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
	font-family: 'FontAwesome';
	font-style:  normal;
	font-weight: 400;
	src: url("../fonts/awesome/fa-brands-400.eot");
	src: url("../fonts/awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/awesome/fa-brands-400.woff2") format("woff2"),
		 url("../fonts/awesome/fa-brands-400.woff") format("woff"),
		 url("../fonts/awesome/fa-brands-400.ttf") format("truetype"),
		 url("../fonts/awesome/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
	font-family: 'FontAwesome';
	font-style:  normal;
	font-weight: 900;
	src: url("../fonts/awesome/fa-solid-900.eot");
	src: url("../fonts/awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/awesome/fa-solid-900.woff2") format("woff2"),
		 url("../fonts/awesome/fa-solid-900.woff") format("woff"),
		 url("../fonts/awesome/fa-solid-900.ttf") format("truetype"),
		 url("../fonts/awesome/fa-solid-900.svg#fontawesome") format("svg"); }

/* /////////////////////////
RESPON 1200 */
@media (min-width: 1200px){ 
    
    body::-webkit-scrollbar {
    width: 6px;}

    body::-webkit-scrollbar-thumb {
    background-color: #000;}

    body::-webkit-scrollbar-track {
    background: transparent;}

    body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 1px solid #FDFBF6;}   

} /* FI */ 

/* STYLE
/////////////////////////////////////////////////////// */