/*
Theme Name: libra-plast
Theme URI: http://www.osberget.no/
Author: Magne Grimstad at Osberget AS, Maxim Kukulinsky at RASAMAX SIA
Author URI: http://www.osberget.no/
Description: Libra Wordpress theme
Version: 1.0.14
Tags: libra-plast osberget rasamax
Text Domain: libra-plast
*/
/**
 * Reset CSS instead of Normalize inside of Bootstrap
 */

/* Page commons */
@font-face {
	font-family: 'Geogrotesque';
	src: url('fonts/geogtq-rg.woff') format('woff');
}

body {
	font-family: 'Geogrotesque', 'Arial', sans-serif;
	font-size: 22px;
}

* > p:first-child {
	margin-top: 0;
}

* > p:last-child {
	margin-bottom: 0;
}

hr {
	border-color: #707070;
}

/* Page stretch to 100% screen height */
body {
	min-height: calc(100vh - 170px);
	display: flex;
	flex-direction: column;
}

body.admin-bar {
	min-height: calc(100vh - 170px - 32px);
}

main.full-screen {
	min-height: calc(100vh - 170px);
}

body.admin-bar main.full-screen {
	min-height: calc(100vh - 170px - 32px);
}

/* General text styles */
.regular-text {
	font-size: 22px;
	line-height: 32px;
}

.big-text {
	font-size: 30px;
	line-height: 36px;
}

.small-text {
	font-size: 18px;
	line-height: 21px;
}

.tiny-text {
	font-size: 15px;
	line-height: 29px;
}

.big-heading {
	font-size: 70px;
}

.medium-heading {
	font-size: 48px;
	line-height: 58px;
}

.small-heading {
	font-size: 34px;
	line-height: 41px;
}


@media (max-width: 767px) {
	.regular-text.mobile-text {
		font-size: 18px;
		line-height: 21px;
	}

	.big-text.mobile-text {
		font-size: 24px;
		line-height: 29px;
	}

	.small-text.mobile-text {
		font-size: 15px;
		line-height: 21px;
	}

	.tiny-text.mobile-text {
		font-size: 12px;
	}

	.big-heading.mobile-text {
		font-size: 53px;
	}

	.medium-heading.mobile-text {
		font-size: 36px;
		line-height: 44px;
	}

	.small-heading.mobile-text {
		font-size: 24px;
		line-height: 29px;
	}
}

.tag {
	font-size: 12px;
}

.button {
	padding: 20px 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}

.text-underline {
	text-decoration: underline;
}

.big-heading a,
.medium-heading a,
.small-heading a {
	color: inherit;
}

.position-cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
}

.bg-cover {
	background: center no-repeat;
	background-size: cover;
}

.bg-contain {
	background: center no-repeat;
	background-size: contain;
}

a:hover {
	text-decoration: none;
}


a,
.btn {
	transition: background 0.25s, color 0.25s;
}


.text-light-gray {
	color: #B9B9B9;
}
.bg-gray {
	background-color: #585858;
}

.hover-white,
.hover-blue,
.hover-yellow,
.hover-black,
.hover-light,
.hover-dark {
	transition: color 0.25s;
}

.hover-white:hover {
	color: #FFFFFF !important;
}
.hover-blue:hover {
	color: #2D78E4 !important;
}
.hover-yellow:hover {
	color: #D9A925 !important;
}
.hover-black:hover {
	color: #041E42 !important;
}
.hover-light:hover {
	color: #f4f4f3!important;
}
.hover-dark:hover {
	color: #8E9EB5 !important;
}
.hover-light-blue:hover {
	color: #629EF4 !important;
}

.hover-bg-white,
.hover-bg-blue,
.hover-bg-yellow,
.hover-bg-black,
.hover-bg-light,
.hover-bg-dark,
.hover-bg-light-blue {
	transition: background-color 0.25s;
}


a.hover-bg-white:hover,
.hover-bg-white:hover {
	background-color: #FFFFFF !important;
}
a.hover-bg-blue:hover,
.hover-bg-blue:hover {
	background-color: #2D78E4 !important;
}
a.hover-bg-yellow:hover,
.hover-bg-yellow:hover {
	background-color: #D9A925 !important;
}
a.hover-bg-black:hover,
.hover-bg-black:hover {
	background-color: #041E42 !important;
}
a.hover-bg-light:hover,
.hover-bg-light:hover {
	background-color: #f4f4f3!important;
}a.hover-bg-dark:hover,
.hover-bg-dark:hover {
	background-color: #8E9EB5 !important;
}a.hover-bg-lingt-blue:hover,
.hover-bg-light-blue:hover {
	background-color: #629EF4 !important;
}


.links-yellow a,
.links-blue a,
.links-yellow a:hover,
.links-blue a:hover {
	text-decoration: underline;
}

.links-yellow a {
	color: #d9a925;
}

.links-blue a {
	color: #2D78E4;
}

.hover-links-yellow a,
.hover-links-dark a {
	transition: color 0.25s;
}

.hover-links-yellow a:hover {
	color: #D9A925;
}
.hover-links-dark a:hover {
	color: #8E9EB5;
}

.documentation-item {
	background-color: #2D78E4;
}

.documentation-item:hover {
	text-decoration: none;
}

/* Fixed aspect ratio images */
.fixed-aspect-ratio-image {
	display: block !important;
	padding-top: 100%;
	background: center no-repeat;
	background-size: cover;
}

.fixed-aspect-ratio-image.r-60 {
	padding-top: 60%;
}

.fixed-aspect-ratio-image.r-75 {
	padding-top: 75%;
}

