/*!
Theme Name: fiore cometics
Theme URI: http://underscores.me/
Author: Insite Media AS
Author URI: https://insitemedia.no
Description: Custom boilerplate for Fiore Cosmetics
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: im-fiore-cosmetics
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.

fiore cometics 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/
*/

:root {
	--var-black: #101010;
	--var-white: #EDEDED;
	--var-grey: #848484;
	--var-blue: #c0e7f6;
	--var-main-font: "quiche-sans", sans-serif;
	--var-sec-font: "articulat-cf", sans-serif;
}

html {
	font-size: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*, *::after, *::before {
	box-sizing: inherit;
}

h1, h2, h3 {
	font-family: var(--var-main-font);
}

h4, h5, h6 {
	font-family: var(--var-sec-font);
	text-transform: uppercase;
	font-weight: 600;
}

a, label, p, button, span, td, th, dt, dd {
	font-family: var(--var-sec-font);
}

h1 {
	font-size: 50px;
}

h5 {
	font-size: 15px;
}

.container-fluid {
	max-width: 95%;
	margin: 0 auto;
}

.container-fluid.space {
	padding-top: 58px;
	padding-bottom: 58px;
}

.container-fluid.space-b {
	padding-bottom: 58px;
}

.minihero h1 {
	color: var(--var-white);
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--var-sec-font);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	text-transform: uppercase;
	font-family: var(--var-sec-font);
	font-weight: 600;
}

p.date {
	font-size: 13px;
	font-weight: 600;
}

h1.blogtitle {
	text-transform: uppercase;
	font-family: var(--var-sec-font);
	font-weight: 600;
	font-size: 36px;
}

.content li {
	font-size: 18px;
	font-family: var(--var-sec-font);
	margin: 8px 0;
}

#openMenu {
	display: none;
	float: right;
}

.home #openMenu .line {
	width: 36px;
	height: 4px;
	border-radius: 4px;
	margin: 8px 0;
	background: var(--var-white);
}

#mobOverlay {
	position: fixed;
	right: -200vw;
	top: 0;
	width: 100vw;
	height: 100%;
	background: #fff;
	padding: 15px;
	transition: all 0.25s ease-in-out;
	z-index: 200;
}

ul.fav {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

ul.fav li a {
	color: var(--var-black);
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

#mobOverlay.active {
	right: 0;
}

.logged-in #mobOverlay {
	top: 32px;
}

@media screen and (min-width: 1200px) {
	.logged-in #mobOverlay {
		top: 46px;
	}
}

#closeMenu {
	position: absolute;
	top: 15px;
	right: 15px;
	color: var(--var-black);
	font-size: 4rem;
}

#mobOverlay .container-fluid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mobOverlay ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobOverlay ul li {
	margin: 8px 0;
}

#mobOverlay ul li a {
	color: var(--var-black);
	font-size: 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

#openMenu .line {
	width: 36px;
	height: 4px;
	border-radius: 4px;
	margin: 8px 0;
	background: var(--var-black);
}

#colophon {
	background: var(--var-black);
	padding-top: 93px;
	padding-bottom: 93px;
}

.home #masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: transparent;
	z-index: 22;
	transition: all 0.25s;
	border-bottom: none;
}

#masthead {
	height: 100px;
	border-bottom: 1px solid #EFEFEF;
}

.treatments article {
	border: 1px solid #EFEFEF;
	margin-bottom: 35px;
}

.article-content {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
}

.article-content h6 {
	margin-bottom: 5px;
	font-size: 10px;
}

.article-content h2 {
	margin: 0;
	font-family: var(--var-sec-font);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
}

ul.filter {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}

ul.filter li a {
	display: inline-block;
	border: 1px solid var(--var-black);
	padding: 9px 39px;
	font-size: 16px;
	font-family: var(--var-sec-font);
	text-transform: uppercase; 
	transition: all 0.25s;
	border-radius: 25px;
	text-decoration: none;
	color: var(--var-black);
}

.skinfluenser-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.skinfluenser-track {
    display: flex;
    gap: 0; /* Adjust spacing */
    transition: transform 0.5s ease-in-out;
}

.skinfluenser {
    flex: 0 0 22%;
    width: 22%; /* Adjust width */
    aspect-ratio: 1 / 1; /* Adjust height */
    background-size: cover;
    background-position: center center;
    position: relative;
}

.skin-inner-content {
	padding-left: 10%;
}

