@font-face {
    font-family: 'Marlin Geo SQ';
    src: url('../font/MarlinGeoSQ-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marlin Geo SQ - Semibold';
    src: url('../font/MarlinGeoSQ-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body.main,
a,
input {
    font-family: "Marlin Geo SQ", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #353535;
}

/* WHATSAPP */
#chatWpp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    display: none !important;
}

#chatWpp>button {
    background: #4caf50;
    border: 0;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    outline: none;
}

#chatWpp>button>img {
    width: 32px;
    height: 32px;
}

#chatWpp>button>span {
    display: none
}

#chatWpp .number-box {
    padding: 0;
    margin: 0;
    border-radius: 12px;
    bottom: 140%;
    right: 0;
    left: -90px;
}

#chatWpp .number-box ul {
    margin-bottom: 0
}

#chatWpp .number-box p.heading {
    white-space: nowrap;
    margin: 0;
    padding: 12px;
    background: #4caf50;
    border-radius: 12px 12px 0 0;
    color: #fff
}

#chatWpp .number-box .chat-header {
    display: flex;
    align-items: flex-start;
    color: #262626;
    line-height: 1.3;
    padding: 10px;
    background: #efefef
}

#chatWpp .number-box .chat-body {
    padding: 22px 22px 90px;
    background: #e5ddd5 url(../img/bg.png);
    max-width: calc(100vw - 60px);
}

#chatWpp .number-box .chat-body .stokes-msg {
    background: #fff;
    white-space: nowrap;
    padding: 5px 8px 5px 10px;
    border-radius: 0px 7.5px 7.5px 7.5px;
    font-size: 13px;
    width: fit-content;
    position: relative;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

#chatWpp .number-box .chat-body .stokes-msg::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-left: 12px solid transparent;
}

#chatWpp .number-box .chat-footer {
    background: #efefef;
    padding: 5px 10px;
    border-radius: 0 0 12px 12px;
}

#chatWpp .number-box .chat-footer input {
    border-radius: 50px;
    border: 0;
    resize: none;
    max-width: 100%;
    outline: none;
    box-shadow: none;
    height: fit-content;
    padding-right: 45px
}

#chatWpp .number-box .chat-footer input:placeholder-shown~button {
    opacity: 0;
}

#chatWpp .number-box .chat-footer button {
    background: url('../imagens/baseline-send-24px.svg') 95% center/100% no-repeat;
    position: absolute;
    right: 12px;
    width: 21px;
    top: 0;
    bottom: 0;
    border: 0;
}

#chatWpp .number-box .chat-header img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    object-fit: cover;
    background: #099155;
    padding: 3px;
    border-radius: 100%;
    object-position: 50% 30%;
}

#chatWpp .number-box .chat-header small {
    color: rgba(85, 85, 85, 1);
}

#chatWpp .number-box .chat-header p {
    margin-bottom: 0
}

.col-sm-12.copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.col-sm-12.copy .lince-logo {
    text-align: right;
}

#chatWpp {
        display: none !important;
}
/* END WHATSAPP */

/* PADRÃO */


a:focus {
    outline: none;
}

strong {
    font-weight: 700;
}

a {
    outline: none;
}

.bg-site {
    background: #FFF;
}

.bg-site-home {
    background-position: center 160px;
}

/* BOTÕES */
.button {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border: none;
}

.button {
    cursor: pointer;
}

.button--primary {
    background: #D89128;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.2px;
    min-width: 120px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 30px;
}

.button--primary:hover {
    background: #c27604;
}

.button--secondary {
    background: #044D3B;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.2px;
    min-width: 120px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 30px;
}

.button--secondary:hover {
    background: #023327;
}

.button--primary span,
.button--secondary span
 {
    position: relative;
    z-index: 3;
    color: white;
    display: block;
    transition: 0.1s all linear;
    height: 40px;
    padding: 0 5px;
    align-content: center;
}

.button--extra--compress {
    min-width: 60px;
}

.buttonForBox {
    background: #056d3a;
    color: white;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 29px;
    font-size: 81%;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0;
    border-radius: 5px 0 5px 0;
}

.button--3.button--shadow:before {
    background: #8F8F8F;
}

.button--3.button--shadow:after {
    background: #6C6C6C;
}

.button--shadow:after {
    bottom: -6px;
}

.button-format-quick-option {
    background: transparent;
    border-color: transparent;
}

.button:not(.button--square) {
    padding: 0 14px;
}

.button--simple {
    border-style: solid;
    border-width: 1px;
    border-color: #D89128;
}

.button--square {
    width: 48px;
    height: 48px;
}

.button--shadow {
    position: relative;
}

.button--shadow:after {
    bottom: -8px;
    width: 100%;
    height: 10px;
    background: #932629;
    border-radius: 0 0 5px 5px;
    z-index: 1;
    transition: 0.1s all linear;
}

.button--shadow:before {
    background: #D89128;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 5px;
    transition: 0.1s all linear;
    z-index: 2;
}

.button--shadow span {
    position: relative;
    z-index: 3;
    color: white;
    display: block;
    transition: 0.1s all linear;
    height: 36px;
    padding: 0 5px;
}

.button--shadow .fa,
.button--shadow .lnr {
    line-height: inherit;
    font-size: 20px;
}

.button--small {
    line-height: 36px;
}

.button-format-quick-option-container {
    position: absolute;
    right: 0;
    top: 5px;
    color: #d89128;
}

.button--extra {
    font-size: large;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.2px;
    min-width: 120px;
}

.button--extra.button--shadow:after {
    bottom: -4px;
}

.button--extra--2:before {
    background: #128342;
}

.button--extra--2:after {
    background: #0b5b37;
}

/* TÍTULOS */
.title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* FORMULÁRIOS */
.checkbox input {
    display: none;
}

.checkbox input:checked+label:after {
    font-size: 15px;
    top: 1px;
}

.checkbox label {
    padding-left: 35px !important;
    font-size: 20px;
    font-weight: 600;
}

.checkbox label:before {
    left: 0;
    background: white;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #e5e5e5;
    top: 1px;
}

.checkbox label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    text-align: center;
    line-height: 25px;
    color: #65cc98;
    transition: 0.2s all linear;
    font-size: 0;
}
/* END PADRÃO */

/* HEADER */
.header {
    height: 145px;
    background-color: #044D3B;
}

.header a {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
}

.header-menu .menu--v li + li {
    margin-top: 5px;
}

.header a:hover {
    color: #D89128;
}

.header .header-inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
}

