
body {

    background-color: #ebe8e852;

    /* filter: blur(3px); */
}

/* -------- HEADER BEGIN--------- */
.product-detail header {
    height: 200px;
}

.product-detail header .background {
    display: flex;
    flex-direction: row;
    background-image: url('../assets/HeaderImage.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* text-align: center; */
    color: #FFFFFF;
    filter: blur(3px);
}

.product-detail header .background .container-info-client h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.product-detail header .background .container-info-client p {
    margin-top: 10px;
}


/* -------- HEADER END--------- */


/* -------- SECTION BEGIN--------- */

.product-detail section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 20px; */
    margin-top: 20px;
    /* width: 100%; */
    height: 100%;

}

/* -------- PRODUTO DETALHADO BEGIN ---------- */

.product-detail section .detail-product {
    position: absolute;
    border-radius: 10px;
    top: 25%;
    z-index: 1;
    background-color: #FFFFFF;
    width: 80%;
    height: 450px;

}

.product-detail section .detail-product .detail-product__header {


    height: 180px;
    padding: 15px 15px 2px 15px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;


    background-image: url('../assets/guarana.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.product-detail section .detail-product .detail-product__header .footer {

    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #FFFFFF;
    justify-content: space-between;

}

.product-detail section .detail-product .detail-product__header .footer p {

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;


    color: #060606;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;

}

.product-detail section .detail-product .detail-product__header .footer span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;


    color: #FFFFFF;

}

.product-detail section .detail-product .detail-product__header .footer .box-qtd {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 1px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;

}

.product-detail section .detail-product .detail-product__header .footer .box-qtd .qtd {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFFFFF;

}

.product-detail section .detail-product .detail-product__header .footer .box-qtd .qtd img {
    cursor: pointer;

}

.product-detail section .detail-product .detail-product__header .footer .box-qtd .qtd label {
    margin: 0 15px;

}

.product-detail section .detail-product .detail-product__body {
    margin: 10px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

}

.product-detail section .detail-product .detail-product__body h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;

    color: #F27405;

}

.product-detail section .detail-product .detail-product__body span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #636363;

}

.product-detail section .detail-product .detail-product__body .opcionais {
    display: flex;
    flex-direction: row;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    justify-content: space-between;
    width: 80%;

}

.product-detail section .detail-product .detail-product__body h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #D93D04;

}

.product-detail section .detail-product .detail-product__body button {

    /* margin: 0 15px; */
    background: linear-gradient(90.82deg, #D93D04 0%, #F27405 100%);
    border-radius: 10px;
    border: none;
    height: 50px;
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.product-detail section .detail-product .detail-product__body button a {
    color: #FFFFFF;
}


/* -------- PRODUTO DETALHADO END ---------- */


/* -------- MENU CATEGORIAS BEGIN ---------- */


.product-detail section .categories-menu {
    filter: blur(3px);
    padding-left: 10px;
    overflow-x: hidden;
    margin: 10px 0;

}

.product-detail section .categories-menu h2 {
    margin-left: 25px;

}

.product-detail section .container-categories-menu__itens {

    display: flex;
    flex-direction: row;
    overflow-x: scroll;

}

.product-detail section .container-categories-menu__itens .categories-menu__itens {

    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin: 10px 5px;
    border-radius: 10px;
}

.product-detail section .container-categories-menu__itens .categories-menu__itens img {
    width: 39px;
}

.product-detail section .container-categories-menu__itens .categories-menu__itens span {
    margin-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.36px;
    color: #F27405;

}


/* -------- MENU CATEGORIAS END ---------- */


/* -------- MAIS PEDIDOS BEGIN ---------- */

.product-detail section .more-requests {
    filter: blur(3px);
    padding-left: 10px;
    overflow-x: hidden;
    margin: 10px 0;

}

.product-detail section .more-requests h2 {
    margin-left: 25px;

}

.product-detail section .container-more-requests__itens {

    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: 100%;

}

.product-detail section .container-more-requests__itens .more-requests__itens {

    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0 10px;
    margin: 10px 5px;
    border-radius: 10px;
}

.product-detail section .container-more-requests__itens .more-requests__itens p {
    margin-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */


    color: #F27405;

}

.product-detail section .container-more-requests__itens .more-requests__itens span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #636363;
    margin-bottom: 20px;

}

.product-detail section .container-more-requests__itens .more-requests__itens h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    /* identical to box height */


    color: #D93D04;

}


/* --------MAIS PEDIDOS END ---------- */


/* -------- SECTION END--------- */

@media (max-width: 420px) {

    .product-detail section form {
        width: 100%;

    }
}