.skin-inner-content h2 {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 20px;
}

.skin-inner-content .intro-p {
	padding-top: 20px;
	padding-bottom: 20px;
}

.skin-inner-content .intro-p p {
	font-size: 13px;
}

.skin-socials {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	gap: 9px;
	align-items: center;
}

.skin-socials li a {
	text-transform: uppercase;
	padding: 9px 26px;
	border: 1px solid var(--var-black);
	display: inline-block;
	color: var(--var-black);
	text-decoration: none;
	transition: all 0.25s;
	font-size: 14px;
}

.skin-inner-content .accordion-header {
	padding-bottom: 0;
}

.accordion-body p,
.accordion-body li {
	font-size: 13px;
	font-family: var(--var-sec-font);
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
	border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
	color: var(--var-black);
	background-color: #fff; 
}

.skin-socials li a:hover {
	cursor: pointer;
	background: var(--var-black);
	color: var(--var-white);
}

@media screen and (max-width: 1200px) {
	.skin-inner-content,
	.product-content {
		padding-left: unset;
	}
}

.skinfluenser .inner-skin {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 20;
}

.skinfluenser .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--var-black);
	opacity: 0;
	transition: all 0.25s;
	z-index: 10;
}

.skinfluenser .overlay:hover,
.skinfluenser:hover .overlay {
	opacity: 0.3;
}

.skinfluenser:hover .inner-skin {
	display: block;
}

.buttons {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-end;
	margin-top: 35px;
	margin-bottom: 35px;
}

.buttons button {
	background: var(--var-black);
	padding: 9px 32px;
	color: var(--var-white);
	border: 1px solid var(--var-black);
	transition: all 0.25s;
}

.buttons button:hover {
	cursor: pointer;
	background: transparent;
	color: var(--var-black);
}

.skinfluenser .inner-skin a {
	padding: 9px 39px;
	color: var(--var-white);
	border: 1px solid var(--var-grey);
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s;
}

.skinfluenser .inner-skin a:hover {
	cursor: pointer;
	background: var(--var-white);
	border: 1px solid var(--var-white);
	color: var(--var-black);
}

h5.center {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 2px;
}

.payment-option-img {
	padding: 16px 32px;
	border: 1px solid var(--var-grey);
	margin-top: 23px;
}

.showmore {
	margin-top: 35px;
}

ul.filter li.active a {
	background: var(--var-black);
	color: var(--var-white);
	cursor: pointer;
}

ul.filter li a:hover {
	background: var(--var-black);
	color: var(--var-white);
}

.article-content .left {
	flex: 1 0 80%;
	max-width: calc(80% - 12.5px)
}

.article-content .right {
	flex: 1 0 20%;
	max-width: calc(20% - 12.5px);
}

.article-content .right a {
	color: var(--var-black);
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color: #707070;
}

.home #masthead.scrolled {
	background: var(--var-black);
}

#masthead ul {
	display: flex;
	gap: 45px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#masthead ul.icons {
	gap: 27px;
	justify-content: flex-end;
}

.content {
	display: flex;
	flex-direction: column;
	gap: 31px;
}

p {
	font-size: 18px;
}

.home #masthead ul.icons i {
	color: var(--var-white);
}

#masthead ul.icons i {
	color: var(--var-black);
}

.home #masthead ul li a {
	color: var(--var-white);
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

#masthead ul li a {
	color: var(--var-black);
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#colophon .payment p,
.copyright p {
	color: var(--var-white);
	margin-bottom: 0;
}

.copyright p a {
	color: inherit;
}

.copyright {
	padding-top: 44px;
	border-top: 2px solid var(--var-grey);
	margin-top: 58px;
}

#colophon .payment {
	padding-top: 91px;
}

.copyright .col-6,
#colophon .payment .col-6 {
	padding: 0;
}

.logged-in #masthead {
	top: 32px;
}

#hero {
	position: relative;
}

#hero .container-fluid {
	position: absolute;
	bottom: 10%;
	z-index: 5;
	left: 2.5%;
}

#hero h5 {
	text-transform: uppercase;
}

#hero h1,
#hero h5 {
	color: var(--var-white);
}

a.btn,
button.btn {
	border: 2px solid var(--var-grey);
	padding: 14px 32px;
	text-transform: uppercase;
	color: var(--var-white);
	transition: all 0.25s;
	border-radius: 0;
	display: inline-flex;
}

