/*
Theme Name: Grün SH: Storefront
description: >-
  A child theme of the Storefront theme for Grün Schaffhausen
Author: Hingucker GmbH
Author URI: http://hingucker.ch
Template: storefront
Version: 1.2.22
Text Domain: storefront-gruensh
*/


/* Nur vorübergehend, solange der Shop noch nicht aktiv ist. Sobald Produkte angezeit werden, kann dieses CSS entfernt werden: */
header.woocommerce-products-header + .woocommerce-no-products-found {
	margin-top: 2em;
}

#gsh-header .header-inner.notification {
	color: #FFF;
	font-size: 14.5px;
	font-weight: 700;
	min-height: 0;
	padding: 7px 6%;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.gradient-background {
	background: linear-gradient(-45deg, #005e74, #c2a500, #005e74, #dbba00);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/* ========================================================================== */
/* GENERAL                                                                    */
/* ========================================================================== */


/* -------------------------------------------------------------------------- */
/* FONTS                                                                      */
/* -------------------------------------------------------------------------- */

html, body, button, input, textarea, select {
	font-family: 'Lato', sans-serif;	
}



/* -------------------------------------------------------------------------- */
/* TYPOGRAPHY                                                                 */
/* -------------------------------------------------------------------------- */

h1, h2 {
	font-size: 2.6rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: .25rem;
}

dt {
    font-weight: 700;
}

a {
	color: #005E74;
	transition: all 0.25s;
	text-decoration: none;
}

a:focus-within, a:focus-visible {
	outline: none;
}

a:hover {
	color: #002129;
	text-decoration: none;
}

.hentry .entry-content a {
	text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/* LINKBUTTONS                                                                */
/* -------------------------------------------------------------------------- */

a.button {
	color: #002129;
	background-color: #FFFFFF;
	border: 1px solid #002129;
	position: relative;
	padding: 6px 12px;
	transition: all 0.3s;
}

a.button:hover {
	color: #FFFFFF;
	background-color: #002129;
	border: 1px solid #002129;
}

a.button:before {
    content: "";
	display: block;
    position: absolute;
    border-bottom: 1px solid #002129;
    border-right: 1px solid #002129;
    height: .5rem;
    left: calc(-.5rem - 1px);
    top: calc(-.5rem - 1px);
    width: .5rem;
}

a.button:after {
    content: "";
	display: block;
    position: absolute;
	border-top: 1px solid #002129;
    border-left: 1px solid #002129;
    height: .5rem;
    right: calc(-.5rem - 1px);
    bottom: calc(-.5rem - 1px);
    width: .5rem;
    z-index: 1;
}


/* -------------------------------------------------------------------------- */
/* IMAGES                                                                     */
/* -------------------------------------------------------------------------- */

img {
    border-radius: 0;
}


#primary {
	width: 100%;
	max-width: 1920px;
	padding-left: 6%;
	padding-right: 6%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
	#primary {
		padding-left: 2em;
		padding-right: 2em;
	}
}

.woocommerce .woocommerce-info {
    width: 88%;
    max-width: 1920px;
    margin-left: 6%;
    margin-right: 6%;
    float: none;
	background-color: #002129;
	border-color: #002129;
}

@media screen and (max-width: 1024px) {
	.woocommerce .woocommerce-info {
		width: calc(100% - 4em);
		margin-left: 2em;
		margin-right: 2em;
	}
}

/* Size of the main column */
.col-full {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.storefront-breadcrumb {
	width: 100%;
	max-width: 1920px;
	padding-left: 6%;
	padding-right: 6%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
	.storefront-breadcrumb {
		padding-left: 2em;
		padding-right: 2em;
	}
}


/* ========================================================================== */
/* HEADER                                                                     */
/* ========================================================================== */

#gsh-header {
	transition: all 0.5s;
}

#gsh-header {
	position: fixed;
	width: 100%;
	padding: 0;
	border: none;
	background-color: transparent;
}

#gsh-header .header-inner {
	display: flex;
	flex-direction: row;
    max-width: 1920px;
    padding: 10px 6%;
    margin-right: auto;
    margin-left: auto;
	min-height: 90px;
}

@media screen and (max-width: 1024px) {
	#gsh-header .header-inner {
		padding: 10px 2em;
	}
}

@media screen and (max-width: 600px) {
	#gsh-header .header-inner {
		flex-flow: wrap;
	}
}

#gsh-header .header-left {
	width: 50%;
	display: flex;
	align-items: center;
	gap: 40px;
}

#gsh-header .header-left .stadt-logo {
	position: relative;
	bottom: 8px;
}

@media screen and (max-width: 767px) {
	#gsh-header .header-left .stadt-logo {
		bottom: 7px;
	}
}

@media screen and (max-width: 600px) {
	#gsh-header .header-left .stadt-logo {
		bottom: 1.5vw;
	}
}

@media screen and (max-width: 600px) {
	#gsh-header .header-left {
		justify-content: space-between;
		width: 100%;
		margin-bottom: 30px;
	}
}

#gsh-header .header-right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 40px;
}

@media screen and (max-width: 767px) {
	#gsh-header .header-right {
		gap: 30px;
	}
}

@media screen and (max-width: 600px) {
	#gsh-header .header-right {
		width: 100%;
		gap: 20px;
	}
}


/* -------------------------------------------------------------------------- */
/* HEADER COLOR CHANGES AFTER SCROLLING                                       */
/* -------------------------------------------------------------------------- */

body.gsh-scrolled #gsh-header {
	background-color: #FFF;
}

body.gsh-scrolled #gsh-header .gsh-logo {
	content: url(https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/img/gruen-schaffhausen-logo.webp);
}

body.gsh-scrolled #gsh-header .stadt-logo {
	content: url(https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/img/gsh-stadt-schaffhausen-logo.png);
}


/* -------------------------------------------------------------------------- */
/* HEADER CART                                                                */
/* -------------------------------------------------------------------------- */

