@import url(font/stylesheet.css);
@import url(../../css/model-f.css);
@import url(../../css/mobile.css);
@import url(mobile-theme.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700);
* {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6,
.commom-price * {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
    font-weight: 400;
    color: #777;
}

::selection {
    color: #FFF;
    background: #666
}

.newsletter *,
.products-description .price span,
.products-description .price small,
.ff,
.title-bdb,
.menu-title {
    font-family: 'Marine', sans-serif, Helvetica, Arial !important;
    color: #454545;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
    color: #454545;
}

.products-description .title-product {
    background: #093;
    color: #FFF;
}

.products-description .send-file h3 {
    background: #093;
    color: #FFF;
}

.wrapper#upper-header {
    background: #fff;
}

.wrapper#upper-header * {
    color: #9a9a9a !important;
}

.wrapper#upper-header .col-10 .user-actions {
    float: left;
}

.wrapper#upper-header .user-actions .phone-number {
    float: right;
}

#header {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

#header .logo-image img {
    margin-top: 15px;
    background-size: contain !important;
}

#header>.row {
    max-width: 1152px;
    margin: 0px auto;
}

.fly-header>.wrapper {
    padding-top: 5px;
}


/* COR DO T�TULO E CONT�UDO 3 BOXES */

.boxes-row .box-title {
    background-color: #727175;
    color: #fff;
}

.boxes-row .box-content {
    background: #f2f2f2;
    letter-spacing: -1px;
    color: #333
}

.boxes-row .box-inner.first .box-title {
    background-image: url(../images/envie.png);
    background-position: 5px 2px;
    background-repeat: no-repeat;
}

.boxes-row .box-inner.middle .box-title {
    background-image: url(../images/crie.png);
    background-position: 5px 8px;
    background-repeat: no-repeat;
}

.boxes-row .box-inner.last .box-title {
    background-image: url(../images/personalize.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.boxes-row .box-inner.first .box-title,
.boxes-row .box-inner.middle .box-title,
.boxes-row .box-inner.last .box-title,
.products .boxes-row .box-content {
    display: none;
}

.boxes-row .box-title h2 {
    color: #ffffff;
}

.products .boxes-row .box-content {
    background: #f2f2f2;
    letter-spacing: -1px;
    color: #333
}


/* LOCAIS COM FONTE PERSONALIZADA */

.products-description .options h3 {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
}

.title-bdb label {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #454545;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.title-bdb select {
    width: auto;
}


/*			PRODUTOS		*/

.product h3.title {
    color: #545454 !important;
    text-align: center;
    font-weight: bold;
}

.product span.min-description {
    color: #8d8d8d !important;
}

.product .price span.number {
    color: #686868 !important;
}

.product .price span.unit {
    color: #cacaca !important;
}

.product,
.product.category {
    background-color: #fff;
}

.products.inner-rows>h2,
.title-bdb {
    color: #454545;
    border-bottom: 1px solid #e5e5e5 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-home .products.inner-rows>h2,
.page-home .title-bdb {
    border-bottom: 1px solid #686868 !important;
}


/*     CORES E BACKGROUNDS    */

.button.checkout {
    background-color: #686868;
    box-shadow: 1px 1px 3px #000000 inset;
    color: #FFF;
}

a:hover.button.checkout {
    background-color: #929292;
}

.wrapper-cart .cupom .situation.valid {
    background: url(../images/bg-cupom.jpg) no-repeat center center;
    -webkit-background-size: 100% 130%;
    background-size: 100% 130%;
}

body {
    background: #f5f5f5;
    margin: 0 !important;
    font-size: 16px !important;
}

.boxes-row {
    background: none repeat scroll 0 0 #F2F2F2;
}

#main {
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
}

#main>.row>.col-1.col-products {
    display: block;
}

.page-home #main {
    background: none;
    padding: 0px;
    margin-top: 0;
}

#footer {
    background-color: #FFF;
}

#footer .row.newsletter {
    margin-bottom: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #cfcfd1;
}

#footer,
#footer .row.newsletter {
    width: 100%;
    max-width: 100%;
}

#footer>.row,
#footer .row.newsletter>form {
    max-width: 1152px;
    margin: 0px auto;
}

.newsletter {
    margin-top: 0;
}


/* 		CARRINHO DE COMRRA		*/

.cart,
.my-account {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-right: none;
    height: 38px;
}