a.btn.black,
button.btn.black {
	color: var(--var-white);
	background: var(--var-black);
	border: 2px solid var(--var-black);
}

a.btn.black:hover {
	color: var(--var-black);
	background: transparent;
	border: 2px solid var(--var-black);
}

a.btn:hover {
	cursor: pointer;
	background: var(--var-white);
	color: var(--var-black);
}

#colophon h2 {
	font-family: var(--var-sec-font);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--var-white);
}

#colophon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#colophon ul li {
	margin: 8px 0;
}

#colophon ul li a {
	text-decoration: none;
	color: var(--var-white);
	font-size: 16px;
}

#block-7 h2 {
	font-family: var(--var-main-font);
	font-size: 22px;
	text-transform: unset;
}

#colophon p {
	color: var(--var-white);
	font-size: 13px;
}

#nf-form-2-cont .nf-field-label {
	display: none;
}

#nf-form-2-cont input[type="email"] {
	color: var(--var-white) !important;
	background: var(--var-black) !important;
	border: 2px solid var(--var-grey) !important;
	padding: 10px 15px !important;
	font-size: 16px !important;
	font-family: var(--var-sec-font) !important;
	border-radius: 0 !important;
}

#nf-field-6-container {
	margin-bottom: 0;
}

#nf-form-2-cont input[type="submit"] {
	color: var(--var-white) !important;
	background: var(--var-black) !important;
	border: 2px solid var(--var-grey) !important;
	padding: 10px 15px !important;
	font-size: 16px !important;
	font-family: var(--var-sec-font) !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	margin-left: -2px !important;
}

#colophon #nf-form-2-cont p a {
	color: inherit;
} 

#nf-form-2-cont input[type="email"]::placeholder {
	text-transform: uppercase;
}

#nf-form-2-cont .nf-multi-cell .nf-cell {
	padding: 0 !important;
}

.full-img {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #f4f6f7;
}

.section-rows {
	margin-bottom: 55px;
}

.col-5.order-md-1 {
	padding-right: 10%;
}

.col-5.order-md-2 {
	padding-left: 10%;
}

.divider h4 {
	color: var(--var-white);
}

.divider .btn-wrap {
	display: flex;
	gap: 5px;
	justify-content: center;
}

.divider,
.minihero {
	position: relative;
}

.divider .overlay,
.minihero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--var-black);
	opacity: 0.25;
}

.divider .inner,
.minihero .container-fluid {
	position: relative;
	z-index: 20;
}

.divider .btn-wrap a {
	padding: 16px 32px;
	border: 2px solid var(--var-grey);
	color: var(--var-white);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-family: var(--var-sec-font);
	transition: all 0.25s;
}

.divider .btn-wrap a:hover {
	cursor: pointer;
	background: var(--var-white);
	color: var(--var-black);
	border: 2px solid var(--var-white);
}

#colophon ul.socials {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	margin-top: 23px;
}

#colophon ul.socials li a {
	display: inline-block;
	border: 2px solid var(--var-grey);
	padding: 16px 32px;
	border-radius: 0;
	text-transform: uppercase;
	color: var(--var-white);
	font-size: 15px;
	font-weight: 600;
	transition: all 0.25s;
}

#colophon ul.socials li a:hover {
	background: var(--var-white);
	color: var(--var-black);
	border: 2px solid var(--var-white);
}

form.cart {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

form.cart .quantity {
	flex: 1 0 100%;
	width: 100%;
}

form.cart .quantity input {
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid var(--var-grey);
	width: 100%;
}

form.cart button {
	background: var(--var-black);
	color: var(--var-white);
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-family: var(--var-sec-font);
	transition: all 0.25;
	border: 1px solid var(--var-black);
}

form.cart button:hover {
	cursor: pointer;
	color: var(--var-black);
	background: transparent;
}

.woocommerce-product-gallery__wrapper a,
.woocommerce-product-gallery__wrapper a img,
.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
	width: 100%;
	height: auto;
}

.relative {
	position: relative;
}

.relative .onsale {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--var-black);
	padding: 9px 21px;
	color: var(--var-white);
	text-transform: uppercase;
	border-radius: 25px;
	z-index: 100;
	font-size: 14px;
}

.woocommerce-product-gallery {
	max-width: 100%;
}

.woocommerce-product-gallery__wrapper {
	display: flex;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 16px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	flex: 1 0 20%;
	width: calc(20% - 4px) !important;
	max-width: calc(20% - 4px) !important;
	aspect-ratio: 1 / 1;
	border: 1px solid #EFEFEF;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	height: auto;
}

