:root {
    --cor-principal: #fd6517;
    --cor-principal-hover: #e35e17;
    --cor-secundaria: #9e9e9e;
    --cor-secundaria-hover: #8c8c8c;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0 auto;
    font-family: Open Sans, sans-serif;
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

.box-produto {
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
}

.color-1 {
    color: var(--cor-principal);
}

.bg-color-1 {
    background-color: var(--cor-principal);
}
.mar-bottom-0{
    margin-bottom: 0!important;
}
.mar-top-100 {
    margin-top: 100px !important;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-top-30 {
    margin-top: 30px;
}
.mar-top-40 {
    margin-top: 40px;
}

.box-produto {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.box-produto:hover {
    transform: scale(1.04);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    cursor: pointer;
    z-index: 1;
}

.box-produto:hover .btn-secundary {
    background-color: var(--cor-secundaria-hover);
}
.btn-default{
    background: var(--cor-principal);
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-default:hover{
    background: var(--cor-principal-hover);
    color: #fff;
}

.ultimas-novidades .owl-stage-outer,
.mais-vendido .owl-stage-outer {
    padding: 20px 1px;
}

.box-produto:hover .add-carrinho {
    display: block;
}

.box-produto img {
    max-width: 100%;
    margin-bottom: 20px;
}

.box-produto h3 {
    color: #666;
    font-size: 13px;
    min-height: 45px;
}

.box-produto .valor {
    color: red;
    font-weight: 600;
}

.box-produto .add-carrinho {
    border: 0;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    display: none;
    background-color: #1A75CE;
    margin: 0 -10px -10px -10px;
    width: 110%;
    cursor: pointer;
}

.footer-menu {
    /*background-color: #fd6517;*/
    padding: 17px 0;
    margin: 40px auto 0px auto;
    text-align: center;
    border-top: 1px solid #cecece;
    color: black;

}

.footer-menu ul li {
    display: inline-block;
    color: black;
}

.footer-menu ul li a {
    color: black;
}

.logos-parceiros {
    background-color: #f0f0f0;
    padding: 20px 0;
}

.logos-parceiros ul {
    list-style-type: none;
    padding-left: 0;
}

.logos-parceiros ul li {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 10px;
}

h2.separador {
    text-transform: uppercase;
    color: #ff6501;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: inline-block;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px;
}

h2.separador span {
    color: black;
}

.slider-home {
    /*padding: 50px 0;*/
}

.slider-home p {
    width: 100%;
    color: white;
    font-weight: 600;

}

.slider-home h2 {
    color: white;
    text-shadow: 1px 1px 3px rgba(25, 25, 25, 1);
    font-size: 38px;
}

.slider-home h3 {
    color: #fd6517;
    text-shadow: 1px 1px 3px rgba(25, 25, 25, 1);
    font-size: 44px;
    width: 100%;
}

.btn-primary {
    color: white;
    background: var(--cor-principal);
    border: 0;
    padding: 15px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary:hover {
    background: var(--cor-principal-hover);
}

.btn-primary-o {
    color: var(--cor-principal);
    background: transparent;
    border: 2px solid var(--cor-principal);
    padding: 15px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: ease .3s;
}

.btn-primary-o:hover {
    color: #fff;
    background: var(--cor-principal-hover);
    border: 2px solid var(--cor-principal-hover);
}

.btn-secundary {
    color: white;
    background: var(--cor-secundaria);
    border: 0;
    padding: 7px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

.btn-secundary:hover {
    color: #fff;
    background: var(--cor-secundaria-hover);
}

header {
    background-color: white;

}

.menu-header {
    background-color: #343434;
}

.menu-header ul {
    margin-bottom: 0;
    padding-left: 0;
}

.menu-header li {
    display: inline-block;
    padding: 10px 25px;
}

.menu-header li a {
    color: white;
    font-weight: 600;
}

.menu-header li.active {
    background-color: #1A75CE;
}

.carrinho-menu , .carrinho-menu-mobile{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carrinho-menu:hover{
    background-color:  #ff5226;
    cursor: pointer;
}
.carrinho-menu:hover img{
    color: white;
}
.carrinho-menu:hover #js-itens-carrinho{
    display: block;
}

.carrinho-menu img , .carrinho-menu-mobile img{
    width: 62px;
}
.carrinho-menu a {
    color: #fff;
}

.carrinho-menu p {
    font-size: 14px;
    margin-bottom: 5px;
}

.carrinho-menu p:last-child {
    font-size: 14px;
    margin-bottom: 0;
}

.carrinho-menu .fas {
    font-size: 36px;
    margin-bottom: 10px;
}

.busca-menu {
    display: flex;
}

.flex-100 {

}

.busca-menu {
    position: relative;
}

input{
    border-radius: 0 !important;
}
input::placeholder{
    color: #d9d9d9;
    font-style: italic;
    font-size: 12px;
}

.busca-menu input {
    border: 1px solid #1A75CE;
    width: calc(100% - 54px);
    padding: 0 20px;
}

.busca-menu button {
    color: white;
    border: 0;
    background-color: #1A75CE;
    padding: 10px 20px;
    cursor: pointer;
}

.logo {

    max-width: 180px;
    margin: 10px 0;

}

#product {
    background-color: white;
}

.pagina-produto {
    margin-top: 20px;
}

.pagina-produto h1 {
    text-transform: uppercase;
    font-size: 28px;
    color: #746666;
    font-family: Open Sans, sans-serif
}

.tabela-carrinho a{
    color: #000;
}

.tabela-carrinho a:hover{
    color: var(--cor-principal-hover);
}

.js-form-carrinho-remover{
    cursor: pointer;
}

.product-value {
    color: #e12f2f;
    font-weight: 600;
    font-size: 22px;
}

.product-stock {
    color: #66c699;
    font-family: Open Sans, sans-serif
}

.product-fast-description {
    color: #746666;
    font-size: 20px;
    font-weight: 600;
}




/**
input custom

**/

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 100px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0 0 0 29px;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 100%;
    left: -10px;
    top: 0;
    border-bottom: 1px solid #eee;
    padding: 0px 8px;
    color: green;
    font-size: 24px;

}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 100%;
    left: -100px;
    border: 1px solid #eee;
    padding: 9px 14px;
}

.no-flex {
    display: block;
    width: 100%;
}

.carrinho-tabela-subtotal {
    width: 100%;
    max-width: 600px;
    float: right;
    margin: 40px 0;
    border: 1px solid #cecece;
    padding: 20px;
}

.carrinho-tabela-subtotal span {
    float: right;
}

.tabela-carrinho td, .tabela-carrinho th {
    border-top: 0;
    border-bottom: 1px solid #F5F5F5 !important;
    vertical-align: inherit;
}

.tabela-carrinho th {
    color: #666;
    font-weight: 600;
}

.tabela-carrinho td {
    font-size: 14px;
    font-weight: 300;
}

.sidebar-usuario {
    /*background-color: #343434;*/
    color: white;
    padding: 10px 0;
    font-size: 14px;
    text-align: right;

    background: #f7f7f7;
    border-bottom: 1px solid #e3e3e3;
}

.sidebar-usuario a {
    color: black;
    margin-left: 30px;
}

.pagina-cadastro .campo-form {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.pagina-cadastro .campo-form label {
    width: 100%;
}

.pagina-cadastro .campo-form input {
    width: 90%;
    border: 1px solid #cecece;
    padding: 5px 10px;
    border-radius: 5px;
}

.menu-produto ul {
    list-style: none;
    padding: 0
}

.menu-produto ul li {
    background-color: #E5E5E5;
    border: 1px solid #eee;
    padding: 10px;
    cursor: pointer;
}

.menu-produto ul li i {
    float: left;
    margin-right: 20px;
    color: white;
    border-right: 1px solid #CBCBCB;
    padding-right: 20px;

}

.menu-produto li a {
    display: block;
    color: #1A75CE;
    padding: 0px 20px;
    font-weight: 500
}

/*.menu-produto li:hover{background-color: #a4a4a4}*/

.menu-produto i {
    float: right;
    font-size: 20px;
}

.menu-produto .sub-menu {
    display: none;
    margin: 12px -11px -7px;
    background-color: white;
}

.menu-produto .sub-menu li {
    background-color: white;

    cursor: pointer;
}

.menu-produto .sub-menu li:last-child {
    border-bottom: 0;
}

.bread {
    margin-top: 20px;
    font-size: 13px;
    color: #bdbdbd;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.bread a {
    color: #bdbdbd;
}

.submenu-link:hover .submenu {
    display: inline-block;
}

.submenu {
    position: absolute;
    background: #fff;
    z-index: 10;
    left: 0;
    width: 100%;
    display: none;
    margin-top: 8px;
    transition: ease-in-out .3s;
}

.sombra {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.menu-header .submenu a {
    color: black;

    transition: ease .2s;
}

.menu-header .submenu a:hover {
    color: var(--cor-principal);
    margin-left: 3px;
}

.menu-header .submenu li {
    width: 100%
}

.tabela-carrinho img {
    max-width: 100px;
}

.login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
}

.login .box-login {
    width: 400px;
    margin: 40px auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.login .box-login {
    width: 400px;
    margin: 40px auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.login .box-login h3 {
    text-align: center;
    margin-bottom: 40px;
}

.login .box-login input {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.login .box-login button {
    width: 100%;
}

#js-retorno-login {
    display: none;
}

#js-retorno-login-reset {
    display: none;
}

#js-reset-senha, #js-logar-modal {
    color: #1A75CE;
    text-align: center;
    font-size: 14px;
    float: right;
    margin-bottom: 30px;
    cursor: pointer;
}

.menu-usuario ul {
    list-style: none;
}

.menu-usuario li {
    border-top: 1px solid #e1e1e1;
    padding: 10px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.menu-usuario li:last-child{
    border-bottom: 1px solid #e1e1e1;
}
.menu-usuario li a{
    color: var(--cor-principal);
    display: block;
}
.menu-usuario li:hover {
    background-color: var(--cor-principal);
    color: white;
    cursor: pointer;
}

.menu-usuario li:hover a {
    color: white;
    display: block;
}

.box-pedido {
    font-size: 14px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 40px;
    position: relative;
}

.box-pedido p {
    margin-bottom: 2px;
}

.box-pedido .number-pedido {
    font-size: 28px;
    color: #1A75CE;
}

.box-pedido .usuario-valor {
    color: #fd6517;
    font-size: 22px;
    font-weight: 600;
}

.nome-user {
    color: var(--cor-principal);
    cursor: pointer;
}

.pagina-cadastro {
    padding: 50px 30px;
}

.pagina-cadastro h2 {
    text-align: center;
    margin-bottom: 40px;
}

#js-modal-recovery {
    display: none;
}

/*============================== FOOTER =================================*/
.footer-top {
    background: #343434;
    padding: 55px 0 25px;
    margin-top: 40px;
}

.logo-footer {
    margin-bottom: 18px;
}

.socials {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.socials li {
    display: inline-block;
    margin-right: 10px;
}

.socials li a {
    color: #ffffff;
    font-size: 18px;
}

.socials li a:hover i {
    color: #de2649;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}

.footer-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--cor-principal);
    margin-bottom: 15px;
}

.footer-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.footer-list li {
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
}

.footer-list li a {
    color: #ffffff;
}

.footer-list li a:hover {
    color: var(--cor-principal-hover);
}

.footer-bottom {
    padding-top: 30px;
}

.footer-bottom-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #64a9ce;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.copyright a {
    color: #fff;
}

.box-dados .campo-form {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.box-dados form label {
    color: #000;
    font-weight: 400;
    margin-right: 15px;
    width: 30%;
    text-align: right;
}

.box-dados form input[type="text"], .box-dados form input[type="email"], .box-dados form input[type="date"], .box-dados form input[type="password"] {
    border-radius: 10px;
    width: 70%;
}

.box-dados input[type="text"], .box-dados input[type="email"], .box-dados input[type="date"], .box-dados input[type="password"], .box-dados textarea {
    height: 46px;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    width: 100%;
    background: #ffffff;
    color: #a7a7a7;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 400;
    font-style: italic;
}

.title-2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7e7e7e;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.sidebar-menu {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e1e1e1;
}

.sidebar-menu li {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: normal;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-menu li a {
    color: #000000;
    display: block;
    padding: 32px 28px;
}

.page-title {
    font-size: 36px;
    color: #343434;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: normal;
    margin: 60px 0 40px;
}

.descricao-rapida {
    border: 1px solid #e5e5e5;
}

.produtos-similares {
    margin: 40px 0;
}

.produtos-similares .col-md-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.produtos-similares .col-md-2 {
    margin: 0;
}

.result-busca-header {
    position: absolute;
    background-color: white;
    border: 1px solid #e1e1e1;
    top: 44px;
    width: 100%;
    display: none;
    z-index: 99999;
    -webkit-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 17px -5px rgba(0,0,0,0.4);
}

.result-busca-header ul {
    list-style: none;
    padding: 10px;
}

.result-busca-header ul li:hover {
    cursor: pointer;
    background-color: #fbfbfb;
}

.result-busca-header ul li {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
}

.result-busca-header ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
}
.result-busca-header li a,
.result-busca-header li strong{
    color: var(--cor-principal);
    transition: ease .3s;
    font-size: 16px;
    font-weight: normal;
}

.result-busca-header li a:hover {
    color: var(--cor-principal-hover);
}

.result-busca-header li img{
    transition: ease .3s;
    margin-right: 10px;
}

.result-busca-header li:hover img{
    transform: scale(1.1);
}


.loading {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 9;
    background-color: black;
    z-index: 9;
    background-image: url('/img/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    display: none;

    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#js-salvar-cep {
    margin-top: 20px;
}

.header-flutuante {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    display: none;
    background: #ff5226;
    border-bottom: 3px solid #de5029;
}

.header-flutuante .carrinho-menu {
    padding: 7px 0;
}

.header-flutuante .logo {
    width: 135px;
    padding: 10px;

}

.header-flutuante .fa-shopping-cart {
    margin-right: 14px;
    vertical-align: middle;
    font-size: 31px;
}

.header-flutuante .busca-menu {
    padding: 10px 0;
}

.header-produto {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #CACACA;
    background-color: white;
    z-index: 2;
    top: 81px;
    padding: 10px 0;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-produto .col-md-2, .header-produto .col-md-3 {
    display: flex;
    align-items: center;
}

.header-produto .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

.header-flutuante .col-md-7 .busca-menu input {
    border: 0;
}

.header-produto #js-product-btn-add {
    background-color: #369e1a;
}

.header-produto .valor {
    color: #1A75CE;
    font-size: 30px;
    font-weight: 600;
    text-align: center;

}

.position-fixed {
    display: block;
    position: fixed;
}

.header-flutuante .result-busca-header {
    top: 54px !important;
}

.drop-produto {

    padding: 10px;
}
.autocomplete-item-preco{
    display: block;
    text-align: right;
}

.drop-produto ul {
    padding: 0;
    border-bottom: 1px solid #eee;
}

.drop-produto ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 20px;
    padding: 10px 0;
    cursor: pointer;
}

.drop-produto ul li.active {
    border-bottom: 2px solid #FF6501;
}

.info-folhetos{
    display: none;
}
.info-folhetos ul{
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
.info-folhetos ul li{
  width: 33%;
    float: left;
}
/*Responsive*/
@media screen and (max-width: 767px) {
    .box-produto img {
        max-width: 167px;
    }
    .busca-menu{
        padding: 12px 0;
    }
}

@media screen and (max-width: 475px) {
    .logo {
        width: 100%;
    }
}


#tela-frete{
    width: 100%;
}
#tela-pagamento input, #tela-pagamento select {
    width: 100%;
    border: 1px solid #cecece;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
}

.pagina-checkout .js-endereco {
    padding: 20px;
    border: 1px solid #2196F3;
    border-radius: 5px;
    background: no-repeat top right url(../img/address-img.png);
    position: relative;
}

form .send, form .sending, form .success, form .error{
    background-color: #ff5226;
    color: white;
    float: right;
    padding: 6px 40px;
    border: 0;
    font-size: 22px;
}

#js-calculo-cep{
    margin-top: 20px;
    width: 100%;
}
.loader-cep{
    margin: 10px 0;
    text-align: center;
    display: none;
}
.select-style{
    width: 100%;
    border: 1px solid #cecece;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
#js-add-endereco-checkout{
    color: #28a745;
    margin-left: 10px;
    font-size: 21px;
    cursor: pointer;
}
#modal-endereco input, #modal-endereco-edit input{

    height: 46px;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    width: 100%;
    background: #ffffff;
    color: #a7a7a7;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 400;
    font-style: italic;

}
.frete-checkout p{
    margin-bottom: 15px;
}
.ul-escolha-pagamento{
    list-style: none;
    padding-left: 0;
    display: inherit;
}
.ul-escolha-pagamento li {
    width: 50%;
    border-bottom: 2px solid #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}
.ul-escolha-pagamento li.active {
    border-bottom: 2px solid #ff5226;
}
.js-tela-boleto{
    display: none;
    padding: 10px 0;
}
.js-tela-boleto p{
    margin-bottom: 10px;
    font-size: 15px;
}

.js-loading-pagamento{
    display: none;
}
.loader-frete-pagamento {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #6666;
    right: 0;
    left: 0;
    opacity: 0.1;
}

.js-process-approved{
    padding: 29px;
    display: none;
}
.js-process-approved .fa-check-circle{
    color: green;
    font-size: 36px;
    vertical-align: middle;
    margin-right: 10px;

}
.js-process-rejected .fa-times-circle{
    color: red;
    font-size: 36px;
    vertical-align: middle;
    margin-right: 10px;

}
.js-process-rejected .fa-sync-alt{
    color: blue;
    font-size: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.js-process-approved, .js-process-rejected, .js-process-pending{
    display: none;
}

.js-adicionado {
    border: 1px solid #E35E17 !important;
    width: 341px;
    padding: 10px;
    text-align: center;
    display: none;
}
#modalAdicionar .btn-default{
    font-size: 13px;
    border-radius: 3px;
    float: right;
    text-transform: initial;
}

#modalAdicionar .btn-success{
    font-size: 13px;
    border-radius: 3px;
    float: left;
}
#carrinho-status-header {
    background-color: #ff5226;
    color: white;
    padding: 6px 6px;
    font-weight: 700;
    border-radius: 38px;
    width: 37px;
    text-align: center;
}

.carrinho-menu-mobile #carrinho-status-header {
    background-color: white;
    color: #ff5226;
    padding: 6px 6px;
    font-weight: 700;
    border-radius: 38px;
    width: 37px;
    text-align: center;
}
#js-itens-carrinho {
    width: 400px;
    position: absolute;
    border: 1px solid #ff5226;
    top: 86px;
    background-color: white;
    padding: 10px;
    z-index: 2;
    display: none;
    right: 15px;
}

#js-itens-carrinho img {
    float: left;
    width: 90px;
    margin-right: 10px;
}

#js-itens-carrinho .btn-default{
    width: 100%;
}
#js-itens-carrinho .valor-style {
    color: #ff5226;
    font-weight: 700;
    font-size: 16px;
}
#js-itens-carrinho a{
    color: black;
}

.item{
    background-image: url('https://johnstek.com/wp-content/uploads/2016/09/home-slider-bg-6.jpg');
    background-repeat: unset;
    background-size: initial;
}

.item .col-md-6:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}