.header .header-inner .header-logo {
    max-width: 200px;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

.header-left {
    gap: 50px;
    /* width: 70%; */
}

.header li {
    list-style: none;
    display: inline-block;
}

.header li+li {
    margin-left: 22px;
}

.header-right {
    gap: 20px;
}

.header li {
    list-style: none;
    display: inline-block;
}

.header li+li {
    margin-left: 22px;
}

.header-menu .dropdown-menu {
    min-width: 814px;
    font-weight: 600;
    padding: 20px 15px;
    top: 50px;
    border-radius: 6px;
}

.header-menu .dropdown-menu li a {
    line-height: 28px;
    font-size: 15px;
    font-weight: 500 !important;
    color: #044D3B;
}

.header-menu .dropdown-menu li a i {
    color: #044D3B;
    margin-right: 3px;
    transition: linear 0.2s;
}

.header .dropdown-menu li+li {
    margin-left: 0!important;
}

.button-cart {
    display: flex;
    gap: 10px;
    background: #D89128;
    border-radius: 30px;
    padding: 5px 20px;
    transition: ease-in-out 0.3s;
    color: #FFF;

}

.button-cart:hover {
    background: #c27604;
}

.header-actions-obj-cart {
    position: relative;
}

.header-actions-obj-cart-count {
    background: #099155;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 10px;
    position: absolute;
    bottom: 12px;
    left: 10px;
    text-align: center;
    font-weight: bold;
}

.header-actions-obj-cart-count-mobile {
    background: #099155;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 10px;
    position: absolute;
    top: 2px;
    right: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* END HEADER */

/* BANNER */

.home-container {
    position: relative;
    bottom: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
}

.home-banner-item {
    height: 100%!important;
    border-radius: 40px;
    overflow: hidden;
}

.home-banner-item-img {
    border-radius: 40px;
}

.home-seta {
    width: 6.3rem;
    height: 6.3rem;
    background: #044D3B;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: linear 0.1s;
}

.home-seta:hover {
    padding-top: -8px;
    padding-top: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/* END BANNER */

.main-content {
    margin-bottom: 40px;
    min-height: 450px;
    bottom: 25px;
}

/* FOOTER */
.footer {
    color: white;
    height: 100%;
    background: #044D3B;
    padding-top: 45px;
    font-weight: 300;
}

.footer-widget-title {
    color:#D89128;
    font-weight: 500;
}

.footer-subsection {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 5vw;
    justify-content: flex-end;
}

.footer-widget-box--social {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

.footer-whatsapp-button {
    background: #50E762;
    /* width: 17rem;
    height: 6rem; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    border-radius: 40px;
    transition: linear 0.2s;
}

.footer-whatsapp-button a {
    color: #044D3B;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 40px;
    transition: 0.2s;
    display: flex;
    gap: 5px;
}

.footer-subsection span {
    font-size: 17px;
}

.footer-whatsapp-button a:hover {
    transition: 0.2s;
    box-shadow: 0 0 12px #50e76275;
}

.footer-social-media-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-social-media-container a {
    display: inline-block;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    background-color: #e16785;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-media-container a:hover {
    box-shadow: 0 0 12px #e16785;
}

.footer .copy {
    min-height: 8rem;
    border-top: 1px solid #507f7a;
    align-items: center;
}

.footer .copy .footer-copy {
    font-size: 13px;
}

.footer-menu-item-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-menu-item-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

.footer-menu-item-list li:last-child {
    align-items: start;
}

/* END FOOTER */

/* TARJETAS HOME */
.home-targets {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.home-targets ul {
    display: flex;
    list-style: none;
    /* position: absolute; */
    bottom: 0;
}

/* .home-targets ul li + li {
    border-left: 1px solid #A3A3A3;
} */

.home-target {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.home-target h4 {
    color: #ffffff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 23.13px;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
}

.home-target h4 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.56px;
    color: #ffffff;
}

/* END TARJETAS HOME */

/* PRODUTOS */

.products-loop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 20px;
}

.products-header {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 30px 0;
}

.products-header h2 {
    color: #044D3B;
    font-weight: 600;
    margin-bottom: 8px;
}

.products .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #CACACA;
    border-radius: 23px;
    padding: 15px;
    color: #565a58;
    gap: 15px;
}

.product-image {
    height: 195px;
}

.product .product-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23px;
}

.product-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.product-title {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-title h4 {
    font-size: 17px;
    color: #2D2D2D;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
    line-height: 20px;
    margin: 0;
}

.product-price {
    margin-bottom: 0;
    font-size: 14px;
    color: #818181;
    line-height: 20.56px;
}

.product-button {
    background: #D89128;
    width: 140px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.product-button svg {
    margin-left: -1px;
    margin-bottom: -1px;
}

.products-loop .product-button:hover {
    transition: 0.2s;
}

.products-loop .product-button:hover {
    background: #c27604;
}

/* END PRODUTOS */

/* INFOPET */
.home-infopet {
    width: 100%;
    background: #044D3B;
    margin: 100px 0;
}

.infopet-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30rem;
}

.infopet-box:after,
.infopet-box:before {
    position: none;
    top: none;
    content: none;
}

.infopet-item-box {
    display: flex;
    width: 65%;
    /* align-items: center; */
    gap: 36px;
    border-right: 1px solid #197660;
}

.infopet-item-contact {
    display: flex;
    align-items: center;
    width: 27%;
    color: #FFFFFF;
}

.infopet-item {
    width: 37%;
}

.infopet-item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.infopet-item a {
    color: #FFFFFF;
}

.infopet-desc {
    font-size: 15px;
    font-weight: 200;
}

.infopet-button .button-cart {
    width: fit-content;
    font-size: 16px;
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.infopet-title {
    font-weight: 500;
    font-size: 20px;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
}

.infopet-tel {
    color: #D89128;
    font-weight: 600;
    font-size: 30px;
}

.infopet-button.footer-whatsapp-button{
    width: 260px;
    height: 50px;
    /* padding: 7px 0px; */
}

.infopet-button.footer-whatsapp-button a {
    color: #044D3B;
}
/* END INFOPET */

/* CLIENTES */

.home-clientes .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clientes-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

.clientes-header {
    margin-bottom: 30px;
    text-align: center;
}

.clientes-header h2 {
    color: #044D3B;
    font-weight: 600;
    margin-bottom: 8px;
}

.clientes-all .cliente {
    width: 150px;
    height: 60px;
}

.clientes-all .cliente img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#replies {
    position: relative;
}

#replies .owl-item {
    min-width: 520px !important;
}

.reply{
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 95%;
    height: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 15px;
}

@media (min-width: 992px) {
    #replies .reply {
        min-height: 240px !important;
    }
}

.reply-header {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.reply-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50px;
    height: 50px;
}

.reply-user-icon {
    width: 50px!important;
}

.reply-logo {
    align-content: center;
    width: 60px!important;
}

.reply-logo img {
    max-width: 60px;
    width: 100%;
}

.reply-text {
    overflow-y: scroll;
}

.reply-text::-webkit-scrollbar {
    width: 2px;
}

.reply-text::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px; 
}

.reply-text::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4); 
}

.seta-carousel {
    width: 5rem;
    height: 5rem;
    background: #044D3B;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#replies .owl-next .seta-carousel {
    top: 40%;
    right: -70px;
}
#replies .owl-prev .seta-carousel {
    top: 40%;
    left: -70px;
}

#replies .owl-prev i,
#replies .owl-next i {
    margin-bottom: -2px;
}
/* END CLIENTES */

/* HEADER INTERNO (PÁGINAS INTERNAS) */

.header-single {
    /* overflow: hidden; */
    border-radius: 50px;
    align-content: center;
    z-index: 10;
    bottom: 45px;
    border-radius: 0;
}

.header-single .container {
    display: flex;
    flex-direction: column;
}

.header-single .container:before,
.header-single .container:after {
    content: "";
    display: none;
}

.header-single-inner {
    color: #ffffff;
    height: 45px;
}

input[name="email_reminders"] {
    border: 1px solid #CACACA;
}

.header-single-inner span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}

.header-single-inner span a {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
}

.header-single-inner i {
    color: #D89128;
}

.header-single-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D0DAD7;
}

.header-single-steps h2 {
    color: #044D3B;
    font-weight: 600;
}

/* PÁGINA FORMATAÇÃO/ADC CARRINHO */

.checkoutProcess-header {
    display: flex;
    gap: 20px;
}

.checkoutProcess-header .checkoutProcess-header-item {
    width: 55px;
    height: 55px;
    border: 1px solid #A3A3A3;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 0;
    opacity: 1;
}

.checkoutProcess-header .checkoutProcess-header-item.current {
    border-color: #D89128;
    background: #D89128;
    opacity: 1;
}
.checkoutProcess-header .checkoutProcess-header-item.current svg path {
    color: #ffffff;
    stroke: #ffffff;
}
.checkoutProcess-header .checkoutProcess-header-item.complete {
    border-color: #025a35;
    background: #025a35!important;
    opacity: 1;
}
.checkoutProcess-header .checkoutProcess-header-item.complete svg path {
    color: #D89128;
    stroke: #D89128;
}
.checkoutProcess-header-item-title {
    line-height: 28px;
    background: white;
    color: #025a35;
    position: absolute;
    padding: 0 12px !important;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%) scale(0);
    transition: all 0.2s linear;
    top: calc(100% + 7px);
    font-weight: 700;
}

.checkoutProcess-header-item:hover .checkoutProcess-header-item-title {
    transform: translate(-50%) scale(1);
}

/* END PÁGINA FORMATAÇÃO */

/* .detalhespedido .header-single-inner {
    height: 145px;
}

.detalhespedido .header-single-inner span {
    font-size: 40px;
    font-weight: 600;
} */

/* END HEADER INTERNO */

/* PÁGINA INTERNA FORMATAÇÃO CARRINHO */
.round-box-inner{
    background: #ffffff;
    border-radius: 10px;
}

.customTable-row-header {
    background: #ECECEC;
    color: #989898;
    font-weight: 500;
    line-height: 58px;
    position: relative;
    display: flex;
    border-radius: 0 20px!important;
}