.product-content {
	padding-left: 10%;
}

.product-content p.price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 10px;
	align-items: center;
}

.product-content ins bdi {
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
}

.product-content ins {
	text-decoration: none;
}

h1.product_title {
	font-size: 36px;
	font-family: var(--var-sec-font);
	text-transform: uppercase;
}

.woocommerce-product-details__short-description p {
	font-size: 13px;
}

.custom-logo {
	max-width: 165px;
	height: auto;
}

.custom-product-category a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--var-black);
	margin-bottom: 11px;
	display: inline-block;
}

.woocommerce-Price-currencySymbol {
	text-transform: uppercase;
}

.breads {
	margin-top: 35px;
	margin-bottom: 21px;
}

.woocommerce-breadcrumb {
	color: var(--var-black);
	opacity: 0.43;
	text-transform: uppercase;
	font-family: var(--var-sec-font);
}

.breads a {
	color: var(--var-black);
}

.stock-circle {
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.price .stock {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.stock-circle.in-stock {
	background: #8CEF74;
}

.stock-circle.out-of-stock {
	background: #EF7474;
}

ul.products.columns-3 {
	display: flex;
	gap: 16px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

ul.products.columns-3 li {
	flex: 1 0 33.3333% !important;
	max-width: calc(33.3333% - 11px) !important;
	width: calc(33.3333% - 11px) !important;
	border: 1px solid #EFEFEF !important;
	text-align: center !important;
	margin-right: 0 !important;
	position: relative;
}

.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.woocommerce-pagination ul li a {
	border: 1px solid var(--var-grey);
	padding: 9px 13px;
	text-decoration: none;
	color: var(--var-black);
	transition: all 0.25s;
}

.login input[type="email"],
.login input[type="password"],
.login input[type="text"],
.lost_reset_password input[type="email"],
.lost_reset_password input[type="password"],
.lost_reset_password input[type="text"] {
	display: block;
	width: 100%;
	border: 1px solid var(--var-grey);
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
}

.woocommerce-account p.date {
	display: none;
}

.woocommerce-account .center h5 {
	display: none;
}

.login button[type="submit"],
.lost_reset_password button[type="submit"],
.wc-block-components-checkout-place-order-button {
    padding: 14px 32px;
    text-transform: uppercase;
    transition: all 0.25s;
    border-radius: 0;
    display: inline-flex;
	color: var(--var-white);
    background: var(--var-black);
    border: 2px solid var(--var-black);
	margin-top: 15px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details,
.woocommerce-customer-details {
	margin: 20px 0;
	padding: 25px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 5px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details h2 {
	font-size: 1.5rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
	width: 100%;
}

.woocommerce-order-received .center h5,
.woocommerce-order-received .center .date {
	display: none;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr th:last-child,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td:last-child {
	text-align: right;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
	color: inherit;
	font-size: inherit;
}

.show-password-input {
	display: none;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
	display: none;
}

.login button[type="submit"]:hover,
.lost_reset_password button[type="submit"]:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: transparent;
	cursor: pointer;
	color: var(--var-black);
}

.login label,
.lost_reset_password label {
	font-size: 1rem;
	margin-bottom: 3px;
	display: block;
}

.woocommerce-pagination ul li a:hover {
	background: var(--var-black);
	color: var(--var-white);
}

.woocommerce-pagination ul li span {
	padding: 9px 13px;
	border: 1px solid var(--var-grey);
	background: var(--var-black);
	color: var(--var-white);
}

.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
	border: none;
}



ul.products.columns-3 li .onsale {
	font-size: 14px;
	color: var(--var-white);
	background: var(--var-black);
	border-radius: 25px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 15px;
	text-transform: uppercase;
	padding: 9px 21px;
}

ul.products li.product .button {
	display: inline-block;
	text-transform: uppercase;
	text-underline-offset: 4px;
	text-decoration: underline;
	text-decoration-color: var(--var-grey);
	margin-bottom: 15px;
	margin-top: 15px;
}

a.added_to_cart {
	text-transform: uppercase;
	text-underline-offset: 4px;
	text-decoration: underline !important;
	display: inline-block;
	text-decoration-color: var(--var-grey) !important;
	margin-bottom: 15px !important;
	margin-top: 15px;
}

#block-10,
#block-12 {
	padding-top: 27px;
	border-top: 1px solid #EFEFEF;
}

#block-11,
#block-13 {
	padding-bottom: 27px;
	border-bottom: 1px solid #EFEFEF;
}

#block-13,
#block-14 {
	padding-top: 27px;
}

.widget h2 {
	text-transform: uppercase;
	font-size: 13px;
	color: var(--var-black);
	letter-spacing: 2px;
	font-family: var(--var-sec-font);
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}


ul.products.columns-3 li a {
	color: var(--var-black);
	text-decoration: none;
}

ul.products.columns-3 li h2.woocommerce-loop-product__title {
	font-size: 22px;
	margin-top: 10px;
	color: var(--var-black);
	text-transform: uppercase;
	font-family: var(--var-sec-font);
}

ul.products.columns-3 li .price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 9px;
	align-items: center;
	text-decoration: none !important;
}