.fixed-aspect-ratio-image.r-67 {
	padding-top: 67%;
}

.fixed-aspect-ratio-image.r-120 {
	padding-top: 120%;
}

.fixed-aspect-ratio-image.r-130 {
	padding-top: 130%;
}

.object-fit-cover {
	object-fit: cover;
}

.object-fit-contain {
	object-fit: contain;
}

#go-to-top {
	position: fixed;
	width: 64px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	max-width: 0;
	transition: opacity .5s, max-width .0s .5s;
	z-index: 3;
}

#go-to-top.visible {
	opacity: 1;
	max-width: 64px;
	transition: opacity .5s, max-width .0s;
}

.accessible-hidden {
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline;
	width: 0;
	height: 0;
	overflow: hidden;
	color: transparent;
	background: transparent;
	border-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}


.side-px-fluid {
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1499px) {
	.side-px-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1299px) {
	.side-px-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1199px) {
	.side-px-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* Header */
header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
}


body.admin-bar header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar header {
		top: 46px;
	}
}

@media(max-width: 600px) {
	body.admin-bar header {
		top: 0;
	}
}

#header {
	background-color: #041E42;
	transition: background-color 0.3s;
}

/*body.home #header {
	position: absolute;
	background-color: transparent;
}*/

.header-logo img {
	max-width: 200px;
	height: auto;
	object-fit: contain;
    object-position: left;
}


@media(max-width: 1024px) {
	#header {
		max-height: 70px;
	}

	.header-logo img {
		height: 50px;
	}
}

@media (min-width: 1025px) {
	body.home .header-logo img {
		max-width: 200px;
	}

	body.home {
		padding-top: 0;
	}
/*
	main.full-screen {
		min-height: calc(100vh);
	}

	body.admin-bar main.full-screen {
		min-height: calc(100vh - 32px);
	}*/
}

body.home header.scroll-lock #header,
body.home header.sticky #header {
	background-color: #041E42;
}





.footer-menu .menu-item {
	margin-bottom: 20px;
}

#main-navigation-container .current-category {
	color: #D9A925;
}

@media (min-width: 1367px) {
	#main-navigation-container .header-menu .menu-item {
		margin-left: 20px;
	}
}

@media (max-width: 1366px) {
	#header {
		height: max-content;
	}

	.menu-button {
		margin: 0;
		padding: 4px 0;
		width: 25px;
		height: 25px;
		cursor: pointer;
	}

	.menu-button > div {
		height: 2px;
		margin-top: 7px;
		background: #8E9EB5;
		-webkit-transition: -webkit-transform .5s .2s;
		-moz-transition: -moz-transform .5s .2s;
		-ms-transition: -ms-transform .5s .2s;
		-o-transition: -o-transform .5s .2s;
		transition: transform .5s .2s;
	}

	.menu-button > div:first-child {
		margin-top: 0;
	}

	#menu-checkbox:checked ~ .menu-button > div:nth-child(1) {
		-moz-transform: translateX(0px) translateY(8px) rotate(45deg);
		-webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
		-o-transform: translateX(0px) translateY(8px) rotate(45deg);
		-ms-transform: translateX(0px) translateY(8px) rotate(45deg);
		transform: translate(0,8px) rotate(45deg);}

	#menu-checkbox:checked ~ .menu-button > div:nth-child(2) {
		-moz-transform: scale(0,0);
		-webkit-transform: scale(0,0);
		-o-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform: scale(0,0);
	}

	#menu-checkbox:checked ~ .menu-button > div:nth-child(3) {
		-moz-transform: translateX(0px) translateY(-8px) rotate(-45deg);
		-webkit-transform: translateX(0px) translateY(-8px) rotate(-45deg);
		-o-transform: translateX(0px) translateY(-8px) rotate(-45deg);
		-ms-transform: translateX(0px) translateY(-8px) rotate(-45deg);
		transform: translate(0,-8px) rotate(-45deg);
	}


	#main-navigation-container {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-height: 0;
		/*background-color: #041e42;*/
		background-color: rgba(4, 30, 66, .98);
		color: white;
		overflow: auto;
		-webkit-transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		-moz-transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		-ms-transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		z-index: 100;
	}

	#menu-checkbox:checked ~ #main-navigation-container {
		max-height: 100vh;
		-webkit-transition: max-height .7s cubic-bezier(1, 0, 1, 0);
		-moz-transition: max-height .7s cubic-bezier(1, 0, 1, 0);
		-ms-transition: max-height .7s cubic-bezier(1, 0, 1, 0);
		transition: max-height .7s cubic-bezier(1, 0, 1, 0);
	}

	.mobile-main-navigation-close-button {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	#main-navigation-container .header-menu .menu-item {
		margin-bottom: 20px;
	}

	.site-navigaion-container{
		min-height: 100vh;
	}
}

.menu-separator {
	border-bottom: 5px solid rgba(142, 158, 181, 0.23);
}

/* Front page */

.top-bg-image {
	opacity: 0.2;
}