.customTable-row {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.customTable-col {
    position: relative;
    float: left;
    width: 16.66667%;
    align-content: center;
}

.customTable-col .radio-choice{
    height: 60px;
    font-weight: normal;
    font-size: 15px;
    align-content: center;
    padding-left: 40px;
    padding-right: 5px;
}

.customTable-col .radio-choice:before {
    left: 13px;
}

.customTable-col .radio-choice:after {
    left: 19px;
}

.tableChoice-item .tableChoice-item-name {
    font-size: 16px;
}

label.radio-choice.holyLabel.tableChoice-item {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .customTable-col:first-child {
        border-top-left-radius: 10px;
    }

    .customTable-col:last-child {
        border-top-right-radius: 10px;
    }
}

.customTable-row-header .customTable-col {
    text-align: left;
    padding: 0 0 0 20px;
}

.customTable-col-active,
.customTable-col-complete{
    background: #ffffff;
    color: #2D2D2D;

}

.customTable-col-complete{
    border-top-right-radius: 0;
}

.customTable-col-active{
    border-top-right-radius: 20px;
}
.customTable-col-selected .selected,
.list-preco.customTable-col-selected {
    background-color: #D891281A;
    cursor: pointer;
}

.customTable-col.loading {
    display: block !important;
    text-align: center;
    padding-top: 15px;
}
.customTable-col.loading:before {
    animation: fa-spin 2s infinite linear;
    content: "\f110";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 22px;
    color: rgba(53, 53, 53, 0.42);
}

.customTable-choice-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
}

.customTable-choice-group .round-box-inner {
    width: fit-content;
    font-weight: normal;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
    align-content: center;
}

.escolher-tipo-arquivo{
    display:flex!important;
    justify-content: space-between;
    gap: 15px;
}

.escolher-tipo-arquivo .singUp-box {
    width: 50%;
}

.tableChoice-item,
.checkoutProcess-footer {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 992px) {
    .checkoutProcess-footer {
        display: flex !important;
        align-items: center;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 80px;
    }
}

.list-arquivo {
    padding: 8px 15px;
    margin-bottom: 10px;
}

.tableChoice-item div,
.tableChoice-item-price {
    display: flex;
    flex-direction: column;
}

.tableChoice-item-detail {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
}

.checkoutProcess-last-title .free-color {
    color: #ccb465;
}


.free-color {
    color: #D89128;
    font-weight: 600;
}
.links-gabarito-formatacao {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.links-gabarito-formatacao a,
.checkoutProcess-last-uploadItem a.links-gabarito-formatacao-arquivos,
.checkoutProcess-cart a.links-gabarito-formatacao-arquivos,
.guia-impressao-list-gabaritos a {
    display: inline-block;
    color: #044D3B;
    transition: 0.2s all linear;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 23px;
    padding-left: 28px;
    margin-right: 25px;
    cursor: pointer;
}
/* END PG FORMATAÇÃO */

/* PÁGINA DE CADASTRO */
.singUp .form-control {
    border-radius: 10px;
}
.singUp-box {
    background-color: #F0F1F1;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}

.singUp-box--1 {
    flex-direction: row;
}

.singUp-box--1 .singUp-box-header{
    padding: 0 15px;
    height: 62px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 35px;
    transition: 0.2s all ease-in-out;
    display: flex;
    align-items: center;
}

.singUp-box--1 .col-sm-6:first-of-type {
    border-right: 1px solid #E0E0E0;
}

/* cadastro - dados */
.singUp-box--1 {
    padding-top: 30px;
}
.singUp-box--1>.col-sm-6:nth-child(1) {
    padding-left: 0;
    padding-right: 30px;
}
.singUp-box--1>.col-sm-6:nth-child(1) .col-sm-12,
.singUp-box--1>.col-sm-6:nth-child(1) .col-sm-6 {
    padding: 0;
}
.singUp-box--1>.col-sm-6:nth-child(1) .col-sm-6:nth-child(even) {
    padding-right: 15px;
}
.singUp-box--1>.col-sm-6:nth-child(2) {
    padding-left: 30px;
    padding-right: 0;
}
.singUp-box--1>.col-sm-6:nth-child(2) .col-sm-12,
.singUp-box--1>.col-sm-6:nth-child(2) .col-sm-6 {
    padding-left: 0;
}
.singUp-box--1>.col-sm-6:nth-child(2) .col-sm-6:nth-child(even) {
    padding-left: 0;
}

/* cadastro - endereço */
.singUp-box--2 .singUp-box-header {
    padding-left: 0;
}
.singUp-box--2 .singUp-box-content .formXX .col-sm-6 .col-sm-12,
.singUp-box--2 .singUp-box-content .formXX .col-sm-6 .col-sm-9,
.singUp-box--2 .singUp-box-content .formXX .col-sm-6 .col-sm-6,
.singUp-box--2 .singUp-box-content .formXX .col-sm-6 .col-sm-3 {
    padding-left: 0;
}
.singUp-box--2 .singUp-box-content .formXX .col-sm-6:first-of-type {
    border-right: 1px solid #E0E0E0;
}
.singUp-box--2 .singUp-box-content .formXX .col-sm-6:nth-child(2) {
    padding-left: 30px;
}
.singUp-box--2 .singUp-box-content .formXX .col-sm-6:nth-child(2) .col-sm-12,
.singUp-box--2 .singUp-box-content .formXX .col-sm-6:nth-child(2) .col-sm-9,
.singUp-box--2 .singUp-box-content .formXX .col-sm-6:nth-child(2) .col-sm-6,
.singUp-box--2 .singUp-box-content .formXX .col-sm-6:nth-child(2) .col-sm-3 {
    padding-right: 0;
}
.singUp-box--2 .cep-container .form-control.cep {
    margin-right: 15px;
}
.singUp-box--2 .cep-container span {
    min-width: 115px;
    padding: 0;
}

/* cadastro - contato */
.singUp-box--3 .singUp-box-header {
    padding-left: 0;
}
.singUp-box--3 .singUp-box-content .formXX .col-sm-6 .col-sm-12,
.singUp-box--3 .singUp-box-content .formXX .col-sm-6 .col-sm-6 {
    padding-left: 0;
}
.singUp-box--3 .singUp-box-content .formXX .col-sm-6:first-of-type {
    border-right: 1px solid #E0E0E0;
}
.singUp-box--3 .singUp-box-content .formXX .row>.col-sm-6:nth-child(2) {
    padding-left: 30px;
}


.singUp-box-header {
    padding: 0 15px;
    /* height: 59px; */
    font-size: 20px;
    font-weight: 500;
    color: #2D2D2D;
    align-content: center;
}

@media (min-width: 992px) {
    #formatoproduto .singUp-box-header {
        height: 59px;
        padding: 0;
    }
}

.marked-header {
    background-color: #D891281A;
    border: 2px solid #D89128;
    /* line-height: 58px; */
}

.radio-choice {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 600;
    align-content: center;
}

.radio-choice:after,
.radio-choice:before {
    left: 0;
    border: 1px solid #818181;
    content: "";
    position: absolute;
    border-radius: 100%;
}

.radio-choice:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}

.radio-choice:after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: 6px;
    background: #ffffff;
    transform: scale(0);
    transition: 0.2s all linear;
}

.radio-choice.marked:before,
.radio-choice.selected:before,
input[type="radio"]:checked + .radio-choice:before{
    background: #D89128;
    border: none;
}
.radio-choice.marked:after,
.radio-choice.selected:after,
input[type="radio"]:checked + .radio-choice:after {
    transform: scale(1);
    border: none;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border: none;
    box-shadow: none;
    height: 48px;
    width: 100%;
    border-radius: 16px;
    font-size: 18px;
    margin-top: 5px;
}

.form-control[disabled]::-webkit-input-placeholder{
    color: #000000;
    font-weight: 500;
}

textarea.form-control {
    height: auto;
}

.form-group-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    display: flex;
}

.input-group .form-control {
    border-radius: 4px 0 0 4px !important;
}

.input-group .form-group-title {
    left: 1px !important;
}

.input-group .form-group-title+.form-control {
    width: calc(100% + 1px);
}

.input-group .animateForm-action {
    left: 10px !important;
}

