﻿

.woocommerce .woocommerce .select2-container--default .select2-selection--single {
	height: 38px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}


.woocommerce .select2-container--default .select2-selection{
	height: 40px;
}

.woocommerce-page .segunda-opcao {
    background-color: #007cba;
    border-color: #007cba;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
	  font-size: 13px;
}

.woocommerce-page .segunda-opcao:hover {
    background-color: #005a8d;
    border-color: #005a8d;
    color: #fff;
}





/* Ajuste para telas pequenas */
@media (max-width: 768px) {
    .single-product .segunda-opcao {
        width: 100%;            /* Botão ocupa toda a largura da tela */
    }
}


/* Estilo para o botão adicional */
.single-product .segunda-opcao {
    display: block;               /* Força o botão a ficar em uma linha */
    width: 100%;                   /* O botão ocupa toda a largura */
    margin-top: 0px;              /* Espaço entre o botão e o elemento acima */
    font-size: 14px;            /* Tamanho da fonte igual ao do botão original */
    padding: 13px 20px;            /* Padding igual ao do botão original */
    text-align: center;            /* Alinha o texto ao centro */
    color: inherit;                /* Cor do texto igual ao do botão original */
    background-color: inherit;     /* Cor de fundo igual ao do botão original */
    border: none;                  /* Retira borda, se necessário */
    text-decoration: none;         /* Remove underline do link */
	
}


/* Aumentar tamanho da fonte dos menus */
.menu, .menu-item {
    font-size: 16px; /* Ajuste o valor conforme necessário */
}
.widget_product_categories ul.product-categories li a {
    font-size: 16px;
}

/* Opcional: Ajustar o espaçamento entre os itens */
.widget_product_categories ul.product-categories li {
    margin-bottom: 1px; /* Ajuste conforme necessário */
}

/* Opcional: Alterar a aparência dos links */
.widget_product_categories ul.product-categories li a {
    color: #333; /* Cor do texto */
    font-weight: 500; /* Peso da fonte */
    text-transform: none; /* Transformação do texto, ex: 'uppercase', 'none' */
}

/* Remover o sublinhado nos links do menu de categorias */
.widget_product_categories ul.product-categories li a {
    text-decoration: none !important;
}

.woocommerce-page .product .woocommerce-tabs #tab-description {
    width: 700px; /* Definir a largura da descrição em 500px */
	min-width: 250px;
    max-width: 850px; /* Garantir que a largura máxima da descrição seja 500px */
    padding-right: 0; /* Remover espaçamento adicional à direita, se houver */
}



