@font-face {
    font-family: 'NowAlt-Regular';
    /*src: url('../../js/jquery/google-fonts/opensans/OpenSans-BoldItalic.eot');*/
    src: local('NowAlt-Regular'), url('../../fontes/NowAlt-Regular.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* status bar - pedidos_detalhes */
.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    border-style: inherit;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    line-height: 50px;
}

.update-nag:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}

.update-nag>.update-split {
    background: #337ab7;
    width: 33px;
    float: left;
    color: #fff !important;
    height: 100%;
    text-align: center;
}

.update-nag>.update-split>.glyphicon {
    position: relative;
    top: calc(50% - 9px) !important;
    /* 50% - 3/4 of icon height */
}

.update-nag>.update-split.update-success {
    background: #5cb85c !important;
}

.update-nag>.update-split.update-danger {
    background: #d9534f !important;
}

.update-nag>.update-split.update-info {
    background: #5bc0de !important;
}

.update-nag>.update-text {
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}

/* fim */
body,
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    padding-top: 0px;
}

.form-cielo,
.form-cielo input,
.form-cielo select,
.form-cielo label {
    font-size: 14px;
}

.requerido {
    color: red;
}

label {
    font-weight: normal;
}

.menu-filtro {
    margin-bottom: 40px;
    font-size: 14px;
    color: #555;
}

.menu-filtro h5 {
    font-size: 14px;
}

.menu-filtro p {
    margin: 0;
    padding: 0;
}

.filtro-sub-categoria a {
    font-size: 13px;
    color: #555;
    margin: 0;
    padding: 0;
}

.filtro-sub-categoria span {
    color: #999 !important;
}

.filtro-categoria {
    margin-top: 8px !important;
}

.sub-menu li:hover a,
.sub-menu li .active {
    color: #171717;
    background: url(../../images/layout/bullet.gif) no-repeat 15px 15px;
    border: none !important;
}

#lista-categorias a:hover,
#lista-categorias p b {
    color: #171717;
}

#lista-categorias h4,
.filtro-categoria a {
    font-size: 14px;
    color: #171717;
}

body {
    background: #fff;
}

#main {
    height: auto !important;
    min-height: 600px;
    margin-top: 0px;
    color: #333;
    padding: 0px;
    padding-top: 20px !important;
}

.theme-color-1 {
    color: #fff !important;
}

.theme-color-2 {
    color: #333 !important;
}

.theme-background-1 {
    background-color: #fff !important;
}

.theme-background-2 {
    background-color: #333 !important;
}

.btn-link {
    color: #333 !important;
}

a {
    color: #6a6a6a;
    text-decoration: none;
}

a:hover {
    color: #171717;
    text-decoration: none;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #fff;
    text-decoration: none;
}

/*fix to bootstrap*/
img {
    max-width: none;
}

#top {
    padding-top: 80px;
}

#fixed {
    z-index: 5000;
}


#banner-promo .col-md-4:first-child {
    text-align: left !important;
}

@media screen and (max-width: 480px) {
    #logo-div IMG {
        float: none;
        display: block;
        margin: 0 auto;
    }

}

.text-white {
    color: #fff !important;
}

#footer {
    min-height: 150px;
    /*background: #FAFAFA;*/
    /*background: url('../../images/layout/topo_bg.png');*/
    /*background: #000;*/
    border-top: 0px solid #9D9D9E;
    clear: both;
    bottom: 0px;

    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer h4 {
    border-bottom: 1px solid #333;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    color: #333;
}

#footer h5 {
    font-weight: bold !important;
    color: #000;
}

#footer .footer-menu {
    color: #555;
    font-family: 'Open Sans', verdana, arial;
}

#footer .footer-menu ul {
    margin: 0px;
    padding: 0px;
}

#footer .footer-menu ul li {
    list-style-type: none;
}

#footer .footer-menu ul a {
    background: url('../../images/layout/bullet-link.png') no-repeat left center;
    color: #555;
    padding-left: 10px;
    width: 100%;
    border: 0px solid #fff;
}



#footer .footer-menu ul a:hover {
    color: #000;
}

/*News Latter*/

/*box item*/

.box-item {
    border-bottom: 1px solid #e2e2e2;
    min-height: 360px;
    margin-bottom: 30px;
}

.box-item:hover {
    box-shadow: 0 0 0 3px #FAFAFA inset;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    border-bottom: 1px solid #fff;
}

.box-item:hover IMGs {
    /*
    -moz-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
    */
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    padding-top: 8px;
}

.over-btn-cart button {
    font-size: 10px;
}

.over-btn-cart {
    display: block;
    position: relative;
    width: 100%;
    top: -40px;
    text-align: right;
    float: right;
}

