/* CRITICAL */
/* For WebKit browsers (Chrome, Safari) */

body {
	--nav-size: 64px;
	overflow-x: hidden;
}

html{
	overflow-y: scroll !important;
	scrollbar-width: thin;
}

#wpadminbar {
	display: none;
}

#masthead {
	height: var(--nav-size);
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 500;
	font-family: "Roboto Condensed", sans-serif;
	margin-top: 0;
	transition: all 0.4s;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#masthead #header-cart-toggle-button,
#masthead #site-navigation-button-toggle,
#masthead .shop-shortcut-wrapper {
	width: 6rem;
	height: var(--nav-size);
	position: absolute;
	padding: 0 !important;
	outline: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	overflow: visible;
	font-size: 1.2rem;
	line-height: 1rem;
	background: #fff;
	color: #555;
	border: 0;
}
#masthead #header-cart-toggle-button a,
#masthead #site-navigation-button-toggle a,
#masthead .shop-shortcut-wrapper a {
	height: 100%;
	width: 100%;
	display: flex;
	text-decoration: none;
	font-size: 1.2rem;
	position: absolute;
	color: #555;
	text-align: center;
}
#masthead #header-cart-toggle-button .button-content-wrapper,
#masthead #site-navigation-button-toggle .button-content-wrapper,
#masthead .shop-shortcut-wrapper .button-content-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#masthead #header-cart-toggle-button .button-content-wrapper i,
#masthead #site-navigation-button-toggle .button-content-wrapper i,
#masthead .shop-shortcut-wrapper .button-content-wrapper i {
	margin-top: 0;
	transform: none;
}

#masthead .shop-shortcut-wrapper #header-shop-link-text {
	transform: none;
	margin-top: 0;
	display: block;
	font: normal 400 0.75rem/1rem "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

#masthead .shop-shortcut-wrapper {
	left: 6rem;
}

#masthead .shop-shortcut-wrapper a i {
	word-spacing: 0;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	text-transform: none;
}

.site-branding .site-title {
	margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    height: var(--nav-size);
    transform: translate(-50%, 0);
}

.site-branding .site-title a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.site-branding .site-title img {
	clear: both;
}


#header-cart-toggle-button {
	right: 0;
}

#header-cart-item-number {
	visibility: hidden;
	position: absolute;
	top: 66%;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 1.5rem;
	font-size: 0.75rem;
	background: rgba(40, 100, 0, 0.5);
	color: #fff;
}

#masthead #header-logo-sign {
	width: 1.1rem;
	display: none;
}

.site-title #header-logo-text {
	width: 11rem;
	margin-top: 0.25rem;
}


#masthead.header-2.knas {
	margin-top: calc(-1 * var(--nav-size)) !important;
}

#masthead.header-2 #fixed-header-order {
	top: var(--nav-size);
}

#masthead #site-navigation-close-btn {
	top: 0;
	height: var(--nav-size);
}


#menu-navigation-toggle-show-text,
#header-cart-toggle-text {
	display: none !important;
}


@media all {
	.woocommerce-breadcrumb {
		display: none;
	}
	html {
		min-height: 100%;
		background: #fff;
	}
	.over-body {
		z-index: 10;
		box-shadow: none;
		position: relative;
	}
	.edit-link {
		display: none;
	}
	footer .site-info {
		display: none;
	}
	.woocommerce table tbody td,
	.woocommerce table th {
		background: 0 0;
	}
	.woocommerce table tbody tr:nth-child(2n) td {
		background: 0 0;
	}
	.max-width-full-wrapper.top-header-margin {
		padding-top: 0;
		margin-top: 4rem;
	}
	.max-width-full-wrapper.top-header-margin h1 {
		width: 100%;
		text-align: center;
		text-transform: normal;
		color: #444;
	}
	.max-width-1400-770-wrapper {
		max-width: 1400px;
		width: 100%;
		margin: 0 auto;
	}
	#content,
	#main {
		width: 100%;
	    position: relative;
	    background: #fff;
	    float: left;
	    padding-top: 0;
	    display: flex;
	    flex-direction: column;
	}
	#content article,
	#main article {
		display: block;
		float: left;
		width: 100%;
	}
	#content h1,
	#main h1 {
		font: 400 normal 3rem/3rem "Roboto Condensed", sans-serif;
		width: 100%;
		text-align: center;
		height: auto;
		padding: 1rem;
	}
	#content h1.page-title,
	#main h1.page-title {
		text-transform: uppercase;
	}
	.site-footer {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		padding: 12rem 0;
		background: #f1f1f1;
		text-align: center;
		border-top: 1px solid #a00;
	}
	.max-width-1400-wrapper {
		width: 100%;
		display: block;
		max-width: 1200px;
		margin: 0 auto;
	}
	.max-width-640-wrapper {
		width: 100%;
		display: block;
		max-width: 43.75rem;
		margin: 0 auto;
	}
	.max-width-770-wrapper {
		width: 100%;
		display: block;
		max-width: 48.125rem;
		margin: 0 auto;
	}
	.max-width-full-wrapper {
		width: 100%;
		display: block;
		margin: 0 auto;
		float: left;
		background: #fff;
	}
	.max-width-full-wrapper.white {
		background: #fff;
	}
	.max-width-full-wrapper.gray {
		background: #f8f8f8;
	}
}


@media all {
	#site-navigation-button-toggle {
		cursor: pointer;
	}
	
	#menu-navigation-toggle-close-text,
	#menu-navigation-toggle-show-text {
		margin-top: 0;
	}
	.expand-submenu-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
		box-sizing: border-box;
	}
	.sub-menu.active {
		display: block;
	}
	.expand-submenu-icon i {
		color: #aaa;
	}
	#site-navigation {
		top: var(--nav-size);
		display: none;
		height: calc(100vh - var(--nav-size));
		position: fixed;
		left: 0;
		width: 20rem;
		box-sizing: border-box;
		z-index: 2000;
		overflow-y: scroll;
	}
	#site-navigation-close-btn {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 6rem;
		border-radius: 0;
		z-index: 2000;
	}
	.menu-item-expanded > a {
		background-color: #fff;
		font-weight: 700;
	}
	.menu-header .menu-item-text {
		font-weight: 700;
	}
	#site-navigation > div {
		height: 100%;
		display: block;
	}
	#site-navigation ul {
		margin: 0;
		padding: 0;
		background: #fff;
		height: 100%;
		display: block;
	}
	#site-navigation ul ul {
		display: none;
		position: fixed;
		width: 20rem;
		height: 100%;
		top: 6rem;
		left: 20rem;
		transform: none;
	}
	#site-navigation ul ul + ul {
		top: 0;
	}
	#site-navigation ul li {
		position: relative;
		width: 100%;
		display: block;
		float: left;
		height: 6rem;
		text-align: center;
		font: 300 normal 1rem/6rem "Open Sans Condensed", sans-serif;
		color: #000;
		background: #fff;
		text-transform: uppercase;
		box-sizing: border-box;
	}
	#site-navigation ul li + li a {
		border-top: 0;
	}
	#site-navigation ul li a {
		width: 100%;
		display: block;
		height: 6rem;
		color: #000;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	@supports (-ms-ime-align: auto) {
		#site-navigation-close-btn {
			top: 4rem !important;
		}
	}
	#site-navigation-close-btn {
		width: 6rem;
		color: #fff;
		background: #700;
		top: 2rem;
	}
	#site-navigation-close-btn i {
		clear: both;
		display: block;
		padding-bottom: 0.5rem;
		font-size: 1.5rem;
	}
	.expand-submenu-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
		box-sizing: border-box;
		border-left: 1px solid #ddd;
		font-size: 1.5rem;
	}
	#site-navigation ul li a.menu-back > i {
		color: #ddd;
		font-size: 1.5rem;
		border-right: 1px solid #ddd;
	}
	#site-navigation ul li a > i {
		position: absolute;
		left: 0;
		height: 100%;
		width: 6rem;
		line-height: 6rem;
		color: #777;
		margin-top: 0;
	}
}


.woocommerce-cart article {
	margin-top: 4rem !important;
}

#main article.page {
	margin-top: 4rem;
}


.product-archives ul li .woocommerce-LoopProduct-link h3 {
	border-top: 1px soild #000 !important;
	color: #000 !important;
	border-radius: 0 !important;
	background: #fff !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid #aaa;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
}


@media all {
	footer.site-footer {
		padding: 2rem 0;
		z-index: 500;
	}

	footer.site-footer > div:nth-child(2) {
		display: flex;
	}

	footer.site-footer .footer-text {
		font: 200 normal 1.7rem/1.5rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		color: #823;
	}

	footer.site-footer .col-3 {
		width: 100%;
		padding: 1.5rem;
	}

	footer.site-footer .col-3.payment-methods #klarna-footer-icon {
		height: 3rem;
		max-height: 70px;
	}

	footer.site-footer .col-3.social-media ul {
		display: flex;
		flex-direction: row;
	}
	footer.site-footer .col-3.social-media li i {
		font-size: 2rem;
	}

	footer.site-footer .col-3 h4 {
		font: 300 normal 1.25rem/1rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}

	footer.site-footer .col-3 ul {
		gap: 0.1rem;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	footer.site-footer .col-3 ul li {
		list-style: none;
		width: 100%;
		text-align: center;
	}

	footer.site-footer .col-3 ul li a {
		color: #666;
		font: 700 normal 0.9rem/1.5rem "Roboto Condensed", sans-serif;
		text-decoration: none;
	}

	#footer-copyright-section {
		display: block;
		width: 100%;
		text-align: center;
		font: 400 normal 0.9rem/2rem "Roboto Condensed", sans-serif;
		height: 2rem;
		float: left;
	}
}


@media (max-width: 1400px) {
	.max-width-1400-wrapper.margin-for-mobile {
		padding: 0 1.5rem;
	}
	.max-width-1400-770-wrapper {
		max-width: 770px;
		width: 100%;
	}
}

@media (max-width: 800px) {
	#start_promo_text_for_images h2 {
		margin-top: 0;
		font: 200 normal 2rem/2rem "Roboto Condensed", sans-serif;
	}

	#header-cart-wrapper.promo {
		display: none !important;
	}
}


@media (max-width: 770px) {
	.max-width-1400-770-wrapper.margin-for-mobile {
		padding: 0 1rem;
	}
	.max-width-1400-wrapper.margin-for-mobile {
		padding: 0 1rem;
	}
	.max-width-640-wrapper.margin-for-mobile {
		padding: 0 1rem;
	}
	.max-width-770-wrapper.margin-for-mobile {
		padding: 0 2rem;
	}

	
	#site-navigation .menu-header {
		color: #fff;
	}
	#site-navigation ul ul {
		display: none;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	#site-navigation .menu-item.menu-item-expanded li.menu-header a {
		background: #711;
		color: #fff;
		position: relative;
		height: 6rem;
	}
	#site-navigation .menu-item.menu-item-expanded li.menu-header a i {
		position: absolute;
		left: 0;
		top: 0;
		height: 6rem;
		width: 6rem;
		line-height: 6rem;
	}
	#site-navigation {
		width: 100%;
	}
	#site-navigation .menu-item.menu-item-expanded > ul {
		position: fixed;
		display: block;
		height: 100%;
		margin-top: 6rem;
		margin-bottom: -6rem;
	}
	#site-navigation .menu-item.menu-item-expanded li a {
		background: #fff;
		color: #000;
		z-index: 5;
	}
	#site-navigation ul li a.menu-back > i {
		color: #ddd;
	}
	#site-navigation ul li a > i {
		position: absolute;
		left: 0;
		height: 100%;
		width: 6rem;
		line-height: 6rem;
		color: #777;
		margin-top: 0;
	}


	.expand-submenu-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
		box-sizing: border-box;
		border-left: 1px solid #ddd;
	}
}


@media (max-width: 770px) {
	footer.site-footer > div:nth-child(2) {
		flex-direction: column;
	}

	footer.site-footer .col-3 ul li a {
		font-size: 1.2rem;
	}

	footer.site-footer .col-3 ul {
		gap: 1rem;
	}

	footer.site-footer .col-3.social-media li i {
		font-size: 2.5rem;
	}
}


@media (max-width: 700px) {
	#masthead #header-logo-sign {
		width: 1.3rem;
		display: block;
	}


	.site-title #header-logo-text {
		width: 7rem;
		margin-top: 0.2rem;
	}
}


@media (max-width: 540px) {
	html {
		font-size: 0.8rem;
	}
	#content h1 {
		font-size: 2rem;
	}

	#header-cart-item-number {
		top: 55%;
	}


	
	.product_page_first_section {
		padding-top: 1rem !important;
	}

	.single_variable .header-expand-options-action-name {
		display: none;
	}
	.product_page_first_section .woocommerce-campaign-info-level-message {
		text-align: center;
	}

	.site-title #header-logo-text {
		width: 8rem;
		margin-top: 0.2rem;
	}

	#masthead #header-logo-sign {
		margin-top: 0.1rem;
		width: 1.6rem;
		display: block;
	}

	#masthead.header-2 .shop-shortcut-wrapper {
		width: 6rem;
	}
}

@media (max-width: 480px) {
	#masthead #header-cart-toggle-button,
	#masthead #site-navigation-button-toggle,
	#masthead #site-navigation-close-btn,
	#masthead .shop-shortcut-wrapper {
		width: 4.5rem;
	}

	#masthead #header-logo-sign{
		display: none;
	}

	#masthead #header-logo-text{
		width: 150px;
		margin-top: 5px;
	}

	#masthead .shop-shortcut-wrapper{
		left: 0.5rem !important;
	}
	#masthead .shop-shortcut-wrapper #header-shop-link-text{
		font-size: 0.9rem;
	}
	#masthead #header-cart-wrapper{
		display: none;
	}

	#masthead #site-navigation-button-toggle{
		right: 0 !important;
	}
}


@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: local("Roboto Light"), local("Roboto-Light"),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
			format("truetype");
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: local("Roboto"), local("Roboto-Regular"),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf)
			format("truetype");
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: local("Roboto Medium"), local("Roboto-Medium"),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
			format("truetype");
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: local("Roboto Bold"), local("Roboto-Bold"),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
			format("truetype");
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"),
		url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf)
			format("truetype");
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
		url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf)
			format("truetype");
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
		url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf)
			format("truetype");
}


/* CRITICAL CONTENT */

main.blank_page .article_content .publish-date {
	display: none;
}

/* HERO 1 */
#hero_1 {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.hero_section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 100%;
	background: #000 !important;
}
.hero_section .carusel {
	position: relative;
	width: 100%;
	min-width: 100%;
	overflow: visible;
	height: 100%;
}
.hero_section .carusel .hero_media {
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	padding: 0 !important;
	top: 0;
}
.hero_section .carusel img.hero_media {
	-o-object-fit: cover;
	object-fit: cover;
}
.hero_section .carusel .hero_media.hero_media_full_width {
	width: 100% !important;
	height: auto !important;
}
.hero_section .carusel img.hero_media.hero_media_full_width {
	height: 100% !important;
}
.hero_section .carusel .hero_media.hero_media_full_height {
	width: auto !important;
	height: 100% !important;
}
.hero_section .carusel .hero_container {
	position: absolute;
	padding: 0 !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}
.hero_section .hero_down_arrow {
	position: absolute;
	bottom: 2rem;
	height: 40px;
	width: 40px;
	float: left;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
}
.hero_section .hero_text_container {
	position: absolute;
	left: 10%;
	display: block;
	overflow: visible;
	transform: translateZ(0);
	transform-style: preserve-3d;
	width: 80%;
	height: 85%;
	top: 2.5%;
	text-align: left;
}
.hero_section .hero_text_container:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	overflow: hidden;
}
.hero_section .hero_text_container .hero_text_wrapper {
	vertical-align: bottom;
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.hero_section .hero_text_container .hero_text_wrapper h2 {
	font: 300 normal 3rem/3rem "Roboto Condensed", sans-serif;
	color: #fff;
	margin-bottom: 1rem;
	margin-top: 0;
}
.hero_section .hero_text_container .hero_text_wrapper .hero_subtitle {
	color: #fff;
	font: 300 normal 1.4rem/1.9rem "Roboto Condensed", sans-serif;
}
.hero_section .hero_text_container .hero_text_wrapper a {
	margin-top: 1rem;
	color: #fff;
	background: #a80000;
	height: 2.4rem;
	padding: 0 2rem;
	border-radius: 2.4rem;
	display: inline-block;
	font: 300 normal 1.4rem/2.4rem "Roboto Condensed", sans-serif;
	text-decoration: none;
}


/* HERO 2 */

.hero_2_section {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 4rem;
	background-color: #ffffff;
	display: block;
}

/* 1st div */

.hero_2_section_first_div {
	padding: 64px 16px 64px 16px;
	box-sizing: border-box;
	justify-content: center;
	-webkit-box-pack: center;
	overflow: hidden;
	width: 100%;
	min-height: 462px;
	position: relative;
	align-self: stretch;
	-ms-grid-row-align: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	-webkit-box-flex: 0;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


/* 2nd div */
.hero_2_section_second_div {
	box-sizing: border-box;
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

/* picture */
.hero_2_section_second_div picture {
	min-height: 1px;
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-box-direction: normal;
}

/* img */

.hero_2_section_second_div img {
	max-width: none;
	height: 100%;
	object-position: center center;
	object-fit: cover;
	transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	opacity: 1;
	position: absolute;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-direction: normal;
}

/* HEro text outer wrapper */

.hero_2_text_section_outer_wrapper {
	text-align: center;
	max-width: 100%;
	align-self: baseline;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	position: absolute;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	-webkit-box-flex: 0;
	display: flex;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	bottom: 0;
	text-align: left;
	max-width: 1140px;
	width: 100%;
}





#content .hero_2_text_section_outer_wrapper h1,
#main .hero_2_text_section_outer_wrapper h1 {
	white-space: pre-line;
	max-width: 610px;
	margin: 0;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-box-direction: normal;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	text-align: left !important;
	width: 300px;
	background: none;
	font-size: 4rem;
}

.hero_2_text_section_outer_wrapper .sub_header {
	margin-top: 0px;
	flex-wrap: wrap;
	align-self: stretch;
	flex-basis: auto;
	flex-shrink: 1;
	flex-grow: 0;
	-webkit-box-flex: 0;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: flex;
	text-align: center;
	width: 400px;
	padding-left: 20px;
}

.hero_2_text_section_outer_wrapper .sub_header_inner {
	display: block;
	text-align: center;
}

.hero_2_text_section_outer_wrapper .sub_header_inner a {
	text-align: left;
	outline-offset: 0.25em;
	outline-color: #ffffff;
	stroke: #ffffff;
	line-height: 1.6rem;
	padding: 12px 0;
	padding-top: 0;
	font-size: 1.6rem;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: 500;
	font-family: Arial, sans-serif;
	color: #ffffff;
	display: block;
	-webkit-font-smoothing: auto;
	font-family: "Roboto Condensed", sans-serif;
}

.content-wrapper-2022 {
	width: 100%;
	float: left;
	display: block;
}

.max-width-1200px {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.page-template #page article.type-page {
	margin-top: 2rem !important;
}


#mc_signup_popup_background_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;
	background: rgba(33, 33, 33, 0.5);
}
#mc_popup_content_wrapper {
	width: 75%;
	max-width: 50rem;
	display: block;
	float: left;
	margin-left: 50%;
	transform: translate(-50%, 0);
	margin-top: 10%;
	background: #fff;
}
#mc_left_content {
	float: left;
	width: 33%;
	position: relative;
}
#mc_left_content img {
	display: block;
}
#mc_signup_container {
	float: left;
	width: 66%;
	position: relative;
}
#mc_signup_container header {
	width: 100%;
	text-align: center;
	font: 400 normal 1.5rem/1rem "Roboto Condensed", sans-serif;
	padding-top: 2rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
}
#mc_signup_container fieldset {
	border: 0;
}
#mc_signup_container fieldset .description {
	font: 200 normal 1.2rem/1.5rem "Roboto Condensed", sans-serif;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