.input-group .input-group-addon:last-child {
    z-index: 131;
    position: relative;
    border-left: 1px solid #8c8c8c;
}

.formXX+.formXX {
    padding-left: 0;
}

.formXX-disabled {
    opacity: .2;
}

.formXX-disabled * {
    pointer-events: none;
    user-select: none;
}

.formXX {
    transition: 0.2s all linear;
}

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

.singUp-box--4 .botao_enviar.button--primary, 
.singUp-box--4 .botao_enviar.button--primary span {
    height: 60px;
    font-size: large;
    padding: 0 16px;
}

.singUp-box--4 .formXX {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.singUp-box--4 .formXX .form-group{
    margin: 0;
}
/* END PÁGINA DE CADASTRO */


/* PÁGINA DE LOGIN */

.checkoutProcess--login .title {
    margin-bottom: 30px;
}

.checkoutProcess--login .singUp-box {
    padding: 30px;
}
/* END PÁGINA DE LOGIN */


/* PÁGINA DE CHECKOUT */

.holySpan--dadosPedidos--header{
    font-size: 17px;
    padding: 10px 0;
}
.holySpan--dadosPedidos--container {
    background-color: #FFF;
    line-height: normal;
    padding: 19px;
    font-size: initial;
    font-weight: normal;
    border-radius: 18px;
}

.holySpan--dadosPedidos--container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.address-box--choices-table .holyLabel {
    display: flex;
    align-items: flex-start;
    padding: 20px 0px;
    border-bottom: 1px solid #bbbbbb;
    justify-content: flex-end;
}

.address-box--choices-table .holyLabel:last-child {
    padding: 10px 0px;
    border-bottom: none;
}

.holySpan--dadosPedidos--container .holyDiv {
    border-top: 1px solid #bbbbbb;
}

.holySpan--dadosPedidos--container .holyDiv:first-child {
    border-top: none;
}

.address-box--choices-table .holyDiv .holySpan--1 {
    width: 50%;
}

.address-box--choices-table .holyDiv .holySpan--2 {
    width: 30%;
}

.address-box--choices-table .holyDiv .holySpan--3 {
    width: 20%;
}


.address-box--choices-table .radio-choice.holyLabel {
    padding: 10px 30px;
    font-weight: normal;
}
input[type="radio"]:checked + .radio-choice.holyLabel
.radio-choice.holyLabel input[type="radio"]:focus {
    font-weight: 600;
}

#divPagamento2 .address-box--choices-table .radio-choice.holyLabel .holySpan span[class]:before{
    content: "(";
}
#divPagamento2 .address-box--choices-table .radio-choice.holyLabel .holySpan span[class]:after{
    content: ")";
}

.finalizar-pedido {
    display: flex;
    flex-direction: column;
}

.singUp-box.green-box {
    background-color: #044D3B;
    color: #489C88;

}
.green-box .singUp-box-header,
.resumo-pedido-valor,
.resumo-pedido-item.cupom-desconto .resumo-pedido-chave {
    color: #FFFFFF;
}

.resumo-pedido-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E01A;
}
.resumo-pedido-item:last-child {
    border: none;
}

.resumo-pedido-item.cupom-desconto {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    border: none;
}

.resumo-pedido-item.cupom-desconto form{
    display: flex;
    background: #fff;
    padding: 3px 2px;
    border-radius: 15px;
    align-items: center;
}

.validar-cupom {
    height: 30px;
    line-height: 30px;
    min-width: 85px;
    padding: 0!important;
}

.address-box--2 {
    padding-top: 20px;
    color: #fff;
    display: none;
}
/* END PÁGINA DE CHECKOUT */

/* OUTROS ESTILOS (ORGANIZAR CERTINHO DEPOIS) */

.checkoutProcess-page--1-title {
    margin-bottom: 30px;
}

.options-table .cell {
    line-height: 56px;
    background: #f7f7f7;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0;
    min-width: 100%;
    position: relative;
    padding: 0 25px;
}

.options-table .header-cell-container+.header-cell-container,
.options-table .normal-cell-container+.normal-cell-container {
    border-left: 2px solid white;
}

.options-table .normal-cell-container .cell {
    background: #e5e5e5;
    font-size: 14px;
    text-align: left;
    line-height: 46px;
}

.header-cell-container--cores {
    min-width: 234px;
}

.header-cell-container--papel {
    min-width: 145px;
}


.checkoutProcess-page--1-file {
    margin-bottom: 30px;
}

.guia-impressao-list-gabaritos ul {
    list-style: none;
}

.guia-impressao-list-gabaritos ul li {
    padding: 0 20px;
    margin-bottom: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.guia-impressao-list-gabaritos ul li p {
    font-size: 16px;
}

.gabarito-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gabarito-item-a {
    display: flex !important;
    align-items: center;
    gap: 5px;
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
    font-size: 16px;
}

.guia-impressao-list-gabaritos ul li:nth-child(even) {
    background-color: #f7f7f7;
}


.checkoutProcess-page--2 {
    margin-bottom: 30px;
}



.megafile {
    float: left;
    width: 100%;
    border: 2px dashed;
    border-radius: 5px;
    border-color: rgba(17, 114, 65, 0.29);
    position: relative;
}

.megafile input[type=file] {
    display: block;
    width: 100%;
    height: 100px;
    opacity: 0;
}

.megafile i {
    width: 100%;
    text-align: center;
    font-size: 50px;
    position: absolute;
    height: 100%;
    color: rgba(18, 131, 66, 0.4);
    top: 0;
    left: 0;
}

.megafile i:before {
    margin-top: 12px;
    display: inline-block;
    font-size: 40px;
}

.megafile .megafile-target {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
}

.checkoutProcess-cart {
    width: 100%;
}

.checkoutProcess-cart .checkoutProcess-cart-header td {
    background: #f0efef;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
}

.checkoutProcess-cart .checkoutProcess-cart-header td:first-child {
    border-radius: 5px 0 0 0;
}

.checkoutProcess-cart .checkoutProcess-cart-header td:last-child {
    border-radius: 0 5px 0 0;
}

.checkoutProcess-cart tr td:nth-child(1) {
    max-width: 600px;
}

.checkoutProcess-cart tr td:nth-child(2) {
    min-width: 130px;
    text-align: center;
}

.checkoutProcess-cart tr td:nth-child(3) {
    text-align: center;
}

.checkoutProcess-cart tr td:nth-child(5),
.checkoutProcess-cart tr td:nth-child(4) {
    text-align: right;
}

.checkoutProcess-cart tr td {
    padding: 15px;
}

@media (min-width: 769px) {
    .checkoutProcess-cart tr td:first-child {
        padding-left: 30px;
    }
}

.checkoutProcess-cart tr td:last-child {
    padding-right: 30px;
}

.checkoutProcess-cart tr:not(.checkoutProcess-cart-header) {
    font-weight: bold;
}

@media (min-width: 992px) {
    .checkoutProcess-cart tr:not(.checkoutProcess-cart-header) {
        border-bottom: 1px solid #e5e5e5;
    }
    
    .checkoutProcess-cart tr:not(.checkoutProcess-cart-header) td:nth-child(1) img {
        padding-right: 30px;
    }

    #texto-sobre-5 {
        margin-bottom: 0;
    }
}

.checkoutProcess-cart tr:not(.checkoutProcess-cart-header) td:nth-child(1) img {
    float: left;
    height: 130px;
}

.checkoutProcess-cart tr:not(.checkoutProcess-cart-header) td:nth-child(1) span {
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    /*padding-left: 30px;
    height: 130px; */
}

.checkoutProcess-cart tr:not(.checkoutProcess-cart-header) td:nth-child(2) {
    /*color: #65cc98;*/
    font-weight: 600;
}

.checkoutProcess-cart tr:not(.checkoutProcess-cart-header) td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.checkoutProcess-cart-outFooter {
    background: #f0efef;
    border-top: 1px solid #e5e5e5;
    padding: 11px 30px;
    font-weight: 700;
    text-align: right;
    border-radius: 0 0 5px 5px;
}

.checkoutProcess-cart-outFooter span:first-child {
    margin-right: 45px;
    opacity: 0.3;
}

.checkoutProcess-cart .checkoutProcess-last-inputBox-obs {
    padding-left: 0;
    font-weight: 400;
    height: auto !important;
}