.btn-custom2 {
    background: #181818 !important;
    color: white;
}

.btn-custom2:hover {
    color: gray;
}

.box-produto:hover .over-btn-cart {
    display: block;
}

.box-item-foto {
    text-align: center !important;
    margin-top: 7px;
    border: 0px solid red;
    background: url(../../images/layout/fotopload.gif) no-repeat center center;
}

.box-item-foto IMG {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.box-item-detalhe {
    padding: 4px;
    text-align: center !important;
    background: none;
    z-index: 50 !important;
    position: relative;
}

.box-item-oferta-1 {
    display: inline-block;
    position: relative;
    margin-top: 0px !important;
    margin-right: -30px !important;
    z-index: 1 !important;
}

.box-item-oferta-0 {
    display: none;
}

.box-item a {
    text-decoration: none;
    color: #333;
}

.box-item a:hover {
    color: #333;
}

.box-item h2,
.box-item h3 {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 1.2em;
}

.box-item h2 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 50px;
    max-height: 70px;
    border: 0px solid red;
}

.box-item h3 {
    font-size: 1.2em;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin: 0px;
    padding: 0px;
}

.box-item h4 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
    color: red;
    text-decoration: line-through !important;
    line-height: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.box-item .label-important {
    background-color: #D21F45 !important;
    color: #fff !important;
    font-size: 14px;
    padding: 5px;
    margin-left: -62px;
    text-transform: uppercase;
    z-index: 10 !important;
    position: absolute;
}

.box-item small {
    font-size: 11px;
}

.preco-avista {
    color: green;
    font-size: 14px;
}

.forma-de-pagamento {
    border: 0px solid blue;
    margin-top: 50px;
    margin-bottom: 40px;
}

/*Produto Detalhes*/
#gallery-produto {
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 30px !important;
    border: 0px solid blue;

}

.box-detail {
    font-size: 1em;
    color: #333;
}

.box-detail h1 {
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
}

.box-detail h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    line-height: 20px;
}

.box-detail em {
    font-style: normal;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}

.box-detail h3 {
    color: #333;
    font-size: 1.4em;
    font-weight: normal;
    width: 99%;
    padding: 0px;
    padding-left: 0px;
    line-height: 1.5em;
}

.box-detail h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    text-decoration: line-through !important;
    line-height: 1.5em;
}

#frete p {
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #666;
}

.line-strike {
    text-decoration: line-through;
    color: red;
}

/*carrinho*/
.table-no-border,
.table-no-border td {
    border: 0px;
    cursor: pointer;
}

.box-cart {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.box-cart h6 {
    padding-top: 10px;
}

/*
*/

.td-bg {
    background: #eee;
    background: url(../../images/layout/grey_slice.png) repeat-x;
    color: #555;
    padding: 5px;
    font-size: 15px;
    font-weight: normal;
    font-weight: bold;
}

.box-cart .qtde {
    width: 15px;
}

.box-cart .input_qtde {
    display: inline-block;
    width: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    height: 48px;
    padding-top: 14px;
    margin-top: 0px;
    color: #333;
}

.box-cart .no-margin-left {
    border: 0px solid red;
    margin-left: -15px !important;

}

.box-cart .btn-xs {
    margin-bottom: 2px;
}

.box-cart .total_compra {
    font-weight: 600;
    padding-top: 10px;
    color: #666;
    border: 0px;
}

#pedido_tipo_frete {
    width: 245px;
    font-size: 13px !important;
    padding: 3px !important;
}

#frete_cep {
    margin: 0px;
    margin-top: 0px;
    padding: 3px !important;
}

/*table carrinho menu left*/
#tbl_carrinho_left {
    padding: 0px;
    margin: 0px;
    color: #fff !important;
    z-index: 10;
    background: #fff;
    border-bottom: 2px solid #333;
    border: 1px solid #333;
    width: 268px;
}

#tbl_carrinho_left table {
    width: 100%;
}

#tbl_carrinho_left td {
    border-bottom: 1px dotted #e2e2e2;
}

#tbl_carrinho_left tr:last-child td {
    border-bottom: 0px dotted red !important;
}

#tbl_carrinho_left p {
    padding: 6px;
    color: #333;
}

.separator-line {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px;
    margin: 0px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #999;
    text-align: left;
    font-size: 14px;
}

.myAddr {
    width: 284px !important;
    color: #333;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border: 1px solid #999;
}

#atd-right {
    margin-top: 40px;
    border: 0px solid red;
}

#atd-right #atd-btn {
    float: right !important;
}

#atd-dados {
    float: right;
    margin-top: 30px;
}