.cart {
    background-image: url(../images/icons/cart.png) !important;
}

.my-account {
    background-image: url(../images/myaccount.png) !important;
}

a.cart,
a.my-account {
    background-color: #fff !important;
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    color: #9a9a9a;
}

.chat-link {
    color: #333 !important;
}

.chat-link:hover {
    color: #9a9a9a !important;
}


/*		MAPEAMENTO SITE		*/

.links a,
.links span {
    color: #777;
}


/*		MENU LATERAL 		*/

.menu h2 {
    border-bottom: 2px solid #C1C1C1 !important;
}

ul.main-menu.sub-menus.slide-menu>li a {
    color: #747277;
    border-bottom: 1px solid #eee;
}

ul.main-menu.sub-menus.slide-menu>li ul a:hover {
    background-color: #eee;
    color: #333;
}

#sidebar .main-menu>li>.sub-menu>li>.sub-menu>li>a:hover {
    background-color: #eee;
}


/*			MENU TOPO		*/

#menu-top .menu-header>li>a {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
}

#menu-top .menu-header>li ul li a:before {
    content: "\00bb  ";
    font-family: Arial, Helvetica, sans-serif;
}


/*#menu-top .menu-header > li ul a{min-width: 180px;}*/

.menu-header>li a {
    color: #666 !important;
    font-size: 18px !important;
}

.menu-header li:hover>a,
.menu-header a.active,
#menu-top .menu-header>li>ul a:hover {
    background: #004691;
    color: #ffffff !important;
    padding: 3px 10px !important;
    height: 100%;
}

.menu-header li ul>li a:hover {
    background: #9a9a9a;
    padding: 3px 10px !important;
}

.menu-header li>a {
    padding: 3px 10px !important;
    background: none;
}


/*		NEWS LETTER			*/

.text-news * {
    color: #4d4d4d;
}

.text-news svg {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.text-news h3,
.text-news h5 {
    text-transform: none;
}

.text-news h3 {
    font-size: 28px;
}

.text-news h5 {
    font-size: 18px;
}

#news_bot_receber span {
    color: #4d4d4d;
}

#footer .one-input.featured-form input[type="text"] {
    border-bottom: 1px solid #4d4d4d;
    padding: 10px 0;
    width: 37% !important;
    margin-right: 1%;
}

#footer .one-input.featured-form input[type="submit"] {
    background-color: #b5b5b5 !important;
    color: #fff !important;
}

#footer .one-input.featured-form button[type=submit] {
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    background: #fff;
}

#footer .one-input.featured-form button[type=submit]:hover {
    background-color: #4d4d4d;
    color: #fff;
}


/* 			RODAP�			*/

#footer {
    padding-bottom: 10px;
}

#footer>.row.newsletter {
    height: inherit !important;
}

.questions.links-list a,
.links-list a {
    color: #5b5b5b;
}

.col-faq {
    height: 100% !important;
}

.col-links {
    height: 100% !important;
}

.col-items {
    height: 100% !important;
}

#footer h2 {
    text-transform: uppercase;
    border: none;
}

#footer h2,
.questions.links-list a,
.links-list a,
#footer ul.contact li a {
    color: #545454;
}

.questions.links-list a:hover,
.links-list a:hover,
#footer ul.contact li a:hover {
    text-decoration: underline;
}

#sub-footer {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

#sub-footer>.row {
    max-width: 1152px;
    margin: 0px auto;
}

#sub-footer .copyrights {
    text-align: left;
}

#sub-footer .col-powered {
    float: right;
}

#sub-footer .powered {
    text-align: right;
}


/*		NOME_PRODUTO.HTML		*/

.title-product {
    background-color: inherit !important;
}

.download-templates {
    background-color: #F2F2F2;
    padding-bottom: 10px;
}

h3.bar-color {
    background-color: inherit !important;
    color: #777777 !important;
}

#form-gabarito button.success {
    background: #727375 !important;
    font-size: 20px;
    border-color: #C1C1C1;
}

#form-gabarito .icon-upload,
.icon-ok-circle {
    vertical-align: baseline;
}

form sup {
    color: #20346E;
}

#breadcrumbs {
    background: none;
    padding: 0 15px;
    margin-top: 15px;
    border-bottom: none;
}

#breadcrumbs>.row {
    border-bottom: 2px solid #e1e1e1;
}

