/*
Theme Name: Simply Paper Theme
Theme URI: https://simplypaper.com.au/
Author: Jen Clark
Author URI: https://jenclarkdesign.com.au/
Description: A custom theme specifically made for Simply Paper.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: simplypaper

simplypaper WordPress Theme 2011-2025
simplypaper is distributed under the terms of the GNU GPL
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * 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;
}
/**
 * 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: 600;
}
.medium {
	font-weight: 500;
}
/**
 * 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,
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,
input {
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
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,
[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;
}
/**
 * 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,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-heading);
}
p {
	margin-top: 0;
	margin-bottom: 0.9rem;
}
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%;
}
@font-face {
    font-family: 'Guton';
    src: url('../fonts/Guton-Regular.eot');
    src: url('../fonts/Guton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Guton-Regular.woff2') format('woff2'),
        url('../fonts/Guton-Regular.woff') format('woff'),
        url('../fonts/Guton-Regular.ttf') format('truetype'),
        url('../fonts/Guton-Regular.svg#Guton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Guton';
    src: url('../fonts/Guton-SemiBold.eot');
    src: url('../fonts/Guton-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Guton-SemiBold.woff2') format('woff2'),
        url('../fonts/Guton-SemiBold.woff') format('woff'),
        url('../fonts/Guton-SemiBold.ttf') format('truetype'),
        url('../fonts/Guton-SemiBold.svg#Guton-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.site-title,
#sidebar {
	display: none;
}
:root {
	--text: #10231F;
	--dark-green: #1f3a35;
	--dark-grey: #616161;
	--orange: #DFA842;
	--creme: #F6F3EF;
	--white: #ffffff;
	--font-heading: 'Guton', sans-serif;
	--font-body: 'Merriweather', serif;
	--general-padding: 20px;
}
/* Elements
--------------------------------------------- */
body {
	font-family: var(--font-body);
	font-size: 18px; /* 20 */
	color: var(--text);
	/*letter-spacing: -0.05em;*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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;
}
/* 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%;
}
.svg {
	width: 100%;
}
/* Links
--------------------------------------------- */
a {
	color: var(--orange);
	text-decoration: none;
	transition: 0.3s;
}
a.body-text {
	color: var(--text);
}
a:visited {
	color: var(--orange);
}
a:hover,
a:focus,
a:active {
	color: var(--green);
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
/*button:not(.qty-minus):not(.qty-plus),*/
.button,
.woocommerce .cart .button,
.woocommerce-button.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	border: 1px solid #1B3A34;
	box-shadow: 0px 8px 0px #1B3A34;
	border-radius: 999px;
	padding: 16px 32px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: var(--white)
	color: #1B3A34;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	transition: 0.3s;
	cursor: pointer;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-button.button {
	float: none;
	width: 100%;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
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 {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"]:not(.qty),
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 {
	font-family: "Merriweather", serif;
	color: var(--dark-grey);
	border: 1px solid #C6B299;
	border-radius: 6px;
	padding: 12px;
}
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 {
	outline: none;
}
select {
	border: 1px solid #C6B299;
}*/
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}
.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%;
}
.nav-links a {
	display: inline-block;
}
.nav-links a:visited {
	color: var(--orange);
}
.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active {
	color: var(--dark-blue);
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}
.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;
}
/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}
.btn,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
#place_order {
	border: 1px solid #1B3A34;
	box-shadow: 0px 8px 0px #1B3A34;
	border-radius: 999px;
	padding: 16px 32px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	color: #1B3A34;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	transition: 0.3s;
}
.inline-block {
	display: inline-block;
}
.btn-white,
#place_order,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt {
	background-color: #fff;
	color: var(--text);
}
.btn-white:hover,
#place_order:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover {
	background-color: var(--orange);
}
#place_order {
	width: 100%;
}
.btn-plain {
	border-color: transparent;
	box-shadow: none;
	color: var(--white);
}
.shadow-black {
	border-color: #000;
	box-shadow: 0px 5px 0px #000;
}
.has-background {
	color:  var(--white);
}