.combo-qtd {
    height: 38px;
    width: 80px;
    display: inline-block;
    background: #f0efef;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.combo-qtd-target {
    width: 100%;
    line-height: 38px;
    float: left;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
    outline: none;
    text-align: center;
    padding-right: 10px;
    background: #f0efef;
}

.combo-qtd-button {
    background: #f0efef;
    height: 19px;
    width: 29px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    line-height: 18px;
    border: none;
    cursor: pointer;
    outline: none;
}

.combo-qtd-up {
    top: 0;
}

.combo-qtd-up:active {
    top: -2px;
}

.combo-qtd-down {
    bottom: 0;
}

.combo-qtd-down:active {
    bottom: -2px;
}

.checkoutProcess-delivery {
    margin-top: 45px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: block;
    clear: both;
}

.checkoutProcess-delivery-widget {
    width: 300px;
    float: left;
    display: block;
}

.checkoutProcess-delivery-content {
    width: calc(100% - 300px);
    float: left;
    display: block;
}

.checkoutProcess-delivery-widget-header {
    background: #f0efef;
    border-radius: 10px 10px 0 0;
    color: #0b9050;
    font-weight: 700;
    padding: 20px 22px;
    border: 1px solid #b8b8b8;
    text-transform: uppercase;
    margin: 0;
}

.checkoutProcess-delivery-widget-list {
    border: 1px solid #b8b8b8;
    border-top: none;
}

.checkoutProcess-delivery-widget-list li {
    padding: 10px 22px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.checkoutProcess-delivery-widget-list li.active,
.checkoutProcess-delivery-widget-list li:hover {
    background: #d7feef;
}

.checkoutProcess-delivery-widget-list li i {
    color: #9a9a9a;
    margin-right: 8px;
}

.checkoutProcess-delivery-content-cepbox {
    height: 242px;
    position: relative;
    display: table-cell;
    width: 230px;
    vertical-align: middle;
}

.checkoutProcess-delivery-content-cepbox .form-group {
    margin-bottom: 0;
    position: relative;
}

.checkoutProcess-delivery-content-cepbox .form-group-btn .button {
    right: 0;
}

.checkoutProcess-cart-outFooter-frete {
    border-radius: 0;
    margin-bottom: 30px;
}

.checkoutProcess-cart-outFooter {
    margin-bottom: 30px;
}

.checkoutProcess-cart-end-total {
    line-height: 48px;
    font-weight: 700;
    text-align: right;
    padding-right: 30px;
}

#agreeSpace-animate {
    display: none;
}

body:after {
    position: fixed;
    background: black;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 484684;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all linear;
}

body.guilde0001:after {
    opacity: 0.4;
}

body.guilde0001 #agreeSpace {
    background: white;
    position: relative;
    z-index: 12312412;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.32);
}

body.guilde0001 #agreeSpace-animate {
    display: block;
    position: absolute;
    color: #62de96;
    z-index: 9999;
    right: calc(100% - 7px);
    width: 60px;
    height: 48px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
}

body.guilde0001 #agreeSpace-animate i {
    position: relative;
    animation: agreeSpace-animate 0.7s infinite;
}

body.guilde0001 .checkbox {
    margin: 0;
    padding: 10px 15px;
}

body.guilde0001 .checkbox label:before {
    top: 12px;
}

body.guilde0001 .checkbox label {
    display: block;
}

body.guilde0001 .checkbox label:before {
    left: 15px
}

body.guilde0001 .checkbox input+label:after {
    left: 14px;
}

body.guilde0001 .checkbox input:checked+label:after {
    top: 8px;
}

@keyframes agreeSpace-animate {
    0% {
        left: 0;
    }

    50% {
        left: -10px;
    }

    100% {
        left: 0;
    }
}

.forgetPasswordLink {
    color: #b1abab;
    font-size: 13px;
    float: left;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.checkoutProcess--payment-comboChoice {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tableShow {
    font-size: 14px;
    font-family: Arial;
    line-height: 23px;
}

/* .modal * {
    font-weight: 600;
} */

#alterarEndereco .modal-dialog {
    width: 860px;
}

#alterarEndereco .modal-dialog .formXX {
    padding-top: 15px;
}

#alterarEndereco .checkbox {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    text-transform: uppercase;
}

#alterarEndereco .checkbox label {
    font-size: 15px;
    letter-spacing: 0.5px;
    opacity: .8;
}


.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background: #D89128 !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    min-width: 240px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu table {
    width: 100%;
    text-transform: uppercase;
}

.checkoutProcess-last-title {
    margin-bottom: 60px;
    font-size: 22px;
    color: white;
    padding: 30px 15px;
    border-radius: 5px;
    background: url("../imagens/header-single.jpg") center no-repeat;
    background-size: cover;
    background-position: 400px;
    background-color: #035B35;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.checkoutProcess-last-inputBox {
    width: 500px;
    height: 140px;
    margin: 15px 0;
}

.checkoutProcess-last-inputBox:hover {
    border-color: rgba(237, 53, 53, 0.36);
}

.checkoutProcess-last-inputBox:hover i {
    color: #128342;
}

.checkoutProcess-last-inputBox i:before {
    margin-top: 25px;
}

.checkoutProcess-last-inputBox .megafile-target {
    bottom: 30px;
}

.checkoutProcess-last-inputBox input {
    height: 100% !important;
    cursor: pointer;
    position: relative;
    z-index: 123;
}

.checkoutProcess-last-inputBox-obs {
    font-size: 15px;
    text-transform: uppercase;
}

.checkoutProcess-last-payment-img {
    margin-bottom: 15px;
}

.checkoutProcess-last-payment-text {
    margin-bottom: 25px;
}

.checkoutProcess-last-inputBox-obs {
    margin-bottom: 18px;
}


.checkoutProcess-last-uploadItem+.checkoutProcess-last-uploadItem {
    margin-top: 45px;
    float: left;
    width: 100%;
    display: block;
    clear: both;
}

.checkoutProcess-last-bank-img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.checkoutProcess-last-bank-img img {
    height: 100%;
    object-fit: cover;
}

.checkoutProcess-last-bank {
    float: left;
    width: 100%;
    display: block;
    clear: both;
}

.checkoutProcess-last-bank+.checkoutProcess-last-bank {
    margin-top: 30px;
}

.checkoutProcess-last-bank-text {
    padding-left: 30px;
    height: 80px;
    float: left;
}

.checkoutProcess-last-check {
    float: left;
    width: 100%;
    display: block;
    clear: both;
}

.dropdown-toggle .lnr-menu:before {
    font-size: 20px;
    top: 2px;
    position: relative;
    left: 2px;
}

.checkoutProcess-last-check {
    border: 1px solid rgba(108, 108, 108, 0.48);
    height: 80px;
    margin-top: 50px;
    position: relative;
}

.checkoutProcess-last-check:hover {
    border-color: rgba(212, 17, 51, 0.38);
}

.checkoutProcess-last-check:hover .checkoutProcess-last-check-target {
    color: #EB363B;
    opacity: .8;
}

.checkoutProcess-last-check-icon {
    font-size: 36px;
    background: white;
    position: relative;
    z-index: 2;
    top: -20px;
    left: 20px;
    width: 50px;
    text-align: center;
    color: #EB363B;
}

.checkoutProcess-last-check-field {
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    top: -37px;
}

.checkoutProcess-last-check-target {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    opacity: 0.4;
    font-weight: 600;
    letter-spacing: 1px;
}

.myAccount-breads {
    font-size: 20px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 35px;
    width: 20%;
    margin-right: 5%;
    float: left;
}

.myAccount-bread-link {
    background: rgba(240, 239, 239, 0.69);
    padding: 0 20px;
    color: #565a58;
    border: 1px solid rgba(231, 231, 231, 0.47);
    font-size: 15px;
    line-height: 2.9;
    font-size: 14px;
}

.myAccount-bread-link i {
    margin-right: 3px;
}

.myAccount-bread-title h3 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #ec282d;
    letter-spacing: 2.2px;
}

.myOrders-table-row:not(.myOrders-table-row--header) .myOrders-table-cell--date {
    font-size: 15px;
    font-weight: normal;
    opacity: 0.8;
}