ul.products.columns-3 li .price ins {
	text-decoration: none;
}

ul.products.columns-3 li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.wc-block-product-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-block-product-categories-list li a {
	color: var(--var-black);
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}


#shopsidebar {
	position: fixed;
	top: 0;
	right: -200vw;
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: all 0.25s ease-in-out;
}

.logged-in #shopsidebar {
	top: 32px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.woocommerce-MyAccount-navigation ul li {
	flex: 1;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 9px 21px;
	border: 1px solid var(--var-grey);
	color: var(--var-black);
	text-decoration: none;
	transition: all 0.25s;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	border-radius: 25px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--var-black);
	border: 1px solid var(--var-black);
	color: var(--var-white);
}

.woocommerce-MyAccount-content {
	padding: 15px;
	border: 1px solid #EFEFEF;
	margin-top: 35px;
}

.woocommerce-info {
	background-color: #efefef !important;
	padding: 15px;
	display: flex;
	justify-content: space-between;
}

.addresses {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
}

.addresses .woocommerce-Address {
	flex: 1 0 50%;
	max-width: calc(50% - 12.5px);
	width: calc(50% - 12.5px);
}

.woocommerce-MyAccount-content {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.woocommerce-MyAccount-content label {
	font-size: 13px;
	font-family: var(--var-sec-font);
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#account_display_name_description em {
	font-family: var(--var-sec-font);
	margin: 5px 0;
	font-size: 13px;
}

.woocommerce-MyAccount-content .clear {
	flex: 1 0 100%;
}

.woocommerce-MyAccount-content button[type="submit"] {
	padding: 9px 21px;
	background: var(--var-black);
	color: var(--var-white);
	text-transform: uppercase;
	border: 1px solid var(--var-black);
}

.woocommerce-MyAccount-content button[type="submit"]:hover {
	cursor: pointer;
	background: transparent;
	color: var(--var-black);
}

.woocommerce-MyAccount-content input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: var(--var-black);
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
	flex: 1 0 100%;
}

.woocommerce-MyAccount-content .container-fluid.space {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-MyAccount-orders {
	width: 100%;
}

.woocommerce-orders-table__cell-order-actions {
	display: flex !important;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
}

.woocommerce-MyAccount-content .order_details {
	width: 100%;
}

.product-card {
	border: 1px solid #EFEFEF;
	text-align: center;
}

#searchWrap {
	position: fixed;
	top: -200vh;
	left: 0;
	width: 100%;
	height: 100%;
	background:	#fff;
	z-index: 200;
	transition: all 0.25s ease-in-out;
}

#searchWrap.active {
	top: 0;
}

#searchWrap .inner-search {
	max-width: 50vw;
	width: 50vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#type-filter,
#category-filter {
	display: flex;
	flex-direction: column;
}

#type-filter label,
#category-filter label {
	display: flex;
	gap: 10px;
	align-items: center;
}

#searchWrap .inner-search form {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

#searchWrap .inner-search label {
	flex: 1 0 80%;
}

#searchWrap .inner-search input {
	width: 100%;
	border: 1px solid var(--var-grey);
	padding: 15px;
	box-sizing: border-box;
	padding-left: 50px;
}

#searchWrap .inner-search input[type="submit"] {
	background: var(--var-black);
	border: 1px solid var(--var-black);
	color: var(--var-white);
	text-transform: uppercase;
	padding: 15px 32px;
	transition: all 0.25s;
}

#searchWrap .inner-search input[type="submit"]:hover {
	cursor: pointer;
	background: transparent;
	color: var(--var-black);
}