#breadcrumbs .links a,
#breadcrumbs .links span {
    color: #454545;
}

#menu-top {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-top: 1px solid #dadada;
    padding: 0px 15px;
    height: 40px;
    -webkit-box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.15);
}

#menu-top>.row {
    width: 90%;
    max-width: 1300px;
    margin: 0px auto;
}

.product.category .button,
.product .button {
    background: #e96e64;
    border: none;
    color: #fff;
}

.product.category a:hover.button,
.product a:hover.button {
    background: #f2aba5;
}

#menu-top .menu-header {
    margin-top: 0;
}


/* DESCRI��O DO PRODUTO */

.products-description>.wrapper {
    width: 95%
}

.figure.category-banner img {
    height: auto !important;
}

.btn-append {
    background-color: #686868;
    border: none;
    border-radius: 6px;
}

a:hover.btn-append {
    background-color: #929292;
}

.btn-append span {
    color: #fff;
}

.step-by-step ul li.active b {
    background-color: #686868;
    color: #fff;
}

.step-by-step ul li b {
    background-color: #eee;
}

.step-by-step ul li *,
.simulation .dt-table .title {
    font-family: 'Marine', sans-serif, Helvetica, Arial;
}

.payment-page .stages-menu .sm .number a {
    background-color: #eee;
    border-color: #eee;
    color: #686868;
}

.payment-page .stages-menu .sm .number {
    background-color: #fff;
    border-color: #eee;
}

.row .col-7.col-custom-facebook {
    width: 40%;
}

.row .col-7.col-custom-first {
    width: 60%;
}

#innerDepoimentos>.row {
    background-color: #fff;
    margin-bottom: 10px;
}

.product.category .min-description {
    display: none;
}

.product {
    box-shadow: 0px 0px 4px #ccc;
}

.product:hover {
    box-shadow: 0px 0px 6px #666;
}

#main {
    background-color: #f5f5f5;
}

.filter-menu {
    background-color: #FFF;
    padding: 0 10px;
}

.tab-product-content {
    background-color: #FFF;
}

.page-home #main .col-1.col-products .products.inner-rows {
    display: block;
}

.col-custom-facebook h3 {
    display: none;
}

.calcule-box .options-box .title {
    background-color: #686868;
    color: #fff;
}

.calcule-box .options-box .title b {
    color: #686868;
}

.calcule-box .options-box .option-group-item input[type="radio"]:checked+.option-group-radio,
.calcule-box .options-box .option-group-item input[type="checkbox"]:checked+.option-group-radio {
    background-color: #686868;
    border-color: #686868;
}

.calcule-box .options-box #loading-cep,
.calcule-box .options-box #sending-file {
    background-color: #686868;
}

.calcule-box .options-box .table-hiflex table tbody tr.checked td:first-child {
    background-color: #686868;
}

.calcule-box .options-box .table-hiflex table tbody tr.checked td {
    border-color: #686868;
}

.calcule-box .options-box.resumo .title b,
.calcule-box .options-box #send-file,
.calcule-box .options-box.resumo button {
    background: #e96e64;
}

.calcule-box .options-box.resumo button:hover {
    background: #f2aba5;
}

.calcule-box .options-box.resumo .title {
    color: #686868;
}

.calcule-box .options-box.resumo {
    background-color: #E5A32B;
}

.calcule-box h2,
.calcule-box h3 {
    text-transform: none !important;
}

.calcule-box .options-box .option-group-item input[type="radio"]:checked+.option-group-radio+.option-group-label,
.calcule-box .options-box .option-group-item input[type="checkbox"]:checked+.option-group-radio+.option-group-label {
    border-color: #686868;
}

.revelacao-digital>.row>.col-3.col-page {
    width: 100%;
}

.revelacao-digital>.row>.col-11 {
    display: none;
}

#fileFormat b:last-child {
    display: none;
}

#fileFormat:after {
    content: ' ZIP, RAR, JPG ou PNG.';
    font-weight: bold;
    display: none;
}

.tab-product li {
    background: #666;
    color: #FFF;
}

.show-more i {
    color: #686868;
}

.calcule-box .options-box .option-group-item .option-group-label {
    font-size: 14px;
}

#main.hiflex {
    padding: 15px 0px;
}

.calcule-box .options-box {
    padding: 5px;
}

.calcule-box .options-box .option-group-title {
    font-size: 14px;
}