.myAccount-breads .myAccount-bread:first-child .myAccount-bread-link {
    border-radius: 6px 6px 0 0;
}

.myAccount-breads .myAccount-bread:last-child .myAccount-bread-link {
    border-radius: 0 0 6px 6px;
}

.myAccount-bread.active .myAccount-bread-link {
    background: white;
}

.myAccount-bread--active .myAccount-bread-link,
.myAccount-bread-link:hover {
    color: #188c49;
}

/*.myAccount-bread + .myAccount-bread {
  margin-left: 10px;
}
*/

.myAccount-bread-icon {
    margin-right: 5px;
}

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

.myOrders-container {
    float: left;
    display: block;
}

.myOrders-listStatus {
    width: 170px;
    background: #f0efef;
    border: 1px solid #b8b8b8;
}

.myOrders-containerTable {
    width: 100%;
}

.myOrders-status {
    background: white;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
}

.myOrders-status-link {
    color: #313131;
}

.myOrders-status--active .myOrders-status-link,
.myOrders-status-link:hover {
    color: #188c49;
}

.myOrders-status--header {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.myOrders-table-row--header {
    background: #f0efef;
    height: 60px;
    border: 1px solid #b8b8b8;
    font-size: 16px;
}

.myOrders-table-row--item:nth-child(odd) {
    background: rgba(143, 143, 143, 0.1);
}

.myOrders-table {
    width: 100%;
    border: 1px solid rgba(222, 222, 222, 0.7);
    border-radius: 6px;
    overflow: hidden;
    border-collapse: separate;
}

.myAccount .myOrders {
    width: 75%;
    clear: none;
}

.myOrders-table-cell {
    padding: 0 10px;
    font-weight: 600;
    font-size: 13px;
    text-align: end;
}

.myOrders-table-row .myOrders-table-cell:first-child {
    padding-left: 20px;
}

.myOrders-table-row .myOrders-table-cell:last-child {
    padding-right: 20px;
}

.myOrders-table-row--item .myOrders-table-cell {
    padding: 15px;
    color: #7d7c7c;
}


.myOrders-table-cell--status {
    min-width: 150px;
}

.myOrders-table-cell--button {
    text-align: right;
}

.myOrders-table-row--item .myOrders-table-cell--price,
.myOrders-table-cell--price {
    text-align: right;
    padding-right: 22px;
}

.myOrders-table-cell--status-desc {
    display: block;
    font-size: 11px;
    max-width: 200px;
    /*text-transform: uppercase;*/
    margin-top: 4px;
}

.myOrders-table-cell--status-title i {
    margin-right: 4px;
}

.myOrders-table-cell--qtd {
    text-align: center;
}

.form-group.is-disabled {
    pointer-events: none;
}

.form-group.is-disabled input,
.form-group.is-disabled select {
    background: #F0EFEF !important;
}

.form-group .animateForm-action {
    border-radius: 0;
}

.ultraBreads {
    position: relative;
    top: -132px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -20px;
}

.ultraBreads a {
    opacity: 0.7;
    color: white;
    margin-left: 4px;
}

.ultraBreads a:hover {
    opacity: 1;
}

.myOrder-status .myOrders-table-cell--status-desc {
    min-width: 100%;
    font-size: 14px;
}

.myOrder-status .myOrders-table-cell--status-title {
    font-weight: 600;
    font-size: 20px !important;
}

.myOrder-status {
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 45px;
}

.myOrders-status--sucess {}

.myOrders-status--sucess .myOrders-table-cell--status-desc {}

.ac-faq span {
    position: relative;
}

.ac-faq-maintitle {
    margin-bottom: 20px;
    color: #099155;
    float: left;
    width: 100%;
}

.ac-faq-item {
    float: left;
    width: 100%;
    display: block;
}

.ac-faq-item+.ac-faq-item {
    margin-top: 20px;
}

.ac-faq-item+.title {
    margin-top: 60px;
}

.ac-faq-title {
    color: #353535;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 15px;
    cursor: pointer;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

.ac-faq-title:before {
    position: absolute;
    line-height: 48px;
    width: 48px;
    font-family: "FontAwesome";
    content: "\f103";
    font-size: 24px;
    text-align: center;
    right: 15px;
}

.ac-faq-item--active .ac-faq-title {
    color: #099155;
}

.ac-faq-item--active .ac-faq-title:before {
    font-family: "FontAwesome";
    content: "\f102";
}

.ac-faq-content {
    color: #505050;
    padding: 15px;
    display: block;
}

.ac-faq-title {
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(212, 212, 212, 0.17);
}

.printGuilde-container {
    float: left;
    display: block;
}

.printGuilde-menu {
    width: 300px;
}

.printGuilde-content {
    width: calc(100% - 300px);
    padding-left: 45px;
}

.printGuilde-menu-item {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    height: 40px;
    width: 100% !important;
    display: flex !important;
    align-items: center;
}

.printGuilde-menu-link {
    color: #0b0f0d;
    padding: 0 15px;
    cursor: pointer;
    /* display: block; */
    display: flex !important;
    height: 40px !important;
    width: 100%;
    align-items: center !important;
}

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

.printGuilde-menu-link:hover {
    color: #D89128;
}

.printGuilde-menu-icon {
    color: #D89128;
    margin-right: 4px;
}

.printGuilde-menu-item+.printGuilde-menu-item {
    margin-top: 15px;
}

.printGuilde-content-item {
    position: absolute;
}

.tab-filter-active.printGuilde-menu-item {
    background: #044D3B;
    color: white;
    border: 1px solid #044D3B;
}

.tab-filter-active.printGuilde-menu-item .printGuilde-menu-link {
    color: white;
}

.tab-filter-active.printGuilde-menu-item .printGuilde-menu-link:hover {
    color: white;
}

.tab-filter-active.printGuilde-menu-item .printGuilde-menu-icon {
    color: white;
}

body.guilde0001 .checkbox label:before {
    top: 9px;
}

.termosBtn {
    position: absolute;
    right: 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    background: #128342;
    color: white;
    padding: 0 11px;
    border-radius: 5px;
    cursor: pointer;
}

.guilde0001 .termosBtn {
    top: 8px;
    right: -6px;
}

.modal-open #termosDeUso {
    display: block;
    z-index: 99999999;
}

#termosDeUso .modal-dialog {
    min-width: 880px;
}

#termosDeUso * {
    font-size: 17px;
    font-weight: normal;
}

#termosDeUso h3 {
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 20px;
}

.modal-open #agreeSpace {
    background: transparent !important;
    box-shadow: none !important;
}

.modal-open #agreeSpace-animate {
    display: none !important;
}

.addMoreItems {
    color: #128342;
    position: absolute;
    left: 45px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
}

.addMoreItems i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.addMoreItems:hover {
    color: #d89128;
}

.checkoutProcess-cart-outFooter span:first-child {
    opacity: 1;
    margin-right: 0;
}

.addMoreItems+span {
    margin-right: 45px;
    opacity: 0.3;
}

.checkoutProcess-cart-end-total {
    padding-right: 17px;
}

.checkoutProcess-cart tr td {
    position: relative;
}

.combo-qtd-del {
    position: absolute;
    left: 0;
    height: 38px;
    width: 38px;
    line-height: 38px;
    cursor: pointer;
    color: rgba(237, 44, 49, 0.49);
    z-index: 12
}

.combo-qtd-del:hover {
    color: #ED3237;
}

.checkoutProcess-cart tr td:nth-child(3) {
    min-width: 210px;
}

.combo-qtd--dell {
    width: 38px;
    background: transparent;
}

#esqueciMinhaSenha .modal-body {
    padding: 30px;
}

#esqueciMinhaSenha .formXX {
    display: table;
    width: 100%;
    margin: 30px 0 15px 0;
}

#esqueciMinhaSenha .formXX .form-group {
    position: relative;
    margin-bottom: 15px;
}

.footer-widget-box--address .button:not(.button--square) {
    padding: 3px 13px;
}

.footer-widget-box--menu {
    padding: 0 45px 0 45px;
}

.footer-widget-box--menu-list li a {
    padding: 5px 2px 5px 14px;
}


.header-inner .button--simple:hover {
    border-color: #0b9050;
}

.header-actions-obj .header i:hover {
    color: #0b9050;
}

.header-menu .dropdown-menu {
    top: 58px;
}