#gsh-header .site-header-cart {
	width: 250px;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#gsh-header .site-header-cart {
		width: 100px;
	}
}

@media screen and (max-width: 767px) {
	#gsh-header .site-header-cart .woocommerce-Price-amount {
		display: none;
	}
}

#gsh-header .site-header-cart .cart-contents {
    display: flex;
    justify-content: right;
    align-items: center;
	transition: all 0.5s;
	color: #FFFFFF;
}

body.gsh-scrolled #gsh-header .site-header-cart .cart-contents {
	color: #000000;
}

body #gsh-header .site-header-cart .cart-contents:hover,
body.gsh-scrolled #gsh-header .site-header-cart .cart-contents:hover {
	color: #e8c500;
	cursor: pointer;
}

#gsh-header .site-header-cart .cart-contents:after {
	content: "" !important;
}

#gsh-header .site-header-cart .cart-contents .count {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	#gsh-header .site-header-cart .cart-contents .count {
		margin-right: -5px;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {

	#gsh-header .site-header-cart .cart-contents .count .cart-unit {
		display: none;
	}
	
	#gsh-header .site-header-cart .cart-contents .count .cart-number {
		font-size: 11.5px;
		background-color: #ffdb1a;
		height: 19px;
		display: inline-block;
		min-width: 19px;
		text-align: center;
		border-radius: 20px;
		line-height: 19px;
		color: #000;
		transition: all 0.25s;
		padding: 0 3px;
	}
	
	body #gsh-header .site-header-cart .cart-contents:hover .count .cart-number,
	body.gsh-scrolled #gsh-header .site-header-cart .cart-contents:hover .count .cart-number {
		color: #FFF;
		background-color: #000;
	}
}

#gsh-header .site-header-cart .cart-contents .gsh-cart-icon,
#gsh-header .site-header-cart .cart-contents .gsh-cart-icon:hover {
    background: transparent;
    cursor: pointer;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 26px;
	height: 26px;
}

#gsh-header .site-header-cart .cart-contents .gsh-cart-icon svg,
#gsh-header .site-header-cart .cart-contents .gsh-cart-icon-close svg {
	fill: #FFFFFF;
	transition: all 0.25s;
	height: 100%;
	width: 100%;
}

body.gsh-scrolled #gsh-header .site-header-cart .cart-contents .gsh-cart-icon svg,
body.gsh-scrolled #gsh-header .site-header-cart .cart-contents .gsh-cart-icon-close svg {
	fill: #000000;
}

#gsh-header .site-header-cart .cart-contents:hover .gsh-cart-icon svg,
body.gsh-scrolled #gsh-header .site-header-cart .cart-contents:hover .gsh-cart-icon svg {
	fill: #e8c500;
}


/* -------------------------------------------------------------------------- */
/* HEADER MINI CART MODAL                                                     */
/* -------------------------------------------------------------------------- */

#gsh-header .site-header-cart .widget_shopping_cart {
	background-color: #F7F7F7;
	top: calc(100% - 10px);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.03);
	border-top: 2px solid #002129;
}

#gsh-header .site-header-cart .widget_shopping_cart li {
	padding: 1.5em;
}

#gsh-header .site-header-cart .widget_shopping_cart a.remove::before {
	transition: all 0.25s;
}

#gsh-header .site-header-cart .widget_shopping_cart a.remove:hover::before {
	color: #e8c500;
}

#gsh-header .site-header-cart .widget_shopping_cart .mini_cart_item > a {
	color: #005E74;
	font-weight: 700;
	transition: all 0.25s;
}

#gsh-header .site-header-cart .widget_shopping_cart .mini_cart_item > a:hover {
	color: #002129;
}

#gsh-header .site-header-cart .mini_cart_item dl.variation {
	line-height: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

#gsh-header .site-header-cart .mini_cart_item dl.variation dd {
	margin-bottom: 0.5em;
}

#gsh-header .site-header-cart .mini_cart_item dl.variation dd p {
	margin-bottom: 0;
}

#gsh-header .site-header-cart .mini_cart_item .quantity {
	font-size: .875em;
	font-weight: 700;
}


#gsh-header .site-header-cart .total {
	background-color: #002129;
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#gsh-header .site-header-cart .buttons {
	background-color: #002129;
	color: #FFF;
	padding: 1.5em;
}


/* -------------------------------------------------------------------------- */
/* CART BUTTON                                                                */
/* -------------------------------------------------------------------------- */

#gsh-header .site-header-cart .buttons .button:not(:last-of-type)  {
	color: #FFF;
	border-color: #FFF;
	background-color: transparent;
	margin-bottom: 20px;
	transition: all 0.5s, border-color 0.25s;
}

#gsh-header .site-header-cart .buttons .button:not(:last-of-type)::before,
#gsh-header .site-header-cart .buttons .button:not(:last-of-type)::after {
	border-color :#FFF;
	transition: all 0.25s;
}

#gsh-header .site-header-cart .buttons .button:not(:last-of-type):hover  {
	color: #002129;
	background-color: #FFF;
}



/* -------------------------------------------------------------------------- */
/* CHECKOUT BUTTON                                                            */
/* -------------------------------------------------------------------------- */

#gsh-header .site-header-cart .buttons .button:last-of-type  {
	border-color: #ffdb1a;
	color: #002129;
	background-color: #ffdb1a;
	transition: all 0.5s, border-color 0.25s;
}

#gsh-header .site-header-cart .buttons .button:last-of-type::before,
#gsh-header .site-header-cart .buttons .button:last-of-type::after {
	border-color:#ffdb1a;
	transition: all 0.25s;
}

#gsh-header .site-header-cart .buttons .button:last-of-type:hover  {
	color: #FFF;
	background-color: #005e74;
	border-color: #005e74;
}

#gsh-header .site-header-cart .buttons .button:last-of-type:hover::before,
#gsh-header .site-header-cart .buttons .button:last-of-type:hover::after {
	border-color: #005e74;
}



