/*
	Theme Name: Penosil Store Theme
	Author URI: https://reaktiiv.com
	Author: Reaktiiv Grupp OÜ
	Version: 1.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

.aligncenter{
	width: 100%;
	text-align: center;
}
.alignright{
	width: 100%;
	text-align: right;
}
.alignleft{
	width: 100%;
	text-align: left;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

svg{
	max-width: 100%;
}
a {
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
button:focus {
	outline:0;
}

.h100{
	height: 100%;
}

.w100{
	width: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.mt16{
	margin-top: 16px
}
.mt32{
	margin-top: 32px
}
.mt64{
	margin-top: 64px
}

.mb16{
	margin-bottom: 16px
}
.mb32{
	margin-bottom: 32px
}
.mb64{
	margin-bottom: 64px
}

.mr15{
	margin-right: 15px;
}

.pdt16{
	padding-top: 16px;
}
.pdt32{
	padding-top: 32px;
}
.pdt64{
	padding-top: 64px;
}

.pdb16{
	padding-bottom: 16px;
}
.pdb32{
	padding-bottom: 32px;
}
.pdb64{
	padding-bottom: 64px;
}