.calcule-box .options-box .option-group-item .option-group-radio {
    width: 20px;
}

.fly-header .cart,
.fly-header .my-account {
    background: #e96e64 !important;
}

.fly-header .cart {
    width: 50px !important;
}

#produtos-tabs .produto-item .produto-price .stroke {
    color: #777;
    margin-right: 5px;
}

#innerDepoimentos {
    padding-left: 10px;
}

#header {
    box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #ffffff;
}

#main,
#breadcrumbs {
    width: 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    margin-top: 0;
}

#main>.row,
#breadcrumbs>.row {
    max-width: 1152px;
    margin: auto;
}

#frmBusca .input-submit span {
    display: none;
}


/* PAGE LOGIN */

.page-login {
    background-image: url('../images/bg-login.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-login .box-login {
    border: 0 none;
    box-shadow: none;
    background: none;
}

.page-login .inner-col-logo .logo-image img {
    border-right: 1px solid #000;
    width: 100%;
    padding-top: 25px;
}

.page-login .box-login {
    margin-left: 65%;
    border-radius: 15px;
}

.box-login .box-login-inner {
    max-width: 620px;
    padding: 30px 15px;
}

.box-login .box-login-inner .form {
    margin: 0;
}

.box-login .box-login-inner>.row>.col-1>.col-1 {
    float: left;
}

.page-login .box-login label {
    color: #4a4948;
}

.page-login .box-login .forgot-password {
    color: #c24333;
}

.page-login .box-login .button {
    background: #c24333;
    border: none !important;
    box-shadow: none;
    padding: 5px 30px;
    color: #fff;
    text-transform: uppercase;
}

.page-login .box-login .button i {
    display: none;
}

.box-login .box-login-inner input[type="text"],
.box-login .box-login-inner input[type="password"] {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    background-color: #fff !important;
    border: 0;
    border-bottom: 1px solid #4a4948;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
}

.page-login .logo-image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.page-login .logo-image img {
    width: 80%;
}

.calcule-box .options-box .option-group-title {
    display: block;
}

.calcule-box .options-box .dt-table .dt-table-cell {
    display: block;
}

.calcule-box .options-box .option-group-item {
    margin-right: 5px;
}

.page-home .product .number>small {
    display: none !important;
}

.page-home .product .number:before {
    content: "R$"
}

.page-login .box-login {
    min-height: 175px;
    max-width: 450px;
    top: 35%;
}

.page-login form {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    border-radius: 15px;
}


/* PAGE LOGIN */

.inner-col-logo img.logo {
    min-width: 0px !important;
}

#header .row-header-items {
    margin-top: 50px !important;
}

.user-actions .phone-number {
    float: left;
    font-size: 14px;
    margin-left: 30%;
    background: url(../images/icons/phone2.png) no-repeat left center;
    padding: 10px 0px;
    text-indent: 20px;
}

#menu-top .menu-header>li a {
    height: 39px !important;
    padding-top: 8px !important;
}

table {
    border-spacing: 0px !important;
}

#menu-top .menu-header>li ul li a {
    background-color: #004691;
    font-family: 'Marine', sans-serif, Helvetica, Arial;
    font-size: 18px !important;
    color: #fff !important;
}

#menu-top .menu-header>li ul li a:hover {
    background-color: #e96e64;
    padding-top: 8px !important;
}

#menu-top .menu-header>li>ul {
    background-color: #686868;
    border: none;
    border-radius: 0
}

#menu-top .menu-header>li>ul {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

.notification.info {
    background-color: #f5f5f5;
    border-color: #9a9a9a;
    color: #686868;
}

.one-input.featured-form {
    display: block;
    width: 100%;
    margin: 0;
    border: 0px solid #e96e64;
    background: #eeeeee;
    height: 38px;
}

.one-input.featured-form input[type="text"] {
    border-right: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #686868 !important;
}

.page-home #sidebar {
    display: none;
}

#pagina-produto #produto-descricao-reduzida .min-descricao h1.subtitle {
    color: #e4473a;
}

.calcule-box .options-box .title {
    text-align: left;
    background-color: #fff !important;
    color: #e4473a !important;
}

a svg,
button svg,
.button svg,
span svg {
    vertical-align: top;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.wrapper {
    max-width: 1152px;
}

.model-f#header div.logo-image a img {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.model-f#header .row-header-items {
    margin-top: 0 !important;
}