#atd-dados h5,
#atd-dados h4 {
    font-size: 24px;
    display: block;
    border: 0px solid red;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding-left: 40px;
    color: #666;
    font-weight: normal;
    text-align: right;
}

#atd-dados h5 {
    background: url(../../images/icons/phone2.png) no-repeat 0px 5px;
}

#atd-dados h4 {
    background: url(../../images/icons/mail2.png) no-repeat 0px 8px;
}

.page-content {
    margin-bottom: 60px;
}

.table-no-border td {
    border: 0px !important;
}

.page-content-w-border {
    border: 2px solid #e1e1e1;
    border: 1px solid #1CA1E4;
    min-height: 300px;
}

.page-content h1 {
    font-family: 'Open Sans', verdana, arial;
    font-size: 17px;
    font-weight: normal;
}

.page-content a {
    color: #333;
}

.page-content .btn {}

/*REMOVER .separator */
.separator-bar i,
.page-content i {
    margin-top: 3px !important;
}

.separator-bar {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
    width: 100%;
    display: block;
    border: 0px solid red;
}

.separator-bar p {
    background-color: #333;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    color: #fff;
    font-weight: normal;
    font-family: 'Open Sans', verdana, arial;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.separator-bar i {
    margin-top: 3px;
}

.page-content button i {
    margin-top: 1px !important;
}

.page-content a i {
    margin-top: 2px !important;
}

/*misc*/

.bg-gray {
    background-color: #e1e1e1 !important;
    color: #333 !important;
}

.bg-green {
    background-color: #58B058 !important;
    color: #fff !important;
}

.message_login {
    color: red;
    text-align: center;
    font-size: 13px;
}

.pad-5 {
    padding: 5px !important;
}

.mar-top-5 {
    margin-top: 5px !important;
}

.mar-top-10 {
    margin-top: 10px !important;
}

.mar-top-15 {
    margin-top: 11px !important;
}

.mar-top-20 {
    margin-top: 20px !important;
}

.mar-top-25 {
    margin-top: 25px !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.mar-top-40 {
    margin-top: 40px !important;
}

.mar-top-50 {
    width: 99%;
    margin-top: 50px !important;
}

.mar-top-60 {
    margin-top: 8% !important;
}

.mar-top-65 {
    margin-top: 9% !important;
}

.mar-top-logo {
    margin-top: 85px !important;
}

@media screen and (max-width: 480px) {
    .mar-top-logo {
        margin-top: 60px !important;
    }
}

.mar-left-5 {
    margin-left: 5px !important;
}

.mar-left-30 {
    margin-left: 30px !important;
}

.mar-left-20 {
    margin-left: 20px !important;
}

.mar-left-120 {
    margin-left: 120px !important;
}

.plane-black {
    background-color: #000;
}

.text-size-14 {
    font-size: 14px;
}

.text-center {
    text-align: center !important;
}

.f-white {
    color: #fff !important;
}

.placeholder {
    color: #aaa !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-33 {
    width: 33% !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
    display: block !important;
}

.f-left {
    float: left;
}

.border-red {
    border: 1px solid red;
}

.radius-3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-border {
    border: 0px !important;
}

.border-bottom {
    border: 0px !important;
    border-bottom: 1px solid #eee !important;
}

.border-top {
    border: 0px !important;
    border-top: 1px solid #eee !important;
}

.no-border td {
    border: 0px !important;
}

.margin-bottom-5 {
    margin: 0px;
    margin-bottom: 5px;
}

.f-small {
    font-size: 12px !important;
    color: #999;
}

.margin-auto {
    margin: 0 auto !important;
}

.margin-bottom-10 {
    margin: 0px;
    margin-bottom: 10px;
}

.center {
    text-align: center !important;
}

.table-td-center td {
    text-align: center !important;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.itop {
    margin-top: 1px !important;
}

.itop-3 {
    margin-top: 3px !important;
}

.i-top {

    margin-top: -3px !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase !important;
}

.hide {
    display: none !important;
}

.hider {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.ui-effects-transfer {
    border: 1px dotted #333;
}

*:focus {
    -moz-outline-style: none !important;
    outline-style: none !important;
    outline: none;
    /*border: none !important;*/
    /*ie-dummy: expression(this.hideFocus=true) !important;*/
}

input:focus {
    -moz-outline-style: none !important;
    outline-style: none !important;
    outline: none !important;
    ie-dummy: expression(this.hideFocus=true) !important;
}

.invalid {
    border: 1px solid rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.invalid:focus {
    border: 1px solid rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.up2top {
    cursor: pointer;
    opacity: .5;
    padding: 3px;
    display: none;
}

.greybar {
    background: url(../../images/layout/greybar_slice.png) repeat-x;
    height: 44px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 10px;
}

.pushfooter {
    clear: both;
    height: 100px;
    background-color: #fff;
}

.social {
    margin-top: 90px;
    width: 100%;
    text-align: right;
}

.b-red {
    border: 1px solid red;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
    text-transform: capitalize;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.f-gray {
    color: #333 !important;
}

.f-blue {
    color: #333 !important;
}

.font-custom {
    color: #333;
}

.font-bold {
    font-weight: bold;
}

.font-black {
    font-family: 'Open Sans', verdana, arial, sans-serif;
    color: #000 !important;
}

.font-white {
    color: #fff !important;
}

.font-red {
    color: red !important;
}

.font-gray {
    color: #666 !important;
}

.status-compra {
    height: 90px;
    width: 413px;
    background: url(../../images/layout/status-finaliza.png) no-repeat;
    border: 0px solid red;
    margin: 0 auto;
}

.status-compra.identificacao {
    background-position: 0px 0px;
}

.status-compra.entrega {
    background-position: 0px -80px;
}

.status-compra.pagamento {
    background-position: 0px -160px;
}

.status-compra.confirmacao {
    background-position: 0px -240px;
}

.status-compra.finalizado {
    background-position: 0px -320px;
}

@media screen and (max-width: 480px) {
    .status-compra {
        height: 75px;
        width: 352px;
        background: url(../../images/layout/status-finaliza-mobile.png) no-repeat;
        border: 0px solid red;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .status-compra.entrega {
        background-position: 0px -65px;
    }

    .status-compra.pagamento {
        background-position: 0px -140px;
    }

    .status-compra.confirmacao {
        background-position: 0px -210px;
    }

    .status-compra.finalizado {
        background-position: 0px -320px;
    }
}

#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/*RIBON MINI BANNERS*/
.banner_t3 {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e2e2e2 !important;
    display: inline-block;
    margin-right: 3px;
    float: left;
    max-width: 285px;
}

.banner_t3 img {
    max-width: 285px;
}

.b-gray {
    border: 1px solid #e2e2e2;
    margin-right: 4px;
}

.ribon-x {
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
    font-family: 'Open Sans' !important;
}

.ribon-x h1,
.ribon-x p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    padding-left: 45px;
    font-weight: normal;
    text-align: center;
}

.ribon-x h1 {
    padding-top: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

.ribon-x p {
    font-size: 16px;
    text-transform: uppercase;
}

.cbp-hssubmenu *,
.cbp-hsmenu *,
#cbp-hsmenu * {
    z-index: 100000 !important;
}

.label,
.label-important {
    z-index: 10 !important;
}

#cbp-hsmenu-wrapper {
    z-index: 100000 !important;
}

/* PARCELAMENTO */
.parcelamento {
    border: 0px solid red;
    display: block;
    float: left;

}

.parcelamento h5 {
    font-size: 16px;
}

.parcelamento .parcelas-pagseguro {
    width: 25%;
    float: left;
    display: block;
    border: 0px solid red;
    font-size: 12px !important;
}

.parcelamento .parcelas-pagseguro span {
    margin: 2px;
    padding: 5px;
    width: 90%;
    display: block;
    background: #f0f0f0;
}

.parcelamento a {
    font-size: 13px !important;
}

.parcelamento label {
    font-size: 12px !important;
}

.b-vezes {
    padding: 0px;
    margin: 0px;
    background: #fff;
    color: #999;
    border: 0px solid #666;
}

.x-vezes,
.x-valor {
    color: #FE572D;
    font-weight: bold;
    font-size: 15px;
}

.text-parcele {
    margin-top: 15px;
    color: #000 !important;
    font-size: 16px !important;
}

/*CUSTOM BUSCA*/
#custom-search-input {
    padding: 0px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

/* MARGINS */
.mar-bot-10 {
    margin-bottom: 10px !important;
}

.mar-bot-20 {
    margin-bottom: 20px !important;
}

.mar-bot-25 {
    margin-bottom: 25px !important;
}

.mar-top-10 {
    margin-bottom: 10px !important;
}

.mar-top-bot-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

/* BORDERS */
.border-1-black {
    border-bottom: 2px solid #888;
    margin-bottom: 10px !important;
    padding-bottom: 20px !important;
    font-size: 14px;
}

.btn-round {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding-top: 15px;
    margin-top: -15px;
}

.pad-15 {
    padding: 15px;
}

/*DEPOIMENTOS*/
.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.text-red {
    color: red !important;
}

/*SLIDESHOW*/
#slide-top {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center !important;
    vertical-align: middle !important;
    position: relative;
}

#slide-top a {
    width: 100%;
    max-height: 300px;
    display: flex !important;
    align-items: center;
}

#slide-top img {
    width: 100%;
}



.-fluid IMG {
    width: 100%;
}

/*ORLANDO V2.8*/

@media screen and (max-width: 480px) {
    .foto_perfil {
        width: 100px !important;
        height: 100px !important;
    }

    .menu_foto {
        height: 100px !important;
    }

    .texto_menu_foto {
        width: 50% !important;
    }

    .texto_menu_foto .nome {
        font-size: 20px !important;
    }


    #slide-top img {
        /* height: auto; */
        min-height: auto !important;
        max-width: 100% !important;
    }


    .tabs button {
        font-size: 13px !important;
    }

    .show {
        width: 100% !important;
        padding: 5% !important;
    }

    .slide-show {}
}


.cursor-default {
    cursor: default !important;
}

@media (max-width: 1024px) {
    #drop-tabs A {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    #carrinho-cheio h4 {
        font-size: 11px !important;
    }

    .font-15 {
        font-size: 13px !important;
    }

    .font-16 {
        font-size: 14px !important;
    }

    .product-name {
        font-size: 14px !important;
    }
}

.cartao-modelo {
    margin-top: 25px !important;
}

#credito {
    margin-top: 25px !important;
}