/* -------------------------------------------------------------------------- */
/* CHECKOUT BUTTON                                                            */
/* -------------------------------------------------------------------------- */

.add_to_cart_button.loading {
	color: #FFF;
	background-color: #002129 !important;
	border: 1px solid #002129;
}

.add_to_cart_button.loading:before {
	content: none;
}

.add_to_cart_button.loading:after {
	color: #FFF;
	border: none;
}



/* -------------------------------------------------------------------------- */
/* MAIN NAVIGATION MENU / HAMBURGER MENU                                      */
/* -------------------------------------------------------------------------- */

.gsh-menu-icon,
.gsh-menu-icon:hover,
.gsh-menu-icon-close,
.gsh-menu-icon-close:hover,
.gsh-home-icon,
.gsh-home-icon:hover,
.gsh-home-icon-close,
.gsh-home-icon-close:hover {
    background: transparent;
    cursor: pointer;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 26px;
	height: 23px;
}


.gsh-menu-icon svg,
.gsh-menu-icon-close svg,
.gsh-home-icon svg,
.gsh-home-icon-close svg {
	fill: #FFFFFF;
	transition: all 0.25s;
	height: 100%;
	width: 100%;
}

.gsh-menu-icon-close svg {
	fill: #d4d4d4;
}

body.gsh-scrolled .gsh-menu-icon svg,
body.gsh-scrolled .gsh-home-icon svg {
	fill: #000000;
}

.gsh-menu-icon-close:hover svg {
	fill: #005e74;
}

.gsh-menu-icon:hover svg,
body.gsh-scrolled .gsh-menu-icon:hover svg,
.gsh-home-icon:hover svg,
body.gsh-scrolled .gsh-home-icon:hover svg {
	fill: #e8c500;
}

#gsh-main-menu-modal {
	position: absolute;
    left: -100%; /* Startet außerhalb des sichtbaren Bereichs */
    top: 0;
    background: #FFFFFF;
    z-index: 9999;
    width: 34dvw;
	height: 100dvh;
	padding: 20px 50px 50px 50px;
	overflow-y: scroll;
    transition: left 0.4s ease-in-out; /* Sanfte Animation */
	min-width: 450px;
}

@media screen and (max-width: 767px) {
	#gsh-main-menu-modal {
		width: 92dvw;
		min-width: initial;
	}
}
	
#gsh-main-menu-modal.active {
    left: 0; /* Menü fährt herein */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#gsh-main-menu-modal::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#gsh-main-menu-modal {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#gsh-main-menu-modal #gsh-main-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 380px) {
	#gsh-main-menu-modal #gsh-main-menu-header {
		justify-content: flex-end;
	}
}

#gsh-main-menu-modal .menu-logo {
	display: inline-block;
}


#gsh-main-menu-modal .menu-logo img {
	height: 66px !important;
}


@media screen and (max-width: 450px) {
	#gsh-main-menu-modal .menu-logo img {
		height: 45px !important;
	}
}

@media screen and (max-width: 380px) {
	#gsh-main-menu-modal .menu-logo {
		display: none;
	}
}

#gsh-main-menu-modal .gsh-primary-navigation {
	margin-top: 80px;
	padding-left: 30%;
}

@media screen and (max-width: 767px) {
	#gsh-main-menu-modal .gsh-primary-navigation {
		margin-top: 40px;
		padding-left: 20%;
	}
}

@media screen and (max-width: 380px) {
	#gsh-main-menu-modal .gsh-primary-navigation {
		margin-top: 40px;
		padding-left: 0;
	}
}

#gsh-main-menu-modal .gsh-primary-navigation .menu {
	margin: 0;
	list-style: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

#gsh-main-menu-modal .gsh-primary-navigation .menu .menu-item {
	/* padding-top: 0.3333em;
	padding-bottom: 0.3333em; */
	padding-top: 0.8em;
	padding-bottom: 0.2em;
}

#gsh-main-menu-modal .gsh-primary-navigation .menu .menu-item a {
	transition: all 0.25s;
}

#gsh-main-menu-modal .gsh-primary-navigation .menu .menu-item.current-menu-item a {
	color: #005e74;
}

#gsh-main-menu-modal .gsh-primary-navigation .menu .menu-item a[href]:hover {
	color: #005e74;
}

#gsh-main-menu-modal .gsh-primary-navigation .menu .menu-item .sub-menu .menu-item {
	list-style: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1rem;
}

#gsh-main-menu-modal-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	background-color: rgba(0, 33, 41, .61);
	z-index: 9998;
}


/* ========================================================================== */
/* MASTHEAD                                                                   */
/* ========================================================================== */