.entry-title a {
	color: var(--var-black);
	text-decoration: none;
	text-transform: uppercase;
	font-family: var(--var-sec-font);
	font-weight: 600;
	font-size: 22px;
}

.search article {
	border: 1px solid #EFEFEF;
	padding: 15px;
	margin-bottom: 15px;
}

.search .entry-summary {
	margin-top: 15px;
}

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

.entry-footer {
	display: none;
}

a.link-text {
	text-transform: uppercase;
	color: var(--var-black);
	text-underline-offset: 4px;
	text-decoration-color: var(--var-grey);
}

button.text-link {
	text-transform: uppercase;
	color: var(--var-black);
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: var(--var-grey);
	margin: 15px auto;
	background: transparent;
	display: inline-block;
	border: none;
}

.product-row {
	margin: 35px 0;
}

.product-details {
	padding: 15px;
}

.woocommerce-MyAccount-content .order td,
.woocommerce-MyAccount-content .order th {
	border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid #EFEFEF !important;
}

.order_details .order-actions-button {
	margin-right: 5px;
}

.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details {
	flex: 1 0 50%;
	max-width: calc(50% - 7.5px);
	width: calc(50% - 7.5px);
}

.woocommerce-info a {
	color: var(--var-black);
	text-transform: uppercase;
}

.woocommerce-MyAccount-content a {
	color: inherit;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	cursor: pointer;
	background: var(--var-black);
	border: 1px solid var(--var-black);
	color: var(--var-white);
}

@media screen and (max-width: 1200px) {
	.logged-in #shopsidebar {
		top: 46px;
	}
}

#shopsidebar .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--var-white);
	opacity: 0.4;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#shopsidebar .overlay:hover {
	cursor: pointer;
}

#shopsidebar .shopside {
	position: absolute;
	right: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 29px 23px;
	z-index: 20;
	min-width: 33vw;
	max-width: 33vw;
}

.shopside .cart-footer {
	margin-top: auto;
}

.cart-footer .flex-calcs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-calcs .info p,
.flex-calcs .info-right p {
	margin: 0 !important;
}

.flex-calcs .info p,
.flex-calcs .info-right p {
	font-size: 14px;
}

.info-right p {
	font-size: 14px;
}

.flex-calcs .info p.smaller,
.flex-calcs .info p.small-tax {
	font-size: 13px;
}

.cart-item-desc p {
	font-family: var(--var-sec-font);
	font-size: 13px;
	margin: 9px 0;
}

.checkout-btn-sidecart {
	margin-top: 18px;
	display: block;
	width: 100%;
	background: var(--var-black);
	color: var(--var-white);
	text-transform: uppercase;
	font-size: 17px;
	font-family: var(--var-sec-font);
	transition: all 0.25s;
	text-decoration: none;
	border: 1px solid var(--var-black);
	padding: 15px;
	text-align: center;
}

.flex-klarna {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #efefef;
	padding: 18px 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.flex-klarna p {
	font-size: 13px;
	margin-bottom: 0;
	display: flex;
	gap: 5px;
	align-items: center;
}

.flex-klarna a {
	color: var(--var-black);
	text-decoration: underline;
	font-size: 13px;
}

.checkout-btn-sidecart:hover {
	background: transparent;
	color: var(--var-black);
}

#cartIcon:hover,
#searchIcon:hover {
	cursor: pointer;
}

.shopside .titlearea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shopside .titlearea h5 {
	margin-bottom: 0;
}

.cart-item .cart-item-img {
	flex: 1 0 20%;
	max-width: 20%;
	width: 20%;
}

.cart-item .cart-item-img img {
	max-width: 100%;
}

.cart-item .cart-item-details {
	flex: 1 0 80%;
	max-width: 80%;
	width: 80%;
}

.cart-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-item-title a {
	color: var(--var-black);
	font-size: 13px;
}

.cart-item-title h5 {
	margin-bottom: 0;
	color: var(--var-black);
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px;
}

.cart-item-desc,
.cart-item-price {
	padding: 0 10px;
}

.shopside button.text {
	border: none;
	text-decoration: underline;
	font-size: 11px;
	background: none;
}

#shopsidebar.active {
	right: 0;
}