.front-page-top-section .max-3-lines {
    max-width: 600px;
}
@media(max-width: 880px) {
    .big-heading {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
	.front-page-top-section .big-heading.mobile-text {
		font-size: 40px;
	}

    .front-page-top-section .max-3-lines {
        max-width: 350px;
    }
}

.front-page-about-bg {
	background-color: rgba(54, 54, 54, 0.85);
}

.front-page-map-bg {
	background-color: #888B85;
}

/* Category */
.category-top-bg-image {
	opacity: 0.56;
}

.subcategory-navigation .current-category {
	color: #2D78E4;
}



@media (min-width: 1025px) {
	.category-top-nav-links {
		position: absolute;
		bottom: 100%;
		right: 20px;
	}
}

@media (max-width: 1024px) {
	.subcategory-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		box-shadow: 0 .5rem 1rem rgba(4,30,66,.15);
		z-index: 50;
	}

	.category-top-nav-button .collapse-text {
		display: none;
	}

	#category-top-nav-checkbox:checked ~ .subcategory-navigation {
		max-height: 1000px;
	}

	#category-top-nav-checkbox:checked ~ .category-top-nav-links .category-top-nav-button .expand-text {
		display: none;
	}
	#category-top-nav-checkbox:checked ~ .category-top-nav-links .category-top-nav-button .collapse-text {
		display: block;
	}

	.subcategory-navigation > a {
		border-top: 1px solid #e2e2e2;
	}

	.subcategory-navigation > a:first-child {
		border-top: none;
	}
}

.section-bg-color:nth-of-type(odd) {
	background-color: #F4F4F3;
}

.read-more-text {
	max-height: 0;
	overflow: hidden;
}

#read-more-checkbox:checked ~ .read-more-text {
	max-height: 1000px;
}

.show-more {
	position: relative;
	padding-left: 20px;
	color: #8e9eb5;
	transition: color 0.25s;
}

.show-more:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
	border-top: 8px solid gray;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transition: border-top-color 0.25s;
}

#read-more-checkbox:checked ~ .show-more:before {
	transform: scaleY(-1);
}

.show-more:hover {
	color: #2D78E4;
}
.show-more:hover:before {
	border-top-color: #2D78E4;
}


/* Contact */
.flag-img {
	width: 60px;
	height: 45px;
}

.country-item {
	display: none;
}

.country-item.filter-match {
	display: block;
}

/* Product gallery */
.category-tag {
	padding: 5px 15px;
	font-size: 15px;
	line-height: 18px;
	border-radius: 1000px;
	color: white;
	background-color: #2d78e4;
}

.category-tag:focus {
	outline: 0;
}

.category-tag.active {
	background-color: #D9A925;
}

.cursor-pointer {
	cursor: pointer;
}

.gallery-item {
	display: none;
}

.gallery-item.filter-match.max-count-match {
	display: block;
}


/* Product gallery */
body .lg-thumb-outer.lg-grab,
body .lg-backdrop,
body .lg-sub-html {
	background: #fff;
}

/*overlay*/
body .lg-outer.lg-start-zoom.lg-use-css3.lg-css3.lg-slide.lg-grab.lg-show-after-load.lg-pull-caption-up.lg-has-thumb.lg-can-toggle.lg-visible.lg-thumb-open {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

body .lg-outer .lg {    /*container*/
	display: flex;
	flex-direction: column;
	min-height: calc(100vh + 100px);
	overflow: unset;
	padding: 100px 20px 100px;
}

body .lg-outer .lg-inner, /*gallery container*/
body .lg-sub-html { /*description*/
	position: relative;
}

body .lg-outer .lg-inner {  /*gallery container*/
	flex: 1 1 auto;
}

body .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {  /*description*/
	bottom: unset;
}

body .lg-actions .lg-next,  /*side arrows*/
body .lg-actions .lg-prev {
	display: none;
}

body .lg-toogle-thumb.lg-icon { /*thumbnail collapse button*/
	display: none;
}

body .lg-hide-items .lg-toolbar {   /*top bar - show always*/
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

body.admin-bar .lg-toolbar.lg-group {   /*top bar - admin panel shift*/
	top: 32px;
}

body .lg-toolbar.lg-group { /*top bar - bg color*/
	background: #041e42;
}

body .lg-sub-html { /*description*/
	padding: 0;
}

body .lg-outer .lg-img-wrap {   /*image container*/
	padding: 0;
}

body .lg-toolbar .lg-close {    /*close button container*/
	display: block;
	width: initial;
	height: initial;
	padding: 20px;
	background: transparent;
	border: 0 solid transparent;
}

body .lg-toolbar .lg-close:after {  /*close button*/
	display: block;
	content: "Close";
	font-family: Geogrotesque;
	padding: 10px 25px;
	font-size: 18px;
	background-color: #2D78E4;
	color: white;
}

@media (min-width: 1025px) {
	body .lg-outer .lg-img-wrap {
		padding: 0;
	}

	body .lg-outer .lg {    /*container*/
		min-height: unset;
	}

	body .lg-actions .lg-next,
	body .lg-actions .lg-prev {
		display: block;
		background: #2D78E4;
		width: 90px;
		height: 90px;
	}

	body .lg-actions .lg-next:before,
	body .lg-actions .lg-prev:before {
		content: "";
		position: absolute;
		top: 50%;
		height: 3px;
		width: 30px;
		background: white;
		transform: translate(0, -50%);		
	}

	body .lg-actions .lg-next:after,
	body .lg-actions .lg-prev:after {
		content: "";
		position: absolute;
		top: 50%;
		height: 0;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 11px solid white;
		transform: translate(0, -50%);
	}

	body .lg-actions .lg-prev:after {
		border-left: none;
		border-right: 11px solid white;
	}

	body .lg-actions .lg-next:before,
	body .lg-actions .lg-prev:after {
		left: 27px;
	}

	body .lg-actions .lg-prev:before,
	body .lg-actions .lg-next:after {
		right: 27px;
	}
}

/* Database */
#custom-login-form input {
	color: #2D78E4;
	padding: 13px 17px;
	border: 1px solid #c8c9c3;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#custom-login-form input:placeholder {
	color: #919388;
}

#custom-login-form input:focus {
	border-color: #2D78E4;
}

