/**
 * Theme Name: OLC
 * Description: Customised Wordpress 2025.
 * Template: twentytwentyfive
 * Version: 0.0.1
 * Text Domain: olc
 */

/* Woo Commerce Products */

*:focus {
	outline: none;
}

.wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.w100p { width: 100%; }

.wc-block-product > div > a {
	transition: transform 0.25s ease-in-out;
	padding: 0.25em;
}

.wc-block-product:hover > div > a {
	transform: scale(0.95,0.95);
}

.small-caps {
	font-variant: small-caps;
}

.h-2item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5em;
}

.wpcf7-not-valid-tip {
	color: 
}

.format-imgs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.format-imgs img {
	max-height: 64px;
}

/* Contact Us */

#contact-us-form span > input, #contact-us-form span > textarea {
    margin-top: 0.4em;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
/*     border: 0; */
    border-radius: 5px;
    padding: 0.5em;
	resize: none;
    background-color: unset;
    color: var(--wp--preset--color--base);
	font-size: 0.7em;
    border: 2px solid currentColor;
/* 	background-color: var(--wp--preset--color--custom-sub-1-dark); */
}
#contact-us-form span > input::placeholder, #contact-us-form span > textarea::placeholder {
	color:var(--wp--preset--color--custom-sub-1-sl);
}

#contact-us-form .wpcf7-not-valid {
	outline: solid;
	outline-color: crimson;
	outline-width: 1px;
}

#contact-us-form > p > input {
	margin-top: 0.5em;
    display: block;
    box-sizing: border-box;
    color: var(--wp--preset--color--base);
    border: 0px solid var(--wp--preset--color--custom-sub-1);
    background-color: var(--wp--preset--color--custom-sub-1-dark);
    border-radius: 0.25em;
    padding: 0.5em;
    font-size: 1em;
	float: right;
/* 	font-variant: small-caps */
}

#contact-us-form > p, #contact-us-form > div > p {
    margin: 0.25em 0;
}

.pcg-sep a {
	text-decoration: none;
	text-transform: uppercase;
}

/* #tab-title-description, #tab-description {
	display: none;
}

#tab-additional_information {
	display: inherit;
} */

/* .pcg-sep a::after {
	content: "/";
	padding: 0 0.5em;
}

.pcg-sep a:last-of-type::after {
	content: none;
} */

/* #contact-us {
	position: relative;
}

#contact-us-form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: currentcolor;
} */

.ywraq-wrapper {
	max-width: 95%;
}

.product-thumbnail > a > img {
	max-width: 8em !important;
}

.product-quantity {
	text-align: center;
}
.product-quantity input { 
	text-align: center;
	-moz-appearance: textfield;
	border-radius: unset;
	background-color: transparent;
	border: 0;
	padding-bottom: 0.25em;
	border-bottom: 2px solid lightgrey;
	font-size: 1em;
	font-weight: lighter;
	transition: border 0.25s ease-in;
	font-family: var(--wp--preset--font-family--manrope);
}

.product-quantity input:focus {
	border-color: var(--wp--preset--color--custom-sub-1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#yith-ywrq-table-list > thead > tr > .product-subtotal, #yith-ywrq-table-list > tbody > tr > .product-subtotal {
	display: none;
}

.ywraq-form-table-wrapper input[type="submit"], .ywraq-form-table-wrapper input[type="button"] {
	background-color: var(--wp--preset--color--custom-sub-1);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    line-height: inherit;
    padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    text-decoration: none;
	font-weight: 700;
	font-style: normal;
	border-radius: 1em;
}

.yith-ywraq-item-remove {
	border: 1px solid currentcolor !important;
}

.wp-block-navigation-item > a {
	transition: transform ease-in-out 0.25s , opacity ease-in-out 0.25s;
}

.wp-block-navigation-item > a:hover {
	text-decoration: none;
	opacity: 0.85;
	transform: scale(1.2,1.2);
}

.maplibregl-canvas {
	filter: grayscale(1) brightness(1);
}

body {
	overflow-x: hidden;
}

.flex-col {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.flexg-1 {
	flex-grow: 1;
}
/* 
.from-edge-right:after {
	content: '';
	position: absolute;
	top: 2em;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: currentcolor;
} */

#header {
	overflow-x: hidden;
}

header {
	position: sticky;
	z-index: 100;
	top: 0
}

footer {
	margin-top: 0;
}

.curve-bar {
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 35% 100%, 0 85%); 
/* 	clip-path: polygon(0 0, 100% 0%, 100% 63%, 36% 100%, 0 63%); */
	padding-bottom: 2em;
}