.woocommerce-message,
.woocommerce-error {
	background-color: var(--var-blue) !important;
	padding: 15px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-message a,
.woocommerce-error a {
	color: var(--var-black);
	text-transform: uppercase;
}

.archive.term-andre-produkter .archive-sidebar-wrapper {
	display: none;
}

.archive.term-andre-produkter .shoprow {
	justify-content: center;
}

.wc-block-components-totals-coupon__button {
	transition: all 0.25s;
	text-transform: uppercase;
}

.wc-block-components-totals-coupon__button:not(:disabled) {
	background: var(--var-black);
	color: var(--var-white);
	border-color: var(--var-black);
	border: 1px solid var(--var-black);
}

.wc-block-components-totals-coupon__button:not(:disabled):hover {
	cursor: pointer;
	background: transparent;
	color: var(--var-black);
}

.woocommerce-checkout .col-4.center h5,
.woocommerce-checkout .col-4.center p.date,
.woocommerce-cart .col-4.center h5,
.woocommerce-cart .col-4.center p.date {
	display: none;
}

.woocommerce-error {
	background-color: #EF7474 !important;
}

.cart-content {
	max-height: calc((100%) - (19px + 216px));
	overflow-y: scroll;
}

.cart-content::-webkit-scrollbar {
	display: none;
}

.cart-content .cart-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.cart-content .cart-items .cart-item {
	border: 1px solid #EFEFEF;
	padding: 10px;
	display: flex;
}

.cart-item-qty {
	display: flex;
	justify-content: flex-end;
}

.cart-item-qty input {
	max-width: 100px;
	padding: 10px 15px;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
}

.empty-cart {
	margin-top: 15px;
	border: 1px solid #EFEFEF;
	padding: 15px;
	text-align: center;
}

@media screen and (min-width: 1921px) {
	.container-fluid {
		max-width: 1840px;
	}

	#hero .container-fluid {
		left: calc((100vw - 1840px) / 2);
	}
}

@media screen and (max-width: 1500px) {
	#masthead ul {
		gap: 28px;
	}
}

@media screen and (max-width: 1305px) {
	#masthead ul {
		gap: 20px;
	}

	#masthead ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1200px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.logged-in #masthead {
		top: 46px;
	}

	#masthead .col-5,
	#masthead .col-2 {
		flex: 1 0 50%;
		max-width: 50%;
		width: 50%;
	}

	#masthead .row .col-5:first-child {
		display: none;
	}

	#masthead .row .col-5:last-child {
		display: flex;
		align-items: center;
		gap: 25px;
		justify-content: flex-end;
	}

	#shopsidebar .shopside {
		max-width: 100vw;
		min-width: 100vw;
	}

	#searchWrap .inner-search {
		max-width: 88vw;
		width: 88vw;
	}

	#searchWrap .inner-search label {
		flex: 1 0 72%;
	}

	#masthead .center {
		text-align: left;
	}

	.product-card {
		margin-bottom: 15px;
	}

	.col-5.order-md-1,
	.col-5.order-md-2 {
		padding-left: unset;
		padding-right: unset;
		padding: 10px calc(var(--bs-gutter-x) * .5);
	}

	.buttons {
		margin-bottom: 35px;
	}

	#colophon .col-3 {
		margin-top: 55px;
	}

	.copyright .col-6, #colophon .payment .col-6 {
		text-align: left;
	}

	#colophon ul.socials {
		justify-content: flex-start;
	}

	.desktop {
		display: none;
	}

	#accordionExample {
		margin-bottom: 25px;
	}
	
	.mobile {
		display: block;
	}


	.product-content {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	#colophon .payment .col-6 {
		margin-bottom: 35px;
	}

	.related ul.products.columns-3 li.product {
		flex: 1 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.article-content .left {
		flex: 1 0 65%;
		max-width: calc(65% - 12.5px);
	}

	ul.filter,
	.woocommerce-MyAccount-navigation ul {
		overflow-x: scroll;
		justify-content: flex-start;
	}

	ul.filter::-webkit-scrollbar,
	.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
		display: none;
	}

	.addresses {
		flex-wrap: wrap;
	}

	.addresses .woocommerce-Address {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	ul.filter li a {
		white-space: nowrap;
	}

	.article-content .right {
		flex: 1 0 35%;
		max-width: calc(35% - 12.5px);
	}

	.skinfluenser {
		flex: 0 0 80%;
		width: 80%;
	}

	#masthead nav {
		display: none;
	}

	ul.products li.product {
		flex: 1 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.widget {

	}

	#masthead #openMenu {
		display: block;
	}

	.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
		flex-wrap: wrap;
	}
}