/*!
Theme Name: Online Grass Markers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: online-grass-markers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Online Grass Markers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {
    --accent-color: #802525; 
	--accent-color-xlight: #c25b41;
	--accent-color-light: #c61118; 
    --accent-color-darker: #702020; 
    --accent-color-darkest: #5e1a1a; 
	--accent-color-green: #57762e;
	--color-black: #222;
    --background-color: #f7f7f7;
    --drop-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    --drop-shadow2: 0px 0px 9px 2px rgba(0,0,0,0.7);
    --drop-shadow-darker: 0 0 15px rgba(0, 0, 0, 0.3);
	--drop-shadow-sharp: 2px 2px 0px rgba(0, 0, 0, 0.3);
    --site-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-size: 1rem;
	--font-size-small: 0.9rem;
	--font-size-large: 1.15rem;
	--font-size-xlarge: 1.25rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "condensed_roman";
    src: url("fonts/condensed_roman.woff") format('woff');
    font-weight: bold;
    text-transform: uppercase !important;
    text-shadow: 0 0 15px rgba(150, 23, 23, 1) !important;
}
.font-loader1{ font-size: 1px; font-family: "condensed_roman"; }
@font-face {
    font-family: "modified_roman";
    src: url("fonts/modified_roman.woff") format('woff');
}
.font-loader2{ font-size: 1px; font-family: "modified_roman"; }
@font-face {
    font-family: "times_roman_bold";
    src: url("fonts/times_roman_bold.woff") format('woff');
}
.font-loader3{ font-size: 1px;  font-family: "times_roman_bold"; }
@font-face {
    font-family: "times_roman_italic";
    src: url("fonts/times_roman_italic.woff") format('woff');
}
.font-loader4{ font-size: 1px; font-family: "times_roman_italic"; }


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: var(--background-color);
	font-family: var(--site-font);
}

.flex {
	display: flex;
	gap: 20px;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.button,
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
.button, 
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
.button,
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
.button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
.button::-moz-focus-inner,
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
.button:-moz-focusring,
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 20px;
	height: 20px;
	accent-color: var(--accent-color);
}
.radio-group label,
.checkbox-group label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
.button,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: var(--site-font);
	font-size: var(--font-size);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


.text-decoration-underline {
	text-decoration: underline;
}
.fst-italic {
	font-style: italic;
}

.my-cart-notice,
.my-cart-error {
    position: fixed;
    top: 60px;
    right: 10px;
    padding: 10px 20px;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-size: 14px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.my-cart-notice { background: #46b450; color: white; }
.my-cart-error { background: #e74c3c; color: white; }


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--accent-color-light);
	outline: none;
}

a:visited {
	color: var(--accent-color-light);
	outline: none;
}

a:hover {
	color: var(--accent-color-green);
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	text-decoration: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	height: 32px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
._container {
    max-width: 1200px;
    margin: auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

#masthead {
	background-color: #fff;
}
#masthead .page_description {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#masthead .page_description ._container {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: var(--font-size-small);
}
#masthead .page_description h2 { 
	font-size: var(--font-size-small);
	font-weight: normal;
}
#masthead .page_description .menu-scondary-menu-container {
	margin-left: auto;
}
#masthead .page_description .menu-scondary-menu-container ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	gap: 15px;
}
#masthead .page_description .menu-scondary-menu-container li a {
	color: var(--accent-color);
	text-decoration: none;
}
#masthead .page_description .menu-scondary-menu-container li a:hover {
	color: var(--accent-color-green);
}
#masthead .page_logo {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
#masthead .page_logo ._container {
	display: flex;
	align-items: center;
	gap: 50px;
}
#masthead .page_logo ._container h1 {
	margin: 0;
}
#masthead .page_logo ._container h1 img {
	height: 120px;
    display: block;
    width: auto;
    max-width: none;
}
#masthead .page_logo ._container .center_nav .upper_nav {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
}
#masthead .page_logo ._container .center_nav h2 {
	font-weight: 24px;
	line-height: 1;
}
#masthead .page_logo ._container .center_nav h2 span{
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
#masthead .page_logo ._container .right_nav {
	margin-left: auto;
	display: flex;
	justify-content: center;
	gap: 30px;
}
#masthead .page_logo ._container .right_nav .cart-contents {
	display: inline-block;
	position: relative;
	align-self: center;
	text-decoration: none;
}
#masthead .page_logo ._container .right_nav .cart-contents i {
	font-size: 30px;
}
#masthead .page_logo ._container .right_nav .cart-contents h5 {
	margin: -3px 0 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
}
#masthead .page_logo ._container .right_nav .cart-contents span.cart-count {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: -10px;
    right: -10px;
    font-size: 12px;
}
#masthead .page_logo ._container .right_nav .lang {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#masthead .page_logo ._container .right_nav .lang a {
	display: block;
}
#masthead .page_logo ._container .right_nav .lang a img {
	width: 60px;
	display: block;
}
#masthead .page_logo #site-navigation {
	margin-left: auto;
}
#masthead .page_logo #site-navigation ul {
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}
#masthead .page_logo #site-navigation ul li a {
	font-size: var(--font-size-large);
	color: var(--accent-color-light);
	font-weight: 600;
}
#masthead .page_logo #site-navigation ul li.current-menu-item a,
#masthead .page_logo #site-navigation ul li a:hover {
	color: var(--accent-color-green);
}
/*#masthead .page_logo #site-navigation ul li{
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
#masthead .page_logo #site-navigation ul li:before {
	content: "";
	border-left: 1px solid #ccc;
	height: 25px;
}*/
#masthead .page_logo #site-navigation ul li:first-child:before,
#masthead .page_logo #site-navigation ul li:last-child:before {
	border-left: 0;
}
#masthead .page_logo #site-navigation ul li:last-child {
	margin-left: 10px;
}
/*#masthead .page_logo #site-navigation ul li:last-child a {
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: 600;
	font-size: var(--font-size-xlarge);
	background: var(--accent-color-green);
    color: #fff;
	border-radius: 5px;
	padding: 7px 17px;
}
#masthead .page_logo #site-navigation ul li:last-child a:hover {
	opacity: 0.8;
}
#masthead .page_logo #site-navigation ul li:last-child a i {
	margin-top: 3px;
}*/