/* Header */
#header {
	background-color: var(--dark-green);
	padding: var(--general-padding);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	font-family: var(--font-heading);
	color: var(--white);
}
.home #header {
	display: none;
}
.container,
.page-template-template-green #content {
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.error404 #content,
.page-template-template-contact #content,
.page-template-template-friends #content,
.page-template-template-green #content,
.page-template-default:not(.home) #content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}
.page-template-default:not(.home).woocommerce-cart #content {
	padding-top: 0;
}
.custom-logo {
	width: 50px;
	height: auto;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-space-between {
	justify-content: space-between;
}
.flex-basis-50 {
	flex-basis: 50%;
}
img.flex-basis-50 {
	width: 50%;
}
.gap-20 {
	gap: 20px;
}
.text-center {
	text-align: center;
}
.header-cart {
	border-right: 1px solid #fff;
	padding-right: 30px;
}
.header-cart svg {
	position: relative;
	top: 5px;
	color: var(--white);
}
.icon-cart {
	position: relative;
}
.cart-number {
	position: absolute;
	top: -10px;
	right: -15px;
	background-color: #A74B1C;
	color: var(--white);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 0.8em;
	line-height: 20px;
	width: 20px;
	height: 20px;
}
.nav-text {
	font-size: 0;
}
#menu {
	flex-grow: 1;
}
.menu {
	display: flex;
	list-style: none;
	gap: 30px;
	margin: 0 0 0 30px;
	padding: 0;
}
.menu a {
	color: var(--white);
}
.menu a:hover {
	color: var(--orange);
}
.menu .current-menu-item a,
.menu .current_page_parent a {
	font-weight: 600;
	color: var(--orange);
}
.cart-content {
  display: none;
}
.cart-content.open {
  display: block;
}
.custom-cart-dropdown {
	position: relative;
}
.avatar-name img {
	margin: 0 10px 0 20px;
	display: block;
	border-radius: 50%;
}
.user-name {
	font-weight: 700;
	color: var(--white);
}

