/* ======================================
   01 - LOGO
====================================== */

.custom-logo{
    opacity:.8;
}

.custom-logo-link{
    display:inline-block;
    padding:0 !important;
    background:none !important;
}

@media (max-width:768px){

    .custom-logo{
        max-height:35px;
    }

}

/* ======================================
   02 - TÍTULOS DAS PÁGINAS
====================================== */

/* Container */

.entry-header{

    max-width:1200px;
    width:100%;

    margin:0 auto 28px;
    padding:0 20px;

}

/* Título */

.entry-title{

    margin:0;
    color:#111;

    font-size:28px;
    font-weight:500;
    line-height:1.1;
    letter-spacing:.02em;

}

/* Mobile */

@media (max-width:921px){

    .entry-title{

        font-size:22px;

    }

}

/* ======================================
   03 - WOOCOMMERCE GERAL
====================================== */

/* Remove Breadcrumb */

.woocommerce-breadcrumb{
    display:none !important;
}

/* Oculta Dimensões */

.woocommerce-product-attributes-item--dimensions {
    display: none;
}

/* Nome do produto - página do produto */
.woocommerce div.product .product_title {
    font-family: 'Barlow semi condensed', sans-serif;
    font-weight: 500;
    color: #777;
}

/* TÍTULO DO PRODUTO */
.product_title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #111;
    letter-spacing: 0.5px;
}

/* ======================================
   04 - AJUSTES GERAIS
====================================== */

/* Texto introdutório */

.descricao-topo {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
}

/* Espaçamento das abas do produto */

.single-product .woocommerce-tabs {
    margin-top: 20px;
}

/* ======================================
   05 - RESPONSIVO
====================================== */

/* MOBILE ONLY */
@media (max-width: 768px) {

    /* INFORMAÇÃO ADICIONAL */
    .woocommerce-product-attributes-item {
        font-size: 12.5px;
    }

 /* AVALIAÇÕES */
    .woocommerce-Reviews {
        font-size: 12.5px;
    }
}

/* ===================================== */
/*  CARRINHO - ALINHAMENTO CORRETO */
/* ===================================== */

/* ALINHA CONTAINER PARA DIREITA */
.woocommerce-cart td.product-quantity {
    text-align: right;
}

/* QUANTIDADE */
.woocommerce-cart .quantity {
    display: inline-flex;
    align-items: center;
}

/* REMOVE BUGS DO ASTRA */
.woocommerce-cart .quantity .qty {
    margin-left: 0 !important;
}

.woocommerce-cart .quantity .minus {
    margin-right: 0 !important;
}

/* BOTÕES */
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
    width: 32px;
    height: 36px;
    font-size: 14px;
}

/* INPUT */
.woocommerce-cart .quantity input.qty {
    width: 40px;
    height: 36px;
    font-size: 13px;
    text-align: center;

}

/* BOTÃO FINALIZAR PEDIDO (CHECKOUT) */
.woocommerce-checkout button#place_order {
    height: 48px;
    font-size: 13px;
    letter-spacing: 1.5px;
    width: 100%;
}
/* TÍTULOS CARRINHO + CHECKOUT */
.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
    font-weight: 500;
}



   

