/*
Theme Name: printersolution
Theme URI: https://logicalweb.bo
Version: 1.0
Description: Tema hijo de twentytwentyfive
Author: Enrrique
Author URI: https://logicalweb.bo
Template: twentytwentyfive
*/

header{
	position:sticky;
	top:0;
	width:100%;
	z-index:4;
}
.text-line{
	position:relative;
	padding-left:2rem;
}
.text-line:before{
	content: ' ';
    width: 25px;
    border-top: 2px solid #ee067f;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
footer{
	margin:0;
}
/*HEADER*/
.content-search-products{
	max-width:300px;
}
.content-menu a img{
	vertical-align:middle;
	max-width:20px;
}
.content-menu a:hover{
	text-decoration:none;
	color:#ee067f !important;
}
.content-menu a:hover img{
	filter: invert(13%) sepia(95%) saturate(5753%) hue-rotate(325deg) brightness(92%) contrast(106%);
}
.content-menu a[aria-current="page"]{
	text-decoration:none;
	color:#ee067f !important;
}
.content-menu a[aria-current="page"] img{
	filter: invert(13%) sepia(95%) saturate(5753%) hue-rotate(325deg) brightness(92%) contrast(106%);
}
.dgwt-wcas-search-wrapp{
	min-width:auto !important;
}
/*STORE*/
.products-pagination a{
	background-color:#ebebeb;
	border-radius:0.25rem;
	padding:0.25rem;
	text-decoration:none;
}
/*CONTACT*/
.contact-form :where(input,textarea){
	width:100%;
	box-sizing:border-box;
	padding:0.5rem;
	border:1px solid gray;
	font-size:1.25rem;
}
.contact-form label{
	font-weight:bold;
}
.contact-form .wpcf7-submit{
	background-color:#333;
	color:white;
}
@media(max-width:450px){
	.content-credits{
		justify-content:center;
	}
}