/* Theme Name: Exacta Digital */

@font-face {
    font-family: 'SF Pro Display SBI';
    src: url('fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display BI';
    src: url('fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display M';
    src: url('fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display B';
    src: url('fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display TI';
    src: url('fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display HI';
    src: url('fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display LI';
    src: url('fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display R';
    src: url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display ULI';
    src: url('fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('fonts/SFProDisplay-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/*-- MAIN STYLES --*/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'SF Pro Display M', sans-serif;
	font-size: 17px;
	background: #fff;
	color: #1f1f1f;
	font-weight: 500;
	line-height: 29px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
}
strong,
b {
	font-weight: 700;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
*:focus,
*:active {
	outline: 0;
	border: 0;
	outline-style: none;
	-moz-outline-style: none;
}
a:focus,
a:active {
	outline: 0;
	border: 0;
	outline-style: none;
	-moz-outline-style: none;
}
a,
a:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-family: 'SF Pro Display B', sans-serif;
	font-weight: 700;
}

h1,
.h1 {
	font-size: 3em;
	line-height: 1.4em;
	margin: 0 0 0.4em;
}
h2,
.h2 {
	font-size: 2.5em;
	line-height: 1.4em;
	margin: 0 0 0.3em;
}
h3,
.h3,
.cross-sells h2,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 2em;
	line-height: 1.4em;
	margin: 0 0 0.2em;
}
h4,
.h4,
h2.woocommerce-order-details__title {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0 0 0.2em;
}
h5,
.h5 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0.2em;
}
h6,
.h6 {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 0.2em;
}

del {
	opacity: 1 !important;
}
iframe {
	max-width: 100%;
}

textarea#billing_meddelande {
    padding: 35px 15px 0 15px;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    height: 140px;
    border: 0px;
    border-radius: 4px;
}

body.woocommerce-checkout form.checkout p#billing_meddelande_field label {
	top: 20%;
	font-size: 12px;
}

body.woocommerce-checkout form.checkout p#billing_meddelande_field label.active {
	font-size: 12px;
	top: 10px;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.cta_subpage {
    margin: 2em auto 0;
}

section.general_content .wrapper video {
    width: 100%;
    heigh: auto;
    border-radius: 7px;
}

.cta_subpage a.btn, a.wp-block-button__link.wp-element-button {
    background: #6904b3;
    text-decoration: none;
	padding: 0.75em 1.75em;
	border-radius: 50px;
	text-decoration: none;
	color: #fff !important;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	display: inline-block;
	margin: 1em 0 0;
}

.hero .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 177.77777778%;
    width: 116%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    max-width: none !important;
}

@media (max-aspect-ratio: 16/9) {
    .hero .video iframe {
        width: 210%;
        height: 116%;
    }
}

.woocommerce-variation-availability,
.woocommerce a.added_to_cart {
	display: none !important;
}

.disabled {
	opacity: 1 !important;
	cursor: inherit !important;
}

header.main_header .wrapper .phone_navigation {
	display: none;
}

.mm-ocd__content {
	padding: 1.5em;
}

.tp {
	height: 50px;
}

button#custom-vat-toggle {
	background: 0 0;
	border: 0;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	text-decoration: underline;
}

.mm-ocd {
	z-index: 999999 !important;
}

li#menu-item-579:after,
li#menu-item-580:after,
li#menu-item-918:after,
li#menu-item-1355:after,
li#menu-item-918:before {
	display: none;
}

li#menu-item-918 a,
li#menu-item-1355 a {
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	margin-top: 1em;
	padding: 0.75em 1.75em;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	text-align: center;
}

.dgwt-wcas-search-wrapp-mobile input[type='search'].dgwt-wcas-search-input,
.dgwt-wcas-om-bar {
	height: 65px !important;
}
.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input {
	box-shadow: 0px 0px 0px !important;
}
.dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
	top: 22px;
}
.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile,
.dgwt-wcas-om-bar {
	border-bottom: 1px solid #d1d5db;
}

a.btn,
section.section.row.main_content .content .content_holder a,
a#klarna-checkout-select-other {
	text-decoration: none;
	padding: 0.75em 1.75em;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
}

.company-field-label {
	color: #999 !important;
}

#rotating-word {
	transition: opacity 0.5s ease-in-out;
	border-bottom: 5px solid #fff;
	padding: 0;
}
#rotating-word.hidden {
	opacity: 0;
}

.area_slider {
	white-space: nowrap;
	position: relative;
	top: -15px;
	overflow: visible;
	z-index: 3;
}
/* .area_slider_inner {display: inline-block; animation: slide 130s linear infinite;} */
.area_post {
	display: inline-block;
	width: 270px;
	height: 390px;
	border-radius: 14px;
	overflow: hidden;
	margin: 0 10px;
	vertical-align: top;
	color: white;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	transition: all ease-in-out 0.2s;
}
.area_post .overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(0, 0, 0, 0.7) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.area_post:hover .overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.3) 100%
	);
}
.area_post:hover {
	bottom: 1em;
	box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.25);
}
.area_post:hover h2 {
	color: #73c8e8;
}
.area_post:hover h2:after {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/arrow-right_hover.svg')
		no-repeat center;
	background-size: 10px;
	width: 10px;
	height: 30px;
}
@keyframes slide {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
.section.area_slider:hover .area_slider_inner {
	animation-play-state: paused;
}
.area_post h2 {
	position: absolute;
	text-align: left;
	left: 1em;
	bottom: 1em;
	z-index: 3;
	margin: 0;
	display: flex;
	align-items: center;
	width: calc(100% - 2em);
	white-space: normal;
}
.area_post h2:after {
	content: '';
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/arrow-right.svg')
		no-repeat center;
	background-size: 10px;
	width: 10px;
	height: 30px;
	margin-left: auto;
}
.area_slider_inner a {
	color: #fff;
	text-decoration: none;
}

.wcml-dropdown-click {
	width: auto;
}
.wcml-dropdown-click li {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border: 0px;
	width: 5.5em;
	height: 100%;
}
.wcml-dropdown-click li a {
	padding: 0.5em 0.5em 0.4em 0;
}
.wcml-dropdown-click li:hover,
.wcml-dropdown-click li:focus {
	background: rgba(0, 0, 0, 0);
}
.wcml-dropdown-click .wcml-cs-submenu {
	background: #1f1f1f;
	border: 1px solid #fff;
	border-top: 0px;
	width: 9em;
}
.wcml-dropdown-click .wcml-cs-submenu li {
	border: 0px;
}
.wcml-dropdown-click .wcml-cs-submenu li a {
	padding: 0.75em 0em 0.75em 0.9em;
}

/*-- END MAIN STYLES --*/

/*-- HEADER & FOOTER --*/

body.page-id-951 label[for='billing_jag_handlar_som_county'] {
	display: none !important;
}

aside.topbar {
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
}
aside.topbar .wrapper {
	width: 90%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}
aside.topbar .wrapper:after {
	display: none;
}
aside.topbar .wrapper p {
	margin: 0;
	color: #fff;
}
aside.topbar .wrapper p a {
	color: inherit;
}
aside.topbar .wrapper .currency_switcher {
	flex: 1;
}
aside.topbar .wrapper .notification {
	flex: 1;
}
aside.topbar .wrapper .customer_type_switcher {
	flex: 1;
	text-align: right;
}

.alg-wc-eu-vat-valid {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    font-size: 0.8em;
    background: #49df8f;
    color: #fff;
    padding: 0 0.5em;
    border-radius: 4px;
}

.alg-wc-eu-vat-not-valid {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    font-size: 0.8em;
    background: #e55959;
    color: #fff !important;
    padding: 0 0.5em;
    border-radius: 4px;
}

.wpforms-container {
    width: 100%;
    max-width: 450px;
}

.alg-wc-eu-vat-validating {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    font-size: 0.8em;
    background: #999;
    color: #fff;
    padding: 0 0.5em;
    border-radius: 4px;
}

header.main_header {
	background: #1f1f1f;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 99997;
	transition: all ease-in-out 0.2s;
}
header.main_header .wrapper {
	width: 90%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 2em 0;
	display: flex;
	align-items: center;
	flex-direction: row;
}
header.main_header .wrapper .navigation {
	margin-left: auto;
}
header.main_header .wrapper .navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 2.5em;
}
header.main_header .wrapper .navigation ul li {
}
header.main_header .wrapper .navigation ul li a {
	color: inherit;
	text-decoration: none;
	color: #fff;
}
header.main_header .wrapper .logo {
}
header.main_header .wrapper .logo a {
	display: flex;
}
header.main_header .wrapper .logo a img {
	width: 115px;
	height: auto;
}
header.main_header .wrapper .search {
	margin-left: 3em;
}
header.main_header .wrapper .mini_cart {
	margin-left: 2.5em;
	color: inherit;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
header.main_header .wrapper .mini_cart .xoo-wsc-cart-trigger {
	position: relative;
	white-space: nowrap;
	display: flex;
	cursor: pointer;
	align-items: center;
}
header.main_header .wrapper .mini_cart img {
	float: left;
	width: 40px;
	height: auto;
}
header.main_header .wrapper .mini_cart p {
	margin: 0 0 0 0.5em;
	line-height: 1.4em !important;
	color: #fff;
}
header.main_header .wrapper .mini_cart small {
	font-size: 0.9em;
}
header.main_header .wrapper .mini_cart .populated {
	position: absolute;
	top: 7px;
	left: 20px;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background: inherit;
}
header.main_header .wrapper .mini_cart span.qty {
	display: none;
}

.woo-variation-product-gallery {
	max-width: 45% !important;
}

header.main_header.fixed {
	background: #1f1f1f !important;
}
header.main_header.fixed .wrapper {
	padding: 1.25em 0 !important;
}

body.home header.main_header {
	background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.30155812324929976) 100%
	);
}
body.home header.main_header .wrapper {
	padding: 4em 0 8em;
}