.database-sections-row > div {
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}

.database-sections-row > div:first-child {
	border-left: none;
}


/* Ultimate member pages */

/* Database - Login and Registration */
.um-toggle-gdpr {
	display: none;
}

.um-field-type_terms_conditions {
	display: inline-block !important;
}

div.um .g-recaptcha {
	margin-bottom: 0 !important;
	display: inline;
}

/*.um-col-alt {
	display: inline-block;
}*/

.um-col-alt .um-center .um-button {
	min-width: unset !important;
}

/*.um-login form > .um-col-alt {
	display: flex;
	justify-content: space-between;
}*/

.um-login a.um-link-alt {
	display: inline-block !important;
	margin-top: 20px;
}

.um-login .um-col-alt-b {
	padding: 0;
	margin: 15px 0;
}

/*form > .um-col-alt > .um-clear {
	display: none;
}*/

@media (min-width: 769px) {
	.um.um-login {
		width: 50%;
	}
}

#um-submit-btn {
	background: #041e42;
}

/* Password reset */
.um.um-password {
	margin-left: 0!important;
}

/* Register message */
.um.um-register .um-postmessage {
    font-size: 22px;
    line-height: 33px;
    color: #041e42;
}



/* Breadcrumbs */
.breadcrumb_last {
	color: #041E42;
}

/* Product */
.hover-enlarge {
	overflow: hidden;
}

.hover-enlarge > img {
	transition: transform .5s;
	transform-origin: center;
}

.hover-enlarge > img:hover {
	transform: scale(1.2, 1.2);
}


/* Product single / archive - Extra large screen */
@media (min-width: 1921px) {
	.single-product .container,
	.post-type-archive-product .container {
		max-width: 100%;
		padding-left: 180px !important;
		padding-right: 180px !important;
	}

	.single-product .product-col,
	.products-container .product-col {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-product .post-content .product-property-icon,
	.products-container .product-property-icon {
		width: 38px;
		height: 38px;
	}

	.light-gallery {
		padding-right: 80px !important;
	}

	.light-gallery .image-thumbnail {
		width: 110px;
	}

	.single-product-related-products .col-xl-3 {
		flex: 0 0 16.66667%;
		width: 16.66667%;
	}
}

@media (max-width: 1920px) {
	.single-product-related-products .col-xl-3:nth-child(5),
	.single-product-related-products .col-xl-3:nth-child(6) {
		display: none !important;
	}
}


/* Product filter */
@media(max-width: 1024px) {
	#product-filter-container {
		position: sticky;
		top: 116px;
	}

	#product-filter-container #filter {
		overflow-y: auto;
	}
	#mobile-filter-open-checkbox:checked ~ form#filter {
		max-height: calc(100vh - 70px - 67px);
	}
}

@media (max-width: 600px) {
	#product-filter-container {
	    top: 70px;
	}
}

#filter {
	height: 100%;
	border-right: 1px solid #cccccc;
}

.radio-label {
	background-color: white;
	cursor: pointer;
	border: 1px solid #ccd2d9;
	transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.radio-label:hover {
	background-color: #f3f3f3;
}

.radio-label.disabled {
	background-color: #DBDBDB;
	border-color: #DBDBDB;
	color: #808080;
	cursor: default;
}

.radio-label.active {
	background-color: #2D78E4;
	color: white;
	border-color: #2D78E4;
}

.radio-label.active:hover {
	background-color: #1b65d0;
	border-color: #1b65d0;
}

.radio-label.label-icon {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.product-property-label.small-text {
	color: #6c6c6c;
	font-size: 16px;
	font-weight: bold;
}

.radio-label,
.field-select-label {
	font-size: 20px;
	margin-bottom: 10px;
}

.filter-group {
	background-color: #F4F4F3;
}

.filter-field.filter-set .field-select-label {
	color: #2D78E4;
}

.filter-field.filter-hidden,
.filter-field.filter-disabled,
.filter-group.filter-hidden,
.filter-group.filter-disabled {
	display: none;
}

.field-select-label {
	position: relative;
}

.field-select-label:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	border-left: 9px solid #4293EF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translateY(-50%);
	transition: transform 0.3s;
}

input[type="checkbox"]:checked + .field-select-label:after {
	transform: translateY(-50%) rotate(90deg);
}

.filter-field input[type=checkbox] ~ ul {
	padding-left: 20px;
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	-ms-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}
.filter-field input[type=checkbox]:checked ~ ul {
	max-height: 2000px;
	-webkit-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
	-moz-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
	-ms-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
	transition: max-height .5s cubic-bezier(1, 0, 1, 0);
}



.filter-field-description-icon {
	width: 16px;
	height: 16px;
	background-image: url('images/woocommerce-icons/filter-description-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px !important;
	margin-left: 10px !important;
}


.filter-field-description {
	display: none;
	position: absolute;
	top: 18px;
	width: 340px;
	padding: 15px;
	margin: 10px 15px 0;
	z-index: 10;
}

.filter-field-description.right {
	right: 0;
}

.filter-field-description,
.filter-field-description * {
	font-size: 18px;
}

.filter-field-description-checkbox:checked ~ .filter-field-description-icon {
	background-image: url('images/woocommerce-icons/filter-description-icon-active.svg');
}

.filter-field-description-checkbox:checked ~ .filter-field-description {
	display: block;
}

form#product-options .filter-field-description {
	right: 0;
}
form#product-options .filter-field-description-icon {
	margin-top: 10px;
}