#primary {
	margin-top: 60px;
	margin-bottom: 60px;
}


.comingsoon {
	position: relative;
}
.comingsoon:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #00000085;
	z-index: 1;
}
.comingsoon:after{
	content: "Coming Soon!";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: 600;
	font-size: 29px;
	z-index: 2;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/**
* My Custom Styles
*/
.cartFormContainer {
	display: flex;
	gap: 0;
	align-items: flex-start;
	flex-direction: column;
}
.cartFormContainer .woocommerce-cart-form {
	width: 100%;
}
.cartFormContainer .cartFormContainer_computation {
	width: 100%;
}
.cartFormContainer .cartFormContainer_computation .cart_totals {
	float: none;
	width: auto;
}
.woocommerce table.shop_table {
	background-color: #fff;
}
.woocommerce-cart table.cart th.product-name {
	width: 225px;
}
.woocommerce-cart table.cart td {
	font-size: 14px;
	vertical-align: top;
}
.woocommerce-cart table.cart td.product-thumbnail {
	text-align: center;
}
.woocommerce-cart table.cart td.product-thumbnail h5 {
	font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
	line-height: normal;
	text-align: left;
}
.woocommerce-cart table.cart td.product-thumbnail .actions {
	text-align: left;
}
.woocommerce-cart table.cart td.product-name {
	padding-left: 0;
}
.woocommerce-cart table.cart td.product-name .variation dt {
	font-weight: 600;
}
.woocommerce-cart table.cart td.product-name h4,
.woocommerce-cart table.cart td.product-subtotal {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
}
.woocommerce-cart table.cart td.product-name ._quantity {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.woocommerce-cart table.cart td.product-name ._quantity b {
	font-weight: 600;
}
form.woocommerce-cart-form button[name="update_cart"] {
	visibility: hidden;
}
form.woocommerce-cart-form #coupon_code {
	width: 200px;
}
form.woocommerce-cart-form button[name="apply_coupon"] {
	height: 37px;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 100px;
}

.extra-cart-items {
	margin: 50px 0;
}
.extra-cart-items h2 {
	margin-bottom: 20px;
}
.extra-cart-items > p {
	color: var(--accent-color);
}
.extra-cart-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.extra-cart-items ul li {
	width: calc(20% - 16px);
	background-color: #fff;
    box-shadow: var(--drop-shadow);
	padding: 10px;
	display: flex;
    flex-direction: column;
} 
.extra-cart-items ul li a,
.extra-cart-items ul li a img{
	display: block;
}
.extra-cart-items ul li a img {
	object-fit: contain;
	object-position: center;
	width: 224px;
	height: 224px;
}
.extra-cart-items ul li h5 {
	padding: 15px 15px 0;
}
.extra-cart-items ul li article {
	padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
	margin-top: auto;
}
.extra-cart-items ul li article p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.4;
}
.extra-cart-items ul li article p .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 600;
}