.dgwt-wcas-search-icon {
	width: 26px;
}
input[type='number'].xoo-wsc-qty,
.xoo-wsc-qtb-square {
	border-width: 0px;
}
span.xoo-wsc-chng {
	border: 1px solid #d1d5db;
	background: #fff;
	color: #289549;
	border-radius: 50px;
	width: 32px;
	min-width: 32px;
	height: 32px;
	font-size: 1.5em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
span.xoo-wsc-chng img {
	width: 12px;
}
.xoo-wsc-qty-box {
	max-width: 115px;
}
input[type='number'].xoo-wsc-qty {
	background: 0 0;
	border: 0px;
	display: inline-flex;
	width: 40px !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	font-weight: 600;
	font-size: 1.05em;
}
.xoo-wsc-product {
	width: calc(100% - 40px);
	margin: 0 auto;
}
span.xoo-wsc-pname,
span.xoo-wsc-pname a {
	text-decoration: none;
	font-size: inherit;
}
.xoo-wsc-img-col {
	align-self: flex-start;
}
.xoo-wsc-sm-right {
	max-width: unset;
}
.xoo-wsc-sum-col {
	font-size: 0.89em;
}
.xoo-wsc-header {
	padding: 15px 20px;
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
}
.xoo-wsc-smr-ptotal {
	font-weight: 600;
	font-size: 0.89em;
}
.xoo-wsc-sm-left > *:not(:last-child) {
	padding-bottom: 0;
}
.xoo-wsc-product dl.variation dd,
.xoo-wsc-product dl.variation dt {
	font-style: normal;
	line-height: 1.5em;
	font-size: 0.9em;
}
.xoo-wsc-pprice {
	margin: 0 0 4px;
	line-height: 1em;
}
.xoo-wsch-text {
	font-size: 1.5em;
	font-weight: 500;
}
.xoo-wsch-top {
	flex-direction: column;
	align-items: flex-start;
}
.xoo-wsch-top span {
	color: #fff;
}
.xoo-wsch-top p {
	margin: 0;
	font-size: 0.89em;
	font-weight: 500;
	color: #fff;
}
.xoo-wsch-top p a {
	color: #fff;
	font-weight: 600;
}
.xoo-wsch-top span {
	margin-left: 0px;
}
.xoo-wsc-icon-cross:before {
	display: none;
}
span.xoo-wsch-close {
	font-family: inherit !important;
	font-weight: 600;
	font-size: 0.89em;
	top: 23px;
	right: 20px;
	opacity: 0.8;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
	display: inline-flex;
	padding: 0 2em;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 3em;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	font-size: inherit;
	font-size: 1.1em;
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
	border-radius: 50px;
	width: 100%;
	color: #fff;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover {
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(100, 215, 231, 1) 0%,
		rgba(188, 122, 236, 1) 100%
	);
}
.xoo-wsc-ft-amt-total {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.25em;
	line-height: 1.75em;
	font-weight: 600;
}
.xoo-wsc-ft-amt-total .amount {
	font-size: 1.25em;
	line-height: 1.75em;
	font-weight: 600;
}
.xoo-wsc-ft-amt {
	padding: 0px;
}
.xoo-wsc-sp-container {
	border-radius: 14px;
	background: #f0f0f0;
}
.xoo-wsc-sp-rc-top {
	padding: 0 !important;
}
.xoo-wsc-sp-rc-top a {
	color: inherit;
	text-decoration: none;
}
.xoo-wsc-sp-wide .xoo-wsc-sp-rc-bottom:after {
	display: none;
}
ul.xoo-wsc-sp-slider {
	padding: 0 !important;
}
.xoo-wsc-sp-left-col img,
.xoo-wsc-img-col img {
	border-radius: 14px;
}
span.xoo-wsc-sp-atc a.button {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/add_to_cart.svg')
		no-repeat center;
	background-size: 20px;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-indent: -9999999px;
}
span.xoo-wsc-sp-atc a.button:hover {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/add_to_cart_hover.svg')
		no-repeat center;
	background-size: 50px;
}
.xoo-wsc-ft-totals {
	padding: 0 0 20px;
}
.xoo-wsc-ft-amt-subtotal .xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt-subtotal .xoo-wsc-ft-amt-value {
	font-weight: 400;
	color: #6b7280;
}
.xoo-wsc-ft-amt-tax .xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt-tax .xoo-wsc-ft-amt-value {
	font-weight: 400;
	color: #6b7280;
}
.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-value {
	font-weight: 400;
	color: #6b7280;
}
.xoo-wsc-product dl.variation p {
	font-size: inherit;
}

.dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input {
	border: 0px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1) !important;
	border-radius: 0px;
	height: 64px;
	font-size: 0.89em;
	font-weight: 500;
}
.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
	border: 0px;
	top: calc(100% + 42px);
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}
html:not(.dgwt-wcas-overlay-mobile-on)
	.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon
	.dgwt-wcas-search-form {
	top: calc(100% + 48px);
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open
	.dgwt-wcas-search-icon {
	opacity: 1 !important;
}
.dgwt-wcas-sf-wrapp
	input[type='search'].dgwt-wcas-search-input::-webkit-input-placeholder {
	font-style: normal;
}
.dgwt-wcas-suggestions-wrapp {
	border: 0px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1) !important;
	font-size: 0.89em;
}
.dgwt-wcas-suggestions-wrapp a {
	text-decoration: none !important;
	color: inherit !important;
}

body.single-product footer.main_footer {
	margin: 0;
}

footer.main_footer {
	background: #1f1f1f;
	margin: 6em 0 0;
}
footer.main_footer .wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 10em 0 6em;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
}
footer.main_footer .wrapper:after {
	display: none;
}
footer.main_footer .wrapper p {
	color: #fff;
}
footer.main_footer .wrapper .some {
	text-align: right;
}
footer.main_footer .wrapper .some p:first-of-type {
	margin-top: 0;
	color: rgb(188, 122, 236);
}
footer.main_footer .wrapper ul.menu {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 4em;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer.main_footer .wrapper ul.menu > li a {
	color: rgb(188, 122, 236);
	text-decoration: none;
	font-weight: 700;
}
footer.main_footer .wrapper ul.menu ul {
	padding: 0;
	margin: 1em 0 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
footer.main_footer .wrapper ul.menu ul li a {
	font-weight: inherit;
	color: #fff;
	text-decoration: none;
}

footer.main_footer .divider {
	height: 1px;
	width: 100%;
	background: #494949;
}

footer.main_footer .after_wrapper {
	background: #1f1f1f;
	padding: 6em 0 8em;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
footer.main_footer .after_wrapper:after {
	display: none;
}
footer.main_footer .after_wrapper p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 0.89em;
}
footer.main_footer .after_wrapper .one_half.last {
	text-align: right;
}
footer.main_footer .after_wrapper .one_half.last p {
	padding: 0.7em 0 0;
}
footer.main_footer .after_wrapper .one_half p {
	padding: 0 0 0.7em;
}

form.newsletter-signup {
	background: #fff;
	border-radius: 50px;
	padding: 0 0 0 1.5em;
}
form.newsletter-signup input[type='text'] {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	border: 0px;
	width: 220px;
}
form.newsletter-signup input[type='submit'] {
	background: url('https://pushpucks.com/wp-content/uploads/2024/08/subscribe.svg')
		no-repeat center;
	background-size: 50px;
	padding: 0;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: 0px;
	text-indent: -9999px;
	cursor: pointer;
}

/*-- END HEADER & FOOTER --*/

/*-- PAGE STYLES --*/

.video-filter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5em;
	margin: 0 0 1em;
}
.video-filter select {
	padding: 0 1em;
	min-width: 220px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: 50px;
}
.video-filter select:focus {
	border: 1px solid;
}

section.hero {
	height: calc(100vh - 50px);
	position: relative;
}
section.hero .wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 720px;
	text-align: center;
	z-index: 4;
}
section.hero .wrapper h1 {
	color: #fff;
}
section.hero .wrapper a {
}
section.hero .video {
	position: relative;
	height: 100%;
	z-index: 3;
	overflow: hidden;
}
section.hero .video video {
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main.main {
	overflow-x: hidden;
}

section.section.row.main_content {
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
}

.enlarged-image {
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	z-index: 9999;
	pointer-events: none;
}
.enlarged-image img {
	width: 300px;
	height: auto;
	display: block;
}

section.section.row.main_content .cta {
	text-align: center;
	padding: 3em 0 9em;
	margin: 0 auto;
	width: 90%;
	max-width: 880px;
}
section.section.row.main_content .cta h4 {
    color: #fff;
    margin: 0.25em 0 0.5em;
    font-size: 5.5em;
}
section.section.row.main_content .cta p {
	margin: 0 0 1em;
    color: #fff;
    font-size: 1.25em;
}
section.section.row.main_content .cta a.btn {
	background: #6904b3;
	display: inline-block;
	margin: 1em 0 0;
}

section.section.row.main_content .content {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
	border-radius: 14px;
	gap: 2em;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto 2em;
	background-size: cover !important;
	padding: 2em;
}
section.section.row.main_content .content:after {
	display: none;
}
section.section.row.main_content .content img {
	flex: 1;
	margin: -2em 0 0 -2em;
	position: relative;
	z-index: 4;
}
section.section.row.main_content .content .content_holder {
	color: #fff;
	flex: 3;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	gap: 2em;
	align-items: center;
}
section.section.row.main_content .content .content_holder .content_holder_video {
	flex: 1;
	width: 200px;
	border-radius: 14px;
	overflow: hidden;
}
section.section.row.main_content .content .content_holder .content_holder_content {
	flex: 2;
}
section.section.row.main_content .content .content_holder .content_holder_content h2 {
	font-size: 2em;
}
section.section.row.main_content .content .content_holder a {
	background: #65d8e8;
	color: #03515c;
	margin: 1em 0 0;
	display: inline-block;
}
section.section.row.main_content .content .overlay {
	background: rgb(0, 0, 0);
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.35480129551820727) 36%,
		rgba(0, 0, 0, 0.5004595588235294) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 14px;
}

section.section.row.main_content .row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 2em;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 0 10em;
}
section.section.row.main_content .row:after {
	display: none;
}
section.section.row.main_content .row .one_half {
	flex: 1;
	padding: 2em 14em 2em 2em;
	background-size: contain !important;
	border-radius: 14px;
	color: #fff;
}
section.section.row.main_content .row .one_half a {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	color: #03515c;
	text-decoration: none;
}