#mc_signup_container fieldset #mc_signup_email {
	width: 100%;
	padding: 1rem;
}
#mc_signup_container #mc-signup-message,
#mc_signup_container fieldset .mc-error-message {
	display: none;
}
#mc_signup_form input[type="submit"] {
	background: #06c;
	border: 0;
	border-radius: 0;
	width: 60%;
	padding: 1rem;
	margin-left: 20%;
	font: normal normal 1.2rem/1rem "Roboto Condensed", sans-serif;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
#mc_signup_popup_background_wrapper #mc-popup-close-btn {
	position: absolute;
	font: normal normal 1rem/1rem "Roboto Condensed", sans-serif;
	text-align: center;
	cursor: pointer;
	color: #512;
	display: block;
	text-transform: uppercase;
	right: 50%;
	transform: translate(50%, -100%);
	top: 0;
	bottom: initial;
}
#mc_signup_popup_background_wrapper #mc-popup-close-btn-container {
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	margin-top: 2rem;
	margin-bottom: 1rem;
	display: block;
	width: 68%;
}
#mc_signup_popup_background_wrapper #mc-popup-close-btn i {
	display: block;
	float: left;
	color: #fff;
	line-height: 3rem;
	width: 100%;
	text-align: center;
}
#mc_signup_popup_background_wrapper #mc-signup-message {
	width: 100%;
	position: absolute;
	text-align: center;
	font: 200 normal 1.7rem/1rem "Roboto Condensed", sans-serif;
	top: 50%;
	left: 0;
}
@media only screen and (max-width: 800px) {
	#mc_popup_content_wrapper {
		width: 90%;
	}
}
@media only screen and (max-width: 660px) {
	#mc_left_content {
		display: none;
	}
	#mc_signup_container,
	#mc_signup_popup_background_wrapper #mc-popup-close-btn-container {
		width: 100%;
	}
	#mc_signup_container fieldset .description {
		text-align: center;
	}
	#mc_signup_form input[type="submit"] {
		margin-bottom: 6rem;
	}
}

@media only screen and (max-width: 800px) {
	#mc_popup_content_wrapper {
		width: 90%;
	}
}
@media only screen and (max-width: 660px) {
	#mc_left_content {
		display: none;
	}
	#mc_signup_container,
	#mc_signup_popup_background_wrapper #mc-popup-close-btn-container {
		width: 100%;
	}
	#mc_signup_container fieldset .description {
		text-align: center;
	}
	#mc_signup_form input[type="submit"] {
		margin-bottom: 6rem;
	}
}


@media only screen and (min-width: 1600px) {
	.hero_2_section_first_div {
		height: 35vw;
	}
}

@media only screen and (min-width: 480px) {
	.hero_2_section_first_div {
		padding: 64px 80px 176px 80px;
		min-height: 584px;
	}
}

@media only screen and (max-width: 480px) {
	.hero_2_section_first_div {
		padding: 64px 80px 176px 80px;
	}
}


@media only screen and (min-width: 1600px) {
	.hero_2_text_section_outer_wrapper {
		transform: translateY(-25%);
		justify-content: center;
		-webkit-box-pack: center;
	}
}

/* 2022 product */
.variation_container .variation_image_select_item img {
	width: 300px;
}

/* NON CRITICAL */



.error404 main {
	max-width: 800px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	padding: 0 2rem;
	margin-top: 10rem;
}

#masthead .ecandersson_newsletter_error_message {
	margin-top: 0;
	margin-bottom: 0;
}
#masthead .ecandersson_newsletter_signup_message {
	background: 0 0;
}

#masthead #out_of_stock_notification_wrapper .ecandersson_newsletter_signup_message p {
	font-weight: 200;
}

#masthead #out_of_stock_notification_wrapper .ecandersson_newsletter_wrapper {
	background: 0 0;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
#masthead #out_of_stock_notification_wrapper .ecandersson_newsletter_description {
	font-size: 1rem;
	margin-top: 0.2rem;
	padding-bottom: 0;
	font-weight: 400;
}

#masthead .ecandersson_newsletter_form fieldset {
	width: auto;
	padding-right: 0;
	padding-left: 0;
	display: inline-block;
	float: none;
}

#masthead .ecandersson_newsletter_form fieldset input {
	padding: 0.1rem;
	text-indent: 0.5rem;
}
#masthead .ecandersson_newsletter_form footer {
	display: inline-block;
	transform: translate(10px, 1.65rem);
}
#masthead #out_of_stock_notification_wrapper {
	margin-top: 0;
}
#masthead .ecandersson_newsletter_form footer .ecandersson_newsletter_submit {
	margin-left: 0;
	padding: 0;
	width: auto;
	transform: none;
	float: none;
	margin-top: 0;
	height: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.woocommerce span.onsale {
	display: none !important;
}
.wp-block-embed-youtube .lyte-wrapper div {
	width: 100%;
}