.dropdown-toggle {
    padding: 18px 0;
}

label.error {
    font-size: 13px;
    color: #BC1212;
    font-weight: 400;
}

.checkbox label {
    font-size: 16px;
    font-weight: 500;
}


.forgetPasswordLink {
    float: right;
}

.info-contato {
    color: #045C36;
    font-weight: 600;
}

.endereco {
    margin-top: 30px;
}

.dados-contato {
    margin-top: 15px;
}

.dados-contato>span {
    margin-bottom: 20px;
    margin-right: 10px;
}

.ajaxForm-alert--sucess,
.ajaxForm-alert--loading {
    position: absolute;
    top: 6px;
    left: 117px;
    color: #045C36;
    font-weight: 600;
}

.sobre {
    text-align: justify;
    line-height: 30px;
}

.sobre img {
    margin: 10px 0 20px 0;
}

.sobre>.col-md-4>span {
    display: block;
    padding: 0 20px;
}

.trajetoria {
    padding-right: 40px;
}

.sempre-unidos {
    padding-left: 40px;
}

.colunas-direita {
    padding-left: 40px;
}

.titulo-sobre {
    color: #045C36;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.diversificacao {
    content: '';
    margin-top: 40px;
    text-align: center;
}

.modal-header .close {
    font-size: 40px;
    margin-top: -9px;
}

.modal-esqueci-minha-senha {
    text-align: center;
}

.modal-esqueci-minha-senha i {
    font-size: 70px;
}

.modal-termos-uso h1 {
    text-align: left !important;
}

.modal-termos-uso h1,
.modal-termos-uso h1 * {
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.modal-termos-uso h2,
.modal-termos-uso h2 * {
    font-weight: 700 !important;
    margin-bottom: 10px;
    font-size: 15px;
}

.modal-termos-uso ul {
    list-style: inside !important;
    margin-bottom: 30px !important;
    margin-bottom: 30px !important;
    padding-left: 30px !important;
}

.modal-termos-uso ul ul {
    margin-bottom: 10px !important;
}

.modal-termos-uso ul li+li {
    margin-top: 5px;
}

.modal-termos-uso ul+ul[type="disc"] {
    margin-top: -25px !important;
}

.modal-body.modal-termos-uso {
    padding: 30px;
}

#termosDeUso strong {
    font-weight: 700 !important;
}

.owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.myOrders-table-cell .button.button--shadow span {
    background: #188c49;
}

.myOrders-table-cell .button--3.button--shadow:before {
    background: #188c49;
}

.myOrders-table-cell .button--3.button--shadow:after {
    background: #106439;
}

.myOrders-table-row--item .myOrders-table-cell {
    color: #424242;
}

/* Pagamento */

.form-pagamento-cartao,.form-pagamento-pix {
    display: table;
    padding: 25px 30px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    margin-top: -10px;
}

.form-pagamento-cartao-tit {
    margin: 0 0 15px 15px;
    background-color: #fff;
    padding: 10px;
    z-index: 9;
    max-width: 100%;
    font-weight: 700;
}

.form-pagamento-cartao-tit i {
    color: #D89128;
    margin-right: 5px;
}

.cartoes-aceitos {
    max-width: 100%;
    width: 100%;
}

.form-pagamento-cartao div {
    display: block;
    margin-bottom: 10px;
}

.form-pagamento-cartao div span {
    display: block;
    width: 100%;
}

.form-pagamento-cartao div input,
.form-pagamento-cartao div select {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    width: 100%;
}

.form-pagamento-cartao div input {
    padding: 5px 10px;
}

.form-pagamento-cartao div select {
    padding: 5px 8px;
}

.form-pagamento-cartao div button {
    font-weight: 700;
}

/* /formatacao verifyFileChosenModal */

.verifyFileChosenModal {
    z-index: 999990;
}

.verifyFileChosenModal {
    z-index: 999990;
    border-radius: 15px;
}

.verifyFileChosenModal .confirm,
.verifyFileChosenModal .cancel {
    display: flex;
    gap: 10px;
    background: #D89128;
    border-radius: 30px;
    padding: 10px 25px;
    transition: ease-in-out 0.3s;
    color: #FFF;
    width: fit-content;
    font-size: 16px;
    /* height: 35px; */
    align-items: center;
}

.verifyFileChosenModal .confirm {
    background-color: #044d3b !important;
}

.sweet-alert {
    z-index: 999999 !important;
}

#balcaoOpcoes .modal-dialog {
    width: 800px !important;
}

.is-waiting {
    pointer-events: none;
    width: auto !important;
    opacity: .6;
}

.is-waiting .fa {
    margin-right: 8px;
}

.alert .payment-status-label-title {
    font-size: 22px !important;
}

.payment-status-label-content {
    font-size: 16px !important;
}

.has-error {
    color: #D89128;
    font-size: 16px
}

.holySpan--2lines::after {
    top: 22px !important;
}


.revendedor-list li {
    list-style-type: none;
}

.revendedor-list li::before {
    content: '\f00c';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #FF2B31;
}

.revendedor-area {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.revendedor-area .titulo-sobre {
    background-color: #ECECEC;
    margin-left: -15px;
    width: 102.7%;
    width: calc(100% + 30px);
    padding: 15px 0;
}

.revendedor-area .fa {
    color: #D92E2B;
}

.revendedor-area .col-md-4 {
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 0;
    margin-top: 0 !important;
}

.revendedor-footer {
    text-align: center;
}

.revendedor-footer a {
    display: inline-block;
}

.revendedor-page-header {
    margin-top: -200px;
    text-align: right;
    pointer-events: none;
}

.revendedor-page-header a {
    display: inline-block;
    pointer-events: all;
}

.area-content-address {
    font-weight: 300;
    color: #555555;
    width: 24%;
    float: none !important;
    /*border: 1px solid #ababab;*/
    display: inline-block;
    /*margin: 0 15px 30px 15px;*/
    padding: 0 18px;
    border-radius: 4px;
    vertical-align: top;
}

.area-content-address-1 {
    margin-top: 4px;
    position: relative;
    float: none !important;
    display: block;
    width: 100%;
    position: relative;
}

.ui-disabled {
    opacity: .3 !important;
    pointer-events: none !important;
}

/* Tawk.to */

#tawkchat-minified-container {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    box-shadow: none !important;
}

#headerBox {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

/****** Style Star Rating Widget *****/

#formAvaliacao fieldset,
#formAvaliacao label {
    margin: 0;
    padding: 0;
}

.modalAvaliacao {
    vertical-align: middle;
}

.modalInfoAvaliacao {
    padding: 10px;
    border: 1px solid #f1e87b;
    border-radius: 5px;
    background-color: #fff8c7;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: #921414;
    display: none;
}

.rating {
    border: none;
    display: inline-block;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    cursor: pointer;
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,
/* show gold star when clicked */

.rating:not(:checked)>label:hover,
/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #FFED85;
}

.col-sm-3.footer-widget-box.footer-widget-box--menu,
.col-sm-3.footer-widget-box.footer-widget-box--social {
    min-height: 190px;
}

.home-material-politico .owl-stage{
    min-width: 100% !important;
}

.home-material-politico .owl-item{
    min-width: 100% !important;
}

li.foto {
    float: left;
    padding: 0;
    width: 12.5%;
}

li.foto img {
    width: 100%;
    max-height: 12.5vw;
    object-fit: cover;
}

ul.fotos {
    list-style: none;
}

.footer-subsection {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    /*margin-top: -30px;*/
    /* margin-left: 70px; */
}

.footer-subsection img {
    margin: 20px 0;
}

#home-banner .owl-prev {
    position: absolute;
    left: 50px;
    top: -170px;
    font-size: 24px;
    color: #d0d0d0;
}

#home-banner .owl-next {
    position: absolute;
    right: 50px;
    top: -170px;
    font-size: 24px;
    color: #d0d0d0;
}

.status-detalhe-pedido {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 4px;
    display: block;
    margin-top: -4px;
    margin-bottom: 10px;
}

.ultraBreads-status-pedido {
    color: #fff;
    margin-top: -12px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.ultraBreads-status-titulo {
    font-weight: 300;
    font-size: 15px;
}

.label-voltar-meus-pedidos {
    max-width: 250px;
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 16px;
    font-weight: 300;
}

.rastreio-button {
    border: 0;
}

#rastreio-modal .table>tbody>tr>td:first-child {
    white-space: nowrap;
}