@media (max-width: 1024px) {
	form#product-options .filter-field-description {
		position: fixed;
		top: 60px;
		left: 0;
		right: unset;
		width: calc(100vw - 30px);
	}
}


.product-col {
	width: 240px;
}

.product-title {
	font-size: 22px;
}

.read_more_button,
.add_to_cart_button {
	position: relative;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.add_to_cart_button {
	min-width: 55px;
}

.single_add_to_cart_button:before,
.add_to_cart_button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 31px;
	height: 31px;
	max-height: 100%;
	background-image: url(images/woocommerce-icons/add-to-cart-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}

.product-property-icon {
	margin: 10px 8px 0 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-product-attributes .product-property-icon {
	width: 35px;
	height: 35px;
}

.fire_proof_classification-A0 { background-image: url(images/woocommerce-icons/fire_proof_classification-a0.svg); }
.fire_proof_classification-A60 { background-image: url(images/woocommerce-icons/fire_proof_classification-a60.svg); }
.fire_proof_classification-non-fire { background-image: url(images/woocommerce-icons/fire_proof_classification-non-fire.svg); }
.materials-aluminum { background-image: url(images/woocommerce-icons/materials-aluminum.svg); }
.materials-composite { background-image: url(images/woocommerce-icons/materials-composite.svg); }
.materials-steel { background-image: url(images/woocommerce-icons/materials-steel.svg); }
.materials-stainless-steel { background-image: url(images/woocommerce-icons/material-stainless-steel.svg); }
.water_integrity-non-tight { background-image: url(images/woocommerce-icons/water_integrity-non-tight.svg); }
.water_integrity-spraytight { background-image: url(images/woocommerce-icons/water_integrity-spraytight.svg); }
.water_integrity-weathertight { background-image: url(images/woocommerce-icons/water_integrity-weathertight.svg); }
.water_integrity-watertight { background-image: url(images/woocommerce-icons/water_integrity-watertight.svg); }

.woocommerce-products-header__title {
	font-size: 48px;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
}

.button-cart {
/*	padding: 20px 30px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
*/}

.cart-items-count {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: red;
    transform: translate(calc(-50% + 15px), calc(-50% - 10px));
}


@media (max-width: 1024px) {
	.woocommerce-products-header__title {
		font-size: 28px;
	}

	.mobile-filter-label {
		background-color: #F7F7F7;
		border-bottom: 1px solid #cccccc;
		font-size: 16px;
		font-weight: bold;
	}

	.mobile-filter-label .menu-button {
		width: 28px;
		height: 28px;
		margin-bottom: -9px;
	}

	.mobile-filter-label .menu-button > div {
		height: 2px;
		background: #2D78E4;
	}

	input[type=checkbox]:checked ~ .mobile-filter-label {
		background-color: #2D78E4;
		border-color: #2D78E4;
		color: white;
	}

	input[type=checkbox]:checked ~ .mobile-filter-label .menu-button > div {
		background: white;
	}


	#filter {
		position: absolute;
		top: 100%;
		left: 0;
		height: auto;
		max-height: 0;
		width: 100%;
		background: white;
		border: none;
		overflow: hidden;
		-webkit-transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		-moz-transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		-ms-transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		transition: max-height .7s cubic-bezier(0, 1, 0, 1);
		z-index: 100;
	}

	input[type=checkbox]:checked ~ #filter {
		max-height: 3000px;
		-webkit-transition: max-height .7s cubic-bezier(1, 0, 1, 0);
		-moz-transition: max-height .7s cubic-bezier(1, 0, 1, 0);
		-ms-transition: max-height .7s cubic-bezier(1, 0, 1, 0);
		transition: max-height .7s cubic-bezier(1, 0, 1, 0);
	}

	.product-col {
		width: 100%;
	}

	.filter-field-description {
		right: 0;
		max-width: calc(100% - 30px);
	}
}

a.added_to_cart.wc-forward {
	display: none;
}