.woocommerce ul.products li.product a img {
	width: 100%;
    height: 264px;
    object-fit: contain;
	object-position: center;
}


form.checkout.woocommerce-checkout{
	display: flex;
	gap: 40px;
}
form.checkout.woocommerce-checkout .left-area {
	width: 50%;
}
form.checkout.woocommerce-checkout .right-area {
	width: 50%;
}
form.checkout.woocommerce-checkout .forms-billing-shipping {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
form.checkout.woocommerce-checkout .form-info > p {
	margin-bottom: 5px;
}
.woocommerce form.checkout.woocommerce-checkout .form-row {
	margin: 0 0 20px;
    border: 1px solid #7c7c7c;
    padding: 0;
    border-radius: 5px;
	background-color: #fff;
}
.woocommerce form.checkout.woocommerce-checkout .form-row#shipping_country_field,
.woocommerce form.checkout.woocommerce-checkout .form-row#shipping_state_field,
.woocommerce form.checkout.woocommerce-checkout .form-row#billing_country_field,
.woocommerce form.checkout.woocommerce-checkout .form-row#billing_state_field {
	padding-bottom: 4px;
}
.woocommerce form.checkout.woocommerce-checkout .form-row label {
	padding: 5px 10px 0;
    font-size: 14px;
    color: #626262;
    line-height: 1.2;
}
.woocommerce form.checkout.woocommerce-checkout .form-row input:not([type=checkbox]):not([type=radio]),
.woocommerce form.checkout.woocommerce-checkout .form-row select {
	padding: 5px 10px;
    border: 0;
    font-size: 18px;
	color: #000;
	height: auto;
}
.woocommerce form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
	padding: 0;
    border: 0;
	height: auto;
}
.woocommerce form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 5px 10px;
    border: 0;
    font-size: 18px;
	color: #000;
	height: auto;
}


.cart_totals .wcpay-express-checkout-wrapper {
	position: relative;
}
.cart_totals .wcpay-express-checkout-wrapper:before {
	content: " OR ";
	font-size: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
	position: relative;
	z-index: 2;
	background-color: #f7f7f7;
	width: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.cart_totals .wcpay-express-checkout-wrapper:after {
	content: "";
	position: absolute;
	height: 1px;
	max-width: 375px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: 17px;
}
#wcpay-express-checkout-button-separator {
	align-items: center;
    display: flex;
    margin: 36px 0 28px;
    padding: 0 24px;
    text-align: center;
	gap: 20px;
	font-size: 18px;
}
#wcpay-express-checkout-button-separator:before,
#wcpay-express-checkout-button-separator:after {
	border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    content: " ";
    flex: 1;
}