.row-header-items .col-8 {
    width: 15%;
}

.header_searchBox--margin {
    margin-top: 30px;
    width: 70% !important;
}

.row-header-items .col-6>.row>.col-4 {
    width: 70% !important;
}

.model-f#header .row .col-cart {
    width: 15%;
    display: flex;
}

.model-f#header .row .col-cart svg,
.fly-header svg {
    width: 20px;
}

.model-f#header .form-search input,
.fly-header .form-search input {
    background-color: #fff;
    border-bottom: 1px solid #4a4948;
}

.model-f#header .form-search button,
.fly-header .form-search button {
    width: auto !important;
    background-color: transparent !important;
    float: left;
    padding: 0;
}

.model-f#header .form-search button svg,
.fly-header .form-search button svg {
    width: 20px;
}

.model-f#header .form-search button:hover,
.fly-header .form-search button:hover {
    box-shadow: none !important;
}

.one-input.featured-form {
    background-color: transparent !important;
}

.model-f#header .form-search input,
.fly-header .form-search input {
    width: 85% !important;
    padding: 10px 0;
}

#header .cart {
    border: none !important;
}

#header .cart:before,
.fly-header .cart:before,
.fly-header .my-account:before {
    content: "";
}

.fly-header .cart,
.fly-header .my-account,
.fly-header button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.fly-header button {
    float: left !important;
}

.categorias_title--style,
#main-categories {
    display: none;
}

#slider {
    max-width: 1152px;
}

#produtos-tabs .tab-categories ul li {
    box-shadow: none;
    border-radius: 0;
    margin: 0 30px;
}

#produtos-tabs .tab-categories ul li a {
    border: 1px solid #4d4d4d;
    background-color: transparent;
    color: #4d4d4d;
    border-radius: 0px;
}

#produtos-tabs .tab-categories ul li.active a,
#produtos-tabs .tab-categories ul li:hover a {
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 0px;
}

#produtos-tabs .tab-categories ul li:LAST-CHILD a {
    border: 1px solid #4d4d4d;
    border-radius: 0px;
}

#produtos-tabs .tab-categories {
    margin-bottom: 20px;
}

#produtos-tabs .tab-categories .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#produtos-tabs {
    margin-top: 20px;
}

#produtos-tabs .tab-produtos-container {
    background-color: transparent;
}

#produtos-tabs .produto-item {
    background-color: #fff;
    width: 23%;
    margin: 1%;
}

#produtos-tabs .produto-item {
    text-align: center;
    height: 440px;
}

#produtos-tabs .produto-item h3 a {
    text-transform: none;
}

#produtos-tabs .produto-item .produtos_descricao--estilo {
    display: none;
}

#produtos-tabs .produto-item .produtos_botaoComprar--estilo {
    display: none;
}

#produtos-tabs .produto-item .produto-price .real-price {
    color: #e4473a;
}

#produtos-tabs .produto-item .produtos_aPartir--estilo {
    color: #4d4d4d;
}

#footer .row.newsletter {
    background-color: #fff;
}

#footer .one-input.featured-form {
    margin-top: 12px;
}

.global-menu>li:hover>a>span,
.global-menu>li:hover>span {
    color: #e96e64;
    background-color: transparent;
}

.global-menu li.has-dropdown .global-menu-dropdown .box-menu .box-menu-sub li a:hover,
.global-menu li.has-dropdown .global-menu-dropdown .box-menu .title-menu a:hover {
    color: #e96e64;
}

#produtos-tabs .produto-item:hover .produto-image .produto-show-hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .col-items {
    display: none;
}

.fly-header.model-f .row-header-items .col-6 {
    width: 70%;
}

.fly-header.model-f .row-header-items .col-11 {
    width: 15%;
    padding-top: 10px;
    display: flex;
}

.fly-header.model-f .row-header-items .col-11 .cart {
    float: right;
    margin: 0 auto;
    width: auto !important;
}

#pagina-produto #produto-descricao-reduzida .min-preco .big-preco {
    color: #e4473a;
}

#footer .col-faq,
#footer .col-links,
#footer .col-pay-methods,
#footer .col-items {
    min-height: 110px;
}

.global-menu li.has-dropdown .global-menu-dropdown .box-menu .box-menu-image {
    height: 240px;
}

#innerFreteTabela .legRapido {
    background-color: #e96e64;
}

#innerFreteTabela thead th.header-dia {
    color: #e96e64;
}