/* Content */
#container {
	margin-top: 100px;
	min-height: calc(100vh - 160px);
}
.home #container {
	margin-top: 0;
}
.page-template-template-friends #container {
	background-color: var(--creme);
}
.page-template-template-green #container,
.page-register #container,
.page-my-account:not(.logged-in) #container {
	background-image: url(../images/bg-green.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto;
	color: var(--white);
	padding: 5rem 0;
}
.page-template-template-contact #container {
	background-color: var(--dark-green);
	color: var(--white);
	padding: 3rem 0 5rem;
}
.page-template-template-green #container,
.page-register #container,
.page-my-account:not(.logged-in) #container {
	background-color: var(--dark-green);
	font-family: var(--font-heading);
}
.woocommerce-cart #container {
	padding: 3rem 0 4rem;
}
.hero {
	background-position: center;
	background-size: cover;
	color: var(--white);
}
.hero .container {
	min-height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5rem;
}
.woocommerce-container {
	padding: 5rem 20px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
	padding: 0;
	margin: 0;
	font-family: var(--font-heading);
}
.woocommerce-loop-product__title {
	color: var(--text);
}
.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
	color: var(--orange);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 1.2em;
	line-height: 1.125;
}
.woocommerce ul.products li.product .price {
	font-size: 1.8em;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 0;
}
.product-subtitle {
	color: var(--dark-grey);
}
.woocommerce ul.products li.product .button {
	position: absolute;
	bottom: 5px;
	right: 0;
	background-color: var(--white);
	border-radius: 10px;
	border: 1px solid #1B3A34;
	box-shadow: 0px 8px 0px #1B3A34;
	margin: 0;
	width: auto;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.woocommerce ul.products li.product .button span {
	margin-right: 10px;
	font-family: 'Merriweather';
}
.woocommerce ul.products li.product .added_to_cart {
	position: absolute;
	right: 0;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #F3F1EF;
}
.woocommerce ul.products li.product .button svg {
	width: 20px;
	height: 20px;
}
.woocommerce ul.products li.product .button:hover path {
	fill: var(--text);
}
.product-image {
	background-color: #F3F1EF;
	border-radius: 20px;
}
.woocommerce div.product .product_title {
	font-size: 1.6em;
	line-height: 130%;
	font-weight: 600;
}
.custom-product-description {
	margin-top: 2.5rem;
}
.custom-product-description ul {
	margin-left: 0;
	padding-left: 1rem;
	padding-bottom: 0;
}
.expandable {
	display: none;
}
.expandable.expanded {
	display: block;
}
.custom-product-description {
	padding-bottom: 0;
	border-bottom: 1px solid #3E23081A;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	display: flex;
	align-items: center;
	padding: 20px 0;
	border: 1px solid #3E23081A;
	border-right: 0;
	border-left: 0;
	margin: 0 0 40px;
}
.woocommerce form.woocommerce-cart-form div.quantity:not(.hidden) {
	display: flex;
	border: 1px solid #3E23081A;
	border-radius: 10px;
	padding: 10px;
}
.woocommerce div.product form.cart .button {
	float: none;
	width: 100%;
	background-color: var(--white);
	color: var(--text);
}
.woocommerce.single-product div.product form.cart .button {
	font-size: 1.2em;
	font-weight: 600;
}
.woocommerce div.product form.cart div.quantity label {
	flex-grow: 1;
}
.woocommerce form.woocommerce-cart-form .quantity .qty {
	padding: 0 5px;
	height: auto;
}
.woocommerce form.woocommerce-cart-form .qty-minus,
.woocommerce form.woocommerce-cart-form .qty-plus,
.woocommerce div.product form.cart .qty-minus,
.woocommerce div.product form.cart .qty-plus {
	border-radius: 50%;
	border: 2px solid #616161;
	width: 23px;
	height: 23px;
	padding: 0;
	line-height: 10px;
	background-color: #fff;
	margin: 0;
	font-weight: 600;
}
.woocommerce .quantity .qty {
	border: 0;
}
.woocommerce .u-column2.col-2 {
    display: none !important;
}
.woocommerce .u-column1.col-1 {
    width: 100% !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-size: 2em;
	font-weight: 700;
	font-family: var(--font-heading);
	color: var(--text);
	margin-bottom: 1rem;
}
.price .wps_sfw_interval {
	font-size: smaller;
}
.information-link {
	margin: 0;
	padding: 0;
	list-style: none;
}
.information-link li {
	margin: 20px 0;
}
.information-link a {
	color: #fff;
}
.information-link a > span {
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	transition: 0.3s;
}
.page-template-template-contact .information-link a > span {
	background-color: #27443e;
}
.information-link a:hover > span {
	border-color: var(--white);
}
.information-link a div span {
	display: block;
	font-size: 0.9em;
}
.page-template-template-contact .information-link a div span.text {
	color: rgba(255, 255, 255, 0.6);
}
.social-media {
	display: flex;
	padding: 0 0 50px;
	margin-top: -10px;
}
.social-media li {
	margin: 0;
}
.entry-title {
	font-size: 2.6em;
	margin-bottom: 0.5rem;
}
.page-template-template-friends .text-center {
	max-width: 700px;
	margin: auto;
}
.companies {
	list-style: none;
	margin: 0;
	padding: 30px 0 100px;
	gap: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.companies > li {
	background-color: var(--white);
	border-radius: 16px;
	border: 1px solid #1B3A34;
	box-shadow: 12px 12px 0 #AFC9CD;
	padding: var(--general-padding);
}
.companies > li h2 img {
	margin-right: 10px;
	width: 30px;
}
.description {
	color: var(--dark-grey);
}
.links {
	list-style: none;
	margin: 20px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #3E23084D;
}
.links li {
	margin-top: 10px;
}
.links a {
	color: var(--text);
}
.links svg {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.contact-details {
	padding-right: 50px;
}
.wpcf7-form {
	background-color: var(--creme);
	padding: 40px;
	border-radius: 24px;
}
.form-control-wrap {
	display: block;
}
.form-control,
.wpcf7-submit {
	width: 100%;
}
.burger {
	display: none;
}
@media (max-width: 1024px) {
	body {
		font-size: 16px;
	}
	#container {
	}
	.menu {
		gap: 20px;
	}
	.btn,
	.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
	#place_order {
		font-size: 1em;
		padding: 10px 20px;
	}
	/*.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		font-size: 1em;
	}
	.product-subtitle {
		font-size: 0.9em;
	}*/
	.page-template-template-green #container, .page-register #container, .page-my-account #container {
		padding: 0;
	}
	.error404 #content,
	.page-template-template-contact #content,
	.page-template-template-friends #content,
	.page-template-template-green #content,
	.page-template-default:not(.home) #content {
	}
	.entry-title {
		margin-top: 0;
	}
	.woocommerce-cart #container {
		padding-top: 0;
	}
}
@media (max-width: 834px) {
	.hidden-mobile {
		display: none;
	}
	.d-flex {
		flex-wrap: wrap;
	}
	#header {
		padding-right: 0;
		padding-left: 0;
	}
	.companies {
		grid-template-columns: repeat(2, 1fr);
	}
	.hero .container {
		padding-left: 20px;
	}
}
@media (max-width: 768px) {
	#menu,
	.header-my-account {
		display: none;
	}
	#branding {
		flex-grow: 1;
	}
	.header-cart {
		border-right: 0;
	}
	.companies {
		grid-template-columns: repeat(1, 1fr);
	}
	.gap-20 {
		gap: 0;
	}
	.contact-details {
		padding-right: 0;
	}
	.wpcf7-form {
		padding: 40px 20px;
	}
	.woocommerce form.woocommerce-cart-form div.quantity:not(.hidden) {
		display: inline-flex;
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		margin: 10px 20px 0 0;
	}
}