.wcpay-express-checkout-wrapper h4{
	align-items: center;
    display: flex;
	gap: 20px;
	font-size: 20px;
}
.wcpay-express-checkout-wrapper h4:before{
	border-left: 1px solid hsla(0, 0%, 7%, .11);
	border-color: hsla(0, 0%, 7%, .11) hsla(0, 0%, 7%, .11) currentcolor;
	border-radius: 4px 0 0 0;
	border-top: 1px solid hsla(0, 0%, 7%, .11);
	content: "";
	display: block;
	flex-grow: 1;
	height: 3px;
	margin-right: 12px;
	pointer-events: none;
}
.wcpay-express-checkout-wrapper h4:after{
	border-color: currentcolor currentcolor hsla(0, 0%, 7%, .11) hsla(0, 0%, 7%, .11);
    border-radius: 0 4px 0 0;
    border-right: 1px solid hsla(0, 0%, 7%, .11);
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    content: "";
    display: block;
    flex-grow: 1;
    height: 3px;
    margin-left: 12px;
    pointer-events: none;
}
.wcpay-express-checkout-wrapper #wcpay-express-checkout-element{
	margin: -14px 0 0;
	border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    padding: 24px;
}

.shipping_billing_copy label{
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.billing_address_area {
	display: block;
}
.billing_address_area.hidden {
	display: none;
}

.variation-ItemID,
.wc-block-components-product-details__item-id{
	display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	background-color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 75px;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
	max-width: 75px;
    width: 75px;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar {
	padding-left: 0;
}
.wp-block-woocommerce-checkout .canvas-item.wc-block-components-order-summary-item {
	flex-wrap: wrap;
}
.wp-block-woocommerce-checkout .canvas-item.wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
	padding-left: 0;
	padding-right: 0;
	width: 297px;
}
.wp-block-woocommerce-checkout .canvas-item.wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
	width: auto;
	padding-bottom: 0;
}
.wp-block-woocommerce-checkout .canvas-item.wc-block-components-order-summary-item .wc-block-components-order-summary-item__image>img {
	max-width: none;
	width: 250px;
}

.woocommerce-table--order-details .product-title h4 {
	margin-bottom: 5px;
}
.woocommerce-table--order-details .product-container{
	display: flex;
	gap: 10px;
}
.woocommerce-table--order-details .product-container .product_content ul {
	margin: 20px 0 0;
	width: 350px;
	font-size: 14px;
}
.woocommerce-table--order-details .product-container .product_content ul strong.wc-item-meta-label {
	font-weight: 600;
}
.woocommerce-table--order-details td:last-child,
.woocommerce-table--order-details th:last-child{
	text-align: right;
}







/*
* Front page
*/

.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.loader-wrapper h1 {
    margin: 0;
    padding: 0;
    position: relative;
    width: 300px;
}
.loader-wrapper h1 img {
    display: block;
}
.loader-wrapper h1 i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffffb5;
}   

.main_area {
    padding: 50px 0 0;
}
.main_area ._container{
    display: flex;
    gap: 40px;
	margin-bottom: 80px;
}
.main_area ._container .leftside {
    width: 65%;
	position: relative;
}
.main_area ._container .rightside {
    width: calc(35% - 40px);
}
#video-area {
    height: 360px;
	position: relative;
}
.video-area::before {
	content: "";
	background-color: #282727b5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}
.video-overlay h1 {
    font-size: 3rem;
	line-height: 1.1;
	margin: 0 0 30px;
	text-shadow: 1px 1px #4e4e4e;
}
.video-overlay p {
	font-size: 18px;
	text-shadow: 1px 1px #4e4e4e;
}
#watchVideoBtn {
    background-color: #d93025;
    color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	text-decoration: none;
}

.main_area ._container .rightside .slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.main_area ._container .rightside .slide p {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.main_area ._container .rightside .badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
    margin: 40px 0 0;
}
.main_area ._container .rightside .badges img {
	height: 140px;
	object-fit: contain;
}


.scrolling-text {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	background: #f5f2f0;
	color: var(--accent-color-xlight);
	padding: 10px 0;
}
.scrolling-text span {
	display: inline-block;
	padding-left: calc(100% / 2.8);
	animation: scroll 10s linear infinite;
	font-size: 18px;
    font-weight: 600;
}
@keyframes scroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}