@keyframes spin {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

button#load-more-products-button.loading {
	animation-name: spin;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


/* Single product */
.single-product-grid {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: auto auto auto auto;
}

.product-configurator-wrapper {
	grid-column: 2 / 3;
	grid-row: 1 / 5;
}

.single-product-content {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.single-product-documentation {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.single-product-related-products {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

@media (max-width: 1024px) {
	.single-product-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.product-configurator-wrapper {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.single-product-documentation {
		grid-row: 3 / 4;
	}

	.single-product-related-products {
		grid-row: 4 / 5;
	}
}


/*
.grid-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 40%;
	grid-template-columns: 1fr 40%;
	-ms-grid-rows: auto 20px auto 20px auto;
	grid-template-rows: auto auto auto;
	gap: 20px;
}

.grid-item-main {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}

.grid-item-side-top,
.grid-item-side-bottom {
	-ms-grid-column: 3;
	grid-column: 2;
}

.grid-item-side-top {
	-ms-grid-row: 1;
	grid-row: 1;
}
.grid-item-side-bottom {
	-ms-grid-row: 3;
	grid-row: 2;
}

@media (max-width: 1024px) {
	.grid-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.grid-item-main {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-row: 2;
		grid-column: 1;
	}

	.grid-item-side-top,
	.grid-item-side-bottom {
		-ms-grid-column: 1;
		grid-column: 1;
	}

	.grid-item-side-top {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.grid-item-side-bottom {
		-ms-grid-row: 5;
		grid-row: 3;
	}
}*/



.image-thumbnail {
	width: 70px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.image-thumbnail > * {
	pointer-events: none;
}
.image-thumbnail:last-child {
	margin-right: 0;
}


.back-link {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 70px;
	border-right: 1px solid #cccccc;
}
.back-link:before,
.back-link:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	width: 12px;
	height: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: inherit;
	transform: translateY(-4px) rotate(-45deg);
}
.back-link:after {
	transform: translateY(4px) rotate(45deg);
}

@media(max-width: 575px) {
	.back-link {
		flex: 1 1 auto;
		border-right: none;
	}
}

.woocommerce-add-to-cart .cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce-add-to-cart .cart > *:not(:last-child) {
	margin-right: 10px;
}

#customer_details label {
	margin: 0;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #6c6c6c;
}

#customer_details label .required {
	font-weight: inherit;
	cursor: inherit;
}

.woocommerce-add-to-cart .quantity,
.woocommerce .shop_table.cart .quantity {
	position: relative;
	width: 70px;
	height: 50px;
	width: 50px;
}

.quantity .qty-num-button {
	position: absolute;
	right: 5px;
	width: 7px;
	height: 6px;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
	margin: 0;
	border-color: transparent;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	box-shadow: none;
	transition: border-color 0.25s;
}
.quantity .qty-num-button.add {
	bottom: 50%;
	border-bottom: 6px solid #2D78E4;
	transform: translateY(-3px);
}
.quantity .qty-num-button.subtract {
	top: 50%;
	border-top: 6px solid #2D78E4;
	transform: translateY(3px);
}
.quantity .qty-num-button.add:hover {
	border-bottom-color:#e9aa3f;
}
.quantity .qty-num-button.subtract:hover {
	border-top-color:#e9aa3f;
}
.quantity .qty-num-button.add:focus,
.quantity .qty-num-button.subtract:focus {
	outline: 0;
}

.woocommerce .shop_table.cart .name {
	margin-right: 10px;
}

form.woocommerce-checkout {
	padding: 20px;
	margin-bottom: 20px;
	background: #F4F4F3;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .cart .quantity input {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: .25rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .shop_table.cart .quantity input,
.woocommerce .woocommerce-add-to-cart .quantity input {
	border: 1px solid #dee2e6;
	/* Firefox */
	-moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
.woocommerce .shop_table.cart .quantity input::-webkit-outer-spin-button,
.woocommerce .shop_table.cart .quantity input::-webkit-inner-spin-button,
.woocommerce .woocommerce-add-to-cart .quantity input::-webkit-outer-spin-button,
.woocommerce .woocommerce-add-to-cart .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}


.woocommerce-add-to-cart .quantity input.qty {
	border: 1px solid #cccccc;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 18px;
	padding: 15px;
}

.woocommerce-add-to-cart .cart button.single_add_to_cart_button {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #2d78e4;
	border: 1px solid #2d78e4;
	text-align: center;
	padding: 15px 15px 15px 40px;
	border-radius: .25rem;
	flex-grow: 1;
	transition: background 0.25s, border-color 0.25s;
}

.woocommerce-add-to-cart .cart button.single_add_to_cart_button:hover {
	background-color: #1b65d0;
	border-color: #1960c5;
}

#filelist .attachment-item .file-remove,
.woocommerce .remove-item {
	display: block;
	font-size: 0;
	height: 1.5rem;
	width: 1.5rem !important;
	padding: 0;
	color: transparent;
	background-color: transparent;
	background-image: url(images/woocommerce-icons/cart-remove-item.svg);
	background-repeat: no-repeat;
	background-position: center;
}

#filelist {
	color: #6C6C6C;
}

#filelist .attachment-item .title {
	overflow-wrap: anywhere;
}
#filelist .attachment-item .size {
	white-space: nowrap;
}

#filelist .attachment-item .file-remove {
	min-width: 24px;
}

#filelist .progressbar {
	height: 4px;
	width: 100%;
	margin: 10px 0;
	background: #C1C1C1;
}

#filelist .progressbar span {
	height: 4px;
	display: block;
	background: #2D78E4;
}

#pickfiles {
	position: relative;
	padding-left: 50px;
}

#pickfiles:before {
	content: "+";
	position: absolute;
	left: 12px;
	top: 8px;
	width: 21px;
	height: 21px;
	color: white;
	border: 2px solid white;
	border-radius: 50%;
	text-align: center;
	font-family: Arial;
	line-height: 18px;
}

.attachment-item > div > span:nth-child(2) {
	margin-left: auto;
}

#filelist .attachment-item .uploaded {
	position: relative;
	display: inline-block;
	flex: 1 1 auto;
	margin-left: 15px;
	margin-right: 10px;
}

#filelist .attachment-item .uploaded:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 10px;
	border-left: 4px solid #4EA347;
	border-bottom: 4px solid #4EA347;
	transform: translate(0, 10px) rotate(-45deg);
}


#customer_details .optional,
#customer_details h3,
#order_review_heading {
	display: none;
}


.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-checkout #payment {
	background: none;
}

.woocommerce-checkout form #payment .form-row {
	padding: 0;
}

.woocommerce #payment button#place_order {
	border: 0;
	box-shadow: none;
	margin: 0;
}

@media (max-width: 1024px) {

	.woocommerce-add-to-cart .cart button.single_add_to_cart_button {
		font-size: 12px;
	}

	.single_add_to_cart_button:before,
	.add_to_cart_button:before {
		left: 7px;
		width: 25px;
		height: 25px;
	}

	form.woocommerce-checkout {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
	}

	.woocommerce-checkout #payment {
		margin-top: 30px;
	}

	form.woocommerce-checkout,
	/*.woocommerce-add-to-cart,*/
	.woocommerce-checkout form #payment .form-row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* Mini cart */
