/* #Font-Face
================================================== */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter SemiBold'), local('Inter-SemiBold'),
        url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/GrtskPeta-Bold.eot');
    src: local('Grtsk Peta Bold'), local('GrtskPeta-Bold'),
        url('../fonts/GrtskPeta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GrtskPeta-Bold.woff2') format('woff2'),
        url('../fonts/GrtskPeta-Bold.woff') format('woff'),
        url('../fonts/GrtskPeta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/GrtskPeta-Semibold.eot');
    src: local('Grtsk Peta Semibold'), local('GrtskPeta-Semibold'),
        url('../fonts/GrtskPeta-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GrtskPeta-Semibold.woff2') format('woff2'),
        url('../fonts/GrtskPeta-Semibold.woff') format('woff'),
        url('../fonts/GrtskPeta-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Grtsk';
    src: url('../fonts/GrtskPeta-BoldItalic.eot');
    src: local('Grtsk Peta Bold Italic'), local('GrtskPeta-BoldItalic'),
        url('../fonts/GrtskPeta-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GrtskPeta-BoldItalic.woff2') format('woff2'),
        url('../fonts/GrtskPeta-BoldItalic.woff') format('woff'),
        url('../fonts/GrtskPeta-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; 
}


	body, html {
	    font-family: 'Inter';
	}
/* #Reset & Basics 
================================================== */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

/* #Links
================================================== */
	a, 
    a:visited,
    a:hover, 
    a:focus {  
       text-decoration: none;     
	   outline: none;
    }

/* #Lists
================================================== */
	li, ul {
        /* list-style-type: none; */
    }    

/* #Forms
================================================== */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 0 5px;
		outline: none;
		max-width: 100%;
		display: block;
		background: #fff;
	}
	
	form textarea {
		min-height: 60px;
        resize: none;
		overflow: auto; 
	}
            
	input[type="checkbox"],
    input[type="radio"] {
		display: inline-block;
		margin-right:5px; 
	}
        
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {	
	  text-decoration: none;
      text-transform: none;
	  cursor: pointer;
      border: none;
	  line-height: normal;
      cursor: pointer;  
	}  	

/* #Other
================================================== */
	:focus   { 
        outline: none; 
    }
    