section.section.row.reviews {
	background: #1f1f1f;
}
section.section.row.reviews .wrapper {
	padding: 10em 0;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
}
section.section.row.reviews .wrapper img {
	margin: 0 0 2em;
}
section.section.row.reviews .wrapper h2 {
	color: #fff;
}
section.section.row.reviews .wrapper p {
	color: #fff;
	margin: 4em 0 6em;
}
section.section.row.reviews .wrapper a.btn {
	background: #6e61a4;
	background: linear-gradient(299deg, #6e61a4 0%, #e96b9a 100%);
	color: #fff;
}
section.section.row.reviews .wrapper .community_reviews {
	margin: 3em 0 4em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em 0;
}
section.section.row.reviews .wrapper .community_reviews .review {
	padding: 0 1em;
}
section.section.row.reviews .wrapper .community_reviews .review img {
	border-radius: 200px;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
section.section.row.reviews
	.wrapper
	.community_reviews
	.review
	.review_content {
	background: #222;
	color: #fff;
	margin: -68px 0 0;
	padding: 5em 1.5em 2em;
	border-radius: 14px;
	text-align: center;
}
section.section.row.reviews
	.wrapper
	.community_reviews
	.review
	.review_content
	h5 {
	color: rgb(188, 122, 236);
}
section.section.row.reviews
	.wrapper
	.community_reviews
	.review
	.review_content
	p {
	color: #fff;
	margin: 1.5em 0 0;
	font-size: 0.9em;
	line-height: 1.6em;
}

section.section.row.product_feed {
}
section.section.row.product_feed.sub .wrapper {
	padding: 6em 0 4em;
}
section.section.row.product_feed.sub .wrapper .product_feature_slider {
	margin: 0 auto 4em;
}
section.section.row.product_feed .wrapper {
	padding: 10em 0;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
}
section.section.row.product_feed .wrapper a.btn {
	background: #6e61a4;
	background: linear-gradient(299deg, #6e61a4 0%, #e96b9a 100%);
	color: #fff;
	margin: 0 0 1em;
	display: inline-block;
}
section.section.row.product_feed .wrapper p.read_more {
	color: #7d7d7d;
}
section.section.row.product_feed .wrapper p.read_more a {
	color: #7d7d7d;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin: 0 0 1em 0;
	border-radius: 16px;
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
	padding: 1.5em 2em;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 0 0.5em 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
	border-bottom: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	font-weight: 600;
}

.woocommerce table.my_account_orders .button {
	margin: 0 0 0 0.5em;
}
.woocommerce-MyAccount-content input[type='text'],
.woocommerce-MyAccount-content input[type='email'],
.woocommerce-MyAccount-content input[type='password'] {
	height: 50px;
	border: 1px solid;
	padding: 0 1.5em;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
.woocommerce-MyAccount-content .form-row-first {
	border-right: 0px !important;
}
section.general_content {
}
section.general_content .wrapper {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 1em 0 0;
}
section.general_content .wrapper a {
	color: inherit;
}
section.general_content .wrapper h1 {
	font-size: 5.5em;
	width: 100%;
	max-width: 830px;
	margin: 0.5em auto 0.4em;
}
section.general_content .wrapper h1 {
	text-align: center;
}
section.general_content .wrapper input,
section.general_content .wrapper select {
	border-radius: 50px !important;
}
section.general_content .wrapper textarea {
	resize: none;
}
section.general_content .wrapper input[type='submit'],
section.general_content .wrapper button[type='submit'] {
	background: #6e61a4;
	background: linear-gradient(299deg, #6e61a4 0%, #e96b9a 100%);
	margin: 0 0 1em;
	display: inline-block;
	text-decoration: none;
	padding: 0.75em 1.75em;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
}
section.general_content .wrapper input[type='submit']:hover,
section.general_content .wrapper button[type='submit']:hover {
	background: #6e61a4;
	background: linear-gradient(299deg, #e96b9a 0%, #6e61a4 100%) !important;
}

.ti-widget {
	margin: 0 0 4em;
}

.excl-tax .price-tax-incl,
.incl-tax .price-tax-excl {
	display: none !important;
}

.excl-tax .price-tax-excl,
.incl-tax .price-tax-incl {
	display: block !important;
}

form.cart .price-tax-incl,
form.cart .price-tax-excl {
	display: none !important;
}

section.general_content.wide {
}
section.general_content.wide .wrapper {
	max-width: 1470px;
}
section.general_content .wrapper .area_hero {
	height: 500px;
	background-size: cover !important;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}
section.general_content .wrapper .area_hero .video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
section.general_content .wrapper .area_hero .video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
section.general_content .wrapper .area_hero_image {
	height: 500px;
	background-size: cover !important;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}
section.general_content .wrapper .area_hero_image img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	border-radius: 14px;
}
section.general_content .wrapper .m_content {
	padding: 3em 0;
    width: 100%;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}
section.general_content .wrapper .m_content.standard {
	width: 90%;
	padding: 3em 0 0;
	margin: 0 auto;
}
section.general_content .wrapper .m_content ul {
    list-style-type: none;
	padding: 0;
}
section.general_content .wrapper .m_content ul li {
	
}
section.general_content .wrapper .m_content ul li:before {
	content: url('https://pushpuckar.se/wp-content/uploads/2025/04/check_color.svg');
	margin: 0 0.5em 0 0;
}

.woocommerce-ordering {
	float: left !important;
	margin: 2em 0 !important;
}
.woocommerce-ordering select {
	border-radius: 50px;
	border: 1px solid #bcbcbc;
	padding: 1em 3em 1em 1.5em;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	background: url('https://pushpucks.com/wp-content/uploads/2024/08/arrow_down.svg')
		no-repeat right 1.5em center;
}

section.breadcrumbs {
	padding: 9em 0 0;
	text-align: center;
	opacity: 0.4;
}
section.breadcrumbs span a {
	color: inherit;
	text-decoration: none;
}

body.single-product {
}
body.single-product .product {
}
body.single-product .product .wrapper {
	width: 90%;
	max-width: 1430px;
	margin: 0 auto;
	padding: 1em 0 0;
	display: flex;
	justify-content: space-between;
}
body.single-product .product .wrapper .summary {
	width: 48% !important;
	text-align: center;
}
body.single-product .product .wrapper .summary h1 {
	margin: 2em 0 1em;
}
body.single-product .product .wrapper .summary .fpf-fields-config-wrapper {
	display: none !important;
}
body.single-product
	.product
	.wrapper
	.summary
	.tinvwl-woocommerce_single_product_summary {
	float: right;
	line-height: 60px;
	margin: 1.5em 0;
}
body.single-product
	.product
	.wrapper
	.summary
	.tinvwl-woocommerce_single_product_summary
	a {
	width: 27px;
	height: 23px;
}
body.single-product
	.product
	.wrapper
	.summary
	.tinvwl-woocommerce_single_product_summary
	img {
	width: 27px !important;
	max-width: 27px !important;
	max-height: 23px !important;
}
body.single-product .product .wrapper .summary p.price {
	font-size: 2.25em;
	color: inherit;
	margin: 0.5em 0 0;
}
body.postid-851 .product .wrapper .summary > .price-tax-incl,
body.postid-851 .product .wrapper .summary > .price-tax-excl,
body.postid-1111 .product .wrapper .summary > .price-tax-incl,
body.postid-1111 .product .wrapper .summary > .price-tax-excl,
body.postid-1319 .product .wrapper .summary > .price-tax-excl,
body.postid-1319 .product .wrapper .summary > .price-tax-incl,
body.postid-1321 .product .wrapper .summary > .price-tax-excl,
body.postid-1321 .product .wrapper .summary > .price-tax-incl,
body.postid-1323 .product .wrapper .summary > .price-tax-excl,
body.postid-1323 .product .wrapper .summary > .price-tax-incl,
body.postid-1374 .product .wrapper .summary > .price-tax-excl,
body.postid-1374 .product .wrapper .summary > .price-tax-incl, 
body.postid-1376 .product .wrapper .summary > .price-tax-excl,
body.postid-1376 .product .wrapper .summary > .price-tax-incl,
body.postid-1375 .product .wrapper .summary > .price-tax-excl,
body.postid-1375 .product .wrapper .summary > .price-tax-incl {
	display: none !important;
}
.product .wrapper .summary > .price-tax-incl,
.product .wrapper .summary > .price-tax-excl,
.product .wrapper .summary > .price-tax-incl,
.product .wrapper .summary > .price-tax-excl {
	font-size: 1.75em;
	color: inherit;
	margin: 0.5em 0 0;
}
body.single-product .product .wrapper .wvg-gallery-thumbnail-image {
	border-radius: 14px !important;
	overflow: hidden;
}
body.single-product .product .wrapper .woo-variation-gallery-slider-wrapper {
	border-radius: 16px;
	margin: 0 0 0.5em;
}
body.single-product .product .wrapper .woo-variation-gallery-container {
	gap: 0.5em;
}
body.single-product .product .wrapper .woo-variation-gallery-container:after {
	display: none;
}
body.single-product
	.product
	.wrapper
	.woo-variation-gallery-thumbnail-position-right-right
	.woo-variation-gallery-container
	.woo-variation-gallery-slider-wrapper {
	width: 75.05%;
}
body.single-product
	.product
	.wrapper
	.woo-variation-gallery-thumbnail-position-right-right
	.woo-variation-gallery-container
	.woo-variation-gallery-thumbnail-wrapper {
	width: 24.95%;
}

body.single-product .product .wrapper a.reset_variations {
	display: none !important;
	visibility: hidden !important;
}
body.single-product .product .wrapper form.variations_form {
	margin: 2.5em 0 0;
}
body.single-product .product .wrapper table.variations {
}
body.single-product .product .wrapper table.variations tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
body.single-product .product .wrapper table.variations tr .label label {
	font-weight: 500;
}
body.single-product
	.product
	.wrapper
	table.variations
	ul.variable-items-wrapper {
	background: #f8f8f8;
	padding: 1.5em 2.5em !important;
	gap: 2.5em;
}
body.single-product
	.product
	.wrapper
	table.variations
	ul.variable-items-wrapper
	li.variable-item {
	margin: 0px !important;
	border: 0px !important;
	box-shadow: 0px 0px 0px !important;
	background: none !important;
	padding: 0 !important;
	min-width: unset !important;
}
body.single-product
	.product
	.wrapper
	table.variations
	ul.variable-items-wrapper
	li.variable-item.selected {
	font-weight: 700;
}
body.single-product
	.product
	.wrapper
	table.variations
	ul.variable-items-wrapper
	li.variable-item
	.variable-item-span {
	padding: 0 !important;
}

body.single-product .product .wrapper .summary button {
	border-radius: 0px;
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/add_to_cart_icon.svg')
			no-repeat left 2em center,
		linear-gradient(
			299deg,
			rgba(188, 122, 236, 1) 0%,
			rgba(100, 215, 231, 1) 100%
		);
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	font-size: inherit;
	border-radius: 50px;
	padding: 1.1em 2em 1.1em 4em;
}
body.single-product .product .wrapper .summary button:hover {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/add_to_cart_icon.svg')
			no-repeat left 2em center,
		linear-gradient(
			299deg,
			rgba(100, 215, 231, 1) 0%,
			rgba(188, 122, 236, 1) 100%
		);
}

body.single-product .product .wrapper .summary .acf-betallosningar {
	justify-content: center;
	margin: 4em 0 0;
}
body.single-product .product .wrapper .summary .acf-betallosningar .gateway {
	width: auto;
	min-width: 50px;
}
body.single-product
	.product
	.wrapper
	.summary
	.acf-betallosningar
	.gateway
	img {
	max-height: 30px;
	width: auto;
	max-width: 60px;
}

body.single-product .product .wrapper .quantity {
	margin: 0;
}
body.single-product .product .wrapper .quantity input[type='number'] {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	width: 3em;
	border: 0px;
	border-radius: 50px;
	padding: 0.7em 0;
	text-align: center;
}
body.single-product .product .wrapper form.cart .quantity input[type='number'] {
	width: 5em;
	background: #f0f0f0;
}
body.single-product .product .wrapper .woocommerce-variation.single_variation {
	display: none !important;
}

.woosg_total.woosg-total.woosg-text {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1.2em 0;
	color: inherit;
}
.woosg-wrap.woosg-wrap-layout-list.woosg-wrap-show-atc-all {
	margin: 2em 0 0;
}

.add_to_cart {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}

.custom-tabs-container {
	display: flex;
	width: 90%;
	max-width: 960px;
	margin: 7em auto;
}
.custom-tabs-container .custom-tabs {
	list-style: none;
	padding: 2em 0;
	margin: 0;
	flex: 3;
}
.custom-tabs-container .custom-tabs li {
	padding: 0.75em 2.25em;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background: #fff;
	cursor: pointer;
	margin-bottom: 5px;
}
.custom-tabs-container .custom-tabs li.current {
	background: #f0f0f0;
}
.custom-tabs-container .tab-content {
	display: none;
	flex: 8;
	padding: 3em 0 3em 2em;
	background: #fff;
	border-left: 1px solid #f0f0f0;
}
.custom-tabs-container .tab-content.current {
	display: block;
}

.acf-betallosningar {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.25em;
}
.acf-betallosningar:after {
	display: none;
}
.acf-betallosningar .gateway {
	background: #fff;
	border-radius: 4px;
	width: 60px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3em;
}
.acf-betallosningar .gateway img {
	max-height: 30px;
}

.fpf-totals {
	margin: 2em auto;
	width: 100%;
	max-width: 500px;
}
.fpf-totals dl#fpf_totals {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px dashed #d1d1d1;
}
.fpf-totals dl#fpf_totals dt {
	margin: 0;
	width: 100%;
	padding: 0.5em 1em 0.5em 0;
	text-align: right;
	border-top: 1px dashed #d1d1d1;
	border-right: 1px dashed #d1d1d1;
	color: #8d8d8d;
}
.fpf-totals dl#fpf_totals dd {
	margin: 0;
	width: 100%;
	padding: 0.5em 0 0.5em 1em;
	text-align: left;
	border-top: 1px dashed #d1d1d1;
	color: #8d8d8d;
}
.fpf-totals dl#fpf_totals dt:last-of-type,
.fpf-totals dl#fpf_totals dd:last-of-type {
	color: inherit;
}
.fpf-totals dl#fpf_totals dt:last-of-type {
}
.fpf-totals dl#fpf_totals dd:last-of-type {
	font-size: 1.3em;
	padding: 0.35em 0 0.35em 0.8em;
}