#mini-cart-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

#mini-cart {
	max-width: 420px;
	width: 100%;
	max-height: 100vh;
	overflow-y: auto;
	background-color: white;
	padding: 20px;
}




/* Product single - Product configurator */
@media (min-width: 1025px) {
	.product-configurator-wrapper {
		border-left: 1px solid #cccccc;
	}
}



.optional-accessories-label {
	position: relative;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.optional-accessories-label:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 45px;
	border-left: 10px solid #2D78E4;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translate(-50%, -50%);
	transition: transform 0.5s;
}
#optional-accessories-checkbox:checked ~ .optional-accessories-label:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.optional-accessories-collapsed {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	-ms-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}
#optional-accessories-checkbox:checked ~ .optional-accessories-collapsed {
	max-height: 3000px;
	-webkit-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
	-moz-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
	-ms-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
	transition: max-height .5s cubic-bezier(1, 0, 1, 0);
}
.field-wrapper {
	margin-bottom: 10px;
}
.optional-accessories-collapsed > .field-wrapper:first-child {
	margin-top: 20px;
}
.optional-accessories-collapsed > .field-wrapper:last-child {
	margin-bottom: 20px;
}

.field-non-100 {
	display: inline-block;
	margin-right: -5px;
	padding-right: 5px;
}

.field-non-100 + .field-non-100 {
	margin-left: 5px;
}
/*
@media (max-width: 767px) {
	.field-non-100,
	.field-non-100 + .field-non-100 {
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}
}
*/

#product-options .choices {
	margin-left: -5px;
	margin-right: -5px;
}
#product-options .choices > * {
	margin-left: 5px;
	margin-right: 5px;
}


#product-options .choices input[type=checkbox].disabled + .radio-label,
#product-options .choices input[type=radio].disabled + .radio-label {
	background-color: #DBDBDB;
	border-color: #DBDBDB;
	color: #808080;
	opacity: .65;
	cursor: default;
	pointer-events: none;
}

#product-options .choices input[type=checkbox]:checked + .radio-label,
#product-options .choices input[type=radio]:checked + .radio-label {
	background-color: #2D78E4;
	color: white;
	border-color: #2D78E4;
}


/* Product configurator - icons */
/*#product-options .choices input[type=radio] + .radio-label {*/
#product-options .choices input#hinge_direction-left + .radio-label,
#product-options .choices input#hinge_direction-right + .radio-label,
#product-options .choices input#hinge_direction-short_side + .radio-label,
#product-options .choices input#hinge_direction-long_side + .radio-label,
#product-options .choices input#hinge_type-spring + .radio-label,
#product-options .choices input#hinge_type-standard + .radio-label,
#product-options .choices input#corner_radius-square + .radio-label,
#product-options .choices input#corner_radius-rounded + .radio-label,
#product-options .choices input#closing_system-quick_acting + .radio-label,
#product-options .choices input#closing_system-single_toggle + .radio-label,
#product-options .choices input#closing_system-wheel + .radio-label,
#product-options .choices input#closing_system-wingnut + .radio-label,
#product-options .choices input#frame_type-angle_frame + .radio-label,
#product-options .choices input#frame_type-flat_bar + .radio-label,
#product-options .choices input#frame_type-z_frame + .radio-label {
	padding-right: 40px;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	/*transition: background 0.5s, color 0.5s, border-color 0.5s;*/
}

#product-options .choices input#hinge_direction-left + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-left.svg'); }
#product-options .choices input#hinge_direction-left:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-left-active.svg'); }
#product-options .choices input#hinge_direction-right + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-right.svg'); }
#product-options .choices input#hinge_direction-right:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-right-active.svg'); }
#product-options .choices input#hinge_direction-short_side + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-short_side.svg'); }
#product-options .choices input#hinge_direction-short_side:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-short_side-active.svg'); }
#product-options .choices input#hinge_direction-long_side + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-long_side.svg'); }
#product-options .choices input#hinge_direction-long_side:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_direction-long_side-active.svg'); }
#product-options .choices input#hinge_type-spring + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_type-spring.svg'); }
#product-options .choices input#hinge_type-spring:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_type-spring-active.svg'); }
#product-options .choices input#hinge_type-standard + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_type-standard.svg'); }
#product-options .choices input#hinge_type-standard:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/hinge_type-standard-active.svg'); }
#product-options .choices input#corner_radius-square + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/corner_radius-square.svg'); }
#product-options .choices input#corner_radius-square:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/corner_radius-square-active.svg'); }
#product-options .choices input#corner_radius-rounded + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/corner_radius-rounded.svg'); }
#product-options .choices input#corner_radius-rounded:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/corner_radius-rounded-active.svg'); }
#product-options .choices input#closing_system-quick_acting + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-quick_acting.svg'); }
#product-options .choices input#closing_system-quick_acting:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-quick_acting-active.svg'); }
#product-options .choices input#closing_system-single_toggle + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-single_toggle.svg'); }
#product-options .choices input#closing_system-single_toggle:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-single_toggle-active.svg'); }
#product-options .choices input#closing_system-wheel + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-wheel.svg'); }
#product-options .choices input#closing_system-wheel:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-wheel-active.svg'); }
#product-options .choices input#closing_system-wingnut + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-wingnut.svg'); }
#product-options .choices input#closing_system-wingnut:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/closing_system-wingnut-active.svg'); }
#product-options .choices input#frame_type-angle_frame + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/frame_type-angle_frame.svg'); }
#product-options .choices input#frame_type-angle_frame:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/frame_type-angle_frame-active.svg'); }
#product-options .choices input#frame_type-flat_bar + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/frame_type-flat_bar.svg'); }
#product-options .choices input#frame_type-flat_bar:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/frame_type-flat_bar-active.svg'); }
#product-options .choices input#frame_type-z_frame + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/frame_type-z_frame.svg'); }
#product-options .choices input#frame_type-z_frame:checked + .radio-label { background-image: url('images/woocommerce-icons/product-configurator/frame_type-z_frame-active.svg'); }

