#modalPesquisaWoo {
display: none;
justify-content: center;
align-items: center;
}
.qodef-search-form-inner {
display: flex;
align-items: stretch;
}
.qodef-search-form-inner input[type="search"] {
flex: 1;
padding: 10px;
border: 1px solid #ccc;
border-right: none; border-radius: 4px 0 0 4px;
margin: 0px;
}
.qodef-search-form-inner button[type="submit"] {
background: #E2DCCA;
border: 1px solid #ccc;
border-left: none;
padding: 0 20px;
border-radius: 0 4px 4px 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.qodef-search-form-inner button[type="submit"]:hover {
background: #FDF6E3;
}
.qodef-search-form-inner svg {
width: 16px;
height: 16px;
stroke: rgb(168,75,47);
}
.svg-personalizado{
margin: 4px 0px 0 0;
transition: transform .5s cubic-bezier(.25,.25,0,1.5);
}
.svg-personalizado:hover{
transform: translateY(-3px);
} .wc-category-dropdown {
list-style: none;
padding: 0;
}
.wc-category-dropdown li {
margin-bottom: 8px;
position: relative;
}
.wc-category-dropdown .toggle-arrow {
cursor: pointer;
margin-right: 5px;
font-weight: bold;
display: inline-block;
width: 16px;
text-align: center;
}
.wc-category-submenu {
display: none;
padding-left: 20px;
margin-top: 5px;
}
.has-sub .toggle-arrow a{
font-weight: bold;
}
.widget_wc_category_dropdown_widget_2 h4{
display: none;
}
.wc-category-dropdown-v2 {
list-style: none;
padding-left: 0;
}
.wc-category-dropdown-v2 li {
margin-bottom: 8px;
}
.wc-category-submenu-v2 {
font-size: 20px;
padding-left: 15px;
margin-top: 5px;
list-style: circle;
}
.parent-category-v2 {
cursor: pointer;
display: inline-block;
margin-left: 5px;
color: #333;
font-weight: 500;
}
.parent-category-v2:hover {
text-decoration: underline;
}
#offcanvasMenu .widget .arrow-v2 .fa-chevron-right, #offcanvasMenu .widget .arrow-v2 {
width: 15px !important;
}
.parent-category-v2{
font-size: 20px;
display: flex;
justify-content: space-between;
}
.categoria-pai-is-open .arrow-v2 .fa-chevron-right{
transform: rotate(90deg);
}
.marcas-banho-e-higiene, .marcas-brincar, .marcas-gravidez-e-amamentacao, .marcas-passeio, .marcas-quarto-do-bebe, .marcas-refeicao, .marcas-roupa-de-bebe, .marcas-seguranca, .marcas-viagem{
display: none!important;
}
.show-flex-important {
display: flex !important;
}
#offcanvasMenu .widget_block{
margin: 0 0 0px;
}
.top-link-home{
display:block;
width: 100%!important;
text-align: center;
font-size: 20px;
border: 1px solid #6e6e6e;
border-radius: 10px;
padding: 6px;
}
.woocommerce ul.products li.product .onsale {
background-color: #e4cfc2; color: #5a4234; padding: 5px 10px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
position: absolute;
top: 10px;
left: 10px;
z-index: 9;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
font-family: 'Poppins', sans-serif; }