/*CS Override*/

/*blockwishlistpro - 2022-01-05*/
#wishlistpro-sh-wrapper{
	--azulmipequeno: #3099c2;
	--rojomipequeno:#d5016c;
}


#wishlistpro-sh-wrapper >h3{
	color: var(--azulmipequeno);
	font-size:20px;
}
#wishlistpro-sh-wrapper form{
	margin:0 auto;
	position:relative;
	text-align: center;
	max-width:350px;
	margin-top:15px;
	/* border:1px solid; */
}

#wishlistpro-sh-wrapper #searchname{
	display: inline-block;
	width:100%;
	height: 40px;
	line-height: 40px;
	margin-right: 1px;
	padding: 0 40px 0 13px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border linear 0.2s,box-shadow linear 0.2s;
}
#wishlistpro-sh-wrapper #searchname:focus {
    border-color: #0094ad;
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

#wishlistpro-sh-wrapper .btnsearch-sh {
	background: url(./img/button-search.png) center top no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 7px;
	border: none;
	color: #FFF;
	width: 20px;
	height: 20px;
	text-align: center;
}

#wishlistpro-sh-wrapper .btnsearch-sh:hover,#mipequeno-tab .btnsearch-sh:active {
    background-position: center bottom;
	transition:all 300ms ease-in;
}
#wishlistpro-sh-wrapper .btnsearch-sh  span {
    display: none;
}