.gsh-masthead-image img {
	height: auto;
    max-height: 500px;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.gsh-masthead-image figure picture {
	position: relative;
}

.gsh-masthead-image figure picture:after {
    background: linear-gradient(180deg, rgba(0, 33, 41, .7), rgba(0, 33, 41, 0) 48.47%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* ========================================================================== */
/* FOOTER                                                                     */
/* ========================================================================== */  

footer {
	background: #002129;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 407px;
	position: relative;
}

@media screen and (max-width: 767px) {
	footer {
		padding-bottom: calc(29vw + 110px);
	}
}

footer .footer-section.footer-logo-bar {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	footer .footer-section.footer-logo-bar {
		margin-bottom: 40px;
	}
}

footer .footer-section.footer-logo-bar .footer-row {
    display: flex;
    flex-direction: row;
    gap: 30px 60px;
    flex-wrap: wrap;
}

footer .footer-top-container {
	max-width: 1920px;
    padding-left: 6%;
    padding-right: 6%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
	footer .footer-top-container {
    	padding-left: 2em;
    	padding-right: 2em;
	}
}

footer .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-top.footer-section {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

footer .footer-top .footer-column {
	padding-right: 30px;	
}

footer .footer-top .footer-column:not(:last-of-type) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
	footer .footer-top .footer-column {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	footer .footer-top .footer-column:not(:last-of-type) {
		border-right: none;	
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	footer .footer-top .footer-column {
		border-right: none !important;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
}

footer .footer-center {
	font-size: .875rem;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	footer .footer-center .gsh-copyright {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	footer .footer-center .footer-column {
		padding-bottom: 20px;
	}
}

footer .footer-bottom:after {
	background-image: url(https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/img/gsh-schaffhausen-line.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: .5rem;
    content: "";
    left: 50%;
    max-width: 500px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
	bottom: 1.75rem;
	height: 358px;
	max-width: 1920px;
}

@media screen and (max-width: 767px) {
	footer .footer-bottom:after {
		height: 29vw;
		min-height: 150px;
	}
}

footer .footer-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
    padding-left: 6%;
    padding-right: 6%;
}

@media screen and (max-width: 1024px) {	
	footer .footer-section {
		padding-left: 2em;
		padding-right: 2em;
	}
}

footer .footer-column {
	flex: 1 1 200px;
	padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	footer .footer-top .footer-column {
		flex: initial;
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 767px) {
	footer .footer-top .footer-column,
	footer .footer-column {
		flex: initial;
		width: 100%;
	}
}

footer .footer-column h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 5rem 0 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
	footer .footer-column h3 {
		padding: 2em 0 1.25rem;
	}
}

footer .footer-column a {
	color: #FFFFFF;
}

footer .footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer-column ul li {
  margin-bottom: 5px;
}

footer .footer-column ul li a {
  text-decoration: none;
}

footer .footer-column ul li a:hover {
  text-decoration: underline;
}

footer .footer-column .address {
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 1rem;
}

footer .footer-column .address:before {
    background-image: url(https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/icon/gsh-map-with-pin.svg);
    background-size: contain;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: .33rem;
    width: 24px;
}

footer .footer-column .phone {
	padding-left: 2.5rem;
	position: relative;
}

footer .footer-column .phone:before {
    background-image: url(https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/icon/gsh-phone.svg);
    background-size: contain;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: .33rem;
    width: 24px;
}

footer .footer-column .work-hours {
	margin-bottom: 1rem;
}

footer .social-media {
	display: flex;
	gap: 10px;
	justify-content: center;
}

footer .social-media li {
  list-style: none;
}

footer .social-media li a {
  text-decoration: none;
}

footer .social-media .social-media-item {
	color: transparent;
}

footer .social-media .social-media-item a {
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: transparent;
    display: flex;
    font-size: 0;
    height: 38px;
    justify-content: center;
    line-height: 0;
    width: 38px;
	transition: all 0.4s;
}

footer .social-media .social-media-item a:hover {
    background: #ffdb1a;
}

footer .social-media .social-media-item a svg {
    height: auto;
    width: 14px;
    fill: #FFFFFF;
    transition: all .25s;
}

footer .social-media .social-media-item a:hover svg {
    fill: #002129;
}

footer .footer-links {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 15px;
	margin: 0;
	justify-content: right;
	flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
	footer .footer-links {
		justify-content: center;
		flex-wrap: wrap;
	}
}

footer .footer-links {
	line-height: 1em;
}

footer .footer-links li {
	line-height: 1em;
	margin-bottom: 0 !important;
}

footer .footer-links li a {
  text-decoration: none;
}

footer .footer-links li a:hover {
  text-decoration: underline;
}

footer .footer-quicklinks {
	/* column-count: 2; */
	column-count: 1;
	column-gap: 4rem;
	margin: 0;
}

@media screen and (max-width: 1199px) {
	footer .footer-quicklinks {
		column-count: 1;
	}
}


/* -------------------------------------------------------------------------- */
/* BACK TOP TOP BUTTON                                                        */
/* -------------------------------------------------------------------------- */

footer .gsh-back-to-top {
	background: #ffdb1a;
	height: 41px;
	position: absolute;
	right: 6%;
	width: 41px;
	z-index: 50;
	transition: all 0.25s;
}

@media screen and (max-width: 1024px) {
	footer .gsh-back-to-top {
		right: 2em;
	}
}

footer .gsh-back-to-top:hover {
	background: #005e74;
}

footer .gsh-back-to-top:before {
	border-bottom: 1px solid #ffdb1a;
    border-right: 1px solid #ffdb1a;
    content: "";
    height: .5rem;
    left: -.5rem;
    position: absolute;
    top: -.5rem;
    width: .5rem;
    z-index: 0;
	transition: all 0.25s;
}

footer .gsh-back-to-top:after {
    border: 1px solid #ffdb1a;
    border-bottom: none;
    border-right: none;
    left: calc(100% - 1px);
    top: calc(100% - 1px);
    content: "";
    height: .5rem;
	position: absolute;
	width: .5rem;
    z-index: 0;
	transition: all 0.25s;
}

footer .gsh-back-to-top:hover:before,
footer .gsh-back-to-top:hover:after {
	border-color: #005e74;
}

footer .gsh-back-to-top svg {
	width: 42.5%;
	position: relative;
	top: 10px;
    left: 12px;
	transition: all 0.25s;
}

footer .gsh-back-to-top:hover svg {
	fill: #ffffff;
}

footer .gsh-back-to-top .label {
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/* ========================================================================== */
/* BREADCRUMBS                                                                */
/* ========================================================================== */

.storefront-breadcrumb nav {
	font-weight: 700;
}

.storefront-breadcrumb nav a {
	text-decoration: none;
	font-weight: 400;
}


/* ========================================================================== */
/* WOOCOMMERCE                                                                */
/* ========================================================================== */

/* -------------------------------------------------------------------------- */
/* INPUT ELEMENTS                                                             */
/* -------------------------------------------------------------------------- */

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-checkbox__input[type=checkbox],
.wc-blocks-components-select select,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
textarea.wc-block-components-textarea {
	border-radius: 0 !important;
	box-shadow: none;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #002129 !important;
}

.wc-blocks-components-select select:focus, 
.wc-blocks-components-select select:focus-visible {
	outline: 2px solid #005e74;
}


/* -------------------------------------------------------------------------- */
/* WOOCOMMERCE NOTICES                                                        */
/* -------------------------------------------------------------------------- */

.woocommerce-message,
.woocommerce-error {
	width: 88%;
	max-width: 1920px;
	margin-left: 6%;
	margin-right: 6%;
	border-radius: 0 !important;
	background-color: #002129;
    border: none;
}

.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-message:focus-within,
.woocommerce-error:focus,
.woocommerce-error:focus-visible,
.woocommerce-error:focus-within {
	outline: none;
}

@media screen and (max-width: 1024px) {
	.woocommerce-message,
	.woocommerce-error {
		width: calc(100% - 4em);
		margin-left: 2em;
		margin-right: 2em;
	}
}

.woocommerce-message .button,
.woocommerce-error .button {
    display: block;
    border: none;
    padding: 2px 10px;
    background-color: #FFF;
    width: fit-content;
    color: #002129;
	border: 1px solid #002129 !important;
}

@media screen and (max-width: 767px) {
	.woocommerce-message .button,
	.woocommerce-error .button {
		float: none;
		margin: 8px 0 0 0;
	}
}

.woocommerce-message .button:before,
.woocommerce-message .button:after,
.woocommerce-error .button:before,
.woocommerce-error .button:after {
	content: none;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover {
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF !important;
}

.wc-block-components-notice-banner {
	border-radius: 0 !important;	
}

.wc-block-components-notice-banner a {
	font-weight: 700;
	color: inherit;
}

.wc-block-components-notice-banner {
	box-shadow: none !important;
}

.wc-block-components-notice-banner.is-info {
	background-color: #F7F7F7 !important;
	border: 1px solid #E6E6E6 !important;
}

/* ========================================================================== */
/* PRODUCT ARCHIVE                                                            */
/* ========================================================================== */ 

@media screen and (min-width: 1024px) {
    .site-main ul.products.columns-4 li.product,
	.site-main ul.products.columns-4 li.product {
        width: 22.05% !important;
        margin-right: 3.8% !important;
    }
	
	.site-main ul.products.columns-4 li.product.last {
        width: 22.05% !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-main ul.products.columns-4 li.product {
        width: 30.8%;
        margin-right: 3.8% !important;
    }
	
	.site-main ul.products.columns-4 li.product.first {
		clear: none !important;
	}
	
	.site-main ul.products.columns-4 li.product:nth-child(3n) {
        width: 30.8%;
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
    .site-main ul.products.columns-4 li.product {
        width: 48.1%;
        margin-right: 3.8% !important;
		float: left;
    }
	
	.site-main ul.products.columns-4 li.product.first {
		clear: none !important;
	}
	
	.site-main ul.products.columns-4 li.product:nth-child(2n) {
        width: 48.1%;
        margin-right: 0 !important;
    }
}

.storefront-sorting {
	margin-top: 30px;
	margin-bottom: 20px;
}

.storefront-sorting .woocommerce-ordering {
	margin-bottom: -24px;
}

.storefront-sorting .woocommerce-ordering:after {
	position: relative;
	content: url('https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/icon/gsh-dropdown-arrow.svg');
	top: 0;
	right: 0;
	left: 100%;
	transform: translateY( calc(-100% + -6px) ) translateX( calc(-100% - 10px) );
	pointer-events: none;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.storefront-sorting .woocommerce-ordering select.orderby {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
	border-radius: 0 !important;
	text-overflow: ellipsis;
	padding: 5px 40px 5px 10px;
}

@media screen and (max-width: 399px) {
	.storefront-sorting .woocommerce-ordering select.orderby select {
		max-width: 100% !important;
	}
}

.storefront-sorting .woocommerce-ordering select.orderby:focus, 
.storefront-sorting .woocommerce-ordering select.orderby:focus-visible {
	outline: 2px solid #005e74;
}


.storefront-sorting .woocommerce-result-count {
	margin-top: 5px;
}

/* ========================================================================== */
/* PRODUCT ARCHIVE ITEM                                                       */
/* ========================================================================== */ 

ul.products li.product {
	border-bottom: 2px solid #002129;
	padding-bottom: 20px;
	background-color: #F7F7F7;
}

ul.products li.product img {
	width: 100%;
	margin: 0;
}

ul.products li.product h2 {
	font-size: 1.25em !important;
	font-weight: 700 !important;
	margin-top: 15px;
	margin-bottom: 0 !important;
}

ul.products li.product a.button {
	margin-left: 20px;
	margin-right: 20px;
}

ul.products li.product a.button:not(:hover) {
	background-color: transparent;
}

ul.products li.product a.added_to_cart {
	color: #005E74;
	background-color: transparent;
	border: none;
	background:none;
	position: relative;
	padding: 6px 12px;
	transition: all 0.3s;
	margin-left: 20px;
	margin-right: 20px;
}

ul.products li.product a.added_to_cart:hover {
	color: #002129;
}


/* ========================================================================== */
/* SINGLE PRODUCT DETAIL PAGE                                                 */
/* ========================================================================== */ 

.single-product .type-product {
	overflow: visible !important;
}

@media screen and (max-width: 767px) {
	.single-product .woocommerce-product-gallery {
		width: 100%;
	}
}

/*
.single-product .woocommerce-product-gallery__wrapper .wp-post-image {
	width: 100%;
}
*/

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	border-radius: 0;
}

.single-product div.product {
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.single-product div.product {
		display: block;
	}
}

.single-product .related.products {
	width: 100%;
	padding-top: 1em;
    margin-top: 2em;
    border-top: 1px solid rgba(0,0,0,.05)
}

.single-product .variations td.value:after {
	position: relative;
	content: url('https://shop-gruensh.ch/wp-content/themes/storefront-gruensh/assets/icon/gsh-dropdown-arrow.svg');
	top: 0;
	right: 12px;
	transform: translateY( calc(100% - 16px) ) translateX(-100%);
	pointer-events: none;
	width: 24px;
	height: 24px;
	display: inline-block;
}

@media screen and (max-width: 399px) {
	.single-product .variations td.value:after {
		top: -43px;
		left: calc(100% - 10px);
	}
}
	
.single-product .variations td.value select {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
	border-radius: 0 !important;
	text-overflow: ellipsis;
}

@media screen and (max-width: 399px) {
	.single-product .variations td.value select {
		max-width: 100% !important;
	}
}

.single-product .variations select:focus, 
.single-product .variations select:focus-visible {
	outline: 2px solid #005e74;
}

.single-product .variations .reset_variations {
	display: block;
	position: absolute;
	padding-top: 8px;
	margin-left: 0;
	margin-bottom: 30px;
}


.single-product .single_variation_wrap {
	margin-top: 20px;
}

/*
#holzart,
#verarbeitung,
#lieferform,
#laenge,
#liefermenge {
	padding: 10px 35px 10px 10px;
}
*/

.single-product .product .variations td.value select {
    padding: 10px 35px 10px 10px;
}

.single-product .cart .quantity {
	display: flex;
    border: 1px solid hsla(0, 0%, 7%, .11);
}

@media screen and (max-width: 399px) {
	.single-product div.product form.cart .quantity {
		margin-right:100%;
		margin-bottom: 5px;
	}
}

.single-product .cart .quantity input[name="quantity"] {
	box-shadow: none;
	-moz-appearance: textfield;
	appearance: textfield;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	flex: 1 1 auto;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	min-width: 40px;
	order: 2;
	padding: .4em 0;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

.single-product .cart .quantity input[name="quantity"]::-webkit-outer-spin-button,
.single-product .cart .quantity input[name="quantity"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product .cart .quantity .minus,
.single-product .cart .quantity .plus {
	background: none transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	cursor: pointer;
	font-size: .9em;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	min-width: 30px;
	opacity: .6;
	padding: 0;
	text-align: center;
	text-decoration: none;
	min-width: 30px;
}

.single-product .cart .quantity input[name="quantity"]:focus,
.single-product .cart .quantity .minus:focus,
.single-product .cart .quantity .plus:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none;
}

.single-product .cart .quantity .minus {
	order: 1;
}

.single-product .cart .quantity .plus {
	order: 3;
}


.single-product .cart button[type="submit"] {
	color: #002129;
	background-color: #FFFFFF;
	border: 1px solid #002129;
	position: relative;
	padding: 6px 12px;
	transition: all 0.3s;
	margin-top: 10px;
}

.single-product .cart button[type="submit"]:not(.disabled):hover {
	color: #FFFFFF;
	background-color: #002129;
	border: 1px solid #002129;
}

.single-product .cart button[type="submit"]:before {
    content: "";
	display: block;
    position: absolute;
    border-bottom: 1px solid #002129;
    border-right: 1px solid #002129;
    height: .5rem;
    left: calc(-.5rem - 1px);
    top: calc(-.5rem - 1px);
    width: .5rem;
}

.single-product .cart button[type="submit"]:after {
    content: "";
	display: block;
    position: absolute;
	border-top: 1px solid #002129;
    border-left: 1px solid #002129;
    height: .5rem;
    right: calc(-.5rem - 1px);
    bottom: calc(-.5rem - 1px);
    width: .5rem;
    z-index: 1;
}

.single-product .product_meta .posted_in a {
	text-decoration: none !important;
}

/* -------------------------------------------------------------------------- */
/* PRODUCT DETAIL TABS                                                        */
/* -------------------------------------------------------------------------- */ 

.product .woocommerce-tabs {
	width: 100%;
}

.product .woocommerce-tabs .wc-tabs > li > a  {
    padding-right: 40px;
}

/* ========================================================================== */
/* STICKY ADD TO CART                                                         */
/* ========================================================================== */ 

.storefront-sticky-add-to-cart {
	padding-left: 6%;
	padding-right: 6%;
	box-shadow: none;
	z-index: 900;
	background-color: #F7F7F7;
}

@media screen and (max-width: 1024px) {
	.storefront-sticky-add-to-cart {
		padding-left: 2em;
		padding-right: 2em;
	}
}

.storefront-sticky-add-to-cart--slideInDown {
	top: 90px !important;
}

.admin-bar .storefront-sticky-add-to-cart--slideInDown {
	top: calc(90px + 32px) !important;
}

.storefront-sticky-add-to-cart img {
	border: none;
	padding: 0;
}


/* ========================================================================== */
/* WOOCOMMERCE CART PAGE                                                      */
/* ========================================================================== */ 

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items th:first-child,
.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items td:first-child {
	padding-left: 0 !important;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items th:last-child,
.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items td:last-child {
	padding-right: 0 !important;
}

.is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
	margin-bottom: 0;
}

.is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
	padding: 0;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-totals-block {
	padding-bottom: 0;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
	margin-bottom: 8px;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block {
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #F7F7F7;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {
	padding-left: 2em;
	padding-right: 2em;
	background-color: #F7F7F7;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper,
.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block {
	color: #FFF;
	background-color: #002129;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	color: #777777;
	background-color: #F7F7F7;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block {
	padding-bottom: 2em;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-components-product-name {
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-components-product-metadata {
	font-size: 0.85em;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-components-product-metadata .wc-block-components-product-details__name {
	font-weight: 700;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
	border-radius: 0;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button--plus,
.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button--minus {
	border-radius: 0;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	color: #002129;
}

@media screen and (max-width: 399px) {
	
	.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-items__row {
		grid-template-columns: 2fr 1fr;
	}
	
	.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__product {
		grid-column-start: 1 !important;
	}
	
	.wc-block-cart .wp-block-woocommerce-cart-items-block .wc-block-cart-items .wc-block-cart-item__image {
		display: none;
	}
}	

.wp-block-woocommerce-proceed-to-checkout-block  .wc-block-cart__submit-container {
	background-color: #002129;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__button {
	font-weight: 700;
	color: #002129;
	border: 1px solid #002129;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.25s !important;
	pointer-events: auto !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__button:disabled {
	color: #002129;
	background-color: transparent !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__button:not(:disabled):hover {
	color: #FFF;
	background-color: #002129;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-cart__submit-button {
	font-weight: 700;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.25s !important;
	padding: 10px;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-cart__submit-button:disabled {
	background-color: transparent !important;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
	color: #002129;
	background-color: #FFF;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-cart__submit-button:before {
    content: "";
	display: block;
    position: absolute;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    height: .5rem;
    left: calc(-.5rem - 1px);
    top: calc(-.5rem - 1px);
    width: .5rem;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-cart__submit-button:after {
    content: "";
	display: block;
    position: absolute;
	border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    height: .5rem;
    right: calc(-.5rem - 1px);
    bottom: calc(-.5rem - 1px);
    width: .5rem;
    z-index: 1;
}

/* -------------------------------------------------------------------------- */
/* EMPTY CART                                                                 */
/* -------------------------------------------------------------------------- */

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	content: none;
}



/* ========================================================================== */
/* WOOCOMMERCE CHECKOUT PAGE                                                  */
/* ========================================================================== */ 

/* -------------------------------------------------------------------------- */
/* CHECKOUT BLOCK                                                             */
/* -------------------------------------------------------------------------- */

.wc-block-components-form .wc-block-checkout__additional-information-fields .wc-block-components-text-input label {
	transform: translateY(8px) scale(.75);
}

.wc-block-components-form .wc-block-checkout__additional-information-fields .wc-block-components-text-input input[type="text"] {
	padding: 1.5em .5em .5em;
}

.wc-block-components-form #payment-method .wc-block-components-radio-control-accordion-content {
	padding: 0;
}

.wc-block-components-address-card {
	border-radius: 0 !important;
}

.wc-block-components-address-card .wc-block-components-address-card__edit {
	color: #005E74;
	font-weight: 700;
	transition: all 0.25s;
}

.wc-block-components-address-card .wc-block-components-address-card__edit:hover {
	color: #002129;
	text-decoration: none;
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-radio-control-accordion-option,
.wp-block-woocommerce-checkout-fields-block .wc-block-components-radio-control__option {
    border: 1px solid hsla(0, 0%, 7%, .8);
	box-shadow: none !important;
}

.wc-block-components-form .wc-block-components-radio-control-accordion-option:not(:first-child) {
	border-top: none;
}

.wc-block-components-form .wc-block-components-radio-control__option:after,
.wc-block-components-form .wc-block-components-radio-control-accordion-option:after {
	content: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[data-selector="firewood-orders/delivery-location"]:-webkit-autofill ~ label,
.wc-block-components-form .wc-block-components-text-input input[data-selector="firewood-orders/delivery-location"] ~ label,
.wc-block-components-form .wc-block-components-text-input input[data-selector="firewood-orders/delivery-time"]:-webkit-autofill ~ label,
.wc-block-components-form .wc-block-components-text-input input[data-selector="firewood-orders/delivery-time"] ~ label
{
	top: 0px;
    transform: translateY(4px) scale(0.75);
}

.wc-block-components-form .wc-block-components-text-input input[data-selector="firewood-orders/delivery-location"],
.wc-block-components-form .wc-block-components-text-input input[data-selector="firewood-orders/delivery-time"] {
	padding-top: 1.5em !important;
	padding-bottom: 0.5em !important;
}

.wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
	color: #005E74;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.25s;
}

.wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button:hover {
	color: #002129;
}



/* -------------------------------------------------------------------------- */
/* CHECKOUT ORDER SUMMARY BLOCK                                               */
/* -------------------------------------------------------------------------- */

.wp-block-woocommerce-checkout-totals-block {
	margin-top: 0 !important;	
}

.wp-block-woocommerce-checkout-order-summary-block {
	border: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
	background-color: #F7F7F7;
	border-top: 1px solid hsla(0, 0%, 7%, .11);
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	margin-top: .5em !important;
	margin-bottom: 8px !important;
	line-height: 2.5rem !important;
}

@media screen and (max-width: 500px) {
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		flex-wrap: wrap;
	}
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	color: #002129;
	font-weight: 700 !important;
    font-size: 1.25em;
	margin-left: 0 !important;
}

@media screen and (max-width: 500px) {
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
		width: 100%;
	}
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
	padding: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

@media screen and (max-width: 500px) {
	.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item {
		flex-wrap: wrap;
		padding-bottom: 10px !important;
		border-bottom: 1px solid hsla(0,0%,7%,.11);
	}
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-name {
	color: #002129 !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 500px) {
	.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__image {
		margin-right: 100%;
	}
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__quantity {
	box-shadow: none !important;
    background-color: #FFF !important;
    color: #002129;
    border: 2px solid #002129 !important;
    padding: 0 3px !important;
    font-weight: 700;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-details__name {
	font-weight: 700;
}

@media screen and (max-width: 500px) {
	.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__description {
		padding-left: 0 !important;
		width: 100%;
	}
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__individual-prices {
	padding-top: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
	padding: 1em 2em !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	padding: 1em 2em !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__button {
	font-weight: 700;
	color: #002129;
	border: 1px solid #002129;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.25s !important;
	pointer-events: auto !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__button:disabled {
	color: #002129;
	background-color: transparent !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__button:not(:disabled):hover {
	color: #FFF;
	background-color: #002129;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-shipping__collaterals .wc-block-components-radio-control label {
	padding-left: calc(3.5em - 16px);	
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-shipping__collaterals .wc-block-components-radio-control input {
	left: 0;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
	padding-left: 2em !important;
	padding-right: 2em !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
	padding: 2em !important;
	background-color: #002129;
	color: #FFF;
}

.wc-block-components-checkout-place-order-button {
	color: #002129 !important;
	background-color: transparent !important;
	border: 1px solid #002129 !important;
	position: relative;
	padding: 6px 12px;
	transition: all 0.3s;
}

.wc-block-components-checkout-place-order-button:hover {
	color: #FFFFFF !important;
	background-color: #002129 !important;
}

.wc-block-components-checkout-place-order-button:before {
    content: "";
	display: block;
    position: absolute;
    border-bottom: 1px solid #002129;
    border-right: 1px solid #002129;
    height: .5rem;
    left: calc(-.5rem - 1px);
    top: calc(-.5rem - 1px);
    width: .5rem;
}

.wc-block-components-checkout-place-order-button:after {
    content: "";
	display: block;
    position: absolute;
	border-top: 1px solid #002129;
    border-left: 1px solid #002129;
    height: .5rem;
    right: calc(-.5rem - 1px);
    bottom: calc(-.5rem - 1px);
    width: .5rem;
    z-index: 1;
}


/* ========================================================================== */
/* WOOCOMMERCE THANKYOU PAGE                                                  */
/* ========================================================================== */ 


.woocommerce-order-received .woocommerce-thankyou-order-details {
	background-color: #F7F7F7;
	margin-top: 3em;
	margin-bottom: 3em;
}

.woocommerce-order-received .woocommerce-thankyou-order-details:before,
.woocommerce-order-received .woocommerce-thankyou-order-details:after {
	content: none !important;
}

.woocommerce-order-received  ul.woocommerce-thankyou-order-details li {
	padding: 1.3333333em 2.6666666em !important;
	font-size: 0.75em;
	line-height: 1.5em;
	border-bottom: 1px solid #E6E6E6;
	font-weight: 700;
}

.woocommerce-order-received  ul.woocommerce-thankyou-order-details:first-of-type {
	border-top: 1px solid #E6E6E6;
}

.woocommerce-order-received  ul.woocommerce-thankyou-order-details li strong {
	font-size: 1.3333333em;
	color: #002129;
}


.woocommerce-order-received h1 {
	
}

.woocommerce-order-received h2 {
	font-size: 1.25em;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
	.woocommerce-order-received .woocommerce-customer-details .addresses {
		flex-direction: column;
		gap: 2em !important;
	}
	
	.woocommerce-order-received .woocommerce-customer-details .addresses .woocommerce-column {
		width: 100% !important;
	}
}


/* -------------------------------------------------------------------------- */
/* ORDER DETAILS TABLE                                                        */
/* -------------------------------------------------------------------------- */

.woocommerce-order-received .order_details th,
.woocommerce-order-received .order_details td {
	padding: 1em 2em;
	background-color: transparent !important;
	border-bottom: 1px solid hsla(0, 0%, 7%, .11);
}

.woocommerce-order-received .order_details thead th {
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #FFF !important;
	padding: 1.3333333em 2.6666666em;
}

.woocommerce-order-received .order_details .order_item .product-name a {
	font-weight: 700;
}

.woocommerce-order-received .order_details .order_item .wc-booking-summary {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.6);
}

.woocommerce-order-received .order_details .order_item .wc-booking-summary .wc-booking-summary-number span[class*="status-"] {
	border-radius: 0;
}

.woocommerce-order-received .order_details .order_item .product-name .wc-item-meta {
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 0.85em;
}

.order-actions--heading,
.order-actions--heading ~ td {
	display: none;
}

.woocommerce-order-received .order_details tfoot {
	color: #FFF;
	background-color: #002129;
	border-color: rgba(255, 255, 255, 0.1);
}

.woocommerce-order-received .order_details tfoot th,
.woocommerce-order-received .order_details tfoot td {
	border-color: rgba(255, 255, 255, 0.1);
}


/* -------------------------------------------------------------------------- */
/* ADRESSES SECTION                                                           */
/* -------------------------------------------------------------------------- */


.woocommerce-order-received .woocommerce-customer-details {
	margin-top: 4em;
}

.woocommerce-order-received .woocommerce-customer-details .addresses {
	display: flex;
	gap: 4em;
}

.woocommerce-order-received .woocommerce-customer-details .addresses .woocommerce-column {
	border: 2px solid #F7F7F7;
	padding: 2em;
	margin-right: 0;
	margin-left: 0;
	width: 50%;
}

.woocommerce-order-received .woocommerce-customer-details .addresses .woocommerce-column h2 {
	line-height: 1em;
}

.woocommerce-order-received .woocommerce-customer-details address {
	font-style: normal;
	margin: 0;
}

.woocommerce-order-received .woocommerce-customer-details address p {
	margin-bottom: 6px;
}

.woocommerce-order-received .woocommerce-customer-details address p:last-child {
	margin-bottom: 0;
}


/* ========================================================================== */
/* ELEMENTOR                                                                  */
/* ========================================================================== */

/* -------------------------------------------------------------------------- */
/* FORM                                                                       */
/* -------------------------------------------------------------------------- */

.elementor-form label.elementor-field-label {
    transform: translateX(6.5px) translateY(4px) scale(.75);
    left: .5em;
    position: absolute;
    top: 0;
    transform-origin: left;
}

.elementor-form input {
	line-height: 1em !important;
}

.elementor-form textarea {
	line-height: 1.3em !important;
}

.elementor-field-group .elementor-field-textual:focus,
.elementor-field-group .elementor-field-textual:focus-visible,
.elementor-form input:focus,
.elementor-form input:focus-visible,
.elementor-form textarea:focus,
.elementor-form textarea:focus-visible {
	outline: 2px solid #005e74 !important;
}

/* -------------------------------------------------------------------------- */
/* DATE / FLATPICKR                                                           */
/* -------------------------------------------------------------------------- */

.flatpickr-calendar {
	border-radius: 0 !important;
}

.flatpickr-month {
	height: 36px !important;
}

.flatpickr-current-month .cur-year {
    padding: 0 0 0 .5ch !important;
}

.flatpickr-day.selected {
	border-color: #002129 !important;
	background-color: #002129 !important;
}