.contact_options {
	display: flex;
	gap: 10px;
	margin-top: 17px;
	/*position: absolute;
	bottom: -95px;
    right: 0;
    left: 0;*/
}
.contact_options a{
	width: 33.33333333%;
	text-decoration: none;
	display: flex;
	align-items: center;
	border: 2px solid #000;
	color: #000;
	border-radius: 5px;
	padding: 10px;
}
.contact_options a .fa-2x{
	font-size: 30px;
}
.contact_options a img {
	width: 60px;
}
.contact_options a span:last-child {
	text-align: center;
	font-size: 18px;
    font-weight: 500;
    margin-left: 12px;
}
.contact_options a.telephone {
	padding-left: 20px;
	padding-right: 20px;
}
.contact_options a.telephone span:last-child {
	font-size: 24px;
    margin-left: 17px;
    font-weight: bold;
}

.home #primary{
    background-color: #fff;
	margin: 0;
	padding: 0;
}



section.grouping {
	padding: 50px 0;
}



.designers_list_area {
	margin-top: 40px;
}
.designers_list_area h2 {
	font-size: 36px;
    margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	position: relative;
	text-align: center;
}
.designers_list_area h2 span{
	font-size: 25px;
	display: block;
}
.designers_list_area h2::after {
    background-color: var(--accent-color-light);
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 100px;
	height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.designers_list_area h3 {
	font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #858585;
    margin-bottom: 15px;
	text-align: center;
}




.main_area ._container .rightside .random_products {
	margin-top: 30px;
}
.main_area ._container .rightside .random_products ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.main_area ._container .rightside .random_products li {
	border: 3px solid #000;
	padding-bottom: 10px;
}
.main_area ._container .rightside .random_products li.bordered {
	padding: 0 0 10px;
}
.main_area ._container .rightside .random_products li figure {
	position: relative;
	margin: 0;
}
.main_area ._container .rightside .random_products li h5,
.main_area ._container .rightside .random_products li h4{
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: normal;
	text-align: center;
	margin: 0;
}
.main_area ._container .rightside .random_products li h5{
	top: 5px;
	font-size: 16px;
	line-height: 1.2;
}
.main_area ._container .rightside .random_products li h4{
	bottom: 5px;
	font-size: 18px;
	line-height: 1.2;
}
.main_area ._container .rightside .random_products li img{
	object-fit: cover;
	object-position: center;
	height: 180px;
	width: 300px;
	margin: 10px auto;
	display: block;
}
.main_area ._container .rightside .random_products li.bordered img {
	display: block;
	height: 280px;
	width: auto;
	margin: 10px auto;
}
.main_area ._container .rightside .random_products h5 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}
.main_area ._container .rightside .random_products article {
	font-size: 13px;
	line-height: 1.32;
}
.main_area ._container .rightside .random_products article div {
	text-align: center;
}
.main_area ._container .rightside .random_products article .small_note {
	margin-top: 7px;
	font-size: 11px;
}
.main_area ._container .rightside .random_products article form {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_area ._container .rightside .random_products article a {
	display: none;
}
.main_area ._container .rightside .random_products .button {
	border-color: var(--accent-color-green);
	background: var(--accent-color-green);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em;
	margin: 10px auto 0;
    cursor: pointer;
    width: 120px;
}

.product_list_area .materials {
    padding: 20px;
    border: 2px solid var(--accent-color-xlight);
}

.designers_list_area ul.custom_products  {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;

	list-style: none;
	margin: 65px 0 0;
	padding: 0;
}
.designers_list_area ul.custom_products li {
	width: calc(50% - 10px);
}
.designers_list_area ul.custom_products li img {
	display: block;
}
.designers_list_area ul.custom_products li h3 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #222;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}
.designers_list_area ul.custom_products li p {
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: center;
	color: #626262;
}
.designers_list_area ul.custom_products li p span{
	color: var(--accent-color-light);
	font-weight: 600;
	font-size: 18px;
}

.product_list_area {
	margin-top: 29px;
}
.product_list_area .materials label > div {
	height: 80px;
    width: 100%;
    background-position: center;
    background-size: 520px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}
.product_list_area .materials label > div span {
	font-size: 16px;
	display: block;
	text-align: center;
}
.product_list_area .materials label[for="premium_black_granite"] > div:before {
    content: "";
    background-image: url(images/bestchoice.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 95px;
    width: 60px;
    left: -20px;
    top: -9px;
}
.product_list_area .materials ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.product_list_area .materials ul li label {
	margin-bottom: 10px;
	display: block;
}
.product_list_area .materials ul li label:last-child{
	margin-bottom: 0;
}

section.trustpilot_area {
	position: relative;
	background: var(--accent-color);
    padding: 20px 300px 20px 20px;
}
section.trustpilot_area > img {
	display: block;
    position: absolute;
    right: 20px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
}


.page-faq ._title h1 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}
.page-faq ._title h1 span {
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.page-faq .faq_container {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.page-faq .faq_container ._fq {
	background: #fff;
	margin-bottom: 1rem;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.page-faq .faq_container ._fq h4 {
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
}
.page-faq .faq_container ._fq h4::after {
	content: "+";
	position: absolute;
	right: 20px;
	transition: transform 0.3s ease;
	font-size: 25px;
	transform: translateY(-50%);
    top: 50%;
}
.page-faq .faq_container ._fq.active h4::after {
	content: "-";
}
.page-faq .faq_container ._fq ._ans {
	padding: 15px 20px;
	display: none;
	border-top: 1px solid #eee;
}
.page-faq .faq_container ._fq.active ._ans {
	display: block;
}

.page-aboutus ._title h1 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}
.page-aboutus .aboutus_container {
	display: flex;
	gap: 40px;
	flex-direction: column;
}
.page-aboutus .aboutus_container h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.page-aboutus .aboutus_container #history ._about {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.page-aboutus .aboutus_container #history ._about img {
	display: block;
}
.page-aboutus .aboutus_container #history ._about .upper_area {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.page-aboutus .aboutus_container #history ._about .upper_area .main_images,
.page-aboutus .aboutus_container #history ._about .upper_area .main_content {
	width: 50%;
}
.page-aboutus .aboutus_container #history ._about .upper_area .main_images {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.page-aboutus .aboutus_container #history ._about .upper_area .main_images .main_images_lower {
	width: calc(100% - 63px);
	gap: 10px;
	display: flex;
}
.page-aboutus .aboutus_container #history ._about .upper_area .main_images .main_images_lower img {
	width: calc(50% - 5px);
	display: block;
}
.page-aboutus .aboutus_container #history ._about .upper_area p {
	margin-bottom: 1em;
}
.page-aboutus .aboutus_container #history ._about .upper_area p:last-child {
	margin-bottom: 0;
}
.page-aboutus .aboutus_container #history ._about .lower_area {
	display: flex;
	gap: 10px;
}
.page-aboutus .aboutus_container #history ._about .lower_area img {
	width: calc(25% - 10px);
	object-fit: cover;
	object-position: center;
}