.product_feature_slider {
	width: 90%;
	max-width: 960px;
	margin: 6em auto 0;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.4em;
}
.product_feature_slider .slick-track {
	display: flex !important;
	align-items: center;
}
.product_feature_slider .slick-list {
	padding: 0 !important;
}
.product_feature_slider .slick-slide {
	color: #a5a5a5;
}
.product_feature_slider .slick-slide span {
	padding: 0 1em;
	display: block;
}
.product_feature_slider .slick-slide img {
	margin: 0 auto 0.4em;
	opacity: 0.5;
}
.product_feature_slider .slick-slide.slick-current img {
	opacity: 1;
}
.product_feature_slider .slick-slide.slick-current {
	color: #797979;
	font-size: 1.3em;
	line-height: 1.4em;
}

.fpf-fields .form-row {
	background: #f0f0f0;
	border-radius: 14px;
	margin: 0 0 0.5em !important;
	padding: 0.4em !important;
}

body.postid-851 .summary p.price,
body.postid-1111 .summary p.price,
body.postid-1319 .summary p.price,
body.postid-1321 .summary p.price,
body.postid-1323 .summary p.price,
body.postid-1374 .summary p.price,
body.postid-1375 .summary p.price,
body.postid-1376 .summary p.price {
	display: none !important;
}

body.postid- .product .wrapper .summary > .price-tax-excl,
body.postid-1374 .product .wrapper .summary > .price-tax-incl, 
body.postid-1376 .product .wrapper .summary > .price-tax-excl,
body.postid- .product .wrapper .summary > .price-tax-incl,
body.postid- .product .wrapper .summary > .price-tax-excl,
body.postid-1375

body.single-product .product .wrapper .product-accordion {
	margin: 5em 0 0;
}
body.single-product .product .wrapper .accordion-item {
}
body.single-product .product .wrapper .accordion-title {
	padding: 1.25em 0;
	cursor: pointer;
	text-align: left;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #c4c3c3;
	background: none;
	outline: none;
	display: flex;
	font-size: inherit;
	align-items: center;
	gap: 0.5em;
	font-family: inherit;
	font-weight: inherit;
}
body.single-product .product .wrapper .accordion-title img {
	width: 15px;
	height: auto;
}
body.single-product .product .wrapper .accordion-content {
	display: none;
	padding: 1em 2em 2.5em;
	background: #fff;
}
body.single-product
	.product
	.wrapper
	.accordion-item.active
	.accordion-content {
	display: block;
}

body.single-product .same_print_products .wrapper {
	max-width: calc(100% - 4em) !important;
	width: calc(100% - 4em) !important;
}
body.single-product .same_print_products .wrapper > h2 {
	margin: 1em 0 0.5em;
}

section.related.products {
	padding: 0 0 15em 0;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
	text-align: center;
}

ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2em;
	margin: 0 0 4em;
	padding: 0;
	list-style-type: none;
}
ul.products:before,
ul.products:after {
	display: none !important;
}
ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}
ul.products li.product img {
	width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 0 0 1em;
}
ul.products li.product a {
	color: inherit;
	text-decoration: none;
}
ul.products li.product h2 {
	font-size: 1em;
	font-weight: 500;
	text-transform: none;
	padding: 0 !important;
}
ul.products li.product span.price {
	font-size: 1em !important;
	font-weight: 400 !important;
	color: inherit !important;
	display: inline-block !important;
}
ul.products li.product a.button {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/add_to_cart.svg')
		no-repeat center;
	background-size: 20px;
	width: 50px;
	text-indent: -999999px;
	height: 50px;
	float: right;
	display: inline-block;
	margin: -1.6em 0 0 0 !important;
}
ul.products li.product a.button:hover {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/add_to_cart_hover.svg')
		no-repeat center;
	background-size: 50px;
}

section.general_content .wrapper .area_post_collection {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
	padding: 1em 0 0;
}
section.general_content .wrapper .area_post_collection.videoportalen {
	gap: 4em 1em;
}
section.general_content .wrapper .area_post_collection .area_post {
	height: 420px;
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
	vertical-align: top;
	color: white;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	transition: all ease-in-out 0.2s;
	margin: 0;
}
section.general_content .wrapper .area_post_collection .area_post .overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(0, 0, 0, 0.7) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
section.general_content
	.wrapper
	.area_post_collection
	.area_post:hover
	.overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.3) 100%
	);
}
section.general_content .wrapper .area_post_collection .area_post:hover {
	bottom: 0;
	box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.25);
}
section.general_content .wrapper .area_post_collection .area_post:hover h2 {
	color: #73c8e8;
}
section.general_content
	.wrapper
	.area_post_collection
	.area_post:hover
	h2:after {
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/arrow-right_hover.svg')
		no-repeat center;
	background-size: 10px;
	width: 10px;
	height: 30px;
}
section.general_content .wrapper .area_post_collection .area_post h2 {
	position: absolute;
	text-align: left;
	left: 1em;
	bottom: 1em;
	z-index: 3;
	margin: 0;
	display: flex;
	align-items: center;
	width: calc(100% - 2em);
}
section.general_content .wrapper .area_post_collection .area_post h2:after {
	content: '';
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/arrow-right.svg')
		no-repeat center;
	background-size: 10px;
	width: 10px;
	height: 30px;
	margin-left: auto;
}
section.general_content .wrapper .area_post_collection .area_slider_inner a {
	color: #fff;
	text-decoration: none;
}

section.general_content .wrapper .post_collection {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;
	padding: 1em 0 0;
}
section.general_content .wrapper .post_collection a {
	color: inherit;
	text-decoration: none;
}
section.general_content .wrapper .post_collection .post {
	width: 100%;
}
section.general_content .wrapper .post_collection .post .photo {
	height: 250px;
	margin: 0 0 2em;
	border-radius: 14px;
	overflow: hidden;
}
section.general_content .wrapper .post_collection .post:hover h2 {
	color: #73c8e8;
}
section.general_content .wrapper .post_collection .post h2 {
}

section.general_content .wrapper h2 span {
	text-transform: lowercase;
}

section.general_content.newsletter_page {
}
section.general_content.newsletter_page .wrapper {
	text-align: center;
}
section.general_content.newsletter_page .wrapper .newsletter_module {
	width: 100%;
	max-width: 520px;
	margin: 3em auto 0;
	background: #f2e4fd;
	padding: 2em;
	border-radius: 8px;
}
section.general_content.newsletter_page .wrapper .newsletter_module h1 {
	margin: 0.5em 0 0;
}
section.general_content.newsletter_page .wrapper .newsletter_module form {
	margin: 2em 0 0;
}
section.general_content.newsletter_page
	.wrapper
	.newsletter_module
	form
	input[type='text'] {
	width: calc(100% - 137px);
	padding: 0;
}
section.general_content.newsletter_page
	.wrapper
	.newsletter_module
	form
	input[type='submit'] {
	text-indent: unset;
	width: auto;
	margin: 0 0 0 auto;
	width: 132px;
}

