﻿.suggestion-products ul {
    display: grid;
    grid-template-columns: 50% 50%;
}
.logo img {
    height: 30px;
}

.wd-search .suggestion-product:hover {
    background-color: white;
}

.wd-search .suggestion-title {
    color: black;
}

.wd-search .suggestion-product-price {
    color: black;
    font-weight: 600;
}

.wd-search .suggestion-product-name {
    color: black;
    font-weight: 600;
}

.wd-search .suggestion-product {
    display: grid;
    text-align: center;
    /* justify-content: center; */
}

.wd-search .suggestion-product-img img {
    height: auto;
}

.wd-search .suggestion-product-img {
    width: 100%;
}


.area-profile .wd-profile-addresses .wd-header, .area-profile .wd-profile-wishlist-list .wd-header, .wd-widget {
    overflow: unset !important;
}

.header-corpo {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    max-width: 1200px;
    margin: auto;
    padding: 8px 10px;
    align-items: center;
    /* text-align: center; */
}

.header-trio {
    display: grid;
    grid-auto-flow: column;
    text-align: center;
}

.abre-busca {
    position: fixed;
    z-index: 999;  /*  z-index: 3; */
    background-color: white;
    width: 30%;
    top: 5px;
    bottom: 0;
    right: -1000px;
    transition: 0.4s;
}

.header-desk {
    box-shadow: 1px 1px 4px #bfbfbf;
    opacity: 75%;
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: #FFFFFF;
}

.carrinho b {
    display: none;
}

.wd-category-menu nav>ul {
    display: grid;
    grid-auto-flow: column;
}

ul.sub-section {
    display: none;
}

.wd-category-menu a {
    color: #b9987f;
    font-size: 18px;
    font-weight: 600;
}

.wd-category-menu h3 {
    margin: 0;
}

.wd-category-menu a:hover {
    color: #949494;
    text-decoration: none;
}

.abre-busca.active {
    right: 5px;
	overflow-y: scroll;
}

.search svg {
    cursor: pointer;
}

.close {
    position: absolute;
    right: 15px;
    top: 21px;
    color: lightgray;
    cursor: pointer;
}

.close p {
    margin: 0;
}

.abre-busca button {
    background-color: transparent;
    font-size: 0px;
    top: 21px !important;
    left: -20px;
}

.abre-busca .input-wrapper {
    width: 100%;
    border: none;
    box-shadow: none;
}

input.clear-default-value.search-field {border-top: none;border-left: none;border-right: none;box-shadow: none;padding: 0;text-indent: 45px;height: 60px;outline: none;}

.abre-busca button::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='noun_Search_686211' width='21.222' height='21' viewBox='0 0 21.222 21'%3E%3Cg id='Grupo_53' data-name='Grupo 53' transform='translate(0)'%3E%3Cpath id='Caminho_302' data-name='Caminho 302' d='M28.316,36.633a8.316,8.316,0,1,1,8.316-8.316A8.341,8.341,0,0,1,28.316,36.633Zm0-15.121a6.8,6.8,0,1,0,6.8,6.8A6.824,6.824,0,0,0,28.316,21.512ZM41,39.715l-4.816-4.847a.748.748,0,0,0-1.058,1.058l4.816,4.847A.748.748,0,1,0,41,39.715Z' transform='translate(-20 -20)' fill='%23d2b49c'/%3E%3C/g%3E%3C/svg%3E");
}

.abre-busca button:hover {
    background-color: transparent !important;
}

.header-desk.sticky {
    opacity: 100%;
    /* box-shadow: 1px 1px 4px #bfbfbf; */
}

.abre-menu {
    position: fixed;
    z-index: 3;
    background-color: white;
    width: 70%;
    top: 0;
    left: -1000px;
    bottom: 0;
    transition: 0.4s;
    opacity: 0;
}

.menu-mobile {
    display: none;
}

.abre-menu.active {left: 5px;opacity: 1;}

.abre-menu.active .wd-category-menu nav>ul {
    grid-auto-flow: unset;
}

.abre-menu.active .wd-category-menu nav>ul a {
    display: block;
    padding: 10px 10px;
    border-bottom: solid 1px lightgray;
}

.abre-menu.active .wd-category-menu nav>ul li {
    margin: 0;
}

@media only screen and (max-width:1100px){
	.header-menu {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .header-corpo {
        grid-template-columns: 10% 55% 35%;
    }
    .abre-busca.active {
        width: 70%;
    }
	.abre-menu .topo {
    display: grid;
    grid-auto-flow: column;
    padding: 15px 15px;
    align-items: center;
    border-bottom: solid 1px lightgray;
	margin-top: 45px;
	}
}
}

.dark {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
}