@media all {
	.woocommerce .woocommerce-form-coupon-toggle {
		border-top: 2px solid #ccc;
		display: flex;
		flex-direction: row;
		align-content: flex-start;
		justify-content: space-around;
		max-width: 640px;
		width: 100%;
		margin: 0 auto !important;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 0;
	}
	.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
		margin-bottom: 0;
		background-color: #fff;
		border-top: none;
	}
	.woocommerce .woocommerce-form-coupon {
		max-width: 616px;
		width: 100%;
		margin: 0 auto !important;
		margin-bottom: 2rem !important;
		margin-top: 0 !important;
	}
}
@media all {
	.checkout_order_review {
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 16px;
		color: #434343;
	}
	#kco-wrapper {
		width: 100%;
		max-width: 678px;
		margin: 0 auto;
		padding-top: 0 !important;
	}
	#kco-wrapper #kco-order-review {
		padding-left: 32px;
		width: 100%;
		margin-bottom: 20px;
	}
	#kco-wrapper #kco-order-review #klarna-checkout-select-other {
		padding: 1rem;
		background: #222d65;
		color: #fff;
		margin-left: 50%;
		transform: translate(-50%, 0);
	}
	#kco-wrapper #kco-order-review .woocommerce-checkout-review-order-table {
		width: 100%;
		border-width: 2px;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tbody
		.cart_item {
		background: #fff;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tbody
		.cart_item
		.product-image {
		width: 150px;
		box-sizing: border-box;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		tr {
		background-color: #fff;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		td,
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		th {
		border-bottom: 0;
		border-top: 0;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		.order-total {
		border-bottom: 0;
	}
	#kco-wrapper #kco-iframe {
		display: block;
		float: left;
		width: 100%;
		background: #fff;
	}
	#kco-wrapper #kco-iframe .woocommerce-privacy-policy-text {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (max-width: 769px) {
	#kco-wrapper #kco-order-review {
		display: block;
		float: left;
		padding: 12px;
		width: 100%;
		margin-right: 0;
	}
}

@media all {
	.woocommerce-checkout .cart-subtotal {
		font-family: "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
		border-top-color: #026;
		background: #fafafa;
		font: 200 normal 1.2rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout .woocommerce-notices-wrapper a {
		background: #026;
		color: #fff;
		font: 400 normal 1.2rem/1rem "Roboto Condensed", sans-serif;
		border-radius: 10rem;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.terms.wc-terms-and-conditions {
		width: 100%;
		margin-bottom: 2rem;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.terms.wc-terms-and-conditions
		input {
		width: 2rem !important;
		height: 2rem !important;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.terms.wc-terms-and-conditions
		label {
		font: 200 normal 1.2rem/1.5rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-notices-wrapper {
		display: block;
		float: left;
		width: 100%;
		max-width: 800px;
		margin-left: 50%;
		transform: translate(-50%, 0);
	}
	.woocommerce-checkout article {
		margin-top: 8rem;
	}
	.woocommerce-checkout .max-width-full-wrapper {
		background: #fff !important;
	}
	.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
		font: normal normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce form.checkout_coupon {
		border-radius: 0 !important;
	}
	.woocommerce form.checkout_coupon input.input-text {
		padding: 1rem;
		border-radius: 0;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce form.checkout_coupon button.button,
	.woocommerce form.checkout_coupon input.button {
		width: 100%;
		padding: 1rem;
		border-radius: 10rem;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce form.checkout_coupon p {
		font: normal normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout #content {
		background: #fff !important;
	}
	.woocommerce-checkout #content .max-width-full-wrapper {
		background: #fff !important;
	}
	.woocommerce-checkout .entry-title {
		margin-bottom: 0;
	}
	.woocommerce .col2-set .col-2 {
		width: 100%;
	}
	#ship-to-different-address-checkbox {
		padding: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: 0;
		display: inline-block;
		transform: translate(0, 12.5%);
	}
	article .entry-header .entry-title {
		width: 100%;
		display: block;
		float: left;
		text-transform: uppercase;
	}
	#customer_details {
		display: block;
		width: 50%;
		float: left;
	}
	#customer_details
		.woocommerce-billing-fields
		h3#ship-to-different-address
		label,
	#customer_details
		.woocommerce-shipping-fields
		h3#ship-to-different-address
		label {
		font: 300 normal 1.5rem/1.5rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
	}
	#customer_details .woocommerce-billing-fields label,
	#customer_details .woocommerce-shipping-fields label {
		font: 700 normal 0.8rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
		padding: 1rem 0 0.5rem 0;
		color: #666;
	}
	#customer_details .woocommerce-billing-fields input,
	#customer_details .woocommerce-shipping-fields input {
		padding: 1rem;
		border-radius: 0;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	#customer_details
		.woocommerce-billing-fields
		.country_to_state.country_select
		a,
	#customer_details
		.woocommerce-shipping-fields
		.country_to_state.country_select
		a {
		padding: 1rem;
		border-radius: 0;
	}
	#customer_details .woocommerce-billing-fields #billing_country_field .select2,
	#customer_details .woocommerce-billing-fields #billing_state_field .select2,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2,
	#customer_details .woocommerce-billing-fields #shipping_state_field .select2,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2,
	#customer_details .woocommerce-shipping-fields #billing_state_field .select2,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2 {
		height: 3rem;
	}
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		.select2-selection {
		height: 3rem !important;
		font: normal normal 1rem/3rem "Roboto Condensed", sans-serif;
		border-radius: 0;
		display: flex;
		align-items: center;
	}
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container {
		padding-right: 3rem;
		padding-left: 1rem;
	}
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		.select2-selection__arrow {
		width: 3rem;
		line-height: 3rem;
		text-align: center;
		height: 3rem;
	}
	
	.select2-container .select2-selection--single .select2-selection__arrow b{
	    left: 50% !important;
        transform: translateX(-50%) !important;
	}
	
	.woocommerce .wc_payment_methods.payment_methods.methods li {
		float: left;
		display: block;
		width: 50%;
		box-sizing: border-box;
		padding: 1rem;
	}
	.woocommerce .wc_payment_methods.payment_methods.methods li .payment_box {
		background-color: #fff !important;
	}
	.woocommerce
		.wc_payment_methods.payment_methods.methods
		li
		.payment_box:before {
		display: none;
	}
	.woocommerce .woocommerce-checkout {
		float: left;
		width: 100%;
	}
	.woocommerce .woocommerce-checkout h3 {
		font: 300 normal 1.5rem/1.5rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}
	.woocommerce .woocommerce-checkout .col2-set {
		width: 50%;
		clear: none;
	}
	.woocommerce .woocommerce-checkout .col2-set .col-1 {
		width: 100%;
	}
	.woocommerce .woocommerce-checkout #payment {
		border-radius: 0;
	}
	.woocommerce .woocommerce-checkout .order_checkout_payments {
		width: 50%;
		display: block;
		float: left;
		margin-top: 2rem;
		margin-bottom: 2rem;
		clear: both;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.wc_payment_method {
		width: 40%;
	}
}
@media (max-width: 480px) {
	#customer_details {
		display: block;
		width: 50%;
		float: left;
	}
	#customer_details .woocommerce-billing-fields #billing_first_name_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields #billing_last_name_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields #billing_phone_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields #billing_email_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields label {
		font: 700 normal 0.8rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
		padding: 1rem 0 0.5rem 0;
		color: #666;
	}
	#customer_details .woocommerce-billing-fields input {
		padding: 0.66rem;
		border-radius: 0;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
}
@media all {
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		#klarna-invoice-terms {
		padding: 0.5rem;
		display: block;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		#klarna-invoice-terms
		a {
		color: #55a;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		label {
		padding-left: 0 !important;
		font: normal 1rem/1rem "Roboto Condensed", sans-serif !important;
		height: auto !important;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		color: #444 !important;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		input,
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		select {
		height: 3rem;
		text-indent: 1rem;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		.get-address-button {
		width: 50%;
		padding: 1rem 0;
		border-radius: 0;
		background: #494;
		margin-top: 1rem !important;
		margin-left: 25%;
		float: left;
		display: blocK;
		position: relative;
	}
}
@media all {
	.woocommerce-checkout .order_checkout_payments {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		box-sizing: border-box;
	}
	.woocommerce-checkout .order_checkout_payments #payment {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		box-sizing: border-box;
		background: #fff;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		.form-row.place-order {
		padding: 0;
		margin-top: 1rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods {
		padding: 0 !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method {
		width: 100%;
		padding: 0;
		position: relative;
		margin-bottom: 1rem;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		position: absolute;
		align-items: center;
		left: 5rem;
		margin: 0;
		display: flex;
		height: 4rem;
		line-height: 4rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		a {
		display: none;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-checkbox {
		position: absolute;
		width: 4rem;
		height: 4rem;
		left: 0;
		top: 0;
		background: #fff;
		text-align: center;
		line-height: 4rem;
		border-right: 0.1rem solid #ddd;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-checkbox
		i {
		font-size: 2rem;
		line-height: 4rem;
		display: none;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		p {
		margin: 0;
		font: 200 normal 1rem/1.25rem "Roboto Condensed", sans-serif;
		color: #000;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"] {
		width: 100%;
		position: absolute;
		height: 4rem;
		border-radius: 0;
		box-sizing: border-box;
		margin: 0;
		float: left;
		background: 0 0;
		z-index: 2;
		opacity: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"]:checked {
		border: 0.1rem solid #2a2;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"]:checked
		+ label
		+ .payment-method-checkbox
		i {
		display: block !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"]:checked:before {
		display: none;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label {
		display: block;
		float: left;
		color: #000;
		height: 4rem;
		font: normal normal 1.2rem/4rem "Roboto Condensed", sans-serif;
		margin-left: 0;
		width: 100%;
		padding-left: 7rem;
		box-sizing: border-box;
		position: relative;
		background: #f2f2f2;
		text-align: right;
		padding-right: 2rem;
		text-transform: uppercase;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label
		img {
		position: absolute;
		left: 1.5rem;
		top: 50%;
		transform: translate(0, -50%);
		width: 4rem;
		margin: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label
		a {
		line-height: 1rem !important;
		position: absolute;
		right: 0.5rem;
		top: 0.5rem;
		color: #55a;
		font-size: 0.9rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		div.payment_box {
		margin-top: 4rem;
		box-sizing: border-box;
		border-top: 1px solid #ccc;
		margin-bottom: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		div.payment_box:before {
		display: none;
	}
}
img[alt="Klarna"] {
	width: 100%;
	max-width: 80px !important;
	transform: translate(0, 0) !important;
}
@media (max-width: 540px) {
    /*
	img[alt="Klarna"] {
		margin-top: 0.25rem !important;
	}
	.payment_method_paypal .payment-method-icon img {
		margin-top: 0.9rem !important;
		transform: translate(0) !important;
	}
	*/
}
@media (max-width: 480px) {
	.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
		height: 8rem;
		line-height: 6rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label {
		text-align: left;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		display: none;
	}
}
@media all {
	.woocommerce-checkout-review-order table.shop_table {
		width: 100% !important;
		display: block;
		float: left;
		box-sizing: border-box;
		border-radius: 0;
		border: 0 !important;
		background-color: #fff;
		margin-bottom: 0;
	}
	.woocommerce-checkout-review-order table.shop_table tr {
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0.5rem;
		background: #f3f3f3;
		display: block;
		width: 100%;
		float: left;
	}
	.woocommerce-checkout-review-order table.shop_table tbody {
		border-top: 1px solid #ccc;
		display: block;
		width: 100%;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.shipping-method-description {
		margin-bottom: 0;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item {
		background: 0 0;
		border-bottom: 1px solid #ccc;
		height: auto;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
		color: #888;
		float: left;
		width: 100%;
		display: block;
		padding: 0;
		height: 6rem;
		position: relative;
		padding-left: 6rem;
		box-sizing: border-box;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item td {
		width: 11%;
		display: block;
		float: left;
		overflow: hidden;
		min-width: 0;
		position: relative;
		height: 100%;
		border-top: 0;
		box-sizing: border-box;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		td.product-name_price {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: left;
		flex-flow: row wrap;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		td.product-name_price
		.product-name-wrapper {
		width: 100%;
		display: block;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers {
		width: 10%;
		text-align: center;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers
		.product-quantity-modifiers-wrapper {
		float: left;
		display: inline;
		height: auto;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers
		.product-quantity-modifiers-wrapper
		span {
		cursor: pointer;
		line-height: 1.5rem;
		text-align: center;
		display: block;
		float: left;
		border: 1px solid #ddd;
		font-size: 0.6rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers
		.product-quantity-modifiers-wrapper
		span
		+ span {
		margin-top: 0.25rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity {
		width: auto;
		min-width: 0;
		text-align: center;
		position: absolute;
		right: 1.5rem;
		top: 25%;
		line-height: 1rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity:before {
		content: "Quantity:";
		font: 300 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-price {
		height: auto;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-name {
		padding-left: 1rem;
		width: 43%;
		font: 500 normal 1rem/1rem "Roboto Condensed", sans-serif;
		top: 25%;
		position: absolute;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		.product-name-wrapper {
		display: block;
		position: absolute;
		z-index: 2;
		width: 100%;
		text-align: left;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl {
		position: absolute;
		top: 1.4rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt {
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
		float: left;
		display: block;
	}
	
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-name .cqoc_container{
	    width: 100%;
	}
	
	
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-name dl.variation dt.variation-Watch {
    	display: none !important;
    }
    .woocommerce-checkout-review-order table.shop_table .cart_item .product-name dl dd.variation-Watch{
        width: 60% !important;
    }
	
	
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd
		p,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt
		p {
		margin: 0;
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-sum {
		width: auto;
		position: absolute;
		right: 1.5rem;
		top: 45%;
		line-height: 1rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-image {
		position: absolute;
		left: 0;
		width: 6rem;
		padding: 0.5rem;
		max-height: 6rem;
		overflow: hidden;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-image
		img {
		display: block;
		float: left;
		width: 100%;
		overflow: hidden;
	}
	.woocommerce-checkout-review-order table.shop_table thead {
		display: block;
		float: lefT;
		width: 100%;
		border-bottom: 0.5rem solid #000;
	}
	.woocommerce-checkout-review-order table.shop_table thead tr {
		width: 100%;
		display: block;
		float: left;
	}
	.woocommerce-checkout-review-order table.shop_table thead tr th {
		width: 20%;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot {
		width: 50%;
		display: block;
		float: right;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total,
	.woocommerce-checkout-review-order table.shop_table tfoot .shipping,
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total {
		border-bottom: 0.1rem solid #ddd;
		background: 0 0;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total th,
	.woocommerce-checkout-review-order table.shop_table tfoot .shipping th,
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total th {
		float: left;
		border: 0;
		width: 25%;
		padding: 1rem;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total td,
	.woocommerce-checkout-review-order table.shop_table tfoot .shipping td,
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total td {
		padding: 1rem;
		float: right;
		text-align: right;
		border: 0;
		width: 75%;
		display: block;
		font: normal normal 400 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total {
		background: #f7f7f7 !important;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total td {
		font: normal normal 1rem/1rem "Roboto Condensed", sans-serif !important;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.order-total
		td
		small,
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.order-total
		td
		strong {
		display: block;
		float: right;
		position: relative;
		clear: both;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.order-total
		td
		small {
		margin-top: 0.5rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.local-customs-message {
		background: #fff;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.local-customs-message
		td {
		border: 0;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.local-customs-message
		td
		b {
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		width: 100%;
		display: block;
		padding-bottom: 0.5rem;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount,
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal {
		width: 100%;
		display: block;
		float: left;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount th,
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal th {
		display: block;
		float: left;
		border: 0;
		width: 50%;
		font: normal normal 700 1rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount td,
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal td {
		display: block;
		float: left;
		text-align: right;
		border: 0;
		width: 50%;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount td a,
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.cart-subtotal
		td
		a {
		color: #339;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total td {
		font: normal 700 1rem/1rem "Roboto Condensed", sans-serif !important;
	}
	.woocommerce-checkout #order_review_wrapper {
		display: block;
		width: 50%;
		float: left;
		padding-left: 4rem;
	}
}
@media (max-width: 1400px) {
	.woocommerce-checkout .max-width-1400-wrapper {
		padding: 2rem;
	}
}
@media (max-width: 1300px) {
	.woocommerce-checkout .max-width-1400-wrapper {
		max-width: 700px;
	}
	.woocommerce-checkout .max-width-1400-wrapper #customer_details {
		width: 100%;
	}
	.woocommerce-checkout .max-width-1400-wrapper .order_checkout_payments {
		width: 100%;
	}
	.woocommerce-checkout .max-width-1400-wrapper #order_review_wrapper {
		width: 100%;
		padding-left: 0;
		margin-top: 2rem;
	}
	.woocommerce-checkout
		.max-width-1400-wrapper
		#order_review_wrapper
		.shop_table.woocommerce-checkout-review-order-table
		tfoot {
		width: 100%;
	}
	
	.woocommerce-checkout .order_checkout_payments #payment .form-row.place-order{
        align-items: center;
    }
    
    .woocommerce .woocommerce-checkout .order_checkout_payments .terms.wc-terms-and-conditions{
        width: auto;
    }
}
@media (max-width: 698px) {
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-price {
		display: none;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-name {
		top: 0;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl {
		position: absolute;
		top: 0.4rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt {
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
		float: left;
		display: block;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd
		p,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt
		p {
		margin: 0;
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		.product-name-wrapper {
		top: 50%;
		transform: translate(0, -50%);
	}
}
@media all {
	#checkout-wrapper .woocommerce-checkout-payment {
		display: block;
		float: left;
		width: 50%;
	}
	#checkout_coupon .woocommerce-info {
		background: #f8f8fd;
		border: 0;
	}
	#checkout_coupon .woocommerce-info a {
		text-decoration: none;
		color: #555;
		font: 400 normal 0.9rem/1rem Roboto, sans-serif;
	}
	form[name="checkout"] {
		min-height: 10rem;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address {
		text-align: center;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before {
		font-size: 2.3rem;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address
		input,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address
		input,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address
		input,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address
		input {
		display: inline-block;
		margin-left: 1rem;
		width: 2rem;
		height: 2rem;
		font: 700 normal 0.8rem/1rem Roboto, sans-serif !important;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address
		h3,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address
		h3,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address
		h3,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address
		h3 {
		display: inline-block;
	}
	form[name="checkout"] .checkout_billing .woocommerce-billing-fields p label,
	form[name="checkout"] .checkout_billing .woocommerce-shipping-fields p label,
	form[name="checkout"] .checkout_shipping .woocommerce-billing-fields p label,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		p
		label {
		font: 700 normal 0.8rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
		padding: 1rem 0 0.5rem 0;
		color: #666;
	}
	form[name="checkout"] .checkout_billing .woocommerce-billing-fields p input,
	form[name="checkout"] .checkout_billing .woocommerce-shipping-fields p input,
	form[name="checkout"] .checkout_shipping .woocommerce-billing-fields p input,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		p
		input {
		padding: 1rem;
		border-radius: 0;
		font: 700 normal 0.8rem/1rem Roboto, sans-serif !important;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		p
		.country_to_state.country_select
		a,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		p
		.country_to_state.country_select
		a,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		p
		.country_to_state.country_select
		a,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		p
		.country_to_state.country_select
		a {
		padding: 1rem;
		border-radius: 0;
	}
}
@media all {
	.wc-stripe-elements-field {
		padding: 1rem;
		font-size: 1rem;
	}
	.wc-stripe-elements-field {
		margin: 0;
	}
	#add_payment_method #payment div.payment_box .form-row,
	.woocommerce-cart #payment div.payment_box .form-row,
	.woocommerce-checkout #payment div.payment_box .form-row {
		padding: 0 !important;
	}
	#wc-stripe-cc-form label {
		float: none !important;
		background: #421 !important;
	}
	.payment_method_stripe .payment_box #stripe-payment-data fieldset label {
		float: none !important;
		background: #421 !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method.payment_method_paypal
		.payment-method-icon
		img,
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method.payment_method_stripe_ideal
		.payment-method-icon
		img {
		margin-top: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method.payment_method_stripe_sofort
		.payment-method-icon
		img {
		/* margin-top: 1rem; */
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label
		img {
		display: none !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		width: 20rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img {
		    margin: 0 !important;
		    margin-left: 0.2rem !important;
		/* float: left;
		transform: translate(0, 50%);
		margin-top: 0.5rem;
		display: block;
		position: relative;
		top: 0; */
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.stripe-amex-icon,
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.stripe-mastercard-icon,
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.stripe-visa-icon {
		/* margin-top: 0.5rem; */
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		label
		img {
		display: none;
	}
	#add_payment_method #payment .payment_method_ppec_paypal label img,
	.woocommerce-checkout #payment .payment_method_ppec_paypal label img {
		display: none;
	}
	#add_payment_method #payment input#payment_method_stripe,
	#add_payment_method #payment input#payment_method_stripe_ideal,
	#add_payment_method #payment input#payment_method_stripe_sofort,
	.woocommerce-checkout #payment input#payment_method_stripe,
	.woocommerce-checkout #payment input#payment_method_stripe_ideal,
	.woocommerce-checkout #payment input#payment_method_stripe_sofort {
		top: 0 !important;
	}
	.payment_method_stripe .payment_box #stripe-payment-data fieldset label {
		font: 400 normal 1rem/2rem "Roboto Condensed", sans-serif !important;
		height: 2rem !important;
		text-align: left !important;
		padding-left: 1rem !important;
		background-color: #f1f1f1 !important;
		color: #05a !important;
	}
	.payment_method_stripe
		.payment_box
		#stripe-payment-data
		fieldset
		label[for="stripe-card-cvc"] {
		width: 100%;
		max-width: 200px;
		float: right !important;
		box-sizing: border-box !important;
	}
	.payment_method_stripe .payment_box #stripe-payment-data fieldset input {
		box-sizing: border-box;
		margin-bottom: 1rem !important;
		border-radius: 0 !important;
		padding-left: 1.5rem !important;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif !important;
		padding: 1rem !important;
		display: block;
	}
	.payment_method_stripe
		.payment_box
		#stripe-payment-data
		fieldset
		input#stripe-card-cvc {
		float: right !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 200px !important;
	}
}
/* SEARCH */
@media all {
	
	.search #primary,
    .search-results #primary{
        justify-content: center;
        align-items:center;
        display: flex;
        padding: 4rem 2rem 2rem 2rem;
    }
	.search #main,
    .search-results #main{
        width: 100%;
        max-width: 640px;
        display: flex;
        justify-content: center;
        align-items:center;
    }

    .search-results #main article{
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #344;
        padding: 1rem;
    }

    .search-results #main article + article{
        margin-top: 2rem !important;
    }

    .search-results #main article .post-thumbnail{
        display: flex;
    }

    .search-results #main article img{
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .search-results #main h1 {
        font: 200 normal 2rem/3rem "Roboto Condensed", sans-serif;
        text-transform:none;
        margin-bottom: 0;
        border-bottom: 2px solid #000;
        width: 100% !important;
    }


    .search-results #main article header h2 {
        text-align: center;
        width: 100%;
    }

    .search-results #main article header h2 a{
        text-decoration: none;
        color: #000;
    }

	.none .search #main form{     
		display: flex;
	    gap: 0.5rem;
	}
	
	.none .search #main form input{
		height:2.5rem;
		padding:1rem;
	}
}

@media all {
	body.blog #main,
	body.single.single-post #main {
		margin-top: 8rem;
		padding-bottom: 4rem;
	}
	body.blog #main .entry-content.ingress,
	body.single.single-post #main .entry-content.ingress {
		font: 300 italic 1.2rem/1.6rem "Roboto Condensed", sans-serif;
		color: #000;
		width: 100%;
		text-align: center;
		display: block;
		float: left;
		box-sizing: border-box;
		margin-top: -2rem;
		padding: 0 2rem;
		opacity: 0.7;
	}
	body.blog #main article,
	body.single.single-post #main article {
		max-width: 1400px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		padding-top: 2rem;
		border-top: 1px solid #ccc;
		margin-bottom: 4rem;
	}
	body.blog #main article .post-thumbnail,
	body.single.single-post #main article .post-thumbnail {
		width: 600px;
		display: block;
		float: left;
	}
	body.blog #main article .article_content,
	body.single.single-post #main article .article_content {
		width: 100%;
		display: block;
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	body.blog #main article .article_content .entry-content p,
	body.single.single-post #main article .article_content .entry-content p {
		font: 300 normal 1.2rem/1.6rem "Roboto Condensed", sans-serif;
		color: #000;
	}
	body.blog #main article .article_content .entry-title a,
	body.single.single-post #main article .article_content .entry-title a {
		font: 300 normal 2rem/2rem "Roboto Condensed", sans-serif;
		text-decoration: none;
		color: #000;
	}
	body.blog #main article .article_content .entry-title a:visited,
	body.single.single-post
		#main
		article
		.article_content
		.entry-title
		a:visited {
		color: #000;
	}
	body.blog #main article .article_content .publish-date,
	body.single.single-post #main article .article_content .publish-date {
		float: right;
		display: block;
		font: 300 normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	body.blog #main .navigation,
	body.single.single-post #main .navigation {
		width: 100%;
		padding: 1rem;
	}
	body.blog #main .navigation a,
	body.single.single-post #main .navigation a {
		font: 600 normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
		color: #000;
	}
	body.single.single-post #main article {
		border-top: 0;
		flex-flow: row wrap !important;
	}
	body.single.single-post #main article .article_content .publish-date {
		margin-top: 1rem;
	}
	body.single.single-post #main article .article_content h1 {
		font: 400 normal 2.5rem/3.7rem "Roboto Condensed", sans-serif;
	}
	body.single.single-post #main article .post-thumbnail {
		width: 100%;
	}
	body.single.single-post #main article .post-thumbnail img {
		float: left;
		display: block;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}
	body.single.single-post #main .navigation {
		width: 100%;
		padding: 1rem;
	}
}
@media screen and (max-width: 1400px) {
	body.blog #main article,
	body.single.single-post #main article {
		width: calc(100% - 40px);
		margin-left: 20px;
	}
}
@media screen and (max-width: 800px) {
	body.blog #main article,
	body.single.single-post #main article {
		flex-flow: row wrap;
	}
	body.blog #main article .article_content,
	body.single.single-post #main article .article_content {
		padding-left: 0;
		padding-right: 0;
	}
	body.blog #main article .post-thumbnail,
	body.single.single-post #main article .post-thumbnail {
		width: 100%;
		padding: 1rem;
	}
	body.blog #main article .publish-date,
	body.single.single-post #main article .publish-date {
		margin-top: 1rem;
	}
}
@media all {
	.blog .page-title {
		width: 100%;
		height: auto;
		color: #000;
		clip: initial;
		font: 300 normal 2rem/2rem "Roboto Condensed", sans-serif;
		text-align: center;
		display: block;
		float: left;
		position: relative !important;
	}
}


#out_of_stock_notification_wrapper {
	margin-top: 1rem;
	width: 100%;
	height: auto;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.ecandersson_newsletter_wrapper {
	width: 100%;
	height: auto;
	padding: 2rem 0;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.ecandersson_newsletter_loading_overlay {
	display: none;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.ecandersson_newsletter_error_message,
.ecandersson_newsletter_signup_message {
	display: none;
}
.ecandersson_newsletter_signup_message {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.ecandersson_newsletter_signup_message p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	font: 600 normal 1.5rem/1.5rem "Open sans", sans-serif;
}
.ecandersson_newsletter_form header {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	font: 400 normal 1.5rem/1.5rem "Open sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.ecandersson_newsletter_form fieldset {
	display: block;
	float: left;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	border: 0;
	margin: 0;
}
.ecandersson_newsletter_form fieldset input {
	width: 100%;
	display: block;
	padding: 0.5rem;
	float: left;
}
.ecandersson_newsletter_form footer .ecandersson_newsletter_submit {
	padding: 1rem;
	margin-top: 1rem;
	margin-left: 50%;
	transform: translate(-50%, 0);
	display: block;
	float: left;
	border-radius: 0;
	background: #228;
}
/* PHILOSOPHY */
@media all {
	.about_us_box .f_name{
		font-family: "Roboto" !important;
		font-size: 1rem !important;
	}
	.about_us_box{
		padding:1rem;
	}
	.about_us_box{
		font-family: "Roboto Condensed";
		margin-bottom: 1rem;
	}
 .about_us_box img{
	 width: 240px;
	 padding: 0.5rem;
	 
 }
}

@media screen and (max-width: 540px)
{
	.entry-content .about_us_box{
		width: 100%;
	}
}

@media all {
	.woocommerce-order-received .woocommerce table.shop_table td,
	.woocommerce-order-received .woocommerce table.shop_table th {
		border-top: 0;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		width: 100%;
	}
}
@media all {
	.long_link_section {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		margin-top: 4rem;
	}
	.long_link_section a {
		border-radius: 10rem;
		font: 200 normal 1.4rem/2rem "Roboto Condensed", sans-serif;
		display: inline-block;
		background: #666;
		padding: 20px;
		width: 80%;
		max-width: 460px;
		color: #fff;
	}
	.content_link_section_text_wrapper {
		position: absolute;
		display: block;
		overflow: visible;
		transform: translateZ(0);
		transform-style: preserve-3d;
		width: auto;
		padding-left: 2rem;
		padding-right: 2rem;
		text-align: left;
		bottom: 2rem;
	}
	.content_link_section_image_wrapper {
		display: block;
		position: relative;
	}
	.width-1400 {
		max-width: 1400px;
		width: 100%;
		left: 50%;
		position: relative;
		transform: translate(-50%, 0);
	}
	.content_link_section_big {
		width: 70%;
		padding-right: 0.5rem;
	}
	.content_link_section_small {
		width: 30%;
		padding-left: 0.5rem;
	}
	.content_link_section_big,
	.content_link_section_small {
		display: block;
		float: left;
	}
	.content_link_section_image_wrapper img {
		display: block;
	}
	.content_link_section_big:hover,
	.content_link_section_small:hover {
		cursor: pointer;
	}
	.content_link_section_big .content_link_section_text_wrapper,
	.content_link_section_small .content_link_section_text_wrapper {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		color: rgba(0, 20, 90, 0.9);
		margin-top: 1rem;
		margin-left: 1rem;
		margin-right: 1rem;
		border-radius: 10rem;
	}
	.content_link_section_small .content_link_section_text_wrapper {
		background: #fff;
		color: #555;
	}
	.content_link_section_big .content_link_section_text_wrapper:hover,
	.content_link_section_small .content_link_section_text_wrapper:hover {
		cursor: pointer;
	}
	.content_link_section_big .content_link_section_text_wrapper p,
	.content_link_section_small .content_link_section_text_wrapper p {
		font: 200 normal 1.4rem/2rem "Roboto Condensed", sans-serif;
		margin: 0;
	}
}
@media only screen and (max-width: 1400px) {
	.width-1400.sub_padding {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media only screen and (max-width: 800px) {
	.content_link_section_big {
		width: 100%;
		padding-right: 0;
	}
	.content_link_section_small {
		width: 100%;
		padding-left: 0;
		margin-top: 3rem;
	}
}
.main_box_links {
	max-width: 1200px;
	width: calc(100% - 30px);
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	height: 250px;
	padding: 0 15px;
}
.main_box_links .left_links,
.main_box_links .right_links {
	width: calc(50% - 10px);
	display: block;
	float: left;
	position: relative;
}
.main_box_links .right_links {
	height: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	margin-left: 20px;
}
.main_box_links .left_links {
	height: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.main_box_links .left_links .link {
	height: 100%;
}
.main_box_links .right_links .link {
	height: calc(50% - 10px);
}
.main_box_links .right_links .link + .link {
	margin-top: 20px;
}
.main_box_links .link {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
.main_box_links a.link {
	font: 200 normal 1.6rem/2rem "Roboto Condensed", sans-serif;
	color: #000;
	text-decoration: none;
}
.main_box_links a:hover {
	cursor: pointer;
	background: #f1f1f1;
}
@media only screen and (max-width: 1200px) {
	.main_box_links {
		padding: 0;
		width: calc(100% - 30px);
	}
}
@media only screen and (max-width: 600px) {
	.main_box_links {
		border: 0;
	}
	.main_box_links .left_links,
	.main_box_links .right_links {
		width: 100%;
		height: auto;
		border: 0;
		margin-left: 0;
	}
	.main_box_links .left_links .link,
	.main_box_links .right_links .link {
		margin-bottom: 1rem;
		border: 1px solid #ccc;
	}
	.main_box_links .right_links .link + .link {
		margin-top: 0;
	}
}
@media (max-width: 770px) {
	.start-page .feature-3-items .custom_product_flash_sign {
		font-size: 1rem !important;
	}
	.start-page .feature-3-items.no_of_items_2 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_2 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items.no_of_items_1 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_1 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-links a {
		width: 100%;
	}
	.start-page .feature-3-links a + a {
		margin-top: 1rem;
	}
}
@media (max-width: 480px) {
	.start-page .start_page_middle_section .ecandersson_newsletter_wrapper .ecandersson_newsletter_form {
		width: 100%;
		margin-left: 0;
		padding: 1rem;
	}
	.start-page .start_page_middle_section .ecandersson_newsletter_wrapper .ecandersson_newsletter_form header {
		font: 300 normal 2rem/2.4rem "Roboto Condensed", sans-serif;
	}
	.start-page
		.start_page_middle_section
		.ecandersson_newsletter_wrapper
		.ecandersson_newsletter_form
		fieldset {
		width: 100%;
	}
	.start-page
		.start_page_middle_section
		.ecandersson_newsletter_wrapper
		.ecandersson_newsletter_form
		.ecandersson_newsletter_input_email {
		width: 100%;
	}
	.start-page .start_page_middle_section .ecandersson_newsletter_wrapper .ecandersson_newsletter_form .ecandersson_newsletter_submit {
		width: 50%;
		margin-left: 25%;
		margin-top: 1rem;
	}
	.start-page .feature-3-items.no_of_items_2 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_2 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items.no_of_items_1 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_1 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-links a {
		width: 100%;
	}
	.start-page .feature-3-links a + a {
		margin-top: 1rem;
	}
	.start-page .start-page-signup .signup input[type="text"] {
		width: 100%;
	}
	.start-page .start-page-signup .signup input[type="submit"] {
		width: 50%;
		margin-left: 25%;
		margin-top: 1rem;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content {
		width: 100%;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form {
		box-shadow: none;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form header {
		background: #fff;
		font: 300 normal 2rem/2rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		text-align: center;
		border: 0;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form .chimpy_lite_status_underlay {
		width: 100%;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form footer {
		width: 50%;
		margin-left: 25%;
		margin-top: 1rem;
	}
}
@media all {
	.thank-you-page .woocommerce-thankyou-order-received {
		font: 700 normal 1.2rem/1.5rem Roboto, sans-serif;
		color: #555;
		width: 100%;
		text-align: center;
	}
	.thank-you-page table {
		border-radius: 0 !important;
		display: block;
	}
	.thank-you-page table thead tr th {
		width: 50%;
		display: block;
		float: left;
	}
	.thank-you-page table thead tr th + th {
		text-align: right;
	}
	.thank-you-page table tbody,
	.thank-you-page table tfoot,
	.thank-you-page table thead {
		width: 100%;
		display: blocK;
		float: left;
	}
	.thank-you-page table tbody tr,
	.thank-you-page table tfoot tr,
	.thank-you-page table thead tr {
		display: block;
		width: 100%;
		background: #fafafa;
		float: left;
	}
	.thank-you-page table tbody tr td,
	.thank-you-page table tbody tr th,
	.thank-you-page table tfoot tr td,
	.thank-you-page table tfoot tr th,
	.thank-you-page table thead tr td,
	.thank-you-page table thead tr th {
		width: 50%;
		display: block;
		float: left;
		font: 600 normal 1rem/1rem Roboto, sans-serif;
		padding: 0.5rem !important;
	}
	.thank-you-page table tbody tr td .wc-item-meta,
	.thank-you-page table tbody tr th .wc-item-meta,
	.thank-you-page table tfoot tr td .wc-item-meta,
	.thank-you-page table tfoot tr th .wc-item-meta,
	.thank-you-page table thead tr td .wc-item-meta,
	.thank-you-page table thead tr th .wc-item-meta {
		margin: 0;
		margin-top: 0.5rem;
	}
	.thank-you-page table tbody tr td .wc-item-meta li,
	.thank-you-page table tbody tr th .wc-item-meta li,
	.thank-you-page table tfoot tr td .wc-item-meta li,
	.thank-you-page table tfoot tr th .wc-item-meta li,
	.thank-you-page table thead tr td .wc-item-meta li,
	.thank-you-page table thead tr th .wc-item-meta li {
		font: 400 normal 1rem/1rem Roboto, sans-serif;
	}
	.thank-you-page table tbody tr td .wc-item-meta li strong,
	.thank-you-page table tbody tr th .wc-item-meta li strong,
	.thank-you-page table tfoot tr td .wc-item-meta li strong,
	.thank-you-page table tfoot tr th .wc-item-meta li strong,
	.thank-you-page table thead tr td .wc-item-meta li strong,
	.thank-you-page table thead tr th .wc-item-meta li strong {
		font: 400 normal 1rem/1rem Roboto, sans-serif;
	}
	.thank-you-page table tbody tr td .wc-item-meta li p,
	.thank-you-page table tbody tr th .wc-item-meta li p,
	.thank-you-page table tfoot tr td .wc-item-meta li p,
	.thank-you-page table tfoot tr th .wc-item-meta li p,
	.thank-you-page table thead tr td .wc-item-meta li p,
	.thank-you-page table thead tr th .wc-item-meta li p {
		margin: 0;
		font: 400 normal 1rem/1rem Roboto, sans-serif;
	}
	.thank-you-page table tbody tr td a,
	.thank-you-page table tbody tr th a,
	.thank-you-page table tfoot tr td a,
	.thank-you-page table tfoot tr th a,
	.thank-you-page table thead tr td a,
	.thank-you-page table thead tr th a {
		color: #449;
		text-decoration: none;
	}
	.thank-you-page table tbody tr td + td,
	.thank-you-page table tbody tr td + th,
	.thank-you-page table tbody tr th + td,
	.thank-you-page table tbody tr th + th,
	.thank-you-page table tfoot tr td + td,
	.thank-you-page table tfoot tr td + th,
	.thank-you-page table tfoot tr th + td,
	.thank-you-page table tfoot tr th + th,
	.thank-you-page table thead tr td + td,
	.thank-you-page table thead tr td + th,
	.thank-you-page table thead tr th + td,
	.thank-you-page table thead tr th + th {
		text-align: right;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.thank-you-page table tfoot {
		border-top: 2px solid #aaa;
		display: block;
		float: left;
	}
	.thank-you-page table tfoot tr {
		background: #fff;
	}
	.thank-you-page table tfoot tr th {
		width: 25%;
	}
	.thank-you-page table tfoot tr td {
		width: 75%;
		font-weight: 400 !important;
	}
}

  #social-images-before-footer {
    margin-top: 10rem;
    display: block;
    float: left;
    width: 100%;
  }

.page {
    margin: 0;
}

@media (max-width: 800px) {
	.thank-you-page {
		padding: 2rem;
	}
	.thank-you-page table {
		padding: 1rem;
	}
}
@media print {
	.woocommerce-order-received #masthead {
		position: absolute;
		top: 0;
	}
	.woocommerce-order-received #header-cart-toggle-button {
		display: none;
	}
	.woocommerce-order-received #site-navigation-button-toggle {
		display: none;
	}
	.woocommerce-order-received .entry-header {
		display: none;
	}
}
@media all {
	.page-template-page-wide-top-text-content #content {
		background: #fff !important;
	}
	.page-template-page-wide-top-text-content #content .entry-content {
		padding-bottom: 4rem;
	}
	.page-template-page-wide-top-text-content .max-width-full-wrapper {
		background: #fff !important;
	}
	.wide-thin-full-img img {
		width: 100%;
		display: block;
	}
}

main.blank_page .c-wrapper{
	margin-top: 3rem;
	margin-bottom:4rem;
}
@media all {
	main.blank_page .entry-header h1.entry-title {
	margin-top: 2rem;
	}

	main.blank_page .max-width-770-wrapper .entry-content{
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	}
	
	main.blank_page .article_content h3 {
		font: 400 normal 1.5rem/2rem "Roboto Condensed", sans-serif;
		margin-bottom: 0.5rem;
		text-align: center;
	}
	main.blank_page .article_content h3.center {
		text-align: center;
	}


	main.blank_page .article_content p {
	    font: 300 normal 1.2rem/1.6rem "Roboto Condensed", sans-serif;
	    display: inline-block;
	    margin-top: 0;
	    margin-bottom: 1rem;
	    width: 100%;
	  }
	main.blank_page .article_content .entry-content {
		margin: 0;
	}
}


.variation_container .variation_image_select_item img {
	width: 300px;
}

img {
	user-select: none;
}

.woocommerce-checkout .order_checkout_payments #payment ul.wc_payment_methods li.wc_payment_method .payment-method-icon img.stripe-klarna-icon{
    height: 35px;
}

.payment_method_klarna_payments_pay_over_time .payment-method-icon img,
.payment_method_klarna_payments_pay_later .payment-method-icon img,
.payment_method_klarna_payments_pay_now .payment-method-icon img {
	max-width: 50px !important;
}

.wc_payment_methods .wc_payment_method input {
	cursor: pointer;
}


#content h1,
#main h1 {
	font: 200 normal 3rem/3rem "Roboto Condensed", sans-serif;
}

.max-width-1400-wrapper.archives_section .entry-header h2 {
	font: 200 normal 2.6rem/3rem "Roboto Condensed", sans-serif !important;
}

.paypal_icon_checkout {
	max-height: 25px;
}

.post-780 {
	margin-top: 10rem;
}

@media only screen and (min-width: 300px) {
	.paypal-button-row {
		height: 50px !important;
	}
}
@media only screen and (min-width: 480px) {
	.product-type-simple .single_add_to_cart_button_wrapper button.single_add_to_cart_button, 
	.woocommerce div.product form.cart .single_variation_wrap_content .woocommerce-variation-add-to-cart button {
		height: 45px !important;
	}
}

/**** BUY BUTTONS **/
.product_page_first_section #ppc-button {
	margin-top: 0.6rem;
}

.single_add_to_cart_button_wrapper_inner
	.single_add_to_cart_button_wrapper_inner_2
	.custom-delivery {
	margin-top: 0 !important;
}

@media only screen and (min-width: 200px) and (max-width: 800px) {
	.product-type-simple
		.single_add_to_cart_button_wrapper
		button.single_add_to_cart_button,
	.woocommerce
		div.product
		form.cart
		.single_variation_wrap_content
		.woocommerce-variation-add-to-cart
		button,
	.product_page_first_section #wc-stripe-payment-request-wrapper iframe {
		padding: 0;
		width: 260px;
		height: 35px !important;
		line-height: 35px !important;
		font-size: 1rem !important;
		font-weight: 400 !important;
	}
}

@media only screen and (max-width: 540px) {
	.product-type-simple
		.single_add_to_cart_button_wrapper
		button.single_add_to_cart_button,
	.woocommerce
		div.product
		form.cart
		.single_variation_wrap_content
		.woocommerce-variation-add-to-cart
		button,
	.product_page_first_section #ppc-button {
		width: 260px !important;
		height: 35px !important;
		max-width: none !important;
		display: inline-block !important;
		font-size: 1.25rem !important;
	}
	
	
	.woocommerce-checkout .order_checkout_payments #payment ul.wc_payment_methods li.wc_payment_method .payment-method-icon img.stripe-klarna-icon{
	    height: 30px;
	}
}

@media screen and (max-width: 540px) {
	.single_add_to_cart_button_wrapper_inner
		.single_add_to_cart_button_wrapper_inner_2,
	.woocommerce-variation-custom-wrapper
		.woocommerce-variation-custom-wrapper-2 {
		width: 315px !important;
	}
}



/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
/**               PRODUCT 20222                   **/
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/


.mt-2 {
	margin-top: 2rem;
}

.p15 {
	padding: 0 15px;
}

.pic_n_text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.margin-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.padding-wrapper {
	width: 100%;
	display: block;
	padding: 0 15px;
}

.half-txt,
.half-pic {
	display: block;
	width: 50%;
}

.rp img,
.lp img {
	float: left;
	object-fit: cover;
	overflow: hidden;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.rp h2,
.lp h2 {
	text-align: center;
	margin-top: 0;
	font: 400 normal 2rem/2.4rem "Roboto Condensed", sans-serif;
	margin-bottom: 0;
}
.half-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.lp .half-txt {
	padding-right: 30px;
	padding-left: 30px;
	background: #f1f1f1;
}
.rp .half-txt {
	padding-right: 15px;
	padding-left: 30px;
	background: #f1f1f1;
}

.half-txt .half-text-content.strong-msg {
	/* font-size: 1.4rem; */
	color: #000;
}

.half-txt .small-a-little-thicker {
	font-size: 1rem;
	font-weight: 400;
}

.half-txt .half-text-content {
	font: 200 normal 1.3rem/1.7rem "Roboto Condensed", sans-serif;
	color: #222;
}

.align-right,
h2.align-right {
	text-align: right;
}

@media screen and (max-width: 840px) {
	.half-pic,
	.half-txt {
		width: 100%;
	}

	.rp .half-txt,
	.lp .half-txt {
		padding-top: 1.5rem;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1.5rem;
	}

	.pic_n_text.rp {
		flex-direction: column-reverse;
	}
}

/* SPECS */
ul.specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	gap: 10px;
	margin-top: 0.5rem;
}

ul.specs li {
	display: block;
}

ul.specs li h3 {
	margin-top: 0rem;
	margin-bottom: 0;
	font: 600 normal 1rem/1.8rem "Roboto Condensed", sans-serif;
}

ul.specs li p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.2rem;
}

.half-txt.dark-bg {
	background: #222;
	padding-right: 30px;
}

.half-txt.dark-bg h2,
.half-txt.dark-bg .half-text-content {
	color: #fff;
}

.half-txt h2 {
	font: 400 normal 1.8rem/2rem "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

.half-txt h2.center {
	text-align: center;
}

.half-txt.spec-text {
	padding: 1.5rem 1.5rem;
}

@media screen and (max-width: 840px) {
	.spec-text h2 {
		font-size: 2rem;
		font-weight: 300;
		border-bottom: 1px solid white;
		padding-bottom: 0.5rem;
	}

	ul.specs {
		margin-top: 1.5rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
	}

	.half-txt.spec-text {
		padding: 3rem 1.5rem;
	}

	.half-txt.dark-bg {
		padding-top: 2rem;
		margin-top: 0;
	}

	ul.specs li h3 {
		text-transform: uppercase;
	}
}

@media screen and (max-width: 520px) {
	.half-txt.spec-text {
		margin-top: 0;
		background-color: #f1f1f1;
	}

	ul.specs li {
		width: 100%;
		text-align: center;
	}

	ul.specs li.rarr {
		padding-left: 0;
	}
	ul.specs li p {
		font-size: 1.5rem;
	}

	ul.specs li h3 {
		font-size: 1.2rem;
	}
}

/* Image maga mega mogo */
.full-width-img {
	width: 100%;
	display: block;
	float: left;
}

.full-width-img img {
	width: 100%;
}

.half-width-img {
	width: 100%;
	display: block;
	float: left;
}

.half-width-img picture {
	display: block;.error404 main {
	max-width: 800px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	padding: 0 2rem;
	margin-top: 10rem;
}


.woocommerce span.onsale {
	display: none !important;
}
.wp-block-embed-youtube .lyte-wrapper div {
	width: 100%;
}


@media all {
	.woocommerce .woocommerce-form-coupon-toggle {
		border-top: 2px solid #ccc;
		display: flex;
		flex-direction: row;
		align-content: flex-start;
		justify-content: space-around;
		max-width: 640px;
		width: 100%;
		margin: 0 auto !important;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 0;
	}
	.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
		margin-bottom: 0;
		background-color: #fff;
		border-top: none;
	}
	.woocommerce .woocommerce-form-coupon {
		max-width: 616px;
		width: 100%;
		margin: 0 auto !important;
		margin-bottom: 2rem !important;
		margin-top: 0 !important;
	}
}
@media all {
	.checkout_order_review {
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 16px;
		color: #434343;
	}
	#kco-wrapper {
		width: 100%;
		max-width: 678px;
		margin: 0 auto;
		padding-top: 0 !important;
	}
	#kco-wrapper #kco-order-review {
		padding-left: 32px;
		width: 100%;
		margin-bottom: 20px;
	}
	#kco-wrapper #kco-order-review #klarna-checkout-select-other {
		padding: 1rem;
		background: #222d65;
		color: #fff;
		margin-left: 50%;
		transform: translate(-50%, 0);
	}
	#kco-wrapper #kco-order-review .woocommerce-checkout-review-order-table {
		width: 100%;
		border-width: 2px;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tbody
		.cart_item {
		background: #fff;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tbody
		.cart_item
		.product-image {
		width: 150px;
		box-sizing: border-box;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		tr {
		background-color: #fff;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		td,
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		th {
		border-bottom: 0;
		border-top: 0;
	}
	#kco-wrapper
		#kco-order-review
		.woocommerce-checkout-review-order-table
		tfoot
		.order-total {
		border-bottom: 0;
	}
	#kco-wrapper #kco-iframe {
		display: block;
		float: left;
		width: 100%;
		background: #fff;
	}
	#kco-wrapper #kco-iframe .woocommerce-privacy-policy-text {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (max-width: 769px) {
	#kco-wrapper #kco-order-review {
		display: block;
		float: left;
		padding: 12px;
		width: 100%;
		margin-right: 0;
	}
}

@media all {
	.woocommerce-checkout .cart-subtotal {
		font-family: "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
		border-top-color: #026;
		background: #fafafa;
		font: 200 normal 1.2rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout .woocommerce-notices-wrapper a {
		background: #026;
		color: #fff;
		font: 400 normal 1.2rem/1rem "Roboto Condensed", sans-serif;
		border-radius: 10rem;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.terms.wc-terms-and-conditions {
		width: 100%;
		margin-bottom: 2rem;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.terms.wc-terms-and-conditions
		input {
		width: 2rem !important;
		height: 2rem !important;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.terms.wc-terms-and-conditions
		label {
		font: 200 normal 1.2rem/1.5rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-notices-wrapper {
		display: block;
		float: left;
		width: 100%;
		max-width: 800px;
		margin-left: 50%;
		transform: translate(-50%, 0);
	}
	.woocommerce-checkout article {
		margin-top: 8rem;
	}
	.woocommerce-checkout .max-width-full-wrapper {
		background: #fff !important;
	}
	.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
		font: normal normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce form.checkout_coupon {
		border-radius: 0 !important;
	}
	.woocommerce form.checkout_coupon input.input-text {
		padding: 1rem;
		border-radius: 0;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce form.checkout_coupon button.button,
	.woocommerce form.checkout_coupon input.button {
		width: 100%;
		padding: 1rem;
		border-radius: 10rem;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce form.checkout_coupon p {
		font: normal normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout #content {
		background: #fff !important;
	}
	.woocommerce-checkout #content .max-width-full-wrapper {
		background: #fff !important;
	}
	.woocommerce-checkout .entry-title {
		margin-bottom: 0;
	}
	.woocommerce .col2-set .col-2 {
		width: 100%;
	}
	#ship-to-different-address-checkbox {
		padding: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: 0;
		display: inline-block;
		transform: translate(0, 12.5%);
	}
	article .entry-header .entry-title {
		width: 100%;
		display: block;
		float: left;
		text-transform: uppercase;
	}
	#customer_details {
		display: block;
		width: 50%;
		float: left;
	}
	#customer_details
		.woocommerce-billing-fields
		h3#ship-to-different-address
		label,
	#customer_details
		.woocommerce-shipping-fields
		h3#ship-to-different-address
		label {
		font: 300 normal 1.5rem/1.5rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
	}
	#customer_details .woocommerce-billing-fields label,
	#customer_details .woocommerce-shipping-fields label {
		font: 700 normal 0.8rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
		padding: 1rem 0 0.5rem 0;
		color: #666;
	}
	#customer_details .woocommerce-billing-fields input,
	#customer_details .woocommerce-shipping-fields input {
		padding: 1rem;
		border-radius: 0;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	#customer_details
		.woocommerce-billing-fields
		.country_to_state.country_select
		a,
	#customer_details
		.woocommerce-shipping-fields
		.country_to_state.country_select
		a {
		padding: 1rem;
		border-radius: 0;
	}
	#customer_details .woocommerce-billing-fields #billing_country_field .select2,
	#customer_details .woocommerce-billing-fields #billing_state_field .select2,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2,
	#customer_details .woocommerce-billing-fields #shipping_state_field .select2,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2,
	#customer_details .woocommerce-shipping-fields #billing_state_field .select2,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2 {
		height: 3rem;
	}
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		.select2-selection,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		.select2-selection {
		height: 3rem !important;
		font: normal normal 1rem/3rem "Roboto Condensed", sans-serif;
		border-radius: 0;
	}
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		#select2-shipping_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-billing_state-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_country-container,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		#select2-shipping_state-container {
		padding-right: 3rem;
	}
	#customer_details
		.woocommerce-billing-fields
		#billing_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-billing-fields
		#billing_state_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-billing-fields
		#shipping_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-billing-fields
		#shipping_state_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#billing_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#billing_state_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_country_field
		.select2
		.select2-selection__arrow,
	#customer_details
		.woocommerce-shipping-fields
		#shipping_state_field
		.select2
		.select2-selection__arrow {
		width: 3rem;
		line-height: 3rem;
		text-align: center;
		height: 3rem;
	}
	.woocommerce .wc_payment_methods.payment_methods.methods li {
		float: left;
		display: block;
		width: 50%;
		box-sizing: border-box;
		padding: 1rem;
	}
	.woocommerce .wc_payment_methods.payment_methods.methods li .payment_box {
		background-color: #fff !important;
	}
	.woocommerce
		.wc_payment_methods.payment_methods.methods
		li
		.payment_box:before {
		display: none;
	}
	.woocommerce .woocommerce-checkout {
		float: left;
		width: 100%;
	}
	.woocommerce .woocommerce-checkout h3 {
		font: 300 normal 1.5rem/1.5rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}
	.woocommerce .woocommerce-checkout .col2-set {
		width: 50%;
		clear: none;
	}
	.woocommerce .woocommerce-checkout .col2-set .col-1 {
		width: 100%;
	}
	.woocommerce .woocommerce-checkout #payment {
		border-radius: 0;
	}
	.woocommerce .woocommerce-checkout .order_checkout_payments {
		width: 50%;
		display: block;
		float: left;
		margin-top: 2rem;
		clear: both;
	}
	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.wc_payment_method {
		width: 40%;
	}
}
@media (max-width: 480px) {
	#customer_details {
		display: block;
		width: 50%;
		float: left;
	}
	#customer_details .woocommerce-billing-fields #billing_first_name_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields #billing_last_name_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields #billing_phone_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields #billing_email_field {
		width: 100%;
	}
	#customer_details .woocommerce-billing-fields label {
		font: 700 normal 0.8rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
		padding: 1rem 0 0.5rem 0;
		color: #666;
	}
	#customer_details .woocommerce-billing-fields input {
		padding: 0.66rem;
		border-radius: 0;
		font: normal normal 1rem/1.4rem "Roboto Condensed", sans-serif;
	}
}
@media all {
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		#klarna-invoice-terms {
		padding: 0.5rem;
		display: block;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		#klarna-invoice-terms
		a {
		color: #55a;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		label {
		padding-left: 0 !important;
		font: normal 1rem/1rem "Roboto Condensed", sans-serif !important;
		height: auto !important;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		color: #444 !important;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		input,
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		select {
		height: 3rem;
		text-indent: 1rem;
	}
	.woocommerce-checkout
		.payment_box.payment_method_klarna_invoice
		fieldset
		.form-row
		.get-address-button {
		width: 50%;
		padding: 1rem 0;
		border-radius: 0;
		background: #494;
		margin-top: 1rem !important;
		margin-left: 25%;
		float: left;
		display: blocK;
		position: relative;
	}
}
@media all {
	.woocommerce-checkout .order_checkout_payments {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		box-sizing: border-box;
	}
	.woocommerce-checkout .order_checkout_payments #payment {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		box-sizing: border-box;
		background: #fff;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		.form-row.place-order {
		padding: 0;
		margin-top: 1rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods {
		padding: 0 !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method {
		width: 100%;
		padding: 0;
		position: relative;
		margin-bottom: 1rem;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		position: absolute;
		left: 5rem;
		margin: 0;
		display: flex;
		align-items: center;
		height: 4rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		a {
		display: none;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-checkbox {
		position: absolute;
		width: 4rem;
		height: 4rem;
		left: 0;
		top: 0;
		background: #fff;
		text-align: center;
		line-height: 4rem;
		border-right: 0.1rem solid #ddd;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-checkbox
		i {
		font-size: 2rem;
		line-height: 4rem;
		display: none;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		p {
		margin: 0;
		font: 200 normal 1rem/1.25rem "Roboto Condensed", sans-serif;
		color: #000;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"] {
		width: 100%;
		position: absolute;
		height: 4rem;
		border-radius: 0;
		box-sizing: border-box;
		margin: 0;
		float: left;
		background: 0 0;
		z-index: 2;
		opacity: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"]:checked {
		border: 0.1rem solid #2a2;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"]:checked
		+ label
		+ .payment-method-checkbox
		i {
		display: block !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		input[type="radio"][name="payment_method"]:checked:before {
		display: none;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label {
		display: block;
		float: left;
		color: #000;
		height: 4rem;
		font: normal normal 1.2rem/4rem "Roboto Condensed", sans-serif;
		margin-left: 0;
		width: 100%;
		padding-left: 7rem;
		box-sizing: border-box;
		position: relative;
		background: #f2f2f2;
		text-align: right;
		padding-right: 2rem;
		text-transform: uppercase;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label
		img {
		position: absolute;
		left: 1.5rem;
		top: 50%;
		transform: translate(0, -50%);
		width: 4rem;
		margin: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label
		a {
		line-height: 1rem !important;
		position: absolute;
		right: 0.5rem;
		top: 0.5rem;
		color: #55a;
		font-size: 0.9rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		div.payment_box {
		margin-top: 4rem;
		box-sizing: border-box;
		border-top: 1px solid #ccc;
		margin-bottom: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		div.payment_box:before {
		display: none;
	}
}
img[alt="Klarna"] {
	width: 100%;
	max-width: 80px !important;
	transform: translate(0, 0) !important;
}
@media (max-width: 540px) {
    /*
	img[alt="Klarna"] {
		margin-top: 0.25rem !important;
	}
	.payment_method_paypal .payment-method-icon img {
	    
		margin-top: 0.9rem !important;
		transform: translate(0) !important;
		
	}
	*/
}
@media (max-width: 480px) {
	.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
		height: 8rem;
		line-height: 6rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label {
		text-align: left;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		display: none;
	}
}
@media all {
	.woocommerce-checkout-review-order table.shop_table {
		width: 100% !important;
		display: block;
		float: left;
		box-sizing: border-box;
		border-radius: 0;
		border: 0 !important;
		background-color: #fff;
		margin-bottom: 0;
	}
	.woocommerce-checkout-review-order table.shop_table tr {
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0.5rem;
		background: #f3f3f3;
		display: block;
		width: 100%;
		float: left;
	}
	.woocommerce-checkout-review-order table.shop_table tbody {
		border-top: 1px solid #ccc;
		display: block;
		width: 100%;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.shipping-method-description {
		margin-bottom: 0;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item {
		background: 0 0;
		border-bottom: 1px solid #ccc;
		height: auto;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
		color: #888;
		float: left;
		width: 100%;
		display: block;
		padding: 0;
		height: 6rem;
		position: relative;
		padding-left: 6rem;
		box-sizing: border-box;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item td {
		width: 11%;
		display: block;
		float: left;
		overflow: hidden;
		min-width: 0;
		position: relative;
		height: 100%;
		border-top: 0;
		box-sizing: border-box;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		td.product-name_price {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: left;
		flex-flow: row wrap;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		td.product-name_price
		.product-name-wrapper {
		width: 100%;
		display: block;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers {
		width: 10%;
		text-align: center;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers
		.product-quantity-modifiers-wrapper {
		float: left;
		display: inline;
		height: auto;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers
		.product-quantity-modifiers-wrapper
		span {
		cursor: pointer;
		line-height: 1.5rem;
		text-align: center;
		display: block;
		float: left;
		border: 1px solid #ddd;
		font-size: 0.6rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity-modifiers
		.product-quantity-modifiers-wrapper
		span
		+ span {
		margin-top: 0.25rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity {
		width: auto;
		min-width: 0;
		text-align: center;
		position: absolute;
		right: 1.5rem;
		top: 25%;
		line-height: 1rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-quantity:before {
		content: "Quantity:";
		font: 300 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-price {
		height: auto;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-name {
		padding-left: 1rem;
		width: 43%;
		font: 500 normal 1rem/1rem "Roboto Condensed", sans-serif;
		top: 25%;
		position: absolute;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		.product-name-wrapper {
		display: block;
		position: absolute;
		z-index: 2;
		width: 100%;
		text-align: left;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl {
		position: absolute;
		top: 1.4rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt {
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
		float: left;
		display: block;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd
		p,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt
		p {
		margin: 0;
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-sum {
		width: auto;
		position: absolute;
		right: 1.5rem;
		top: 45%;
		line-height: 1rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-image {
		position: absolute;
		left: 0;
		width: 6rem;
		padding: 0.5rem;
		max-height: 6rem;
		overflow: hidden;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-image
		img {
		display: block;
		float: left;
		width: 100%;
		overflow: hidden;
	}
	.woocommerce-checkout-review-order table.shop_table thead {
		display: block;
		float: lefT;
		width: 100%;
		border-bottom: 0.5rem solid #000;
	}
	.woocommerce-checkout-review-order table.shop_table thead tr {
		width: 100%;
		display: block;
		float: left;
	}
	.woocommerce-checkout-review-order table.shop_table thead tr th {
		width: 20%;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot {
		width: 50%;
		display: block;
		float: right;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total,
	.woocommerce-checkout-review-order table.shop_table tfoot .shipping,
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total {
		border-bottom: 0.1rem solid #ddd;
		background: 0 0;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total th,
	.woocommerce-checkout-review-order table.shop_table tfoot .shipping th,
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total th {
		float: left;
		border: 0;
		width: 25%;
		padding: 1rem;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total td,
	.woocommerce-checkout-review-order table.shop_table tfoot .shipping td,
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total td {
		padding: 1rem;
		float: right;
		text-align: right;
		border: 0;
		width: 75%;
		display: block;
		font: normal normal 400 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total {
		background: #f7f7f7 !important;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .order-total td {
		font: normal normal 1rem/1rem "Roboto Condensed", sans-serif !important;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.order-total
		td
		small,
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.order-total
		td
		strong {
		display: block;
		float: right;
		position: relative;
		clear: both;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.order-total
		td
		small {
		margin-top: 0.5rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.local-customs-message {
		background: #fff;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.local-customs-message
		td {
		border: 0;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.local-customs-message
		td
		b {
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		width: 100%;
		display: block;
		padding-bottom: 0.5rem;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount,
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal {
		width: 100%;
		display: block;
		float: left;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount th,
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal th {
		display: block;
		float: left;
		border: 0;
		width: 50%;
		font: normal normal 700 1rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount td,
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal td {
		display: block;
		float: left;
		text-align: right;
		border: 0;
		width: 50%;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .cart-discount td a,
	.woocommerce-checkout-review-order
		table.shop_table
		tfoot
		.cart-subtotal
		td
		a {
		color: #339;
	}
	.woocommerce-checkout-review-order table.shop_table tfoot .tax-total td {
		font: normal 700 1rem/1rem "Roboto Condensed", sans-serif !important;
	}
	.woocommerce-checkout #order_review_wrapper {
		display: block;
		width: 50%;
		float: left;
		padding-left: 4rem;
	}
}
@media (max-width: 1400px) {
	.woocommerce-checkout .max-width-1400-wrapper {
		padding: 2rem;
	}
}
@media (max-width: 1300px) {
	.woocommerce-checkout .max-width-1400-wrapper {
		max-width: 700px;
	}
	.woocommerce-checkout .max-width-1400-wrapper #customer_details {
		width: 100%;
	}
	.woocommerce-checkout .max-width-1400-wrapper .order_checkout_payments {
		width: 100%;
	}
	.woocommerce-checkout .max-width-1400-wrapper #order_review_wrapper {
		width: 100%;
		padding-left: 0;
		margin-top: 2rem;
	}
	.woocommerce-checkout
		.max-width-1400-wrapper
		#order_review_wrapper
		.shop_table.woocommerce-checkout-review-order-table
		tfoot {
		width: 100%;
	}
}
@media (max-width: 698px) {
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-price {
		display: none;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item .product-name {
		top: 0;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl {
		position: absolute;
		top: 0.4rem;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt {
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
		float: left;
		display: block;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dd
		p,
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		dl
		dt
		p {
		margin: 0;
		font: 200 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-name
		.product-name-wrapper {
		top: 50%;
		transform: translate(0, -50%);
	}
}
@media all {
	#checkout-wrapper .woocommerce-checkout-payment {
		display: block;
		float: left;
		width: 50%;
	}
	#checkout_coupon .woocommerce-info {
		background: #f8f8fd;
		border: 0;
	}
	#checkout_coupon .woocommerce-info a {
		text-decoration: none;
		color: #555;
		font: 400 normal 0.9rem/1rem Roboto, sans-serif;
	}
	form[name="checkout"] {
		min-height: 10rem;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address {
		text-align: center;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address
		input[type="checkbox"]:checked:before {
		font-size: 2.3rem;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address
		input,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address
		input,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address
		input,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address
		input {
		display: inline-block;
		margin-left: 1rem;
		width: 2rem;
		height: 2rem;
		font: 700 normal 0.8rem/1rem Roboto, sans-serif !important;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		#ship-to-different-address
		h3,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		#ship-to-different-address
		h3,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		#ship-to-different-address
		h3,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		#ship-to-different-address
		h3 {
		display: inline-block;
	}
	form[name="checkout"] .checkout_billing .woocommerce-billing-fields p label,
	form[name="checkout"] .checkout_billing .woocommerce-shipping-fields p label,
	form[name="checkout"] .checkout_shipping .woocommerce-billing-fields p label,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		p
		label {
		font: 700 normal 0.8rem/1rem "Roboto Condensed", sans-serif !important;
		text-transform: uppercase;
		padding: 1rem 0 0.5rem 0;
		color: #666;
	}
	form[name="checkout"] .checkout_billing .woocommerce-billing-fields p input,
	form[name="checkout"] .checkout_billing .woocommerce-shipping-fields p input,
	form[name="checkout"] .checkout_shipping .woocommerce-billing-fields p input,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		p
		input {
		padding: 1rem;
		border-radius: 0;
		font: 700 normal 0.8rem/1rem Roboto, sans-serif !important;
	}
	form[name="checkout"]
		.checkout_billing
		.woocommerce-billing-fields
		p
		.country_to_state.country_select
		a,
	form[name="checkout"]
		.checkout_billing
		.woocommerce-shipping-fields
		p
		.country_to_state.country_select
		a,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-billing-fields
		p
		.country_to_state.country_select
		a,
	form[name="checkout"]
		.checkout_shipping
		.woocommerce-shipping-fields
		p
		.country_to_state.country_select
		a {
		padding: 1rem;
		border-radius: 0;
	}
}
@media all {
	.wc-stripe-elements-field {
		padding: 1rem;
		font-size: 1rem;
	}
	.wc-stripe-elements-field {
		margin: 0;
	}
	#add_payment_method #payment div.payment_box .form-row,
	.woocommerce-cart #payment div.payment_box .form-row,
	.woocommerce-checkout #payment div.payment_box .form-row {
		padding: 0 !important;
	}
	#wc-stripe-cc-form label {
		float: none !important;
		background: #421 !important;
	}
	.payment_method_stripe .payment_box #stripe-payment-data fieldset label {
		float: none !important;
		background: #421 !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method.payment_method_paypal
		.payment-method-icon
		img,
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method.payment_method_stripe_ideal
		.payment-method-icon
		img {
		margin-top: 0;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method.payment_method_stripe_sofort
		.payment-method-icon
		img {
		/* margin-top: 1rem; */
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		label
		img {
		display: none !important;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		width: 20rem;
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img {
		    /*
		float: left;
		transform: translate(0, 50%);
		margin-top: 0.5rem;
		display: block;
		position: relative;
		top: 0;
		*/
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.stripe-amex-icon,
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.stripe-mastercard-icon,
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.stripe-visa-icon {
		/* margin-top: 0.5rem; */
	}
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		label
		img {
		display: none;
	}
	#add_payment_method #payment .payment_method_ppec_paypal label img,
	.woocommerce-checkout #payment .payment_method_ppec_paypal label img {
		display: none;
	}
	#add_payment_method #payment input#payment_method_stripe,
	#add_payment_method #payment input#payment_method_stripe_ideal,
	#add_payment_method #payment input#payment_method_stripe_sofort,
	.woocommerce-checkout #payment input#payment_method_stripe,
	.woocommerce-checkout #payment input#payment_method_stripe_ideal,
	.woocommerce-checkout #payment input#payment_method_stripe_sofort {
		top: 0 !important;
	}
	.payment_method_stripe .payment_box #stripe-payment-data fieldset label {
		font: 400 normal 1rem/2rem "Roboto Condensed", sans-serif !important;
		height: 2rem !important;
		text-align: left !important;
		padding-left: 1rem !important;
		background-color: #f1f1f1 !important;
		color: #05a !important;
	}
	.payment_method_stripe
		.payment_box
		#stripe-payment-data
		fieldset
		label[for="stripe-card-cvc"] {
		width: 100%;
		max-width: 200px;
		float: right !important;
		box-sizing: border-box !important;
	}
	.payment_method_stripe .payment_box #stripe-payment-data fieldset input {
		box-sizing: border-box;
		margin-bottom: 1rem !important;
		border-radius: 0 !important;
		padding-left: 1.5rem !important;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif !important;
		padding: 1rem !important;
		display: block;
	}
	.payment_method_stripe
		.payment_box
		#stripe-payment-data
		fieldset
		input#stripe-card-cvc {
		float: right !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 200px !important;
	}
}


@media all {
	body.blog #main,
	body.single.single-post #main {
		margin-top: 8rem;
		padding-bottom: 4rem;
	}
	body.blog #main .entry-content.ingress,
	body.single.single-post #main .entry-content.ingress {
		font: 300 italic 1.2rem/1.6rem "Roboto Condensed", sans-serif;
		color: #000;
		width: 100%;
		text-align: center;
		display: block;
		float: left;
		box-sizing: border-box;
		margin-top: -2rem;
		padding: 0 2rem;
		opacity: 0.7;
	}
	body.blog #main article,
	body.single.single-post #main article {
		max-width: 1400px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		padding-top: 2rem;
		border-top: 1px solid #ccc;
		margin-bottom: 4rem;
	}
	body.blog #main article .post-thumbnail,
	body.single.single-post #main article .post-thumbnail {
		width: 600px;
		display: block;
		float: left;
	}
	body.blog #main article .article_content,
	body.single.single-post #main article .article_content {
		width: 100%;
		display: block;
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	body.blog #main article .article_content .entry-content p,
	body.single.single-post #main article .article_content .entry-content p {
		font: 300 normal 1.2rem/1.6rem "Roboto Condensed", sans-serif;
		color: #000;
	}
	body.blog #main article .article_content .entry-title a,
	body.single.single-post #main article .article_content .entry-title a {
		font: 300 normal 2rem/2rem "Roboto Condensed", sans-serif;
		text-decoration: none;
		color: #000;
	}
	body.blog #main article .article_content .entry-title a:visited,
	body.single.single-post
		#main
		article
		.article_content
		.entry-title
		a:visited {
		color: #000;
	}
	body.blog #main article .article_content .publish-date,
	body.single.single-post #main article .article_content .publish-date {
		float: right;
		display: block;
		font: 300 normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	}
	body.blog #main .navigation,
	body.single.single-post #main .navigation {
		width: 100%;
		padding: 1rem;
	}
	body.blog #main .navigation a,
	body.single.single-post #main .navigation a {
		font: 600 normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
		color: #000;
	}
	body.single.single-post #main article {
		border-top: 0;
		flex-flow: row wrap !important;
	}
	body.single.single-post #main article .article_content .publish-date {
		margin-top: 1rem;
	}
	body.single.single-post #main article .article_content h1 {
		font: 400 normal 2.5rem/3.7rem "Roboto Condensed", sans-serif;
	}
	body.single.single-post #main article .post-thumbnail {
		width: 100%;
	}
	body.single.single-post #main article .post-thumbnail img {
		float: left;
		display: block;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}
	body.single.single-post #main .navigation {
		width: 100%;
		padding: 1rem;
	}
}
@media screen and (max-width: 1400px) {
	body.blog #main article,
	body.single.single-post #main article {
		width: calc(100% - 40px);
		margin-left: 20px;
	}
}
@media screen and (max-width: 800px) {
	body.blog #main article,
	body.single.single-post #main article {
		flex-flow: row wrap;
	}
	body.blog #main article .article_content,
	body.single.single-post #main article .article_content {
		padding-left: 0;
		padding-right: 0;
	}
	body.blog #main article .post-thumbnail,
	body.single.single-post #main article .post-thumbnail {
		width: 100%;
		padding: 1rem;
	}
	body.blog #main article .publish-date,
	body.single.single-post #main article .publish-date {
		margin-top: 1rem;
	}
}
@media all {
	.blog .page-title {
		width: 100%;
		height: auto;
		color: #000;
		clip: initial;
		font: 300 normal 2rem/2rem "Roboto Condensed", sans-serif;
		text-align: center;
		display: block;
		float: left;
		position: relative !important;
	}
}


#out_of_stock_notification_wrapper {
	margin-top: 1rem;
	width: 100%;
	height: auto;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.ecandersson_newsletter_wrapper {
	width: 100%;
	height: auto;
	padding: 2rem 0;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.ecandersson_newsletter_loading_overlay {
	display: none;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.ecandersson_newsletter_error_message,
.ecandersson_newsletter_signup_message {
	display: none;
}
.ecandersson_newsletter_signup_message {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.ecandersson_newsletter_signup_message p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	font: 600 normal 1.5rem/1.5rem "Open sans", sans-serif;
}
.ecandersson_newsletter_form header {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	font: 400 normal 1.5rem/1.5rem "Open sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.ecandersson_newsletter_form fieldset {
	display: block;
	float: left;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	border: 0;
	margin: 0;
}
.ecandersson_newsletter_form fieldset input {
	width: 100%;
	display: block;
	padding: 0.5rem;
	float: left;
}
.ecandersson_newsletter_form footer .ecandersson_newsletter_submit {
	padding: 1rem;
	margin-top: 1rem;
	margin-left: 50%;
	transform: translate(-50%, 0);
	display: block;
	float: left;
	border-radius: 0;
	background: #228;
}

@media all {
	.woocommerce-order-received .woocommerce table.shop_table td,
	.woocommerce-order-received .woocommerce table.shop_table th {
		border-top: 0;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		width: 100%;
	}
}
@media all {
	.long_link_section {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		margin-top: 4rem;
	}
	.long_link_section a {
		border-radius: 10rem;
		font: 200 normal 1.4rem/2rem "Roboto Condensed", sans-serif;
		display: inline-block;
		background: #666;
		padding: 20px;
		width: 80%;
		max-width: 460px;
		color: #fff;
	}
	.content_link_section_text_wrapper {
		position: absolute;
		display: block;
		overflow: visible;
		transform: translateZ(0);
		transform-style: preserve-3d;
		width: auto;
		padding-left: 2rem;
		padding-right: 2rem;
		text-align: left;
		bottom: 2rem;
	}
	.content_link_section_image_wrapper {
		display: block;
		position: relative;
	}
	.width-1400 {
		max-width: 1400px;
		width: 100%;
		left: 50%;
		position: relative;
		transform: translate(-50%, 0);
	}
	.content_link_section_big {
		width: 70%;
		padding-right: 0.5rem;
	}
	.content_link_section_small {
		width: 30%;
		padding-left: 0.5rem;
	}
	.content_link_section_big,
	.content_link_section_small {
		display: block;
		float: left;
	}
	.content_link_section_image_wrapper img {
		display: block;
	}
	.content_link_section_big:hover,
	.content_link_section_small:hover {
		cursor: pointer;
	}
	.content_link_section_big .content_link_section_text_wrapper,
	.content_link_section_small .content_link_section_text_wrapper {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		color: rgba(0, 20, 90, 0.9);
		margin-top: 1rem;
		margin-left: 1rem;
		margin-right: 1rem;
		border-radius: 10rem;
	}
	.content_link_section_small .content_link_section_text_wrapper {
		background: #fff;
		color: #555;
	}
	.content_link_section_big .content_link_section_text_wrapper:hover,
	.content_link_section_small .content_link_section_text_wrapper:hover {
		cursor: pointer;
	}
	.content_link_section_big .content_link_section_text_wrapper p,
	.content_link_section_small .content_link_section_text_wrapper p {
		font: 200 normal 1.4rem/2rem "Roboto Condensed", sans-serif;
		margin: 0;
	}
}
@media only screen and (max-width: 1400px) {
	.width-1400.sub_padding {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media only screen and (max-width: 800px) {
	.content_link_section_big {
		width: 100%;
		padding-right: 0;
	}
	.content_link_section_small {
		width: 100%;
		padding-left: 0;
		margin-top: 3rem;
	}
}
.main_box_links {
	max-width: 1200px;
	width: calc(100% - 30px);
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	height: 250px;
	padding: 0 15px;
}
.main_box_links .left_links,
.main_box_links .right_links {
	width: calc(50% - 10px);
	display: block;
	float: left;
	position: relative;
}
.main_box_links .right_links {
	height: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	margin-left: 20px;
}
.main_box_links .left_links {
	height: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.main_box_links .left_links .link {
	height: 100%;
}
.main_box_links .right_links .link {
	height: calc(50% - 10px);
}
.main_box_links .right_links .link + .link {
	margin-top: 20px;
}
.main_box_links .link {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
.main_box_links a.link {
	font: 200 normal 1.6rem/2rem "Roboto Condensed", sans-serif;
	color: #000;
	text-decoration: none;
}
.main_box_links a:hover {
	cursor: pointer;
	background: #f1f1f1;
}
@media only screen and (max-width: 1200px) {
	.main_box_links {
		padding: 0;
		width: calc(100% - 30px);
	}
}
@media only screen and (max-width: 600px) {
	.main_box_links {
		border: 0;
	}
	.main_box_links .left_links,
	.main_box_links .right_links {
		width: 100%;
		height: auto;
		border: 0;
		margin-left: 0;
	}
	.main_box_links .left_links .link,
	.main_box_links .right_links .link {
		margin-bottom: 1rem;
		border: 1px solid #ccc;
	}
	.main_box_links .right_links .link + .link {
		margin-top: 0;
	}
}
@media (max-width: 770px) {
	.start-page .feature-3-items .custom_product_flash_sign {
		font-size: 1rem !important;
	}
	.start-page .feature-3-items.no_of_items_2 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_2 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items.no_of_items_1 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_1 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-links a {
		width: 100%;
	}
	.start-page .feature-3-links a + a {
		margin-top: 1rem;
	}
}
@media (max-width: 480px) {
	.start-page .start_page_middle_section .ecandersson_newsletter_wrapper .ecandersson_newsletter_form {
		width: 100%;
		margin-left: 0;
		padding: 1rem;
	}
	.start-page .start_page_middle_section .ecandersson_newsletter_wrapper .ecandersson_newsletter_form header {
		font: 300 normal 2rem/2.4rem "Roboto Condensed", sans-serif;
	}
	.start-page
		.start_page_middle_section
		.ecandersson_newsletter_wrapper
		.ecandersson_newsletter_form
		fieldset {
		width: 100%;
	}
	.start-page
		.start_page_middle_section
		.ecandersson_newsletter_wrapper
		.ecandersson_newsletter_form
		.ecandersson_newsletter_input_email {
		width: 100%;
	}
	.start-page .start_page_middle_section .ecandersson_newsletter_wrapper .ecandersson_newsletter_form .ecandersson_newsletter_submit {
		width: 50%;
		margin-left: 25%;
		margin-top: 1rem;
	}
	.start-page .feature-3-items.no_of_items_2 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_2 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items.no_of_items_1 {
		width: 100%;
		margin-left: 0;
	}
	.start-page .feature-3-items.no_of_items_1 a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-items a {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2rem;
	}
	.start-page .feature-3-links a {
		width: 100%;
	}
	.start-page .feature-3-links a + a {
		margin-top: 1rem;
	}
	.start-page .start-page-signup .signup input[type="text"] {
		width: 100%;
	}
	.start-page .start-page-signup .signup input[type="submit"] {
		width: 50%;
		margin-left: 25%;
		margin-top: 1rem;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content {
		width: 100%;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form {
		box-shadow: none;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form header {
		background: #fff;
		font: 300 normal 2rem/2rem "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		text-align: center;
		border: 0;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form .chimpy_lite_status_underlay {
		width: 100%;
	}
	.start-page .start-page-signup .signup .chimpy_lite_shortcode_content form footer {
		width: 50%;
		margin-left: 25%;
		margin-top: 1rem;
	}
}
@media all {
	.thank-you-page .woocommerce-thankyou-order-received {
		font: 700 normal 1.2rem/1.5rem Roboto, sans-serif;
		color: #555;
		width: 100%;
		text-align: center;
	}
	.thank-you-page table {
		border-radius: 0 !important;
		display: block;
	}
	.thank-you-page table thead tr th {
		width: 50%;
		display: block;
		float: left;
	}
	.thank-you-page table thead tr th + th {
		text-align: right;
	}
	.thank-you-page table tbody,
	.thank-you-page table tfoot,
	.thank-you-page table thead {
		width: 100%;
		display: blocK;
		float: left;
	}
	.thank-you-page table tbody tr,
	.thank-you-page table tfoot tr,
	.thank-you-page table thead tr {
		display: block;
		width: 100%;
		background: #fafafa;
		float: left;
	}
	.thank-you-page table tbody tr td,
	.thank-you-page table tbody tr th,
	.thank-you-page table tfoot tr td,
	.thank-you-page table tfoot tr th,
	.thank-you-page table thead tr td,
	.thank-you-page table thead tr th {
		width: 50%;
		display: block;
		float: left;
		font: 600 normal 1rem/1rem Roboto, sans-serif;
		padding: 0.5rem !important;
	}
	.thank-you-page table tbody tr td .wc-item-meta,
	.thank-you-page table tbody tr th .wc-item-meta,
	.thank-you-page table tfoot tr td .wc-item-meta,
	.thank-you-page table tfoot tr th .wc-item-meta,
	.thank-you-page table thead tr td .wc-item-meta,
	.thank-you-page table thead tr th .wc-item-meta {
		margin: 0;
		margin-top: 0.5rem;
	}
	.thank-you-page table tbody tr td .wc-item-meta li,
	.thank-you-page table tbody tr th .wc-item-meta li,
	.thank-you-page table tfoot tr td .wc-item-meta li,
	.thank-you-page table tfoot tr th .wc-item-meta li,
	.thank-you-page table thead tr td .wc-item-meta li,
	.thank-you-page table thead tr th .wc-item-meta li {
		font: 400 normal 1rem/1rem Roboto, sans-serif;
	}
	.thank-you-page table tbody tr td .wc-item-meta li strong,
	.thank-you-page table tbody tr th .wc-item-meta li strong,
	.thank-you-page table tfoot tr td .wc-item-meta li strong,
	.thank-you-page table tfoot tr th .wc-item-meta li strong,
	.thank-you-page table thead tr td .wc-item-meta li strong,
	.thank-you-page table thead tr th .wc-item-meta li strong {
		font: 400 normal 1rem/1rem Roboto, sans-serif;
	}
	.thank-you-page table tbody tr td .wc-item-meta li p,
	.thank-you-page table tbody tr th .wc-item-meta li p,
	.thank-you-page table tfoot tr td .wc-item-meta li p,
	.thank-you-page table tfoot tr th .wc-item-meta li p,
	.thank-you-page table thead tr td .wc-item-meta li p,
	.thank-you-page table thead tr th .wc-item-meta li p {
		margin: 0;
		font: 400 normal 1rem/1rem Roboto, sans-serif;
	}
	.thank-you-page table tbody tr td a,
	.thank-you-page table tbody tr th a,
	.thank-you-page table tfoot tr td a,
	.thank-you-page table tfoot tr th a,
	.thank-you-page table thead tr td a,
	.thank-you-page table thead tr th a {
		color: #449;
		text-decoration: none;
	}
	.thank-you-page table tbody tr td + td,
	.thank-you-page table tbody tr td + th,
	.thank-you-page table tbody tr th + td,
	.thank-you-page table tbody tr th + th,
	.thank-you-page table tfoot tr td + td,
	.thank-you-page table tfoot tr td + th,
	.thank-you-page table tfoot tr th + td,
	.thank-you-page table tfoot tr th + th,
	.thank-you-page table thead tr td + td,
	.thank-you-page table thead tr td + th,
	.thank-you-page table thead tr th + td,
	.thank-you-page table thead tr th + th {
		text-align: right;
		font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
	}
	.thank-you-page table tfoot {
		border-top: 2px solid #aaa;
		display: block;
		float: left;
	}
	.thank-you-page table tfoot tr {
		background: #fff;
	}
	.thank-you-page table tfoot tr th {
		width: 25%;
	}
	.thank-you-page table tfoot tr td {
		width: 75%;
		font-weight: 400 !important;
	}
}
@media (max-width: 800px) {
	.thank-you-page {
		padding: 2rem;
	}
	.thank-you-page table {
		padding: 1rem;
	}
}
@media print {
	.woocommerce-order-received #masthead {
		position: absolute;
		top: 0;
	}
	.woocommerce-order-received #header-cart-toggle-button {
		display: none;
	}
	.woocommerce-order-received #site-navigation-button-toggle {
		display: none;
	}
	.woocommerce-order-received .entry-header {
		display: none;
	}
}
@media all {
	.page-template-page-wide-top-text-content #content {
		background: #fff !important;
	}
	.page-template-page-wide-top-text-content #content .entry-content {
		padding-bottom: 4rem;
	}
	.page-template-page-wide-top-text-content .max-width-full-wrapper {
		background: #fff !important;
	}
	.wide-thin-full-img img {
		width: 100%;
		display: block;
	}
}
@media all {
	main.blank_page .entry-header h1.entry-title {
		margin-top: 0;
	}
	main.blank_page .article_content h3 {
		font: 600 normal 1.5rem/2rem "Roboto Condensed", sans-serif;
	}
	main.blank_page .article_content h3.center {
		text-align: center;
	}
	main.blank_page .article_content p {
		font: 300 normal 1.2rem/1.6rem "Roboto Condensed", sans-serif;
	}
	main.blank_page .article_content .entry-content {
		margin: 0;
	}
}

#masthead
	#out_of_stock_notification_wrapper
	.ecandersson_newsletter_wrapper
	.ecandersson_newsletter_form {
	width: auto;
	display: inline-block;
}

#masthead
	#out_of_stock_notification_wrapper
	.ecandersson_newsletter_wrapper
	.ecandersson_newsletter_form
	fieldset {
	float: left;
}

#masthead
	#out_of_stock_notification_wrapper
	.ecandersson_newsletter_wrapper
	.ecandersson_newsletter_form
	footer {
	float: left;
}

.variation_container .variation_image_select_item img {
	width: 300px;
}

img {
	user-select: none;
}


#masthead .ecandersson_newsletter_form footer .ecandersson_newsletter_submit {
	background-color: #192a4d !important;
	font: 400 normal 1.1rem/1.4rem "Roboto Condensed", sans-serif;
	color: #fff;
	border-radius: 1rem;
	height: 1.8rem !important;
}

.payment_method_klarna_payments_pay_over_time .payment-method-icon img,
.payment_method_klarna_payments_pay_later .payment-method-icon img,
.payment_method_klarna_payments_pay_now .payment-method-icon img {
	max-width: 50px !important;
}

.wc_payment_methods .wc_payment_method input {
	cursor: pointer;
}


#content h1,
#main h1 {
	font: 200 normal 3rem/3rem "Roboto Condensed", sans-serif;
}

.max-width-1400-wrapper.archives_section .entry-header h2 {
	font: 200 normal 2.6rem/3rem "Roboto Condensed", sans-serif !important;
}

.paypal_icon_checkout {
	max-height: 25px;
}

.post-780 {
	margin-top: 10rem;
}

.woocommerce div.product div.product_page_first_section form.cart .variations label{
    text-align: center;
}

@media only screen and (min-width: 300px) {
	.paypal-button-row {
		height: 50px !important;
	}
}
@media only screen and (min-width: 480px) {
	.product-type-simple .single_add_to_cart_button_wrapper button.single_add_to_cart_button, 
	.woocommerce div.product form.cart .single_variation_wrap_content .woocommerce-variation-add-to-cart button {
		height: 45px !important;
	}
}

/**** BUY BUTTONS **/
.product_page_first_section #ppc-button {
	margin-top: 0.6rem;
}

.single_add_to_cart_button_wrapper_inner
	.single_add_to_cart_button_wrapper_inner_2
	.custom-delivery {
	margin-top: 0 !important;
}

@media only screen and (min-width: 200px) and (max-width: 800px) {
	.product-type-simple
		.single_add_to_cart_button_wrapper
		button.single_add_to_cart_button,
	.woocommerce
		div.product
		form.cart
		.single_variation_wrap_content
		.woocommerce-variation-add-to-cart
		button,
	.product_page_first_section #wc-stripe-payment-request-wrapper iframe {
		padding: 0;
		width: 260px;
		height: 35px !important;
		line-height: 35px !important;
		font-size: 1rem !important;
		font-weight: 400 !important;
	}
}

@media only screen and (max-width: 540px) {
	.product-type-simple
		.single_add_to_cart_button_wrapper
		button.single_add_to_cart_button,
	.woocommerce
		div.product
		form.cart
		.single_variation_wrap_content
		.woocommerce-variation-add-to-cart
		button,
	.product_page_first_section #ppc-button {
		width: 260px !important;
		height: 35px !important;
		max-width: none !important;
		display: inline-block !important;
		font-size: 1.25rem !important;
	}
}

@media screen and (max-width: 540px) {
	.single_add_to_cart_button_wrapper_inner
		.single_add_to_cart_button_wrapper_inner_2,
	.woocommerce-variation-custom-wrapper
		.woocommerce-variation-custom-wrapper-2 {
		width: 315px !important;
	}
}



/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
/**               PRODUCT 20222                   **/
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/


.mt-2 {
	margin-top: 2rem;
}

.p15 {
	padding: 0 15px;
}

.pic_n_text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.margin-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.padding-wrapper {
	width: 100%;
	display: block;
	padding: 0 15px;
}

.half-txt,
.half-pic {
	display: block;
	width: 50%;
}

.rp img,
.lp img {
	float: left;
	object-fit: cover;
	overflow: hidden;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.rp h2,
.lp h2 {
	text-align: center;
	margin-top: 0;
	font: 400 normal 2rem/2.4rem "Roboto Condensed", sans-serif;
	margin-bottom: 0;
}
.half-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.lp .half-txt {
	padding-right: 30px;
	padding-left: 30px;
	background: #f1f1f1;
}
.rp .half-txt {
	padding-right: 15px;
	padding-left: 30px;
	background: #f1f1f1;
}

.half-txt .half-text-content.strong-msg {
	/* font-size: 1.4rem; */
	color: #000;
}

.half-txt .small-a-little-thicker {
	font-size: 1rem;
	font-weight: 400;
}

.half-txt .half-text-content {
	font: 200 normal 1.3rem/1.7rem "Roboto Condensed", sans-serif;
	color: #222;
}

.align-right,
h2.align-right {
	text-align: right;
}

@media screen and (max-width: 840px) {
	.half-pic,
	.half-txt {
		width: 100%;
	}

	.rp .half-txt,
	.lp .half-txt {
		padding-top: 1.5rem;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1.5rem;
	}

	.pic_n_text.rp {
		flex-direction: column-reverse;
	}
}

/* SPECS */
ul.specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	gap: 10px;
	margin-top: 0.5rem;
}

ul.specs li {
	display: block;
}

ul.specs li h3 {
	margin-top: 0rem;
	margin-bottom: 0;
	font: 600 normal 1rem/1.8rem "Roboto Condensed", sans-serif;
}

ul.specs li p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.2rem;
}

.half-txt.dark-bg {
	background: #222;
	padding-right: 30px;
}

.half-txt.dark-bg h2,
.half-txt.dark-bg .half-text-content {
	color: #fff;
}

.half-txt h2 {
	font: 400 normal 1.8rem/2rem "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}

.half-txt h2.center {
	text-align: center;
}

.half-txt.spec-text {
	padding: 1.5rem 1.5rem;
}

@media screen and (max-width: 840px) {
	.spec-text h2 {
		font-size: 2rem;
		font-weight: 300;
		border-bottom: 1px solid white;
		padding-bottom: 0.5rem;
	}

	ul.specs {
		margin-top: 1.5rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
	}

	.half-txt.spec-text {
		padding: 3rem 1.5rem;
	}

	.half-txt.dark-bg {
		padding-top: 2rem;
		margin-top: 0;
	}

	ul.specs li h3 {
		text-transform: uppercase;
	}
}

@media screen and (max-width: 520px) {
	.half-txt.spec-text {
		margin-top: 0;
		background-color: #f1f1f1;
	}

	ul.specs li {
		width: 100%;
		text-align: center;
	}

	ul.specs li.rarr {
		padding-left: 0;
	}
	ul.specs li p {
		font-size: 1.5rem;
	}

	ul.specs li h3 {
		font-size: 1.2rem;
	}
}

/* Image maga mega mogo */
.full-width-img {
	width: 100%;
	display: block;
	float: left;
}

.full-width-img img {
	width: 100%;
}

.half-width-img {
	width: 100%;
	display: block;
	float: left;
}

.half-width-img picture {
	display: block;
	width: 50%;
	float: lefT;
	display: block;
}
.half-width-img picture img {
	object-fit: cover;
	overflow: hidden;
	min-width: 100%;
}

.half-width-img picture.first {
	padding-right: calc(7.5px / 2);
}
.half-width-img picture.second {
	padding-left: calc(7.5px / 2);
	float: right;
}

@media screen and (max-width: 840px) {
	.half-width-img picture {
		width: 100%;
	}
	.half-width-img picture.first,
	.half-width-img picture.second {
		padding: 0;
	}
}

.full-width-text-message {
	font: 200 normal 1.6rem/2rem "Roboto Condensed", sans-serif;
	text-align: center;
	padding: 1rem 2rem;
}

.full-width-text-message p {
	margin-bottom: 1.5rem;
	margin-top: 2rem;
	font-size: 1.8rem;
}

@media screen and (max-width: 520px) {
	.full-width-text-message {
		padding: 2rem;
	}
}

.rptatc_content {
	width: 400px;
}
.product_page_prior_to_first_section {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 0;
	display: block;
	padding-top: 0;
	display: flex !important;
	align-items: center;
	flex-direction: column;
}

.lptatc_body {
	font: 200 normal 1.3rem /1.8rem "Roboto Condensed", sans-serif;
	box-sizing: border-box;
	padding-right: 2rem;
}

.rptatc_image_wrapper .rptatc_image {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.rptatc_content img {
	transform: blur(4rem);
}

.prior_to_add_to_cart_for_single_page {
	display: flex;
	max-width: 1000px;
	align-items: stretch;
	margin-top: 2rem;
}

.product_page_first_section {
	align-items: center;
	flex-direction: column;
}

.left_prior_to_add_to_cart {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
}

.lptatc_title {
	font: 200 normal 2rem /2.4rem "Roboto Condensed", sans-serif;
	padding-bottom: 0.6rem;
}

.product-type-simple .product_page_first_section form.cart {
	left: 0 !important;
	transform: none !important;
}

@media (max-width: 840px) {
	.lptatc_title {
		text-align: center;
	}
	.rptatc_content {
		max-width: 400px;
		width: 100%;
	}
	.lptatc_body {
		text-align: center;
		padding-right: 0;
	}
	.prior_to_add_to_cart_for_single_page {
		flex-direction: column;
	}
	.right_prior_to_add_to_cart {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 1050px) {
	.product_page_prior_to_first_section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
/**               PRIOR TO FIRST                  **/
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/


.rptatc_content {
	width: 400px;
}
.product_page_prior_to_first_section {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 0;
	display: block;
	padding-top: 0;
	align-items: center;
	flex-direction: column;
}

.lptatc_body {
	font: 200 normal 1.3rem /1.8rem "Roboto Condensed", sans-serif;
	box-sizing: border-box;
	padding-right: 2rem;
}

.rptatc_image {
	width: 100%;
	display: block;
}

.rptatc_content img {
	transform: blur(4rem);
}

.prior_to_add_to_cart_for_single_page {
	display: flex;
	max-width: 1000px;
	align-items: stretch;
	margin-top: 2rem;
}

.product-type-simple .product_page_first_section {
	display: flex !important;
	align-items: center;
	flex-direction: column;
}

.left_prior_to_add_to_cart {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
}

.lptatc_title {
	font: 200 normal 2rem /2.4rem "Roboto Condensed", sans-serif;
	padding-bottom: 0.6rem;
}

.product-type-simple .product_page_first_section form.cart {
	left: 0 !important;
	transform: none !important;
}


@media (max-width: 840px) {
	.lptatc_title {
		text-align: center;
	}
	.rptatc_content {
		max-width: 400px;
		width: 100%;
	}
	.lptatc_body {
		text-align: center;
		padding-right: 0;
	}
	.prior_to_add_to_cart_for_single_page {
		flex-direction: column;
	}
	.right_prior_to_add_to_cart {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 1050px) {
	.product_page_prior_to_first_section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}


/** ORDER SIGLE VARIATIONS ITEM **/
.fixed-header-order-select-wrapper.single_variable {
	cursor: none;
}

.fixed-header-order-select-wrapper.single_variable .header-expand-options {
	cursor: default;
}

.fixed-header-order-select-wrapper.single_variable
	.header-expand-options-action-desc {
	display: none;
}

.fixed-header-order-select-wrapper.single_variable .header-expand-options i {
	display: none;
}

.variations.single_variation_item {
	display: none;
}

.single_variation_wrap_outer .single_variation_wrap {
	margin-top: 0;
}

.woocommerce-variation-info-wrapper
	.woocommerce-variation-name.single-variation {
	margin-top: 0;
	font: 400 normal 1.6rem/1.6rem "Roboto Condensed", sans-serif;
}

.woocommerce-campaign-stock-level-message {
	margin-top: 0 !important;
}

.product_page_first_section .woocommerce-campaign-info-level-message {
	font-size: 1.1rem;
	color: #000;
	padding: 0.5rem 0 !important;
	margin-top: 0.6rem !important;
	text-align: left;
}

/** CHECKOUT **/
#wc-stripe-payment-request-wrapper {
	width: 400px;
	margin-left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: 2rem;
}

.woocommerce-checkout article {
	margin-top: 4rem !important;
}

.woocommerce-checkout
	.order_checkout_payments
	#payment
	ul.wc_payment_methods
	li.wc_payment_method.payment_method_klarna_payments_pay_now
	.payment-method-icon
	img {
	    /*
	margin-top: 1.2rem;
	*/
}

/* review cart item */
.shop_table.woocommerce-checkout-review-order-table tbody .product-name {
	height: 100%;
	display: flex !important;
	margin: 0;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	font: 500 normal 1rem/1rem "Roboto Condensed", sans-serif;
	top: 0 !important;
	align-items: flex-start;
	flex-wrap: nowrap;
	overflow: visible !important;
	width: 65% !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-name .quantity {
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translate(0, -50%);
}

.shop_table.woocommerce-checkout-review-order-table .product-name .remove {
	position: absolute;
	right: 28%;
	top: 50%;
	transform: translate(0, -50%);
}

.woocommerce-checkout-review-order
	table.shop_table
	.cart_item
	td.product-total {
	width: auto;
	float: right;
	display: flex;
	align-items: center;
}

.shop_table.woocommerce-checkout-review-order-table thead .product-name {
	top: 0 !important;
	display: flex !important;
	width: 65% !important;
	position: relative;
	float: left;
}

.woocommerce-checkout-review-order table.shop_table thead tr {
	width: 100%;
	display: block;
	float: left;
	display: flex;
}

.woocommerce-checkout-review-order table.shop_table thead tr th.product-total {
	text-align: right;
}

.woocommerce-checkout-review-order table.shop_table thead {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
}

.woocommerce td.product-name dl.variation dt.variation-type {
	display: none;
}
.woocommerce-checkout-review-order table.shop_table .cart_item .product-name dl.variation dt.variation-Watch {
	display: none;
}
.woocommerce-checkout-review-order table.shop_table .cart_item .product-name dl dd.variation-Watch{
    width: 69%;
}
.woocommerce-checkout-review-order
	table.shop_table
	.cart_item
	.product-name
	dl {
	position: static;
	top: 0;
}
.woocommerce-checkout-review-order
	table.shop_table
	.cart_item
	.product-name
	.variation {
	margin-top: 0.2rem;
	padding-left: 0.5rem;
}

.cart_item .product-name .quantity {
	min-width: auto;
}

@media (max-width: 480px) {
	.shop_table.woocommerce-checkout-review-order-table .product-name {
		top: 0 !important;
		display: flex !important;
		width: 60% !important;
		position: relative;
		padding-left: 0;
	}

	.shop_table.woocommerce-checkout-review-order-table .product-name .remove {
		position: absolute;
		right: 25%;
		top: 50%;
		transform: translate(0, -50%);
	}

	.shop_table.woocommerce-checkout-review-order-table
		.product-name
		.cqoc_product_name {
		left: 5px;
	}
	.shop_table.woocommerce-checkout-review-order-table .product-name .quantity {
		right: 2%;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		display: block !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		> label {
		text-align: right !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.paypal_icon_checkout {
		margin-top: 0;
	}

	.payment_method_klarna_payments_pay_now .payment-method-icon img {
	    /*
		margin-top: 1rem !important;
		*/
	}
}



/* front 2022 */
.img-subtitle-front {
	position: absolute;
	width: 60%;
	bottom: 10%;
	max-width: 400px;
	left: 0;
	padding: 1rem;
	font-size: 1.6rem;
	background: #000;
	text-align: center;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
}

.font-img-link {
	display: block;
	position: relative;
}

/* stripe pay */

.product_page_first_section #wc-stripe-payment-request-wrapper {
	width: 100%;
	transform: none;
	margin: 0;
	margin-bottom: 0.6rem;
	height: auto;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 2rem !important;
	display: none !important;
}

.product_page_first_section #wc-stripe-payment-request-wrapper iframe {
	border-radius: 2rem;
}

.see_more_payment_options {
	width: 100%;
	display: block;
	cursor: pointer;
	border-radius: 2rem;
	margin-top: 0.2rem;
	text-transform: uppercase;
	font: 800 normal 0.95rem/1.7rem "Roboto Condensed", sans-serif;
	color: #000;
}

.single_variation_wrap_outer #wc-stripe-payment-request-button-separator {
	display: none !important;
}

.product_page_first_section .apple-pay-button {
	border: 2px solid #00f !important;
	border-radius: 2rem !important;
}

/**
*
* DROP DOWN
*
 */

.drop-down-manual {
	font: 200 normal 1.3rem /1.8rem "Roboto Condensed", sans-serif;
}
.drop-down-content {
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
	height: auto;
	overflow: hidden;
}
.drop-down-content ol {
	margin-left: 0.5rem;
}
.drop-down-content ol li {
	margin-bottom: 0.5rem;
}

.drop-down-content p {
	margin-bottom: 1em;
}
.drop-down-toggle {
	display: block;
	position: relative;
	cursor: pointer;
}
.drop-down-toggle h4 {
	margin-bottom: 0.5rem;
}

.drop-down-toggle h4 span {
	position: absolute;
	right: 0;
}

.drop-down-toggle.up h4 span.down-arrow {
	display: none;
}
.drop-down-toggle.down h4 span.up-arrow {
	display: none;
}

.woocommerce .wc-block-components-notice-banner.is-info {
	background-color: #fdfdfd;
	border-color: #ccc;
	font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	border-radius: 0;
}

#wc-stripe-payment-request-button > div > iframe {
	border-radius: 99999px;
}

.woocommerce .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	padding: 10px;
}

.woocommerce .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	margin: 0;
}

.woocommerce
	.woocommerce-checkout
	.order_checkout_payments
	.form-row
	#place_order {
	width: 100%;
	max-width: 350px;
	height: 3.5rem;
	font: 400 normal 1.25rem/1rem Roboto, sans-serif;
	border-radius: 10rem;
	float: left;
	background: #026;
	/* background: linear-gradient(12deg, #026, #048) !important; */
	/* background: linear-gradient(12deg, #d60, #f40) !important; */
}
.woocommerce-checkout .order_checkout_payments #payment .form-row.place-order {
	display: flex;
	flex-direction: column;
}

@media (max-width: 540px) {
	.product_page_first_section #wc-stripe-payment-request-wrapper {
		margin-bottom: 0.15rem;
		max-width: 260px;
	}
	.woocommerce-variation-vat-text {
		font-weight: 400;
	}

	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.form-row
		#place_order {
		height: 4rem;
	}
}

@media (max-width: 1025px) {
	.product_page_first_section #ppc-button {
		display: none !important;
	}

	.product_page_first_section #wc-stripe-payment-request-wrapper {
		display: inline-block !important;
		margin: 0;
		margin-bottom: 0rem;
	}
}

@media screen and (max-width: 450px) {
	.woocommerce-checkout-review-order table.shop_table thead tr th {
		width: 25%;
	}
	.shop_table.woocommerce-checkout-review-order-table thead .product-name {
		width: 50% !important;
	}

	.shop_table.woocommerce-checkout-review-order-table tbody .product-name {
		width: 75% !important;
	}

	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-image {
		display: none;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item {
		padding-left: 0;
	}

	.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
		max-width: 25px !important;
	}

	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		display: flex !important;
		align-items: center;
		left: 4.5rem;
	}

	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img {
		margin-top: 0 !important;
		transform: none;
	}

	.woocommerce-checkout .max-width-1400-wrapper .order_checkout_payments {
		width: calc(100vw - 2rem);
		margin-left: -1rem;
	}

	.woocommerce-checkout #wc-stripe-payment-request-wrapper {
		width: 300px;
	}
}

	width: 50%;
	float: lefT;
	display: block;
}
.half-width-img picture img {
	object-fit: cover;
	overflow: hidden;
	min-width: 100%;
}

.half-width-img picture.first {
	padding-right: calc(7.5px / 2);
}
.half-width-img picture.second {
	padding-left: calc(7.5px / 2);
	float: right;
}

@media screen and (max-width: 840px) {
	.half-width-img picture {
		width: 100%;
	}
	.half-width-img picture.first,
	.half-width-img picture.second {
		padding: 0;
	}
}

.full-width-text-message {
	font: 200 normal 1.6rem/2rem "Roboto Condensed", sans-serif;
	text-align: center;
	padding: 1rem 2rem;
}

.full-width-text-message p {
	margin-bottom: 1.5rem;
	margin-top: 2rem;
	font-size: 1.8rem;
}

@media screen and (max-width: 520px) {
	.full-width-text-message {
		padding: 2rem;
	}
}

.rptatc_content {
	width: 400px;
}
.product_page_prior_to_first_section {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 0;
	display: block;
	padding-top: 0;
	display: flex !important;
	align-items: center;
	flex-direction: column;
}

.lptatc_body {
	font: 200 normal 1.3rem /1.8rem "Roboto Condensed", sans-serif;
	box-sizing: border-box;
	padding-right: 2rem;
}

.rptatc_image_wrapper .rptatc_image {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.rptatc_content img {
	transform: blur(4rem);
}

.prior_to_add_to_cart_for_single_page {
	display: flex;
	max-width: 1000px;
	align-items: stretch;
	margin-top: 2rem;
}

.product_page_first_section {
	align-items: center;
	flex-direction: column;
}

.left_prior_to_add_to_cart {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
}

.lptatc_title {
	font: 200 normal 2rem /2.4rem "Roboto Condensed", sans-serif;
	padding-bottom: 0.6rem;
}

.product-type-simple .product_page_first_section form.cart {
	left: 0 !important;
	transform: none !important;
}

@media (max-width: 840px) {
	.lptatc_title {
		text-align: center;
	}
	.rptatc_content {
		max-width: 400px;
		width: 100%;
	}
	.lptatc_body {
		text-align: center;
		padding-right: 0;
	}
	.prior_to_add_to_cart_for_single_page {
		flex-direction: column;
	}
	.right_prior_to_add_to_cart {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 1050px) {
	.product_page_prior_to_first_section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
/**               PRIOR TO FIRST                  **/
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/


.rptatc_content {
	width: 400px;
}
.product_page_prior_to_first_section {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 0;
	display: block;
	padding-top: 0;
	align-items: center;
	flex-direction: column;
}

.lptatc_body {
	font: 200 normal 1.3rem /1.8rem "Roboto Condensed", sans-serif;
	box-sizing: border-box;
	padding-right: 2rem;
}

.rptatc_image {
	width: 100%;
	display: block;
}

.rptatc_content img {
	transform: blur(4rem);
}

.prior_to_add_to_cart_for_single_page {
	display: flex;
	max-width: 1000px;
	align-items: stretch;
	margin-top: 2rem;
}

.product-type-simple .product_page_first_section {
	display: flex !important;
	align-items: center;
	flex-direction: column;
}

.left_prior_to_add_to_cart {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
}

.lptatc_title {
	font: 200 normal 2rem /2.4rem "Roboto Condensed", sans-serif;
	padding-bottom: 0.6rem;
}

.product-type-simple .product_page_first_section form.cart {
	left: 0 !important;
	transform: none !important;
}


@media (max-width: 840px) {
	.lptatc_title {
		text-align: center;
	}
	.rptatc_content {
		max-width: 400px;
		width: 100%;
	}
	.lptatc_body {
		text-align: center;
		padding-right: 0;
	}
	.prior_to_add_to_cart_for_single_page {
		flex-direction: column;
	}
	.right_prior_to_add_to_cart {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 1050px) {
	.product_page_prior_to_first_section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}


/** ORDER SIGLE VARIATIONS ITEM **/
.fixed-header-order-select-wrapper.single_variable {
	cursor: none;
}

.fixed-header-order-select-wrapper.single_variable .header-expand-options {
	cursor: default;
}

.fixed-header-order-select-wrapper.single_variable
	.header-expand-options-action-desc {
	display: none;
}

.fixed-header-order-select-wrapper.single_variable .header-expand-options i {
	display: none;
}

.variations.single_variation_item {
	display: none;
}

.single_variation_wrap_outer .single_variation_wrap {
	margin-top: 0;
}

.woocommerce-variation-info-wrapper
	.woocommerce-variation-name.single-variation {
	margin-top: 0;
	font: 400 normal 1.6rem/1.6rem "Roboto Condensed", sans-serif;
}

.woocommerce-campaign-stock-level-message {
	margin-top: 0 !important;
}

.product_page_first_section .woocommerce-campaign-info-level-message {
	font-size: 1.1rem;
	color: #000;
	padding: 0.5rem 0 !important;
	margin-top: 0.6rem !important;
	text-align: left;
}

/** CHECKOUT **/
#wc-stripe-payment-request-wrapper {
	width: 400px;
	margin-left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: 2rem;
}

.woocommerce-checkout article {
	margin-top: 4rem !important;
}

.woocommerce-checkout
	.order_checkout_payments
	#payment
	ul.wc_payment_methods
	li.wc_payment_method.payment_method_klarna_payments_pay_now
	.payment-method-icon
	img {
	    /*
	margin-top: 1.2rem;
	*/
}

/* review cart item */
.shop_table.woocommerce-checkout-review-order-table tbody .product-name {
	height: 100%;
	display: flex !important;
	margin: 0;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	font: 500 normal 1rem/1rem "Roboto Condensed", sans-serif;
	top: 0 !important;
	align-items: flex-start;
	flex-wrap: nowrap;
	overflow: visible !important;
	width: 65% !important;
}
.shop_table.woocommerce-checkout-review-order-table .product-name .quantity {
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translate(0, -50%);
}

.shop_table.woocommerce-checkout-review-order-table .product-name .remove {
	position: absolute;
	right: 28%;
	top: 50%;
	transform: translate(0, -50%);
}

.woocommerce-checkout-review-order
	table.shop_table
	.cart_item
	td.product-total {
	width: auto;
	float: right;
	display: flex;
	align-items: center;
}

.shop_table.woocommerce-checkout-review-order-table thead .product-name {
	top: 0 !important;
	display: flex !important;
	width: 65% !important;
	position: relative;
	float: left;
}

.woocommerce-checkout-review-order table.shop_table thead tr {
	width: 100%;
	display: block;
	float: left;
	display: flex;
}

.woocommerce-checkout-review-order table.shop_table thead tr th.product-total {
	text-align: right;
}

.woocommerce-checkout-review-order table.shop_table thead {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
}

.woocommerce td.product-name dl.variation dt.variation-type {
	display: none;
}
.woocommerce-checkout-review-order
	table.shop_table
	.cart_item
	.product-name
	dl {
	position: static;
	top: 0;
}
.woocommerce-checkout-review-order
	table.shop_table
	.cart_item
	.product-name
	.variation {
	margin-top: 0.2rem;
	padding-left: 0.5rem;
}

.cart_item .product-name .quantity {
	min-width: auto;
}

.woocommerce-order-received .woocommerce-column--shipping-address, .woocommerce-order-received .woocommerce-column--billing-address{
    margin-top: 1rem;
}

@media (max-width: 480px) {
	.shop_table.woocommerce-checkout-review-order-table .product-name {
		top: 0 !important;
		display: flex !important;
		width: 60% !important;
		position: relative;
		padding-left: 0;
	}

	.shop_table.woocommerce-checkout-review-order-table .product-name .remove {
		position: absolute;
		right: 25%;
		top: 50%;
		transform: translate(0, -50%);
	}

	.shop_table.woocommerce-checkout-review-order-table
		.product-name
		.cqoc_product_name {
		left: 5px;
	}
	.shop_table.woocommerce-checkout-review-order-table .product-name .quantity {
		right: 2%;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		display: block !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		> label {
		text-align: right !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img.paypal_icon_checkout {
		margin-top: 0;
	}

	.payment_method_klarna_payments_pay_now .payment-method-icon img {
		/* margin-top: 1rem !important; */
	}
}



/* front 2022 */
.img-subtitle-front {
	position: absolute;
	width: 60%;
	bottom: 10%;
	max-width: 400px;
	left: 0;
	padding: 1rem;
	font-size: 1.6rem;
	background: #000;
	text-align: center;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
}

.font-img-link {
	display: block;
	position: relative;
}

/* stripe pay */

.product_page_first_section #wc-stripe-payment-request-wrapper {
	width: 100%;
	transform: none;
	margin: 0;
	margin-bottom: 0.6rem;
	height: auto;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 2rem !important;
	display: none !important;
}

.product_page_first_section #wc-stripe-payment-request-wrapper iframe {
	border-radius: 2rem;
}

.see_more_payment_options {
	width: 100%;
	display: block;
	cursor: pointer;
	border-radius: 2rem;
	margin-top: 0.2rem;
	text-transform: uppercase;
	font: 800 normal 0.95rem/1.7rem "Roboto Condensed", sans-serif;
	color: #000;
}

.single_variation_wrap_outer #wc-stripe-payment-request-button-separator {
	display: none !important;
}

.product_page_first_section .apple-pay-button {
	border: 2px solid #00f !important;
	border-radius: 2rem !important;
}

/**
*
* DROP DOWN
*
 */

.drop-down-manual {
	font: 200 normal 1.3rem /1.8rem "Roboto Condensed", sans-serif;
}
.drop-down-content {
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
	height: auto;
	overflow: hidden;
}
.drop-down-content ol {
	margin-left: 0.5rem;
}
.drop-down-content ol li {
	margin-bottom: 0.5rem;
}

.drop-down-content p {
	margin-bottom: 1em;
}
.drop-down-toggle {
	display: block;
	position: relative;
	cursor: pointer;
}
.drop-down-toggle h4 {
	margin-bottom: 0.5rem;
}

.drop-down-toggle h4 span {
	position: absolute;
	right: 0;
}

.drop-down-toggle.up h4 span.down-arrow {
	display: none;
}
.drop-down-toggle.down h4 span.up-arrow {
	display: none;
}

.woocommerce .wc-block-components-notice-banner.is-info {
	background-color: #fdfdfd;
	border-color: #ccc;
	font: 400 normal 1rem/1rem "Roboto Condensed", sans-serif;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	border-radius: 0;
}

#wc-stripe-payment-request-button > div > iframe {
	border-radius: 99999px;
}

.woocommerce .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	padding: 10px;
}

.woocommerce .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	margin: 0;
}

.woocommerce
	.woocommerce-checkout
	.order_checkout_payments
	.form-row
	#place_order {
	width: 100%;
	max-width: 350px;
	height: 3.5rem;
	font: 400 normal 1.25rem/1rem Roboto, sans-serif;
	border-radius: 10rem;
	float: left;
	background: #026;
	/* background: linear-gradient(12deg, #026, #048) !important; */
	/* background: linear-gradient(12deg, #d60, #f40) !important; */
}
.woocommerce-checkout .order_checkout_payments #payment .form-row.place-order {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout #wc-stripe-express-checkout-element{
    max-width: 500px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.woocommerce-checkout #wc-stripe-upe-form{
    margin-top: 0.8rem;
}

span.select2-container.select2-container--default.select2-container--open {
    width: auto;
    min-width: 250px;
    max-width: 700px;
}


@media (max-width: 540px) {
	.product_page_first_section #wc-stripe-payment-request-wrapper {
		margin-bottom: 0.15rem;
		max-width: 260px;
	}
	.woocommerce-variation-vat-text {
		font-weight: 400;
	}

	.woocommerce
		.woocommerce-checkout
		.order_checkout_payments
		.form-row
		#place_order {
		height: 4rem;
	}
}

@media (max-width: 1025px) {
	.product_page_first_section #ppc-button {
		display: none !important;
	}

	.product_page_first_section #wc-stripe-payment-request-wrapper {
		display: inline-block !important;
		margin: 0;
		margin-bottom: 0rem;
	}
}

@media screen and (max-width: 450px) {
	.woocommerce-checkout-review-order table.shop_table thead tr th {
		width: 25%;
	}
	.shop_table.woocommerce-checkout-review-order-table thead .product-name {
		width: 50% !important;
	}

	.shop_table.woocommerce-checkout-review-order-table tbody .product-name {
		width: 75% !important;
	}

	.woocommerce-checkout-review-order
		table.shop_table
		.cart_item
		.product-image {
		display: none;
	}
	.woocommerce-checkout-review-order table.shop_table .cart_item {
		padding-left: 0;
	}

	.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
		max-width: 25px !important;
	}

	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon {
		display: flex !important;
		align-items: center;
		left: 4.5rem;
	}

	.woocommerce-checkout
		.order_checkout_payments
		#payment
		ul.wc_payment_methods
		li.wc_payment_method
		.payment-method-icon
		img {
		margin-top: 0 !important;
		transform: none;
	}

	.woocommerce-checkout .max-width-1400-wrapper .order_checkout_payments {
		width: calc(100vw - 2rem);
		margin-left: -1rem;
	}

	.woocommerce-checkout #wc-stripe-payment-request-wrapper {
		width: 300px;
	}
	
}


/* ****************************************** */

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  display: none;
}

/* ---------- Design Tokens (Easy Global Changes) ---------- */

:root {
  --font-checkout-main: "Roboto Condensed", sans-serif;

  --color-checkout-text: #222;
  --color-checkout-muted: #444;
  --color-checkout-heading: #404040;

  --border-checkout-color: #aaa;
  --border-checkout-dark: #000;

  --radius-checkout-none: 0;
  --radius-checkout-pill: 3rem;

  --btn-checkout-bg: #026;
  --btn-checkout-text: #fff;

  --space-checkout-sm: 0.5rem;
  --space-checkout-md: 1rem;
  --space-checkout-lg: 2rem;

  --font-checkout-size-sm: 10px;
  --font-checkout-size-md: 14px;
  --font-checkout-size-lg: 18px;

  --font-checkout-size-default: 16px;
  --font-checkout-size-default-90: 14px;
  --font-checkout-size-default-120: 19px;
  --font-checkout-size-default-140: 22px;
  --font-checkout-size-default-150: 24px;
}

/* =========================================================
   Global Checkout Layout
========================================================= */

.woocommerce-checkout {
  font-family: var(--font-checkout-main);
}

.woocommerce-checkout .entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--space-checkout-lg);
}

/* =========================================================
   Headings + Section Titles
========================================================= */

.woocommerce-checkout .wc-block-components-title {
  font: 300
    var(--font-checkout-size-default-140)/var(--font-checkout-size-default-150)
    var(--font-checkout-main);
  text-transform: uppercase;
  color: var(--color-checkout-heading);
}

/* =========================================================
   Form Fields (Inputs, Labels, Selects)
========================================================= */

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout label {
  font-family: var(--font-checkout-main);
  color: var(--color-checkout-text);
}

/* Text Inputs */
.woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input {
  border-radius: var(--radius-checkout-none);
  font-size: var(--font-checkout-size-default);
  line-height: var(--font-checkout-size-default-140);
}

/* Labels */

.woocommerce-checkout .wc-block-components-text-input label {
  font-size: var(--font-checkout-size-default-90);
  line-height: var(--font-checkout-size-default-120);
  color: var(--color-checkout-heading) !important;
}

.woocommerce-checkout .wc-blocks-components-select label {
  color: var(--color-checkout-heading) !important;
  font-size: 12px;
  line-height: 16px;
}

/* Dropdown Select */

.woocommerce-checkout .wc-blocks-components-select__select {
  border-radius: var(--radius-checkout-none);
  font-size: var(--font-checkout-size-default);
}

/* Hide guest notice */

.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  display: none !important;
}

/* =========================================================
   Checkbox Styling
========================================================= */

.woocommerce-checkout .wc-block-components-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
}

.woocommerce-checkout .wc-block-components-checkbox label {
  margin-top: var(--space-checkout-sm);
  font-size: var(--font-checkout-size-default);
  color: var(--color-checkout-muted);
}

.woocommerce-checkout
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input {
  width: 28px;
  height: 28px;
  border: 1px solid var(--border-checkout-dark);
  border-radius: var(--radius-checkout-none);
}

.woocommerce-checkout .wc-block-components-checkbox svg {
  transform: scale(1.5);
  left: 3px;
  top: 4px;
}

.woocommerce-checkout
  .wc-block-components-checkbox
  label
  .wc-block-components-checkbox__label {
  line-height: 28px;
}

/* =========================================================
   Radio Controls
========================================================= */

.woocommerce-checkout .wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border-radius: var(--radius-checkout-none) !important;
}

.woocommerce-checkout .wc-block-components-radio-control__label {
  font-size: var(--font-checkout-size-default);
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  font-size: var(--font-checkout-size-default-90);
  color: var(--color-checkout-muted);
}

/* =========================================================
   Terms Block
========================================================= */

.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block {
  font-size: var(--font-checkout-size-default-90);
  color: var(--color-checkout-muted);
}

/* =========================================================
   Place Order Button
========================================================= */

/* Pill-Shaped "Complete Order" Button – Optimized Size & Centering */
.wc-block-components-checkout-place-order-button,
.woocommerce #place_order {
  border-radius: 9999px !important;
  height: 65px !important;

  /* Recommended size */
  min-height: 60px !important; /* Optimal tap height */
  padding: 1.2rem 5rem !important; /* Generous internal space */
  font-size: 1.15rem !important; /* Readable text */
  font-weight: 600 !important;
  line-height: 1.4;

  background-color: var(--btn-checkout-bg);
  color: var(--btn-checkout-text);
  border: none !important;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  justify-content: center;

  /* Centering + natural width on desktop */
  display: block !important;
  margin: 1rem auto !important; /* Centers + good spacing above/below */
  width: auto !important; /* Sizes to content + padding */
  max-width: 80%; /* Prevents ultra-wide on big screens */
}

.woocommerce-checkout .wc-block-checkout__actions_row {
  justify-content: flex-start;
}

/* =========================================================
   Address Card
========================================================= */

.woocommerce-checkout .wc-block-components-address-card {
  border: 1px solid var(--border-checkout-color);
  border-radius: var(--radius-checkout-none);
}

.woocommerce-checkout .wc-block-components-address-card address span {
  font-size: 14px;
}

.woocommerce-checkout .wc-block-components-address-card__edit {
  font-size: 14px;
}

/* =========================================================
   Order Summary
========================================================= */

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  font: 200 22px/28px var(--font-checkout-main) !important;
  text-transform: uppercase;
  color: var(--color-checkout-muted);
}

/* Remove extra product description */

.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}

/* Product name + meta */

.woocommerce-checkout .wc-block-components-product-name {
  font: 200 16px/19px var(--font-checkout-main) !important;
}

.woocommerce-checkout .wc-block-components-product-details li,
.woocommerce-checkout
  .wc-block-components-order-summary-item__individual-prices {
  font-size: 14px;
  color: var(--color-checkout-muted);
}

.woocommerce-checkout
  .wc-block-components-order-summary-item__individual-prices {
  padding-top: 3px;
}

/* Hide first meta label */

.woocommerce-checkout .wc-block-components-product-details li > :first-child {
  display: none;
}

/* Hide coupon + collapse controls */

.woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.woocommerce-checkout .wc-block-components-panel__button {
  display: none !important;
}

/* =========================================================
   Small Overrides
========================================================= */

.woocommerce-checkout .checkout-order-summary-block-fill,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: var(--radius-checkout-none) !important;
}

.wc-block-components-product-low-stock-badge {
  display: none;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__total-price {
  font-size: 14px;
}

.wc-block-components-order-summary
  .wc-block-components-panel__content
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link {
  font-size: 14px;
  margin-top: 8px;
}

.wc-block-components-totals-wrapper {
  font-size: 14px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 100px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 100%;
  max-width: 100px;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
  font-size: 14px;
}

/* =========================================================
   Responsive Order Summary Layout
========================================================= */

@media (min-width: 764px) {
  .woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid;
    grid-template-columns: 35% 65%;
    padding-bottom: var(--space-checkout-md);
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image {
    grid-row: span 2;
    width: 100%;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__description {
    grid-column: 2;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    grid-column: 2;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }

  .woocommerce-checkout .wc-block-components-totals-wrapper.cqoc-front-block {
    padding-bottom: 0 !important;
  }
}

/* Pill-Shaped "Complete Order" Button – Optimized Size & Centering */
.wc-block-components-checkout-place-order-button,
.woocommerce #place_order {
  border-radius: 9999px !important;

  /* Recommended size */
  min-height: 60px !important; /* Optimal tap height */
  padding: 1.2rem 5rem !important; /* Generous internal space */
  font-size: 1.15rem !important; /* Readable text */
  font-weight: 600 !important;
  line-height: 1.4;

  background-color: #002266 !important;
  color: #ffffff !important;
  border: none !important;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  justify-content: center;

  /* Centering + natural width on desktop */
  display: block !important;
  margin: 1rem auto !important; /* Centers + good spacing above/below */
  width: auto !important; /* Sizes to content + padding */
  max-width: 80%; /* Prevents ultra-wide on big screens */
}

/* Mobile: Full-width for easy tapping */
@media (max-width: 768px) {
  .wc-block-components-checkout-place-order-button,
  .woocommerce #place_order {
    width: 100% !important; /* Full-width on phones/tablets */
    padding: 1.2rem 2rem !important; /* Slightly less horizontal padding if needed */
    min-height: 58px !important;
    text-align: center;
  }
}

/* Hover & other states (unchanged from before, but keeping for completeness) */
.wc-block-components-checkout-place-order-button:hover,
.woocommerce #place_order:hover {
  background-color: #003388 !important;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

/* Active/Focus & Disabled (as before) */

.wc-block-components-checkout-place-order-button
  .wc-block-components-checkout-place-order-button__text {
  justify-content: center;
}

.wc-block-components-radio-control--highlight-checked::after {
  border-radius: 0 !important;
}


.wc-block-components-address-form__state.wc-block-components-state-input{
    margin-top: 0;
}

/* ******* */