.area_post_collection .video-container {
	text-align: center;
	position: relative;
	width: 100%;
	padding-bottom: 177.78%;
	height: 0;
}
.area_post_collection .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0 0 2.5em;
}
.area_post_collection .video-container a {
	color: inherit;
}
.area_post_collection .video-container p {
	margin-top: 0;
	position: absolute;
	top: calc(100% + 0.5em);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 0.89em;
	line-height: 1.4em;
}

li.payment_method_cod.payment-hidden {
	opacity: 0.5;
	pointer-events: none;
}

.woosg-products .woosg-product {
	gap: 1em;
}
.woosg-products .woosg-product .woosg-thumb img {
	border-radius: 4px;
}
.woosg-products .woosg-product .woosg-title {
	text-align: left;
}
.woosg-products .woosg-product .woosg-title .woosg-title-inner {
	width: 60%;
	float: left;
}
.woosg-products .woosg-product .woosg-price {
	width: 40%;
	float: right;
	font-size: 1em !important;
	text-align: right;
}
.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus {
	width: auto !important;
	flex: unset !important;
}
.woosg-products .woosg-product > div {
	padding: 0 !important;
}
.woosg-products .woosg-product .woosg-description,
.woosg-products .woosg-product .woosg-variation-description {
	font-size: 0.8em !important;
	font-style: italic;
	line-height: 1.4em;
	color: #787878;
}
.woosg-products
	.woosg-product
	.woosg-quantity.woosg-quantity-plus-minus
	.woosg-quantity-minus,
.woosg-products
	.woosg-product
	.woosg-quantity.woosg-quantity-plus-minus
	.woosg-quantity-plus {
	background: #fff;
	border-width: 0px !important;
}

