#nav-bottom .element-newsletter-bottom .newsletter-form .newsletter-input input {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 30px
}

.btn {
    background: #1a65ce;
    border: 0;
    line-height: 0;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.wrapper-product-combination .product-combination-list .product-combination-item label {
    background: #ffffff;
    border:2px solid #0011ff82;
    color: #000000;
    font-family: 'roboto_bold';
    font-size: 14px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px
}

img {
    max-width: 100%
}

/*BORDAS DO FILTRO DA VITRINE PRODUTOS*/
.element-filter-select-box .element-filter .select-box-container .select-box-placeholder {
    background: #fff;
    border: 2px solid #dcdcdc;
    font-family: 'roboto_regular';
    font-size: 14px;
    line-height: 20px;
    padding: 13px 50px 13px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 25px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease
}

/*BORDAS DA LISTA DE PRODUTOS*/
#product-list .product-list-item .product-list-item-inner {
    background: #fff;
    display: block;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    position: relative
}
/*EDIÇÃO TAMANHO DE FONTE DAS INFORMAÇEOS DE ATENDIMENTO (RODAPE)*/
#footer-main .element-phone .info-phone.info-whatsapp .info-label-whatsapp:before {
    content: "\f232";
    display: inline-block;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    margin: 3px 0;
    text-align: center;
    width: 30px
}

#footer-main .element-phone .info-email {
    color: #1a65ce;
    font-family: 'roboto_bold';
    font-size: 13px;
    margin-top: 5px
}

#footer-main .element-phone .info-phone {
    color: #1a65ce;
    font-size: 16.5px;
    line-height: 30px
}


/* ESPAÇAMENTO ENTRE OS CAMPOS DE CUSTOMIZAÇAO DE PEDIDO*/
.element-product-detail .wrapper-product-question {
    display: inline-block;
    margin: 45px 0;
    width: 100%;
}

.element-product-detail .wrapper-product-question .product-question-item-title {
    font-size: 19px;
    font-weight: bold;
}

/*ARREDONDAMENTO DA CAIXA DE SUBCATEGORIAS*/
#nav-main .element-menu-category #menu-category .menu-category-list > li ul {
    background: #fff;
    border-top: 7px solid #ffa33c;
	border-radius: 20px;
    display: block;
    padding: 37px 10px 10px;
    visibility: hidden;
    width: 300px;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,0.3);
    box-shadow: 0 0 35px rgba(0,0,0,0.3);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.wrapper-product-question .grid-2.grid-0.alpha.omega {
    width: 50%;
}

#responseForm .response-question:nth-of-type(50) ~ .div-button-add-option .help-box-new {
  display: block;
}
#responseForm .response-question:nth-of-type(50) ~ .div-button-add-option .add-option {
  pointer-events: none;
  opacity: 0.5;
}