/* Product configurator - info icon focus */
.filter-field-description-checkbox:focus + label.filter-field-description-icon {
    color: #495057;
    background-color: #fff;
    border-color: #9ec1f3;
    border-radius: 100%;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(45,120,228,.25);
}

/* Cart */
.product-configurator-description > span {
    display: inline-flex;
}

div#wufdc_div ul li, div#wufdc_div {
	float: none;
}

#wcj_checkout_files_upload_1 {
	width: 100%;
}


.overlay-cart-item-edit-wrapper {
	height: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 110;
}

.overlay-cart-item-edit-wrapper.loaded {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: initial;
	opacity: 1;
}

body.admin-bar .overlay-cart-item-edit-wrapper.loaded {
	top: 32px;
}


#overlay-cart-item-edit {
	position: relative;
	max-height: 100vh;
	overflow-y: auto;
}

.close-edit-cart-item {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.close-edit-cart-item:before,
.close-edit-cart-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: black;
	transform: rotate(45deg);
}

.close-edit-cart-item:after {
	transform: rotate(-45deg);
}

/* Thank you page */
.thank-you-page .woocommerce-table.shop_table th {
	font-weight: inherit;
}
.thank-you-page .woocommerce-table.shop_table.border-bottom-0 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.thank-you-page .woocommerce-table.shop_table + .woocommerce-table.shop_table {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.woocommerce-table tr > th + th,
.woocommerce-table tr > th + td,
.woocommerce-table tr > td + th,
.woocommerce-table tr > td + td {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
table.customer-details {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-collapse: separate;
	width: 100%;
}
table.customer-details td,
table.customer-details th {
	padding: 10px 20px;
	line-height: 1.5em;
	font-weight: inherit;
}

.woocommerce .woocommerce-table.shop_table td,
.woocommerce .woocommerce-table.shop_table th {
	padding: 10px 20px;
}

.thank-you-page .woocommerce-table {
	color: #5C5C5C;
}
.thank-you-page .woocommerce-table.shop_table .woocommerce-table__product-quantity.product-quantity {
	vertical-align: top;
}
.thank-you-page .woocommerce-table .woocommerce-table__product-name.product-name a {
	font-size: 22px;
	text-decoration: underline;
}
.thank-you-page .woocommerce-table th,
.thank-you-page .woocommerce-table .woocommerce-table__product-name.product-name a:not(:hover) {
	color: #041E42;
}
.thank-you-page .woocommerce-table .wc-item-meta {
	padding: 0;
}

.woocommerce .thank-you-page .woocommerce-table .wc-item-meta .wc-item-meta-label {
	font-weight: inherit;
}
.woocommerce .thank-you-page .woocommerce-table .wc-item-meta > li:first-child .wc-item-meta-label {
	display: none;
}
.thank-you-page .woocommerce-table .wc-item-meta b {
	font-weight: inherit;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
	content: "";
}




form.checkout input#acceptance {
	position: relative;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	appearance: none;
	width: 40px;
	height: 40px;
	background: white;
	border: 1px solid rgb(4 30 66 / 0.2);
	border-radius: 5px;
}

form.checkout input#acceptance:checked:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 15px;
	top: 50%;
	left: 50%;
	border-right: 3px solid #4EA347;
	border-bottom: 3px solid #4EA347;
	transform: translate(-50%, -50%) rotate(45deg);
}

.woocommerce form .form-row.woocommerce-invalid input#acceptance:not(:checked) {
    border-color: #a00;
}

#droptarget {
	background: #F8F8F8;
	border: 1px dashed #B2B2B2;
	text-align: center;
	padding: 33px 20px;
	font-size: 18px;
}

#droptarget:before {
	content: "";
	width: 45px;
	height: 53px;
	display: inline-block;
	margin: -20px 15px;
	background: url(images/dragdropupload.svg);
}


/* Contact form page */
.page-template-contact-form-page .form-tab {
	display: none;
}
.page-template-contact-form-page .form-tab.show {
	display: block;
}
form.wpcf7-form {
    font-size: 18px;
}

form.wpcf7-form abbr[data-original-title], abbr[title] {
    text-decoration: none;
    color: red;
}

form.wpcf7-form label {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 2;
    color: #6c6c6c;
}

form.wpcf7-form .wpcf7-form-control {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 5px;
    outline: 0;
    line-height: normal;
}

form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
    border: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	padding: 0 10px;
}

form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    position: relative;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    appearance: none;
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid rgb(4 30 66 / 0.2);
    border-radius: 5px;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    top: 50%;
    left: 50%;
    border-right: 3px solid #4EA347;
    border-bottom: 3px solid #4EA347;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Hide Google reCaptcha after 1s */
@keyframes hide_after_1s {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100px);
	}
}

.grecaptcha-badge {
	animation-name: hide_after_1s;
	animation-delay: 3s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}