.compara-produto {
    margin-left: 15px !important;
}

#footer-company a {
    color: #fcfcfc;
}

#footer-company a:hover {
    color: #ffffff;
}

.menu_foto {
    width: 100%;
    margin-top: -6em;
    position: relative;
    height: 200px;
    display: inline-flex;
    padding: 0 5%;
}

.foto_perfil {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
}

.foto {
    width: 100%;
    margin: auto;
}

.texto_menu_foto {
    width: 60%;
    display: block;
    margin: auto;
}

.texto_menu_foto p {
    margin: 0;
}

.texto_menu_foto .nome {
    font-size: 30px;
}

.texto_menu_foto .status {
    display: inline-block;
    font-size: 16px;
    color: #808080;
}

.texto_menu_foto .status .fa-circle {
    font-size: 13px;
    vertical-align: bottom;
    line-height: 23px;
}

.separador {
    font-size: 6px;
    line-height: 26px !important;
    vertical-align: bottom;
    margin: 0 10px;
    color: #808080;
}

.info {
    font-weight: bold;
    display: block;
    font-size: 16px;
    color: #333333;
    width: 15%;
    margin: auto;
}

.info p {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.pesquisar {
    margin: 20px auto 20px auto;
    width: 90%;
}

.barra-pesquisar {
    border: 1px solid #808080;
    border-radius: 3px;
    display: flex;
}

.barra-pesquisar button {
    border: none;
    background: transparent;
}

.barra-pesquisar i {
    font-size: 20px;
    color: #808080;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.barra-pesquisar input {
    border: #0000;
    width: 96%;
    font-size: 18px;
    padding: 15px 0;
    z-index: 999;
    margin: 1px;
}

.categoria {
    padding: 10px;
    /* border: 1px solid #d3d3d3; */
    margin-bottom: 10px;
    border-radius: 3px;
}

.categoria p {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
}

.itens {
    display: none;
    justify-content: space-between;
    /* padding: 1% 0; */
    flex-wrap: wrap;
    border-top: 1px solid #4444442e;
    margin-top: 6px;
}

.item {
    width: 535px;
    border: 1px solid #80808037;
    border-radius: 3px;
    padding: 1%;
    height: 210px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    margin: 1%;
    min-width: 535px;
}

.item:hover {
    border: 1px solid #8080809e;
} */

.item p {
    font-size: 19px;
    word-break: break-word;
}

.descricao {
    font-size: 14px !important;
    color: #808080;
}

.item-texto {
    width: 58%;
    display: inline-block;
    position: relative;
    height: 100%;
}

.item-img {
    float: right;
    display: flex;
    max-width: 41%;
    max-height: 100%;
    overflow-x: hidden;
    height: 100%;
    justify-content: center;

}

.item-img img{
    height: 100%;
}

.descricao {
    display: block;
    overflow-y: auto;
    max-height: 85px;
}

.descricao::-webkit-scrollbar {
    width: 7px;
}

.descricao::-webkit-scrollbar-track {
    background: rgba(206, 206, 206, 0.51);
}

.descricao::-webkit-scrollbar-thumb {
    background-color: rgba(125, 125, 125, 0.516);
    border-radius: 20px;
    border: 5px solid rgba(206, 206, 206, 0.51);
}

.preco {
    bottom: 0;
    position: absolute;
    font-size: 19px;
}

/* ------------- PARTE DO VER MAIS ------------- */
.vermais-guia {
    height: 100%;
    background: #f6f6f6;
    position: fixed;
    right: -40%;
    color: #fff;
    padding: 2%;
    cursor: default;
    z-index: 1000;
    width: 40%;
    transition: all .6s ease-in-out;
}

.show {
    right: 0px;
    transition: all 0.6s ease-in-out;
    box-shadow: -3px 0px 10px 2px #6868682e;
}

.fechar {
    width: fit-content;
    float: right;
    color: #3c3c3c;
    font-size: 5px;
    height: 30px;
}

.tabs {
    width: 95%;
    height: 30px;
    text-align: center;
}

.tabs button {
    border: none;
    background: #0000;
    color: #333;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-weight: 600;
    font-size: 15px;
    padding: 0 2%;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.active {
    border-bottom: 1px solid rgba(32, 32, 32, 0.976) !important;
}

.conteudo-tabs {
    width: 100%;
    height: 97%;
    color: #3c3c3c;
    padding: 5% 0;
    font-size: 15px;
    border-top: 0.5px solid #8080803d;
    overflow-x: auto;
    border-bottom: 1px solid #8080806b;
}

.conteudo-tabs::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.conteudo-tabs::-webkit-scrollbar-track {
    background: #dfdfdf63;
}

.conteudo-tabs::-webkit-scrollbar-thumb {
    background-color: #90909090;
    border-radius: 20px;
    border: 3px solid #90909090;
}

.conteudo p {
    margin: 0;
}

.titulo-conteudo-tab {
    font-weight: bold;
    margin: 10px 0 3px 0 !important;
    font-size: 15px;
}

.sobre {
    text-transform: uppercase;
}

table {
    width: 100%;
}

.semana {
    width: 25%;
    font-size: 15px;
}

td {
    padding: 2%;
    width: 15%;
    font-size: 15px;
    border: 1px solid #808080;
}

.nome-item {
    padding: 0;
    width: 90%;
}

.valor-item {
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: center;
}

.qtd-item {
    margin: 0;
    padding: 0;
    width: fit-content;
}

.bloco-qtd {
    margin: 0 10px;
    padding: 0;
    display: flex;
    width: fit-content;
}

.add-remove {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.add-remove i {
    padding: 15% 4px;
    background: #fff;
    margin: 1px;
    cursor: pointer;
}


.btn-trash {
    margin: 0;
    padding: 0;
}

.btn-trash button {
    margin: 0 !important;
}

.nome-item h4 {
    margin: 0;
}

.carrinho-vazio {
    width: 20%;
}

.cart-vazio p {
    display: contents;
    font-weight: bold;
}

.total_cart {
    bottom: 12%;
    position: absolute;
    width: 90%;
    height: 7%;
    border-radius: 3px;
    display: flex;
    justify-content: flex-end;
}

.total_cart .tlt_cart {
    background: none;
    border: none;
    text-align: right;
    font-size: 24px;
    color: #333;
}

/* -------------------------------------- */

/* ------------PRODUTO EM OFERTA------------ */
.desconto {
    text-decoration: line-through !important;
    font-size: 15px !important;
    margin: 0;
}

.box-all::-webkit-scrollbar {
    height: 5px;
}

.box-all::-webkit-scrollbar-track {
    background: #dfdfdf63;
}

.box-all::-webkit-scrollbar-thumb {
    background-color: #90909090;
    border-radius: 20px;
    border: 3px solid #90909090;
}

/* -------------------------------------- */

/* ------------------MENU-TOPO------------------ */
.menu-topo {
    width: 100%;
    height: 60px;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #8080807a;
    padding: 5px 0;
    display: none;
}

.menu-topo .dropdown {
    width: 40%;
    height: 100%;
    border: none;
    font-size: 18px;
    display: inline-block;
    padding: 1% 1% 1% 3%;
    cursor: pointer;
    border-right: 1px solid #8080805c;
}

.menu-topo .barra-pesquisar {
    width: 60%;
    float: right;
    border: 0;
    display: inline-flex;
    height: 100%;
}

.dropdown-content::-webkit-scrollbar {
    width: 5px;
}

.dropdown-content::-webkit-scrollbar-track {
    background: #dfdfdf63;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background-color: #90909090;
    border-radius: 20px;
    border: 3px solid #90909090;
}

.dropdown-content {
    display: none;
    background: #fff;
    min-height: max-content;
    color: #282828;
    box-shadow: 0px 3px 6px -4px rgb(0 0 0 / 75%);
    border-radius: 3px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2%;
}

.dropdown i {
    float: right;
    padding: 1%;
}

.dropdown-content p {
    margin: 0;
    min-height: 35px;
    padding: 2% 4%;
    border-bottom: 0.5px solid #80808029;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content p:hover {
    background-color: rgb(231, 231, 231);
}

.fixar {
    position: fixed;
    display: block;
    z-index: 999;
}

.ir_cart {
    bottom: 5%;
    position: absolute;
    width: 90%;
    height: 7%;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.ir_cart a {
    text-align: center;
    width: 100%;
    color: white;
}

/* ---------------------------- */

/* ----------PÁGINA DO PRODUTO---------- */
.item-foto {
    width: 100%;
    height: fit-content;
}

.menu-topo-prod {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 999;
}

.menu-itens {
    height: 80px;
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0px 5px 6px -4px rgb(0 0 0 / 75%);
    z-index: 1000;
    display: inline-block;
    padding: 1%;
}

.foto-menu-prod {
    height: 100%;
    width: 20%;
    display: inline-block;
}

.foto-menu-prod img {
    width: auto;
    margin: auto;
    max-height: 100%;
}

.itens-menu-prod {
    width: 40%;
    display: inline-block;
    float: right;
    height: 100%;
}

.itens-menu-prod .nav {
    float: right;
}

/* -------------------------------------- */


/* PARTE DO PRODUTO EM SI */
.desc_prod {
    margin: 2% 0;
    font-size: 20px;
    max-width: 100%;
    word-break: break-all;
}

/* --------------------------------------------- */


/* PARTE DO PAGAMENTO  */
.table_pag {
    width: 40%;
    text-align: initial;
    border: none;
    margin: 3%;
}

.table_pag td {
    width: fit-content;
    border: none;
}

.table_pag td i {
    font-size: 20px;
}

#variados .text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.troco {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
    font-size: 15px;
}

.troco input {
    width: 80%;
    padding: 1%;
}

.carrinho_flutuante {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: fixed;
    z-index: 100000;
    right: 0;
    bottom: 0;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 42%);
}

.carrinho_centro {
    width: 90%;
    height: 90%;
    background: #fff;
    border-radius: 50%;
}

.carrinho_centro i {
    font-size: 30px;
    height: 103%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5%;
}

.accordion {
    transition: 0.4s;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    align-items: center;
}

.accordion h3 {
    font-weight: bold;
}

.panels {
    display: none;
    overflow: hidden;
}

.fa-show {
    transform: rotate(180deg);
}

.tipo_login_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tipo_login_result p {
    margin: 0;
    font-weight: bold;
}

.tipo_login_result .tipo_login {
    border: none;
    padding: 5px;
    border-radius: 3px;
    background: #393939;
    color: #fff;
    width: 10%;
}

/* MODAL DO CARRINHO PARCIAL */
.special {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.special h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.special p {
    font-size: 16px;
    margin-bottom: 10px;
}

.special .price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.special .price span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.special ul {
    list-style: none;
    padding: 8px 8px 3px 8px;
    margin: 0;
}

.special-composicao {
    border: 1px solid #000;
    border-radius: 5px;
}

.special ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.special ul a {
    color: #007bff;
    text-decoration: none;
}

.special .add-to-cart {
    margin-top: 20px;
}

.btn-cart {
    border: 1px solid salmon !important;
}

.special .total {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.special .total span {
    font-size: 16px;
    font-weight: normal;
}

.special .btn {
    background-color: #E5300D;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.special .btn:hover {
    background-color: #e5310df6;
}

.special-input-width {
    max-width: 8%;
}

.btn-minus,
.btn-plus {
    background-color: #f5f5f5;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.cart-quantity {
    display: flex !important;
}

.price-quantity {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: auto; /* Alinhar à direita */
}

.custom-hr {
    margin-top: 0px;
    margin-bottom: 12px;
}

.subtotal {
    font-size: 10px;
}

.thumbnail {
    height: auto; /* Tornar a altura responsiva */
    max-width: 100%; /* Garantir que a largura não ultrapasse o contêiner */
}

.custom-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.custom-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-grow: 1;
    margin-right: 10px;

}

.custom-checkbox input[type="checkbox"] {
    order: 2;
    width: 20px;
    height: 20px;
    border: 1px solid #000; /* Cor da borda do checkbox */
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000; /* Cor do ícone "x" */
}


/* MODAL - 1 */
#modal-1 .produtos{
    width: 100%;
    overflow-y: auto;
    max-height: 300px;
}

#modal-1 .total{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
}

#modal-1 .total input{
    width: 50%;
    box-shadow: none;
    border: none;
    font-weight: bold;
    background-color: white;
    color: #333;
    -webkit-text-fill-color: #333;
    opacity: 1;
}