#rastreio-modal .modal-body {
    margin: 30px;
}

.pagamento-pix{
    display: flex;
    justify-content: center;
    padding: 20px;
}
.pagamento-pix span{
    margin-left: 10px;
    font-weight: 700;
}
.box-pix{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-pix img{
    margin: 10px;
}

a.link-telefone {
    display: flex !important;
    align-items: center !important;
}

/* .modal {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.75);
  }
  
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 60px auto;
    padding: 20px;
    max-width: 40%;
  }
  
  .fechar {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
  }
  */

.imagem-modal {
    width: 100%;    
}

@media (min-width: 450px) and (max-width: 620px)  {
    .imagem-modal {        
        max-height: 620px;
    }
}

@media (min-width: 621px) and (max-width: 1024px)  {
    .imagem-modal {        
        max-height: 750px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px)  {
    .imagem-modal {        
        max-height: 760px;
    }
}

@media (min-width: 1201px) and (max-width: 2000px)  {
    .imagem-modal {        
        max-height: 720px;
    }
}

@media (min-width: 2001px) {
    .imagem-modal {        
        max-height: 900px;
    }
}
@media (min-width: 768px){
    .desktop-show{
        display: inherit;
    }
    .desktop-hide{
        display: none;
    }
}

@media (min-width: 992px) {
    .revendedor-area .col-md-4:nth-child(n+5) {
        border-bottom: 0;
    }

    .revendedor-area {
        /* padding-left: 0;
      padding-right: 0; */
    }

    .revendedor-area .col-md-4:nth-child(3n-1) {
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }
}

@media (max-width: 922px) {
    .sempre-unidos {
        padding-left: 15px;
    }

    .colunas-direita {
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .revendedor-area .col-md-4 {
        height: 190px;
        padding-top: 55px;
        padding-bottom: 0;
    }

    .revendedor-area .col-md-4:nth-child(2n+1) {
        border-left: 1px solid #dcdcdc;
    }

    .revendedor-area .col-md-4:nth-child(2n-1) {
        border-right: 1px solid #dcdcdc;
    }
}


@media (max-width: 991px) {
    .revendedor-page-header {
        margin-top: -200px;
        margin-bottom: 100px;
    }
}

@media(min-width:768px) {
    #chatWpp>button {
        padding: 8px 14px
    }

    #chatWpp>button>span {
        display: inline
    }

    #chatWpp>button>img {
        margin-right: 8px
    }
}

.banner-img-flutuante,
.banner-img-flutuante-action {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.banner-img-flutuante {
    bottom: -2px;
    z-index: 9;
    pointer-events: none;
    user-select: none;
}

.banner-img-flutuante-action {
    bottom: -31px;
    z-index: 99;
    scroll-behavior: smooth;
}

#home-banner .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50px;
    display: flex;
    gap: 10px;
}

#home-banner .owl-item,
#home-banner .owl-stage,
#home-banner .owl-carousel,
#home-banner .owl-stage-outer {
    border-radius: 40px;
}

#home-banner .owl-dot {
    width: 12px;
    height: 5px;
    border-radius: 90px;
    border: 1px solid #fff;
    box-shadow: 2px 1px 7px #000000;
}

#home-banner .owl-dot.active {
    width: 26px;
    background-color: #fff;
}

@media (min-width: 992px) {
    #home-banner .owl-item {
        height: 317px;
    }

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

    .header-actions-obj-cart svg {
        margin-bottom: -2px;
    }
}

.products a.button-cart {
    width: 150px;
    padding: 0;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 400;
}

.products a.button-cart:hover {
    color: #fff;
}

.products a.button-cart svg {
    width: 25px;
    margin-bottom: -3px;
}

.header-menu .dropdown-menu li a:hover i {
    margin-right: 5px;
}

.footer-link {
    color: #fff !important;
    font-size: 16px !important;
}

.footer-links {
    text-decoration: none;
    color: white !important;
    font-size: 16px;
}

.footer-links:hover {
    color: #1cad89 !important;
}

.customTable-choice:hover,
.list-preco:hover {
    background: #ffe4bd;
}

.list-preco.customTable-col-selected {
    /* background-color: #ffe4bd; */
    border: 2px solid #D89128;
}

#balcaoOpcoes .address-box--choices-table .holyDiv {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 0 15px;
}

.header00-menu-lista {
    padding: 10px 0 !important;
}

.header00-menu-link {
    padding: 7px 15px !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.link-gabarito-pre-compra {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-size: 16px !important;
    padding-left: 16px !important;
    transition: 0.3s;
}
.link-gabarito-pre-compra:hover {
    color: #D89128;
    transition: 0.3s;
}

.links-gabarito-formatacao .link-gabarito-pre-compra + .link-gabarito-pre-compra {
    margin-top: 10px;
}

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

.agreeSpace-class {
    display: flex;
    justify-content: space-between;
}

.btn-pagarButton {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: unset !important;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
    background: #044D3B;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 10px;
    border: none;
}

.box-valor-total-pedido-finalizado {
    font-size: 16px;
    background-color: #F0F1F1;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 40px;
    text-align: end;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
}

.back-pedido {
    display: none;
}

.separador-pedido-compra {
    height: 64px;
}

@media (min-width: 992px) {
    .align-tb-pf {
        text-align: right;
    }
}

.copiar-codigo-pix {
    margin: 20px auto
}

.copiar-codigo-pix button {
    border: 1px solid #CACACA;
}

#replies .reply-logo img {
    object-fit: contain !important;
}

li.cupom-desconto span.resumo-pedido-chave {
    font-size: 15px;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
    margin-bottom: 5px;
}

.novoEndereco-btn {
    color: #fff;
    float: right;
    font-family: "Marlin Geo SQ - Semibold", sans-serif;
    min-width: 100px;
    outline: none;
}

.novoEndereco-btn i {
    font-size: 12px;
}

#carrinho .sa-confirm-button-container button {
    background-color: #D92E2B !important;
    color: #fff !important;
}

#carrinho .sweet-alert button {
    margin-top: 0 !important;
}

#carrinho .sa-icon.sa-warning {
    display: block !important;
}

#carrinho .sweet-alert h2 {
    font-size: 23px !important;
}

@media (min-width: 992px) {
    #replies .owl-nav {
        display: block;
    }

    .voltar-para-meus-pedidos {
        display: none !important;
    }
}

.myOrders-opt-search span {
    background-color: transparent !important;
    color: #333 !important;
}

#minhaconta input,
#minhaconta select,
#alterarsenha input,
#alterarsenha select {
    border: 1px solid #CACACA;
}

.carrossel-img {
    height: 60px !important;
    width: 140px !important;
    object-fit: contain;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

#clientes-carousel .owl-stage-outer .owl-stage {
    transition: all 1.5s ease 0s !important;
}

.footer-instagram-button {
    background: #e16785;
    border-radius: 40px;
    transition: linear 0.2s;
}

.footer-instagram-button a {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 40px;
    transition: 0.2s;
    display: flex;
    gap: 5px;
}

.footer-instagram-button a:hover {
    transition: 0.2s;
    box-shadow: 0 0 12px #e16785;
}

a.footer-link:hover {
    color: #1cad89 !important;
}
#clientes-carousel .owl-nav {
    display: none;
}

.texto-sobre {
    margin-bottom: 15px;
}

#texto-sobre-6 {
    margin-bottom: 0;
}

.video-header {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 30px 0;
}

.video-title {
    color: #044D3B;
    font-weight: 600;
    margin-bottom: 8px;
}

.iframe-video {
    border-radius: 20px;
    width: 350px;
    height: 622px;
}

.section.home-targets {
    background: #044d3b;
}

.btn-novo-endereco {
    background-color: #044d3b !important;
}

.titulo-enderecos {
    color: #044D3B;
    font-weight: 600;
    font-size: 23px;
}

.box-enderecos {
    background-color: #F0F1F1;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.forma-pagamento-container {
    margin-top: 40px;
}

.titulo-formas-pagamento {
    font-weight: 700;
    text-transform: uppercase;
}

.link-pagamento-boleto span {
    color: #353535 !important;
}