.search-geom-outer {
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.tooth-bar {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 85%, 0 100%); 
		padding-bottom: 2em;
}

.prod-sort select {
/* 	border-radius: 0.25em;
	padding: 0.5em;
	appearance: none;
	border: 0; */
	border: 0;
	border-left: 1px solid black;
	background-color: var(--wp--preset--color--base);
	padding: 0.25em;
}

.prod-sort select::after {
	content: ''
}

.prod-sort form {
	display: flex;
	align-items: baseline;
}

/* .prod-list-vert ul > li > .wc-block-components-product-image {
	float: left;
} */

.prod-list-vert ul > li::after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.prod-list-vert ul > li > div > a > img {
	height: 100px;
	width: 100px;
}

.fade-in-img p {
	color: red !important;
}

.show-hvr {
	overflow: hidden;
}

.show-hvr p {
	position: absolute;
	top: 20em;
	overflow: hidden;
	transition: top 0.25s ease-in-out;
}

.show-hvr h2 {
	transition: margin 0.25s ease-in-out;
}

.show-hvr:hover p {
	top: 0em;
}

.show-hvr:hover h2 {
	margin-top: -15%;
}

.show-hvr .wp-block-cover__background {
	transition: opacity 0.25s ease-in-out;
}

.show-hvr:hover .wp-block-cover__background {
	opacity: 0.75 !important;
}

.prod-desc-mi p {
	margin: 0;
}

.prod-mi-row-i {
	border-left: 0.25em solid white;
	transition: border 0.25s ease-in-out;
}

.prod-mi-row-i:hover {
	border-left: 0.25em solid var(--wp--preset--color--custom-sub-1);
}

.prod-mi-view > a::after {
	content: "View";
	padding: 0.5em;
	background-color: var(--wp--preset--color--custom-sub-1);
	margin: 0 0.25em;
}

.contact-form-s {
	border-radius: 9999px !important;
	padding: 1rem 2.25rem !important;
/* 	background-color: var(--wp--preset--color--custom-sub-1); */
	height: unset !important;
}

.contact-form-i {
	--wpforms-field-background-color: #ffffff !important;
}

@media (max-width: 630px) {
	.nav-footer {
		align-items: flex-start;
		width: 100%;
	}
	
	.nav-footer > ul {
		align-items: flex-start;
	}
	
	.search-geom-outer {
		clip-path: polygon(25% 0, 100% 0, 100% 100%, 5% 100%);
	}
	
	.search-geom-outer .wp-block-search__inside-wrapper {
		display: flex;
		flex-wrap: wrap;
		row-gap: 1em;
		justify-content: end;
	}
	
	.tooth-bar {
		padding-bottom: 4em;
	}
	
	.about-m-items > div {
		flex-basis: inherit;
    }
}

@media (max-width: 700px) {
	header {
		position: inherit;
	}
    .h-2item {
        grid-template-columns: 1fr;
        gap: 0em;
    }
}

@media (max-width: 930px) {
	.ywraq-form-table-wrapper {
		flex-direction: column;
    }
}


@media (max-width: 1100px) {
	.about-m-items > div {
		flex-basis: 30%;
    }
}

@media (min-width: 880px) {
	.prod-mi-rows > li {
		margin-bottom: 0 !important;
	}
}
/* @media (max-width: 612px) {
	.current-menu-item::after {
		display: none;
	}
} */