#modal-1 .topo_venda p{
    font-size: 20px;
}

th {
    background: #008d85;
    color: #fff;
    border-right: 1px solid #00000042;
    padding: 5px;
}

table td{
    text-align: center;
    padding: 5px;
    font-size: 15px;
    border: 1px solid #a5a5a5;
}

table .left{
    text-align: left !important;
}

.fa-turn-up {
    transform: rotate(450deg);
}

.botoes{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.botoes button{
    width: 49% !important;
}

#modal-1 .status{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#modal-1 .status button{
    width: 48% !important;
}

#modal-1 select{
    color: black;
    border: 1px solid #333;
    text-transform: uppercase;
    padding: 5px 10px;
    height: 40px;
    width: 50%;
}

#modal-1 select option{
    padding: 1px 5px;
    color: black;
}

#modal-1 .selected{
    margin-bottom: 10px !important;
    background-color: #008d85 !important;
    border: 1px solid #008d85 !important;
    color: #ffffff !important;
    font-weight: bold;
}

.topo_venda{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table{
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
}

hr{
    width: 100%;
    margin: 10px 0;
}

.rodape_venda{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rodape_venda p{
    padding: 0 !important;
    width: auto !important;
}

.rodape_venda button{
    width: 49% !important;
}

.dados{
    padding: 1% 0%;
    height: 62%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow-y: auto;
    align-content: space-between;
    align-items: center;
}
/* ----------------------------------------- */


/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    width: 50%;
    height: 70%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background: white;
    top: 0;
    margin-right: auto;
    left: auto;
    margin-top: 10%;
    padding: 3%;
}

.conteudo-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.md-modal {
    max-height: 100%;
    width: 40% !important;
}

.md-modal input {
    font-size: 20px !important;
    height: 30px;
    text-align: end;
}

.md-content {
    padding: 20px;
    height: auto;
    max-height: 100%;
    overflow: auto;
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
}

.md-content > div p {
    padding: 0 !important;
    /* font-size: 15px !important; */
}

.topo_venda p{
    font-weight: bold;
    text-transform: uppercase;
}

.md-content th{
    text-align: center;
}
/* ------------------------------------------ */

@media(min-width: 1800px) {
    .price-quantity{
        margin-left: 64%;
    }
    
}



.result{
    position: absolute;
    z-index: 100000;
    padding: 15px;
    border-radius: 3px;
    margin: 20px 30px 20px 20px;
    float: right;
    right: 0;
}


@-webkit-keyframes bounce-top {
    0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    }
    24% {
    opacity: 1;
    }
    40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    }
    100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    }
}
@keyframes bounce-top {
    0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    }
    24% {
    opacity: 1;
    }
    40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    }
    100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    }
}
@-webkit-keyframes slide-out-blurred-top {
    0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    }
    100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
    }
}
@keyframes slide-out-blurred-top {
    0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    }
    100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
    }
}
  
  
.slide-out-blurred-top {
	-webkit-animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
	        animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

.bounce-top {
	-webkit-animation: bounce-top 0.9s both;
	        animation: bounce-top 0.9s both;
}

.show{
    display: block !important;
    position: fixed;
}

.result{
    background: #e46e00f2;
    color: white;
}

.result-ok{
    background-color: #4c924cf2;
    color: #fff;
}

.result-not-ok{
    background-color: #924c4cf2;
    color: #fff;
}


@media only screen and (max-width: 480px){

    .foto-menu-prod {
        height: 100%;
        width: 20%;
    }

    .itens-menu-prod {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
    }

    .itens-menu-prod .nav {
        float: right;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-nav>li>a {
        font-size: 18px;
    }

    .visible-xs {
        display: flex !important;
    }

    .hide {
        display: none !important;
    }

    .orcamento-singular{
        font-size: 18px;
        padding: 10px 10px 10px 26px !important;
    } 

    #footer-condicoes{
        font-size: 10px;
    }

    #footer-company{
        font-size: 12px;
    }

    .status{
        margin-right: 5px !important;
    }

    .result {
        width: calc(100% - 40px) !important;
        margin: 20px;
        box-sizing: border-box;
        font-size: 17px;
        position: fixed;
    }
    
}


@media only screen and (max-height: 548px) {
    #modal-1 .total input {
        color: #333;
        -webkit-text-fill-color: #333;
        opacity: 1;
    }

    #modal-1 .frete input {
        color: #333;
        -webkit-text-fill-color: #333;
        opacity: 1;
    }
}