#innerFreteTabela tbody td.rapido {
    background-color: #b2c0ce;
}

#produto-descricao .panel-head {
    display: none;
}

#produto-descricao .panel-body>* {
    display: none;
}

.paym-big {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2rem;
    margin-left: .2rem;
    padding: .2rem;
    width: 3rem;
}

.payment.methods label img {
    width: 60px;
    height: 30px;
}

.dropdown-hover {
    position: relative;
    cursor: pointer;
}

.dropdown-hover .dropdown {
    display: none;
}

.dropdown-hover:hover .dropdown {
    display: block;
}

.dropdown-list {
    background-color: #eee;
    box-shadow: 0.8rem 0.8rem 1rem 0 rgba(83, 117, 153, .5);
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 200px;
}

.dropdown-list a {
    display: block;
    padding: 15px;
    color: #777;
}

.dropdown-list a:hover {
    background-color: #e1e1e1;
}

#innerFreteTabela thead tr:nth-child(3) th:nth-child(n+5) {
    display: none;
}

#innerFreteTabela thead tr:nth-child(3) th:last-child {
    display: table-cell !important;
}

#innerFreteTabela tbody tr td:nth-child(n+5) {
    display: none;
}

#innerFreteTabela tbody tr td:last-child {
    display: table-cell !important;
}

.btn-append,
.button.checkout {
    background: #e4473a;
}

.btn-append:hover {
    background: #f2aba5;
}

.button.checkout {
    text-shadow: none;
    box-shadow: none;
}

#frmCentroCustos input {
    margin-bottom: 15px;
}

#innerObservacoes,
#txtNotaObservacao {
    display: none;
}

#innerNotasPedido {
    display: none !important;
}

.title-bdb {
    display: none;
}

#txtRequisicaoCompras {
    display: none;
}

.payment-page #frmEnderecos+div {
    display: none;
}

#innerConclusao .prod-desc .success>span {
    color: #777;
}

#innerConclusao .prod-desc .success {
    border-color: transparent;
}

#produto-form-personalizar input,
#produto-form-personalizar select {
    border: 0;
    border-bottom: 1px solid #4d4d4d;
    box-shadow: none;
    padding: 6px 0;
}

#pagina-produto #produto-form-personalizar label {
    display: block;
    font-size: 12px;
    padding: 15px 0px 5px 0px;
}

#pagina-produto #produto-form-personalizar span {
    font-size: 12px;
    color: #777;
    display: block;
    text-align: right;
}

#pagina-produto #produto-form-personalizar h4 {
    margin-top: 10px;
    padding-bottom: 5px;
    color: #e4473a;
}

#produtos-tabs .produto-item {
    cursor: pointer;
}

#produtos-tabs .produto-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

#produtos-tabs .produto-item:hover .produto-show-hover {
    display: none !important;
}

.box-share,
.newsletter {
    display: none !important;
}

#footer {
    margin-top: 30px;
    padding-top: 30px;
}

.fly-header-mobile {
    display: none;
    height: 50px;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.mobile .fly-header-mobile {
    display: flex !important;
}

.fly-header-mobile .open-sidebar {
    width: 40px;
    padding: 8px;
}

.fly-header-mobile #frmBusca {
    border: 0;
    padding: 2px;
    position: relative;
    height: auto;
}

.fly-header-mobile #frmBusca input {
    border-radius: 3px;
    padding: 6px;
    width: 100%;
    border: 1px solid #ccc !important;
}

.fly-header-mobile #frmBusca button {
    position: absolute;
    right: 2px;
    background: transparent;
    padding: 0;
    width: 30px;
    top: 2px;
}

.fly-header-mobile #frmBusca button svg {
    width: 20px;
    height: 20px;
}

.fly-header-mobile .cart::before {
    display: none;
}

.fly-header-mobile .cart {
    padding: 2px;
    margin: 0px;
    border: none !important;
    background: transparent !important;
    padding: 8px !important;
}

.fly-header-mobile .cart svg {
    height: 20px;
    width: 20px;
}

.fly-header-mobile .cart #innerInfoCarrinhoTopo {
    position: absolute;
    right: -3px;
    top: 1px;
    z-index: 2;
    line-height: 1 !important;
}

.fly-header-mobile .cart .numItensCart {
    position: relative;
    top: auto;
    right: auto;
}