.page-accessories .accessories_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; 
}
.page-accessories .accessories_container .category-box > a {
	display: block;
	border: 2px solid #000;
	border-radius: 10px;
	background-color: #fff;
}
.page-accessories .accessories_container .category-box > a img {
	border-radius: 10px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.page-accessories .accessories_container .category-box p {
	text-align: center;
	margin: 0;
}
.page-accessories .accessories_container .category-box p a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

.ratings {
	display: flex;
	background-color: #007398;
	justify-content: space-between;
	align-items: center;
	padding:  10px 20px;
}
.ratings ._ratings {
	display: flex;
	align-items: center;
}
.ratings .ratings_overall {
	display: flex;
	align-items: center;
}
.ratings .ratings_overall img {
	display: block;
	width: 180px;
}
.ratings > img {
	width: 271px;
	display: block;
}


footer {
	background-color: #91b99b;
}
footer .footer_content {
	padding: 40px 0;
	display: flex;
	color: #333;
	gap: 100px;
}
footer .company_info {
	font-size: 20px;
}
footer .company_info > a {
	margin-bottom: 20px;
	display: block;
}
footer .company_info > a img {
	width: 250px;
}
footer .links {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 100px;
	font-size: 20px;
}
footer .links h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}
footer .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .links ul li {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
footer .links ul li a {
	text-decoration: none;
}
footer .copyright {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
}