html {scroll-behavior:smooth;}
body, html {height: 100%;}

body {
    background:#e1e1e1;
	color:#000;
	font-family: 'Cabin', sans-serif;
	font-size:16px;
    font-weight:400;
    line-height:1.5;
}


*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p{margin-bottom:25px;}

.fw-medium {font-weight:500 !important;}
.fw-semi-bold {font-weight:600 !important;}
.fw-bolder {font-weight:900 !important;}


/*************Line Height****************/
.lh-1 {line-height:1 !important;}
.lh-15 {line-height:1.5 !important;}
.lh-2 {line-height:2 !important;}

.ls-1 {letter-spacing:1px !important;}
.ls-15 {letter-spacing:1.5px !important;}
.ls-2 {letter-spacing:2px !important;}

/*****************************/
.breadcrumb,.woocommerce-breadcrumb{border-bottom:1px dashed #d3d3d3; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.woocommerce-breadcrumb, .breadcrumb>li+li:before{content:"\00BB";color:#3c87df; margin:0 10px;}
a{color:#3c87df;}
a:hover{color:#7a7777;}

/***************************/
.btn {
	/*font-family: 'Cabin', sans-serif;
	font-family: 'Overpass Mono', monospace;*/
	font-family: "GT Pressura Mono",serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}

.input-group .btn {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


/*****************************/
.bg-black {
    background-color: #000 !important;
}

.text-black {
    color: #000 !important;
}

.btn-black {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.btn-black:hover {
    background-color: #323232 !important;
    border-color: #323232 !important;
}


/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	/*font-family: 'Playfair Display',serif;
	font-family: 'Overpass Mono', monospace;*/
	font-family: "GT Pressura Mono",serif;
	font-weight: 400;
    color: #000;
}

h1,.h1 {
	font-size:45px;
}

h2,.h2 {
    font-size: 35px;
}

h3, .h3 {
    font-size: 25px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
	/*font-family: 'Cabin', sans-serif;
	font-family: 'Overpass Mono', monospace; */
	font-family: "GT Pressura Mono",serif;
    font-size: 15px;
	text-transform:uppercase;
}