/* Woo Cart */
ul.woocommerce-cart-form__cart-item.cart_item {
	background-color: #fff;
	list-style-type: none;
	padding: 20px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-remove {
	flex: 1;
	text-align: right;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-remove a {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-remove a img {
	width: 16px;
	height: auto;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-remove a:hover {
	background: #fff !important;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-thumbnail {
	flex: 3;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-thumbnail a {
	display: flex;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-thumbnail .thumb-wrap {
	display: flex;
}
ul.woocommerce-cart-form__cart-item.cart_item
	li.product-thumbnail
	.thumb-wrap:after {
	display: none;
}
ul.woocommerce-cart-form__cart-item.cart_item
	li.product-thumbnail
	.thumb-wrap
	img {
	height: auto;
	width: 100px;
	border-radius: 14px;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-name {
	flex: 8;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-name a {
	color: inherit;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-name dl.variation {
	font-size: 13px;
	line-height: 1.5em;
	margin: 4px 0 0 0;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-name dl.variation p {
	margin: 0;
	line-height: inherit;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-name dl.variation dt {
	float: left;
	margin: 0;
	clear: left;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-name dl.variation dd {
	float: left;
	margin: 0 0 0 4px;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-price {
	flex: 3;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-quantity {
	flex: 3;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-quantity button.minus {
	background: #2a4146;
	color: #c6e4c9;
	border-radius: 40px;
	border: none;
	width: 19px;
	height: 19px;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-quantity button.plus {
	background: #2a4146;
	color: #c6e4c9;
	border-radius: 40px;
	border: none;
	width: 19px;
	height: 19px;
}
/* Site styles */
ul.woocommerce-cart-form__cart-item.cart_item li.product-quantity input {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	width: 5em;
	border: 1px solid #bcbcbc;
	border-radius: 50px;
	padding: 0.7em 0.5em 0.7em 1.5em;
	text-align: left;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-subtotal {
	text-align: right;
	flex: 3;
}
ul.woocommerce-cart-form__cart-item.cart_item li.product-subtotal span {
	font-weight: 600;
}

ul.cart_actions {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}
ul.cart_actions li {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
/* Site styles */
ul.cart_actions li button {
	position: relative;
	cursor: pointer;
	border: 1px solid #2a4146;
	text-decoration: none;
	display: inline-block;
	color: #2a4146;
	background: #fff;
	font-weight: 700;
	overflow: hidden;
	padding: 17px 0;
	width: 220px;
	font-size: inherit;
	transition: color 0.4s, background 0.4s;
}
/* Site styles */
ul.cart_actions li button:hover {
	color: #2a4146;
	background: transparent !important;
}
/* Site styles */
ul.cart_actions li button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
ul.cart_actions li.actions button.button.wp-element-button {
	display: none;
}
ul.cart_actions li.actions button[name='update_cart'] {
	position: relative;
	cursor: pointer;
	padding: 1em 2em !important;
	text-decoration: none;
	display: inline-block;
	color: inherit;
	font-family: inherit;
	background: #f0f0f0;
	font-weight: 500;
	overflow: hidden;
	width: auto;
	font-size: inherit;
	transition: color 0.4s, background 0.4s;
	border-radius: 50px;
}
ul.cart_actions li.actions button[name='update_cart']:hover {
	color: inherit;
	background: #f0f0f0;
}
/* Site styles */
ul.cart_actions li .coupon input {
	border: 1px solid #bcbcbc;
	float: left;
	width: 310px;
	height: 48px;
	margin: 0 10px 0 0;
	padding: 1em 1.5em;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	border-radius: 50px;
}
/* Site styles */
ul.cart_actions li .coupon button {
	position: relative;
	cursor: pointer;
	padding: 1em 2em;
	text-decoration: none;
	display: inline-block;
	color: inherit;
	font-family: inherit;
	background: #f0f0f0;
	font-weight: 500;
	overflow: hidden;
	width: auto;
	font-size: inherit;
	transition: color 0.4s, background 0.4s;
	border-radius: 50px;
}
/* Site styles */
ul.cart_actions li .coupon button:hover {
	color: #2a4146;
	background: transparent;
}

.cart_totals {
	float: right;
	width: 100%;
	max-width: 420px;
	background: rgb(168 83 238 / 20%) !important;
	padding: 0 2em;
	border: 0px;
	border-radius: 14px;
}
.cart_totals h3,
.cross-sells h2 {
	margin: 0.9em 0 1.2em !important;
}
.cart_totals ul {
	list-style-type: none;
	margin: 0 0 12px;
	padding: 0 0 12px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	border-bottom: 1px solid #e4e4e4;
}
.cart_totals ul.order-total li:last-of-type {
	display: flex;
	flex-direction: column;
}
.cart_totals ul.shipping {
	justify-content: space-between;
}
.cart_totals ul.shipping p {
	display: none !important;
}
.cart_totals ul#shipping_method {
	flex-direction: column;
	border-bottom: 0px;
	padding: 0 0 0;
	margin: 0 0 0;
}
.cart_totals ul#shipping_method li {
	line-height: inherit;
	margin: 0;
}
.cart_totals ul li {
	flex: 1;
}
/* Site styles */
.cart_totals .wc-proceed-to-checkout a.wc-forward {
	text-decoration: none;
	padding: 0.75em 1.75em;
	border-radius: 50px;
	text-decoration: none;
	font-size: inherit;
	color: #fff;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	);
}
/* Site styles */
.cart_totals .wc-proceed-to-checkout a.wc-forward:hover {
	color: #fff !important;
	background: rgb(188, 122, 236);
	background: linear-gradient(
		299deg,
		rgba(100, 215, 231, 1) 0%,
		rgba(188, 122, 236, 1) 100%
	);
}

@media screen and (max-width: 880px) {
	ul.cart_actions li .coupon input {
		width: 220px;
	}
}

@media screen and (max-width: 840px) {
	ul.woocommerce-cart-form__cart-item.cart_item li.product-name {
		padding: 0 10px;
	}
	.cart-message:after {
		left: 80%;
	}
	.cart-message {
		right: -30px;
		bottom: -48px;
	}
}

@media screen and (max-width: 768px) {
	ul.cart_actions li {
		flex-direction: column;
	}
	section.section.row.main_content .cta h4 {
		font-size: 3em;
	}
	section.general_content .wrapper h1 {
		font-size: 3em;
	}
	section.section.row.main_content .cta p {
		font-size: 1.15em;
	}
	ul.cart_actions li .coupon {
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	ul.cart_actions li .coupon input {
		margin: 0 0 10px 0;
		width: unset;
	}
	ul.cart_actions li .coupon button {
		width: unset;
	}
	ul.cart_actions li button {
		width: 100%;
	}
	.cart_totals {
		max-width: unset;
	}
	body.single-product
		.product
		.product_main_content
		.wrapper
		.summary
		form.cart
		button[type='submit'],
	.cwgstock_button {
		padding: 11px 0 !important;
		width: calc(100% - 125px) !important;
	}
}

@media screen and (max-width: 640px) {
	ul.woocommerce-cart-form__cart-item.cart_item {
		padding: 15px 5px;
	}
	.cart-message {
		right: -15px;
		bottom: -48px;
	}
	.cart-message:after {
		left: 87%;
	}
}

@media screen and (max-width: 540px) {
	ul.woocommerce-cart-form__cart-item.cart_item li.product-subtotal {
		display: none;
	}
	ul.woocommerce-cart-form__cart-item.cart_item li.product-quantity input {
		width: 50px;
		height: 35px;
	}
	section.section.row.main_content .cta h4 {
		font-size: 2.75em;
	}
	section.general_content .wrapper h1 {
		font-size: 2.75em;
	}
	section.section.row.main_content .cta p {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 395px) {
	ul.woocommerce-cart-form__cart-item.cart_item li.product-quantity input {
		width: 40px;
	}
}

/* End Woo Cart */

/* Checkout */

body.woocommerce-checkout .content_one_column .wrapper {
	max-width: 610px;
}
body.woocommerce-checkout .content_one_column .wrapper h2 {
	text-align: center;
}
body.woocommerce-checkout .content_one_column .wrapper h3 {
	font-size: 20px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	border-bottom: 0px;
	margin: 0px !important;
	padding: 0.5em 0 !important;
	border-bottom: 1px solid #f0f0f0;
	display: none;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0 !important;
	background-color: inherit;
	padding: 0;
	text-align: left;
	width: 100%;
	color: inherit;
	border-top: 0px !important;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
body.woocommerce-checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info:before,
body.woocommerce-checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info:after {
	display: none;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
	color: inherit;
}

body.woocommerce-checkout {
}
body.woocommerce-checkout section.general_content .wrapper {
	max-width: 610px;
}
body.woocommerce-checkout section.general_content .wrapper h4 {
	margin: 1.2em 0 0.5em;
}
body.woocommerce-checkout
	form.checkout
	.woocommerce-billing-fields__field-wrapper {
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #a6a6a6;
}
body.woocommerce-checkout form.checkout fieldset {
	border: 0px;
	margin: 0;
	padding: 15px;
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}
body.woocommerce-checkout form.checkout fieldset:before,
body.woocommerce-checkout form.checkout fieldset:after {
	display: none;
}
body.woocommerce-checkout form.checkout fieldset legend {
	display: none;
}
body.woocommerce-checkout form.checkout fieldset label {
	flex: 1;
	text-align: center;
	background: #f0f0f0;
}
body.woocommerce-checkout form.checkout input {
	border-radius: 0px !important;
}
body.woocommerce-checkout form.checkout fieldset .input-radio {
	display: none;
}
body.woocommerce-checkout form.checkout fieldset label {
	display: flex;
	cursor: pointer;
	border-radius: 5px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0.8em 0;
}
body.woocommerce-checkout form.checkout fieldset label:hover {
	background: rgba(188, 122, 236, 0.15);
}
body.woocommerce-checkout form.checkout fieldset label.checked::before {
	content: '';
	background: url('https://pushpucks.com/wp-content/uploads/2024/07/color-check.svg')
		no-repeat left center;
	width: 20px;
	height: 20px;
	background-size: 20px;
	display: inline-block;
	margin-right: 10px;
}
body.woocommerce-checkout form.checkout fieldset label::before {
	display: none;
}

body.woocommerce-checkout
	form.checkout
	input:not(input[type='checkbox']):not(input[type='radio']) {
	height: 60px;
	background: 0 0;
	width: 100%;
	padding: 10px 15px 0 15px;
	border: 0px;
	border-radius: 0px;
	margin: 0;
	font-size: inherit;
}
body.woocommerce-checkout form.checkout p {
	border-top: 1px solid #a6a6a6;
	margin: 0;
	position: relative;
	padding: 0px;
}
body.woocommerce-checkout form.checkout p label {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	left: 15px;
	font-size: inherit;
	color: #999;
	font-family: inherit;
	transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}
body.woocommerce-checkout form.checkout p label.active {
	font-size: 12px;
	top: 5px;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
body.woocommerce-checkout form.checkout p label abbr {
	display: none !important;
}
.woocommerce-terms-and-conditions {
	border-radius: 5px;
	border: 1px solid #a6a6a6;
	padding: 10px 15px;
}
body.woocommerce-checkout form.checkout p label[for='billing_country'] {
	top: 5px;
	font-size: 12px;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	font-family: inherit;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 50%;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	border-right: 1px solid #a6a6a6;
	float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	float: left;
	width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 15px !important;
	line-height: 69px !important;
	color: inherit !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50% !important;
	right: 10px !important;
	transform: translate(0, -50%) !important;
	-moz-transform: translate(0, -50%) !important;
	-webkit-transform: translate(0, -50%) !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-width: 0px !important;
	background: url('img/icons/select_arrow.svg') no-repeat center !important;
	width: 9px !important;
	height: 5px !important;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-width: 0px !important;
}
.select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, 0) !important;
	border: 0px !important;
	border-radius: 0px !important;
	height: 60px !important;
	margin: 0 !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
	float: none;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	display: none;
}

section.general_content .wrapper blockquote {
	display: inline-block;
    margin: 3em 0 0;
    padding: 3em;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 600;
    border-radius: 12px;
    background: #6e61a4;
    background: linear-gradient(299deg, #6e61a4 0%, #e96b9a 100%);
}
section.general_content .wrapper blockquote p {
	margin: 0;
}

p#swish-status {
	font-size: 1em !important;
	font-family: 'DM Sans', sans-serif !important;
	letter-spacing: -0.03em !important;
	font-weight: 500 !important;
}

.wc-stripe_cc-container.wc-stripe-gateway-container {
	margin: 0.75em 0 0;
}
.wc-stripe_googlepay-container.wc-stripe-gateway-container,
.wc-stripe_swish-container.wc-stripe-gateway-container,
.wc-stripe_ideal-container.wc-stripe-gateway-container {
	margin: 0.75em 0 1em;
}

body.woocommerce-cart .woocommerce .shop_table ul.cart_item {
	align-items: center;
	gap: 1em;
}
body.woocommerce-cart
	ul.woocommerce-cart-form__cart-item.cart_item
	li.product-thumbnail {
	flex: 2;
}
body.woocommerce-cart ul.cart_actions button {
	padding: 1em 1.75em !important;
	margin: 0 !important;
}
body.woocommerce-cart .woocommerce .shop_table {
	margin: 0 0 2em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells,
body.woocommerce-cart .woocommerce-page .cart-collaterals .cross-sells {
	width: 100% !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
	max-width: 100% !important;
}
body.woocommerce-cart .woocommerce .shop_table {
	border: 0px !important;
	padding: 0 !important;
}
body.woocommerce-cart ul#shipping_method li label .shipping_information p {
	display: block !important;
}
body.woocommerce-cart .cart_totals ul.shipping {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
}
body.woocommerce-cart ul#shipping_method li {
	justify-content: flex-start !important;
}

.woocommerce .shop_table {
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	padding: 15px;
}
.woocommerce .shop_table tbody th,
.woocommerce .shop_table tfoot td,
.woocommerce .shop_table tfoot th {
	font-weight: inherit;
	border-top: 0px;
}
.woocommerce .shop_table tfoot th {
	padding: 0;
}
.woocommerce .shop_table tfoot td {
	padding: 0;
}
.woocommerce .shop_table tfoot tr.cart-subtotal th,
.woocommerce .shop_table tfoot tr.cart-subtotal td {
	padding: 10px 0 0;
}
.woocommerce .shop_table ul.cart_item {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.woocommerce .shop_table ul.cart_item li {
}
.woocommerce .shop_table ul.cart_item li dl.variation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0.5em;
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
	opacity: 0.8;
	line-height: 1.4em;
}
.woocommerce .shop_table ul.cart_item li dl.variation dd {
	margin: 0;
}
.woocommerce .shop_table ul.cart_item li dl.variation dd p {
	border-top: 0px;
}
.woocommerce .shop_table ul.cart_subtotal {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.woocommerce .shop_table .cart_shipping {
	margin: 0;
	padding: 0.5em 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.woocommerce .shop_table ul.order-total {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.woocommerce .shop_table ul.order-total li:last-of-type {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.woocommerce .shop_table ul.order-total li:last-of-type small {
	line-height: 1em;
}
.woocommerce .shop_table ul.cart-discount {
	list-style-type: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
	padding: 0.5em 0;
}

.woocommerce form.checkout_coupon {
	border: 1px solid #f0f0f0;
	padding: 1em;
	margin: 1em 0 0;
	text-align: left;
	border-radius: 5px;
}
.woocommerce form.checkout_coupon p {
	display: none !important;
}
.woocommerce form.checkout_coupon ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	justify-content: space-between;
}
.woocommerce form.checkout_coupon .form-row {
	padding: 0;
	margin: 0;
	width: auto !important;
	flex: 1;
}
.woocommerce form.checkout_coupon .form-row-first {
	border-right: 0px !important;
}
.woocommerce form.checkout_coupon .form-row-last {
	text-align: right;
}
.woocommerce form.checkout_coupon input[type='text'] {
	font-size: inherit !important;
	font-family: inherit !important;
	width: 100% !important;
	font-weight: inherit !important;
	height: auto !important;
	border: 1px solid #bcbcbc !important;
	border-radius: 50px !important;
	padding: 0.7em 1.5em !important;
	text-align: left !important;
}
.woocommerce form.checkout_coupon button {
	margin: 0 !important;
	padding: 0.95em 1.5em !important;
	width: 100% !important;
}

td.product-name {
	padding: 0 0 10px 0 !important;
}
td.product-total {
	padding: 0 0 10px 0 !important;
}
.woocommerce .shop_table thead {
	display: none;
}
.woocommerce .shop_table td {
	border-top: 0px;
}
tr.cart-subtotal th,
tr.cart-subtotal td {
	border-top: 1px solid #e4e4e4 !important;
}
.woocommerce .shop_table tfoot tr.order-total th,
.woocommerce .shop_table tfoot strong {
	font-weight: 700;
}
.woocommerce .shop_table tbody strong {
	font-weight: 400;
}
.woocommerce ul#shipping_method li {
	margin: 0;
}
.woocommerce ul#shipping_method .amount {
	font-weight: 400;
}

ul.woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
}
ul.woocommerce-shipping-methods li {
	display: block;
	width: 100%;
}
ul.woocommerce-shipping-methods li label {
	display: block;
	width: 100%;
}
ul.woocommerce-shipping-methods li label img {
	float: right;
	width: 60px;
	height: auto;
}
ul.woocommerce-shipping-methods li label p {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
}

.woocommerce-privacy-policy-text {
	padding: 0px;
	margin: 15px 0 0;
}
.woocommerce-privacy-policy-text p {
	color: inherit;
	font-size: 0.8em;
	line-height: 1.3em;
	border-top: 0px !important;
}
.woocommerce-privacy-policy-text p a {
	color: inherit;
}
.woocommerce-terms-and-conditions-wrapper p {
	border-top: 0px !important;
}
.place-order {
	text-align: center;
	background: #f2e4fd;
	border-radius: 5px;
	padding: 15px !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: 0px;
	margin: 0;
	list-style-type: none;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
	font-weight: 700;
}
#add_payment_method #payment ul.payment_methods li input[type='radio'],
.woocommerce-cart #payment ul.payment_methods li input[type='radio'],
.woocommerce-checkout #payment ul.payment_methods li input[type='radio'] {
	display: inline-block !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em 1em;
	margin: 0.75em 0 0;
	font-size: 1em;
	border-radius: 5px;
	background-color: #fff;
	color: inherit;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #ffffff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
	border-top: 0px;
}
body.woocommerce-checkout
	form.checkout
	.woocommerce-terms-and-conditions-wrapper
	p
	label {
	position: static;
	padding: 0;
	display: block;
	margin: 2.5em 0 0;
	color: inherit;
	line-height: 1.5em;
}
body.woocommerce-checkout
	form.checkout
	.woocommerce-terms-and-conditions-wrapper
	p
	label
	a {
	color: inherit;
}
body.woocommerce-checkout
	form.checkout
	.woocommerce-terms-and-conditions-wrapper
	p
	input {
	height: 14px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	font-size: 1.1em;
	border: 0px;
	background: rgb(188, 122, 236) !important;
	background: linear-gradient(
		299deg,
		rgba(188, 122, 236, 1) 0%,
		rgba(100, 215, 231, 1) 100%
	) !important;
	color: #fff !important;
	font-weight: 700;
	border: 2px solid #fff !important;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: rgb(188, 122, 236) !important;
	background: linear-gradient(
		299deg,
		rgba(100, 215, 231, 1) 0%,
		rgba(188, 122, 236, 1) 100%
	) !important;
}
li.wc_payment_method {
	padding: 0 !important;
	margin: 0 0 1em !important;
}

#wc_stripe_local_payment_stripe_klarna,
.wc-stripe-gateway-desc,
li[class*='payment_method_stripe_'] div.wc-stripe-gateway-container.has_tokens {
	margin-top: 0 !important;
}

.checkout_cross_sells {
}
.checkout_cross_sells ul.products {
	grid-template-columns: repeat(1, 1fr);
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	padding: 15px;
}
.checkout_cross_sells ul.products li.product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0.5em;
}
.checkout_cross_sells ul.products li.product .image_holder {
	flex: 1;
}
.checkout_cross_sells ul.products li.product .image_holder img {
	margin: 0;
}
.checkout_cross_sells ul.products li.product h2 {
	flex: 5;
}
.checkout_cross_sells ul.products li.product span.price {
	margin: 0;
}
.checkout_cross_sells ul.products li.product a.woocommerce-LoopProduct-link {
	flex: 3;
	margin-left: auto;
}
.checkout_cross_sells ul.products li.product a.button {
	margin: 0 0 0 auto !important;
}
.checkout_cross_sells ul.products li.product a.button.added:after {
	display: none;
}

.woocommerce-checkout-payment {
	border: 0px;
	border-radius: 5px !important;
	padding: 15px;
	background: rgb(168 83 238 / 20%) !important;
	margin: 2.5em 0 0;
}
.woocommerce-checkout-payment li {
	cursor: pointer;
}
.woocommerce-checkout-payment label {
	cursor: pointer;
}
.woocommerce-checkout-payment label:hover {
}
.woocommerce-checkout-payment label.checked {
	background: rgba(0, 0, 0, 0) !important;
}

ul#shipping_method li {
	display: flex;
	justify-content: flex-end;
	line-height: inherit;
}
ul#shipping_method li label {
	display: flex !important;
	flex-direction: column;
	width: 230px;
	gap: 0.25em;
}
ul#shipping_method li label .shipping_information {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.5em;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 0.5em;
}
ul#shipping_method li label .shipping_information p {
	border-top: 0px;
	line-height: 1.3em;
}

ul.woocommerce-thankyou-order-details {
	margin: 0 0 2em !important;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
ul.woocommerce-thankyou-order-details:before,
ul.woocommerce-thankyou-order-details:after {
	display: none !important;
}
.woocommerce ul.order_details li {
	margin-right: 0em !important;
	border-right: 0px !important;
	border-bottom: 1px dashed #cfc8d8;
	padding-right: 0 !important;
	padding-bottom: 0.5em;
}

p.order-again a.button {
	float: none;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto;
	font-size: 1.1em;
	border: 0px;
	background: #1f1f1f !important;
	color: #fff !important;
	font-weight: inherit;
	border-radius: 50px;
	text-align: center;
	padding: 0;
	line-height: 50px;
}
section.woocommerce-order-details table.shop_table tbody th,
section.woocommerce-order-details table.shop_table tfoot td,
section.woocommerce-order-details table.shop_table tfoot th {
	border-top: 0px !important;
}
.woocommerce table.shop_table td {
	border-top: 0px !important;
}
.woocommerce table.shop_table td a {
	color: inherit;
}
.form-row.kco_shipping_data {
	border-top: 0px !important;
	height: 0px;
}

li.wc_payment_method.payment_method_kco:before,
li.wc_payment_method.payment_method_kco:after {
	display: none !important;
}
li.wc_payment_method.payment_method_kco {
	display: flex;
	gap: 0.3em;
}
li.wc_payment_method.payment_method_kco label {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
li.wc_payment_method.payment_method_kco label img {
	width: 70px;
}

body.woocommerce-order-received div.wpforms-container-full:not(:empty) {
	margin: 0 auto !important;
}
body.woocommerce-order-received .wpforms-container .wpforms-field,
body.woocommerce-order-received
	.wp-core-ui
	div.wpforms-container
	.wpforms-field {
	padding: 9px 0 0 !important;
}
p.klarna-checkout-select-other-wrapper {
	border-top: 0px !important;
	text-align: center;
}
a#klarna-checkout-select-other {
	background: #1f1f1f;
}
#kco-order-review {
	margin: 0 0 1em !important;
	padding-right: 0 !important;
}

/* End Checkout */

.faq_section {
	position: fixed;
	bottom: 2em;
	right: 2em;
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.faq_button {
	display: flex;
	padding: 0.5em 1em 0.5em 0.5em;
	border: 1px solid #fff;
	background-color: #1f1f1f;
	cursor: pointer;
	color: #fff;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: inherit;
	align-items: center;
	gap: 0.5em;
	border-radius: 50px;
}
.close_faq {
	display: flex;
	padding: 0.5em 1em 0.5em 0.5em;
	border: 1px solid #fff;
	background-color: #1f1f1f;
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: inherit;
	align-items: center;
	gap: 0.5em;
	border-radius: 50px;
}

.payment_method_cod {
	display: none;
}

.faq_container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
}
.faq_items {
	border-radius: 14px;
	padding: 1em;
	background-color: #f0f0f0;
	margin: 0 0 0.5em;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	max-height: 63vh;
	overflow-y: auto;
}
.faq_item {
}
.faq_question {
	display: block;
	width: 100%;
	padding: 1em;
	background-color: #7cbfea;
	font-size: inherit;
	font-family: inherit;
	border-radius: 5px;
	color: inherit;
	border: none;
	cursor: pointer;
	text-align: left;
}
.faq_question.active + .faq_answer {
	display: block;
}
.faq_answer {
	padding: 1em;
	background-color: #e2eaef;
	display: none;
	border-radius: 5px;
	margin: 0.25em 0 0;
}
.faq_answer p {
	margin: 0 0 1em;
}

#gt-vat-popup {
	position: fixed;
	display: none !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}
#gt-vat-popup .content {
	background: #fff;
	padding: 2.5em 1.5em;
	text-align: center;
	width: 90%;
	max-width: 370px;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	border-radius: 8px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
#gt-vat-popup .content p {
	margin: 0;
	font-size: 0.9em;
}
#gt-vat-popup .content button#gt-show-without-vat {
	margin-top: 1em;
}
#gt-vat-popup .content button {
	text-decoration: none;
	border: none;
	padding: 0.75em 1.75em;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	background: #1f1f1f;
	cursor: pointer;
}

.cmplz-cookiebanner {
	padding: 2em !important;
	z-index: 100000 !important;
}

small.woocommerce-price-suffix {
	font-size: 0.8em;
	text-transform: lowercase;
}
.tax-toggle-prices {
	display: none;
}

.woosg-products
	.woosg-product
	.woosg-quantity.woosg-quantity-plus-minus
	.woosg-quantity-minus,
.woosg-products
	.woosg-product
	.woosg-quantity.woosg-quantity-plus-minus
	.woosg-quantity-plus {
	border: 1px solid #d1d5db !important;
	background: #fff;
	color: #289549;
	border-radius: 50px;
	width: 32px !important;
	line-height: 32px !important;
	min-width: 32px !important;
	height: 32px !important;
	flex: 0 0 32px !important;
	font-size: 1.5em;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center;
	font-weight: 500;
	text-indent: -9999px;
}

.woosg-products
	.woosg-product
	.woosg-quantity.woosg-quantity-plus-minus
	.woosg-quantity-minus {
	background: url('img/minus.svg') no-repeat center;
	background-size: 12px;
}
.woosg-products
	.woosg-product
	.woosg-quantity.woosg-quantity-plus-minus
	.woosg-quantity-plus {
	background: url('img/plus.svg') no-repeat center;
	background-size: 12px;
}

/*-- END PAGE STYLES --*/

/*-- MINIFIED STANDARDS - DO NOT REMOVE --*/
/*-- Adds support for Wordpress standards and Slick slide -- */

.alignnone {
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright,
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft,
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft,
.wp-caption.alignnone,
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.gallery-caption,
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	top: 0;
	left: 0;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
	display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.wp-block-columns {
	margin: 3em 0 0;
}
.wp-block-cover,
.wp-block-cover-image {
	border-radius: 14px;
}

/*-- END MINIFIED STANDARDS - DO NOT REMOVE --*/

/*-- RESPONSIVE STYLES --*/

@media screen and (max-width: 2120px) {
	section.hero {
		height: calc(95vh - 50px);
	}
}

@media screen and (max-width: 2000px) {
	section.hero {
		height: calc(80vh - 50px);
	}
}

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

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

@media screen and (max-width: 1280px) {
	section.general_content .wrapper .area_post_collection {
		grid-template-columns: repeat(3, 1fr);
	}
	section.general_content .wrapper .m_content {
		padding: 2em 0;
	}
}

@media screen and (max-width: 1140px) {
	#gt-vat-popup {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	header.main_header .wrapper .navigation {
		display: none;
	}
	header.main_header .wrapper .phone_navigation {
		display: block;
		margin-left: auto;
	}
	header.main_header .wrapper .phone_navigation a {
		display: flex;
	}
	header.main_header .wrapper .mini_cart {
		margin-left: 1.5em;
	}
	header.main_header .wrapper .mini_cart span.qty {
		display: block;
		position: absolute;
		top: -6px;
		right: -6px;
		background: #fff;
		color: #1f1f1f;
		font-size: 0.89em;
		font-weight: 700;
		height: 25px;
		width: 25px;
		text-align: center;
		line-height: 25px;
		border-radius: 50px;
	}
	header.main_header .wrapper .mini_cart small {
		display: none;
	}
	header.main_header .wrapper .mini_cart span.amount {
		display: none;
	}
	aside.topbar .wrapper .notification {
		display: none;
	}
	section.section.row.main_content .content img {
		display: none;
	}
	section.section.row.main_content .content {
		padding: 4em 2em;
	}
	section.section.row.main_content .row .one_half {
		padding: 4em 6em 4em 2em;
	}
	footer.main_footer .after_wrapper {
		padding: 4.5em 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2em;
	}
	section.general_content .wrapper .area_post_collection .area_post {
		height: 350px;
	}
	section.general_content .wrapper .m_content {
		width: 100%;
		padding: 3em 0 0;
	}
	section.general_content .wrapper .post_collection {
		grid-template-columns: repeat(2, 1fr);
	}
	section.general_content .wrapper .area_hero_image {
		height: 290px;
	}
}

@media screen and (max-width: 768px) {
	h1,
	.h1 {
		font-size: 2.5em;
		line-height: 1.4em;
		margin: 0 0 0.4em;
	}
	h2,
	.h2,
	h1.product_title.entry-title,
	section.general_content .wrapper .m_content.standard h1 {
		font-size: 2em;
		line-height: 1.4em;
		margin: 0 0 0.3em;
	}
	h3,
	.h3,
	.cross-sells h2,
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		font-size: 1.5em;
		line-height: 1.4em;
		margin: 0 0 0.2em;
	}
	h4,
	.h4,
	h2.woocommerce-order-details__title {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 0 0.2em;
	}
	h5,
	.h5 {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 0 0.2em;
	}
	h6,
	.h6 {
		font-size: 1em;
		line-height: 1.4em;
		margin: 0 0 0.2em;
	}

	#rotating-word {
		border-bottom: 3px solid #fff;
	}
	section.section.row.main_content .row {
		flex-direction: column;
	}

	.area_post {
		width: 220px;
		height: 280px;
		margin: 0 3px;
	}

	footer.main_footer .wrapper ul.menu {
		flex-direction: column;
		gap: 1em;
		grid-template-columns: repeat(2, 1fr);
		display: grid;
	}

	section.general_content .wrapper .area_post_collection .area_post {
		height: 280px;
	}
	.woocommerce-ordering {
		float: right !important;
		margin: 0 0 1em 0 !important;
	}
	.woocommerce-ordering select {
		padding: 0.5em 0em 0.5em 1em;
		background: url('https://pushpucks.com/wp-content/uploads/2024/08/arrow_down.svg')
			no-repeat right 1em center;
	}

	body.single-product .product .wrapper {
		flex-direction: column;
	}
	.woo-variation-product-gallery {
		max-width: 100% !important;
	}
	body.single-product .product .wrapper .woo-variation-gallery-slider-wrapper {
		max-width: 75%;
		margin: 0 auto 0.5em;
	}
	.woo-variation-gallery-thumbnail-slider {
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		gap: 0.5em;
	}
	body.single-product .product .wrapper .wvg-gallery-thumbnail-image {
		margin: 0 !important;
	}
	body.single-product .product .wrapper .summary {
		width: 100% !important;
	}
	body.single-product .product .wrapper .summary h1 {
		margin: 1em 0;
	}
	.woo-variation-gallery-thumbnail-position-bottom-bottom
		.woo-variation-gallery-container
		.woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)
		> div {
		width: calc(var(--thumb-wrapper-margin-remove) / 6);
	}

	section.general_content .wrapper .area_hero {
		height: 290px;
	}

	section.section.row.reviews .wrapper .community_reviews {
		grid-template-columns: repeat(1, 1fr);
	}

	section.section.row.main_content .content {
		margin: 0 auto 1.5em;
	}
	section.section.row.main_content .content .overlay {
		background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0.5) 36%,
			rgba(0, 0, 0, 0.5) 100%
		);
	}
}

@media screen and (max-width: 640px) {
	body {
		font-size: 16px;
	}
	section.section.row.main_content .content .content_holder {
		flex-direction: column;
		align-items: center;
	}
	section.general_content .wrapper .m_content {
		padding: 0;
	}
	section.general_content .wrapper blockquote {
		margin: 1em 0 0;
		padding: 2em;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.woosg-products
		.woosg-product
		.woosg-quantity.woosg-quantity-plus-minus
		.woosg-quantity-minus,
	.woosg-products
		.woosg-product
		.woosg-quantity.woosg-quantity-plus-minus
		.woosg-quantity-plus {
		width: 20px !important;
		height: 30px !important;
		flex: 0 0 20px !important;
		line-height: 28px !important;
	}
	section.general_content .wrapper .area_hero {
		height: 220px;
	}
	section.hero {
	    height: 450px;
	}
	body.single-product .product .wrapper .quantity input[type='number'] {
		width: 3em;
		border-radius: 7px;
	}
	.woosg-products .woosg-product .woosg-title {
		flex: 4 !important;
	}
	.woosg-products .woosg-product .woosg-thumb {
		flex: 1;
		width: auto;
	}
	.tp {
		height: 35px;
	}
	.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus {
		flex: 1 !important;
	}
	.woosg-products .woosg-product .woosg-title .woosg-title-inner {
		width: 100%;
		float: none;
	}
	.woosg-products .woosg-product .woosg-price {
		width: 100%;
		float: none;
		font-size: 0.85em !important;
		text-align: left;
	}
	section.section.row.main_content .cta,
	section.section.row.main_content .row {
		padding: 2em 0 4.5em;
	}
	section.section.row.reviews .wrapper,
	section.section.row.product_feed .wrapper,
	footer.main_footer .wrapper {
		padding: 4.5em 0;
	}
	section.related.products {
		padding: 0 0 5.5em 0;
	}
	section.section.row.product_feed.sub .wrapper {
		padding: 4.5em 0 0;
	}
	.product_feature_slider {
		margin: 0 auto;
	}
	.custom-tabs-container {
		margin: 4.5em auto;
		flex-direction: column;
	}
	.custom-tabs-container .custom-tabs {
		padding: 0 0 1em;
		flex: unset;
	}
	.custom-tabs-container .custom-tabs li {
		padding: 0.5em 1.1em;
		font-size: 0.8em;
		border-radius: 50px;
	}
	.custom-tabs-container .tab-content {
		padding: 2em 0 0 1em;
		font-size: 0.8em;
		line-height: 1.4em;
		border-left: 0px;
		border-top: 1px solid #f0f0f0;
		flex: unset;
	}
	.checkout_cross_sells ul.products li.product {
		font-size: 0.89em;
	}
	.checkout_cross_sells ul.products li.product a.woocommerce-LoopProduct-link {
		flex: 5;
	}
	section.section.row.main_content .content {
		padding: 2em;
	}
	section.section.row.main_content .row .one_half {
		padding: 3em 7em 3em 1em;
	}
	body.home footer.main_footer {
		margin: 0;
	}
	footer.main_footer {
		margin: 4.5em 0 0;
	}
	aside.topbar {
		height: 35px;
	}
	header.main_header {
		top: 35px;
	}
	header.main_header.fixed .wrapper,
	header.main_header .wrapper {
		padding: 1em 0 !important;
	}
	body.home header.main_header .wrapper {
		padding: 2em 0 6em;
	}

	section.breadcrumbs {
		padding: 6em 0 0;
	}
	section.general_content .wrapper .area_hero_image {
		height: 220px;
	}
	section.general_content .wrapper .m_content.standard {
		width: 100%;
		padding: 2em 0 0;
	}

	ul.products {
		grid-template-columns: repeat(2, 1fr);
		margin: 0 0 3em;
		grid-gap: 1em;
	}
	ul.products li.product span.price {
		margin: 0.3em 0 0;
	}
	ul.products li.product a.button {
		margin: -0.3em 0 0 0 !important;
	}

	footer.main_footer .wrapper {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2em;
	}
	footer.main_footer .wrapper .some {
		text-align: left;
	}
	section.general_content .wrapper .post_collection {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 2em;
	}

	.area_slider {
		overflow: hidden;
	}
	.area_post:hover {
		bottom: 0;
	}
	.acf-betallosningar {
		justify-content: center;
	}
	.acf-betallosningar .gateway {
		width: 45px;
		height: 30px;
	}
	footer.main_footer .after_wrapper .one_half.last {
		text-align: center;
	}

	section.general_content .wrapper .area_post_collection {
		gap: 0.5em;
		grid-template-columns: repeat(2, 1fr);
	}
	section.general_content .wrapper .area_post_collection .area_post {
		height: 230px;
	}
	section.general_content .wrapper .area_post_collection .area_post h2 {
		left: 0.5em;
		bottom: 0.5em;
		width: calc(100% - 1em);
	}

	.product_feature_slider .slick-slide.slick-current {
		font-size: 1em;
	}

	body.woocommerce-checkout form.checkout fieldset {
		padding: 0.5em;
		flex-direction: column;
		gap: 0.5em;
	}
	body.woocommerce-checkout form.checkout fieldset label {
		padding: 0.4em 0;
	}
	body.woocommerce-checkout
		form.checkout
		input:not(input[type='checkbox']):not(input[type='radio']) {
		height: 45px;
		padding: 1.3em 0 0.5em 0.5em;
	}
	body.woocommerce-checkout form.checkout p label {
		left: 0.7em;
	}
	body.woocommerce-checkout form.checkout p label.active,
	body.woocommerce-checkout form.checkout p label[for='billing_country'] {
		top: 3px;
	}
	.select2-container--default .select2-selection--single {
		height: 45px !important;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding: 0 0.5em !important;
		line-height: 58px !important;
	}
	.woocommerce .shop_table,
	.woocommerce form.checkout_coupon {
		padding: 0.5em;
	}
	.checkout_cross_sells ul.products {
		padding: 0.5em;
	}

	.faq_section {
		left: 1em;
		right: 1em;
		bottom: 1em;
		width: calc(100% - 2em);
	}
	.faq_button img {
		width: 30px;
		height: auto;
	}
	.close_faq img {
		width: 30px;
		height: auto;
	}
	.faq_question {
		padding: 0.5em;
	}
	.faq_answer {
		padding: 0.5em;
	}
	.faq_items {
		box-shadow: 0 2em 4em rgba(0, 0, 0, 0.4);
		background: #fff;
	}

	body.woocommerce-checkout
		form.checkout
		.woocommerce-terms-and-conditions-wrapper
		p
		label {
		margin: 3em 0 0;
	}
}

@media screen and (max-width: 480px) {
	body.single-product .product .wrapper .woo-variation-gallery-slider-wrapper {
		max-width: 90%;
	}
	.wp-block-columns {
		margin: 1em 0 0;
	}
	body.woocommerce-cart .cart_totals {
		padding: 1em 2em;
	}
	body.woocommerce-cart .cart_totals ul.shipping {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

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

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

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

/*-- END RESPONSIVE STYLES --*/
