/* Campo de busca */
#dgwt-wcas-search-input-1, #dgwt-wcas-search-input-2, #dgwt-wcas-search-input-3, #dgwt-wcas-search-input-4 {
	border-radius: 0;
  	border-width: 1px;
	background-color: #F7F5EF;
 	padding: 12px 40px 12px 15px; /* espaço extra à direita pro ícone */
    width: 100%;
}

/* Placeholder do campo de busca (ids #1 #2 e #3 são referentes aos dispositivos: Desktop, tablet, mobile)*/
#dgwt-wcas-search-input-1::placeholder, #dgwt-wcas-search-input-2::placeholder, #dgwt-wcas-search-input-3::placeholder {
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins',sans-serif;
}

/* Placeholder do campo de busca no mobile */
#dgwt-wcas-search-input-4::placeholder {
	font-size: 11px;
	font-weight: 300;
	font-family: 'Poppins',sans-serif;
}

/* Posição od icone da lupa do campo de busca */
.dgwt-wcas-search-submit {
    justify-self: end;
	top: 7px;
    right: 2px !important;
	background: none !important;
	font-style: normal !important;
}

/* Tamanho do Ícone da lupa do campo de busca */
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
	height: 16px;
	width: 16px
}

/* Para não exibir background o ícone da lupa do campo de busca */
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before  {
	display: none !important;
}

.dgwt-wcas-search-input::placeholder {
  font-style: normal !important;
}

/* Cor do ícone do perfil no header */
.perfil-link {
	color: black;
}

/* Cor do ícone do perfil ao hover */
.perfil-link:hover {
	color: #b2935c;
}

/* Ícone do carrinho no header */
.ast-header-woo-cart-custom {
	font-weight: 700;
}

/* Ajustes para responsividade no mobile */
@media only screen and (max-width: 768px) {
  .perfil-link {
    	font-size: 12px;
  	}
 .ast-header-woo-cart-custom {
		font-size: 12px;
	}
	.hfe-nav-menu-icon {
		font-size: 18px;
	}
	.header-mobile-img-icon img {
		height: 110px !important;
		width: 108px !important;
	}
}

/* Ajustes para responsividade em telas muito grandes */
@media only screen and (min-width: 2049px) {
 .desktop-main-header-grid, #menu-1-497b72a .hfe-menu-item, #dgwt-wcas-search-input-1::placeholder {
    	font-size: 18px !important;
  	}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
	height: 22px;
	width: 22px
}
	.desktop-header-icons {
		justify-content: center
	}
}


/* Ícone da lista de favoritos no header */

.wishlist_products_counter_number {
	border: 2px solid var(--ast-global-color-0);
    border-radius: 100%;
    background: #F7F5EF;
    font-size: 11px;
    font-weight: bold;
    color: black;
    position: absolute;
    top: 8px;
    right: 5px;
    height: 16px;
    min-width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0px;
    line-height: 0px;
	transition-duration: 0.5s;
}

.wishlist_products_counter_number:hover {
	color: black;
	border: 2px solid black !important;
	transition-duration: 0.5s;
}

.wishlist_products_counter.top_wishlist-heart.top_wishlist-.no-txt.wishlist-counter-with-products::before {
	font-size: 28px;
}

.wishlist_products_counter.top_wishlist-heart.top_wishlist-.no-txt::before {
	font-size: 28px;
	color: var(--ast-global-color-0);
}

.wishlist_products_counter.top_wishlist-heart.top_wishlist-.no-txt:hover {
	color: black !important;
	transition-duration: 0.5s;
}

.woof_checkbox_sales_container {
	margin-bottom: 15px !important;
}

.woof_container_inner label {
	font-size: 20px;
	padding-top: 5px;
}