.fly-header-mobile .cart .numItensCart {
    font-size: 10px;
    padding: 3px 6px;
}
#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: 0.5s;
    z-index: 9998;
}
#sidenav-overlay.visible{
    display: block;
    opacity: 1;
}
#sidenav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    overflow-y: auto;
    background: #FFF;
    z-index: 9999;
    transition: left 0.5s;
}
#sidenav.visible{
    left: 0;
    box-shadow: 0px 0px 10px #ccc;
}
#sidenav .sidenav-menu-list li{
    position: relative;
}
#sidenav .sidenav-menu-list li a{
    color: #777;
    text-transform: uppercase;
    display: block;
    padding: 10px;
}

#sidenav .sidenav-menu-list li a:hover{
    background-color: rgba(0,0,0,0.2);
}

#sidenav .sidenav-menu-list li .sidenav-menu-list{
    display: none;
    padding: 0px 10px;
    border-left: 5px solid #777;
}

#sidenav .sidenav-menu-list li.menu-toggle:after{
    content: '';
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777;
    position: absolute;
    right: 5px;
    top: 16px;
}



/* MEDIA QUERY */

@media screen and (max-width:800px) {
    #header {
        margin-top: 50px;
    }
    #header .col-4,
    #upper-header {
        display: none !important;
    }
    #produtos-tabs .tab-categories>ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    #produtos-tabs .tab-categories ul li {
        width: 30%;
        margin: 0;
    }
    #produtos-tabs .produto-item {
        width: 50%;
        margin: 0;
    }
    #footer .col-faq,
    #footer .col-links,
    #footer .col-pay-methods,
    #footer .col-items {
        width: 100% !important;
    }
    #footer .col-pay-methods {
        margin-top: 16px;
    }
    .calcule-box .options-box .calcular-cep {
        display: flex;
    }
    #pagina-produto #produto-resumo button.confirm {
        font-size: 18px;
    }
    #innerFreteTabela {
        overflow: auto;
    }
    .stage .col-6,.stage .col-8#innerFormasPgto{
        width: 100%;
    }
    .tab-content{
        padding: 0;
    }
    .table-bordered{
        padding: 0;
    }
    .col-logo{
        padding: 0;
    }
    #pagina-produto #produto-thumbs #image-slider .image-item{
        width: 100px;
        height: 100px;
    }
}

#pagina-produto #produto-resumo button.confirm + div{
    top: auto !important;
    height: 55px;
}

/* Upload Arquivo */

#innerEnvieArquivo .panel-head {
	height: 100px;
	background-image: url(../images/btn-upload-image.png), linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(245,245,245,1) 100%) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain !important;
	cursor: pointer !important;
	border: solid 2px #dcdcdc !important;
	border-radius: 15px;
}
#innerEnvieArquivo .panel-head h2 {
	display: none;
}
#innerEnvieArquivo .panel-head * {
	cursor: pointer;
	font-size: initial !important;
	opacity: 0 !important;
	position: absolute !important;
	top: initial !important;
	left: initial !important;
	width: 100%;
	height: 100%;
	right: 0;
}

DIV#innerPopupLGPD DIV.divPopupLGPD_container {
    width: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    padding: 20px 0 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0 !important;
    border-radius: 0 !important;
}

#innerPopupLGPD>div>h2 {
    display: none;
}

#innerPopupLGPD>div>p {
    margin-bottom: 0;
    color: #ffffff;
}

.linkPopupLGPD_A {
    color: #0090ff;
}

#botPopupLGPD_fechar {
    background: #000 !important;
    margin-top: 20px;
}

#botPopupLGPD_fechar:hover {
    color: #000;
    background: #fff !important;
}

@media(max-width: 767px) {
    #botPopupLGPD_fechar {
        background: #000 !important;
        float: none;
        top: 0;
        left: 0;
        margin-top: 15px;
        margin-bottom: 18px;
    }
}

#stage1 > div > div > div:nth-child(2) > div:nth-child(4) {
    display: none !important;
}
#innerAlertasBoletoPix .boleto, #innerAlertasBoletoPix .PIX{
	text-align: justify;
	margin: 1rem 0;
	padding: 1.2rem;
	border: 1px solid #ddd;
}
#innerAlertasBoletoPix h3{
	font-weight: bold;
	margin-bottom: .5rem;
}
#innerAlertasBoletoPix p{
	font-size: .9rem;
}