@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { 
    margin-top: 100px;
}
.mg-rgt-0 {
    margin-right: 0 !important;
}

div.banner {
    background-color: #F1F1F1;
    width: 100%;
    margin-top: 70px;
}

div.banner img {
    width: 100%;
}

div.banner video {
    width: 100%;
}

div.banner video::-webkit-media-controls-panel {
    display: none;
}

.title-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0px 10px;
}

.title-container h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.page-compra {
    margin-top: 20px !important;
}

.selected-div {
    z-index: 3;
    position: absolute;
    right: 5px;
    bottom: 72px;
}

.box-prazo .selected-div {
    bottom: 5px;
}

.tooltip-padrao {
    color: #fff;
    background-color: #878787;
    line-height: 18px;
    width: 225px;
    border-radius: 0px 10px 10px 10px;
    ;
    border: none !important;
    box-shadow: none !important;
    font-size: 12px;
}

.box-tooltip {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    margin-left: 5px;
    border-radius: 50%;
    color: #ACACAC;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 6;
    cursor: help;
    opacity: 0.5;
}

.tooltip-opt {
    /* background-color: #007B8B; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* height: 20px;
    width: 20px; */
    font-size: 20px !important;
    margin-left: 5px;
    border-radius: 50%;
    color: #007B8B;
    opacity: 0.5;
}

.tooltip-continuar {
    text-align: center;
    background: #878787;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    font-style: italic;
    padding: 6px;
    line-height: 16px;
    margin-top: 0px;
    position: absolute;
    bottom: 52px;
    opacity: 0;
}

h3.font-w-300 .tooltip {
    /* background-color: #007B8B; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* height: 20px;
    width: 20px; */
    font-size: 20px !important;
    margin-left: 5px;
    border-radius: 50%;
    color: #007B8B;
    opacity: 0.5;
}

section.page-compra .container-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    min-height: calc(100vh - 40px);
}

section.page-compra .caminho {
    margin-bottom: 5px;
    margin-left: 50px;
    padding: 10px;
}

section.page-compra .caminho a,
section.page-compra .caminho strong {
    color: #000 !important;
    font-size: 12px;
}

.under-nav {
    max-width: 1177px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: end;
    z-index: 0;
}

.under-nav .navigator {
    position: relative;
    background-color: #077E8E;
    color: #fff;
    font-size: 14px;
    width: 279px;
    height: 31px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.under-nav .navigator a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.under-nav .navigator span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}

.around-progress-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: block !important;
}

.around-progress-bar .progress-bar {
    position: relative;
    width: 100%;
    max-width: 756px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
    margin-top: 20px;
}

.around-progress-bar .progress-bar .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.around-progress-bar .progress-bar .step p {
    color: #000;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
}

.around-progress-bar .progress-bar .step .circle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #007B8B;
    background-color: #fff;
}

.around-progress-bar .progress-bar .step .green-selected {
    background: url('../../images/icons/selected.svg');
    box-shadow: 0px 0px 0px 7px rgb(0 123 139 / 20%);
    background-size: contain;
}

.around-progress-bar .progress-bar hr {
    position: absolute;
    z-index: -1;
    top: 9px;
    width: calc(100% - 122px);
    left: 66px;
    border-width: 2px 0 0 0;
    border-color: #007B8B;
}

.login-to-arts {
    background-color: #007B8B;
    max-width: 756px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 38px;
    padding: 0 10px;
}

.login-to-arts p {
    color: #fff;
}

.login-to-arts p a {
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.produtos-container .container-save-arts .block-title {
    margin-bottom: 10px;
}

.produtos-container {
    width: 63.5%;
    padding-bottom: 30px;
    margin-bottom: 300px;
    padding-left: 10px;
}

.container-resumo {
    width: 25%;
    min-width: 300px;
    position: relative;
    display: flex;
    justify-content: center;
}

.resumo {
    background: #F1F1F1;
    position: absolute;
    top: 0px;
    width: 279px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 20px 20px 0 0;
}

.compra-grandes-quantidades .resumo {
    justify-content: space-around;
    height: 380px;
}

.resumo .head-resumo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}

.resumo .head-resumo #expandir {
    display: none;
    padding: 15px;
}

.resumo .head-resumo #expandir img {
    transition: 0.5s ease-in-out;
}

.resumo .head-resumo #expandir.active img {
    rotate: -180deg;
}

.resumo .title-resumo {
    font-family: 'Roboto';
    color: #000;
    font-weight: 400;
    font-size: 22px;
    margin: 10px 0px;
}

.resumo .exemplo-sombra {
    z-index: 1;
    position: absolute;
    top: 13px;
    left: 30px;
    width: 174px;
    left: 49px;
}

.resumo .exemplo-virtual {
    z-index: 2;
}

.resumo .toggle-resumo {
    width: 100%;
    height: 100%;
}

.resumo .view-copo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    max-width: 279px;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    scale: 1.4;
}

.resumo .view-copo #imagem-ilustrativa {
    position: absolute;
    width: 80px;
    height: 70px;
    bottom: 0;
    right: 0;
}

.resumo .view-copo .exemplo-impressoes-resumo {
    position: absolute;
    z-index: 2;
}

.resumo ul.descricoes {
    text-align: center;
}

.resumo .include-descricoes {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 1rem;
}

.resumo .container-envio {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.resumo .container-envio .unidades-resumo {
    color: #007B8B;
    font-size: 12px;
    margin-top: 5px;
}

.resumo .include-envio {
    color: #007B8B;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.resumo .valores {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0px 20px;
    height: 50px;
}

.resumo li.frete {
    color: #111;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.resumo .around-ul {
    display: flex;
    justify-content: space-around;
}

.resumo .valor-unidade-antigo {
    font-size: 13px;
}

.resumo .valor-total-antigo {
    font-size: 13px;
}

.resumo .show-desconto {
    display: none;
}

.resumo .show-desconto {
    margin-top: 4px;
    font-size: 13px;
    color: #007B8B;
    font-weight: 300;
    text-align: end;
}

.resumo .span-unidade {
    color: #000;
    font-size: 10px;
    opacity: 87%;
    text-align: center;
    display: block;
}

.resumo .span-total {
    color: #000;
    font-size: 10px;
    opacity: 87%;
    text-align: center;
    display: block;
}

.resumo .valor-unidade {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.resumo .valor-total {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.resumo .arrival-deadline {
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px;
    display: block;
}

.resumo .arrival-deadline .total-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.resumo .arrival-deadline .total-container span {
    font-weight: 600;
    color: #000;
    font-size: 32px;
}

.resumo .continuar {
    color: #fff;
    font-weight: 500;
    background-color: #F68C51;
    width: 140px;
    height: 40px;
    padding: 0px;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 20px;
}

.resumo .continuar:disabled {
    background-color: #CCC;
    cursor: not-allowed;
}

.resumo .continuar:disabled:hover:before {
    content: 'Escolha seu(s) produto(s) personalizado(s).';
    position: absolute;
    background-color: #6D6D6D;
    color: #fff;
    text-align: initial;
    font-size: 12px;
    max-width: 279px;
    left: 0;
    top: 43px;
    padding: 10px;
    border-radius: 5px;
}

#data-entrega {
    width: 100%;
    background-color: #C9C9C9;
    text-align: center;
    padding: 5px;
    color: #000000;
}

div#area-disabled {
    position: absolute;
    top: 520px;
    width: 279px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compra-grandes-quantidades div#area-disabled {
    top: 410px;
}

div.box {
    margin-bottom: 50px;
    display: none;
}

#cores-fundo {
    z-index: 5;
    position: relative;
}

div#div-quantidade {
    height: auto;
    position: relative;
    z-index: 4;
}

div.values-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px 40px;
}

div.values-container .value-selection {
    background-color: #E6E6E6;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    padding: 0px 8px;
    display: flex;
    justify-content: space-between;
}

div.values-container .value-selection.selected {
    background-color: #525252;
}

div.values-container .value-selection .loading {
    display: inline-block;
    height: 100%;
    width: 50px;

    animation: gradientMoviment 2s ease infinite;
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(241, 241, 241, 1) 100%);
    background-size: 200% 200%;
}

div#div-grande-quantidade {
    height: 150px;
    position: relative;
    z-index: 3;
}

div#div-quantidade .p-laranja {
    margin-top: 1rem;
    color: #F68340;
    display: none;
    font-size: 18px !important;
}

div.opcao {
    cursor: pointer;
    margin-right: 20px;
}

div.opcao:last-of-type {
    margin-right: 0px;
}

.opcao-cores {
    cursor: pointer;
    margin-right: 20px;
}

.opcao.cor.active {
    background: #f1f1f1;
}

p.diferencas {
    margin-top: 15px;
}

.flex em {
    font-size: 12px;
    color: #A0A0A0;
}

.block-title {
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    margin-bottom: 30px;
}

.block-title .title-step {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
}

.block-title p {
    font-size: 14px !important;
    font-weight: 300;
    color: #000 !important;
    opacity: 87%;
}

.tipo-produto {
    height: 240px;
    min-width: 173px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    background-color: #DBDBDB;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);

    overflow: hidden;
}

.tipo-produto .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipo-produto .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 5px;
}

.a-partir {
    color: #000;
}

.tipo-produto .white-band p {
    color: #000;
}

.card-imgs .fundo-cinza {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#tamanhos {
    display: block;
}

#tamanhos .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    /* min-height: 222px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#tamanhos .card-imgs .tamanho-copos {
    position: relative;
}

.copo-200.tamanho-copos {
    /* top: 27px;
    left: -1px; */
    top: 29px;
}

.copo-300.tamanho-copos {
    /* top: 20px; */
    top: 20px;
}

.copo-400.tamanho-copos {
    /* top: 10px; */
    top: 10px;
}

.copo-550.tamanho-copos {
    /* top: 5px; */
    top: 3px;
}

.caneca-500.tamanho-copos {
    top: 3px;
}

.tipo-produto .card-imgs .copos-img {
    position: relative;
}

.tipo-produto .card-imgs.card-porta-copo .copos-img {
    position: absolute;
    top: 0;
    left: -52px;
}

.produto {
    height: 211px;
    width: 200px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    position: relative;
    background-color: #f1f1f1;
}

p.qtd-cores-title {
    margin-top: 10px;
}

img.porta-copos-img {
    width: 100%;
    height: 75%;
}

.tamanho {
    /* height: 240px; */
    height: 240px;
    width: 170px;
    /* min-width: 173px; */
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f1f1f1;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.around-copo-tamanho {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5px;
}

.tamanho .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 0 0 20px 20px;
}

.tamanho .card-imgs,
.tamanho .fundo-cinza.sizes {
    border-radius: 20px 20px 0px 0px;
}

.tamanho p.title-box {
    font-size: 14px !important;
}

.cores {
    width: 90%;
    position: relative;
    border-radius: 5px;
}

.cores .cor {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    box-shadow: #808080 0px 0px 5px;
}

.cores h3 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.cores .opcao {
    margin-right: 0px;
    padding: 4px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 14px;
    font-size: 14px;
}

.opcao .prazo-envio {
    padding-top: 5px;
    font-size: 12px;
    color: #007B8B;
    display: block;
    font-weight: 500;
}

.opcao .dias-envio {
    position: absolute;
    font-size: 9px !important;
    line-height: 13px;
    text-align: center;
    color: #007B8B;
    font-weight: 500;
}

.toques-card {
    height: 240px;
    min-width: 173px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.toques-card[data-id_produto="59"] {
    min-width: 366px;
}

#toques-caneca .toques-card {
    height: 240px;
    min-width: 172px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.toques-card .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toques-card .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 10px;
}

.toques-card .exemplo-serigrafia {
    bottom: 10px;
    position: absolute;
    z-index: 1;
}

.toques-card .exemplo-serigrafia-caneca {
    top: 17px;
    position: absolute;
    z-index: 1;
}

.toques-card .exemplo-impressoes {
    position: absolute;
    bottom: 19px;
    z-index: 2;
}

.toques-card .exemplo-impressoes-caneca {
    position: absolute;
    width: 49px;
    top: 64px;
    left: 55px;
    z-index: 2;
}

.toques-card .exemplo-full-color {
    margin-right: 12px;
    bottom: 10px;
    position: absolute;
    z-index: 1;
}

.toques-card .exemplo-nomes-fotos {
    height: 138px;
    width: 135px;
    top: 26px;
    position: absolute;
    z-index: 1;
}

.toques-card a.saber-mais {
    position: absolute;
    left: 10px;
    bottom: 72px;
    font-size: 12px;
    color: #007B8B;
    text-decoration: underline !important;
    cursor: pointer;
}

.colors-card {
    height: 240px;
    min-width: 237px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #2f2f2f;
    margin-bottom: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

#cores-fundo .colors-card {
    min-width: 366px;
}

.colors-card.beta {
    max-width: 237px !important;
    min-width: 237px !important;
}

#cores-fundo .colors-card.beta .card-imgs {
    width: 237px;
}

#cores-fundo .colors-card:last-of-type {
    margin-right: 0px;
}

#cores-fundo .colors-card .select-colors {
    width: 100%;
}

.colors-card .card-imgs .colors-banner {
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
}

.colors-card .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 10px;
    transition: ease-in-out 0.5s;
}

.color-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.color-selector .arrow-selector {
    color: #000;
    font-size: 14px;
    transform: rotate(90deg);
    margin-right: 5px;
}

.colors-card:hover .white-band.hover-colors .select-colors {
    display: unset;
    transform: translateX(0px);
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.colors-card .select-colors {
    z-index: 3;
    width: 237px;
    height: 176px;
    position: absolute;
    background-color: #fff;
    top: 240px;
    left: 0px;
    box-shadow: 3px 7px 10px rgb(0 0 0 / 15%);
    overflow: auto;
    display: none;
}

.colors-card .select-colors::-webkit-scrollbar {
    width: 6px;
}

.colors-card .select-colors::-webkit-scrollbar-track {
    background: transparent;
}

.colors-card .select-colors::-webkit-scrollbar-thumb {
    background-color: #0000003b;
    border-radius: 20px;
}

.colors-card .select-colors .cor,
#select-color-impressao-borracha .option-select {
    padding: 10px;
    display: flex;
    margin-right: 0px;
}

.colors-card .select-colors .cor:hover {
    background-color: #F1F1F1;
}

.colors-card .select-colors .cor .color-cube,
#div-cores-borracha .color-cube {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 20px;
}

.colors-card .select-colors .cor .color-cube.border,
#div-cores-borracha .color-cube.border {
    border: 1px solid #00000075;
}

.colors-card .select-colors .cor .color-title {
    font-size: 16px !important;
    color: #000000;
    opacity: 87%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.caneca-colors {
    height: 240px;
    width: 172px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #2f2f2f;
    margin-bottom: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.caneca-colors .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 10px;
    transition: ease-in-out 0.5s;
}

.caneca-colors .exemplo-caneca {
    z-index: 1;
    position: absolute;
    top: 17px;
    left: 15px;
}

.white-band {
    transition: ease-in-out 0.5s;
}

.opcao:hover .white-band {
    background-color: #F1F1F1;
}

.info-prazo {
    width: 105px;
    height: 20px;
    background-color: #fff;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    z-index: 1;
}

.info-prazo p {
    font-size: 10px !important;
    height: 20px;
    padding-left: 2px;
    color: #000;
    text-align: center;
}

.tag-new {
    width: 105px;
    height: 20px;
    text-align: center;
    background-color: #F453E5;
    color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    z-index: 1;
}

.tag-new span {
    font-size: 14px !important;
    display: block;
    height: 20px;
    padding-left: 2px;
    color: #fff;
    text-align: center;
}

.box-tampa {
    height: 240px;
    width: 366px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f1f1f1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

#sem-tampa {
    /* height: 68px; */
    height: 240px;
    min-width: 366px;
    /* margin-top: 172px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#sem-tampa p {
    color: #000 !important;
}

.box-tampa .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #DBDBDB;
}

.box-tampa .card-imgs .cover-img {
    position: absolute;
    z-index: 1;
}

.box-tampa .card-imgs .background-tampa {
    position: relative;
}

.box-tampa .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 10px;
}

.box-tampa .white-band .a-partir {
    opacity: 87%;
}

/* .porta-copo-box {
    height: 240px;
    min-width: 363px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #F1F1F1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}
.porta-copo-box:last-of-type {
    margin-right: 0px;
} */

#porta-copos .flex {
    align-items: end;
}

.porta-copo-box {
    height: 240px;
    min-width: 237px;
    max-width: 237px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #F1F1F1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

#without-porta-copo {
    /* height: 68px; */
    max-width: 237px;
    min-width: 237px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: #F1F1F1;
    margin-right: 0px;
    padding: 7px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

#without-porta-copo .selected-div {
    bottom: 5px;
}

.porta-copo-box .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.porta-copo-box .card-imgs .cord-img {
    left: 0;
    position: absolute;
}

.porta-copo-box .card-imgs .cord-img.small {
    left: -40px;
}

.porta-copo-box .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 5px 10px;
}

.porta-copo-box-modelos {
    height: 240px;
    min-width: 366px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f1f1f1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.porta-copo-box-modelos .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.porta-copo-box-modelos .card-imgs .cord-img {
    width: 100%;
    height: 100%;
}

.porta-copo-box-modelos .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 5px 10px;
}

#custom-tool {
    height: 240px;
    min-width: 366px;
    max-width: 366px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #F1F1F1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    padding: 0px;
}

.product-art-box {
    min-width: 173px;
    max-width: 173px;
    height: 240px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    padding: 7px;
    position: relative;
}

.pt-art-box {
    min-width: 366px;
    max-width: 366px;
    height: 108px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    padding: 7px;
    position: relative;
    cursor: pointer;
}

.product-art-box .card-imgs {
    position: relative;
    width: 100%;
    min-height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-art-box .card-imgs .card-img {
    width: 100%;
    height: 100%;
}

.product-art-box .white-band {
    width: 100%;
    height: 89px;
    padding: 10px 10px;
}

.product-art-box .label-arte-copo {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pt-art-box .label-arte-pt {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.white-band .title-produto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-art-box .content {
    height: 90px;
}

.product-art-box .white-band .sub-title-box {
    line-height: 18px;
    display: block;
}

.product-art-box .title-produto {
    margin-bottom: 5px;
}

.white-band .title-produto .txt-promocao {
    margin-right: 4px;
}

[data-nome="200ml"] .white-band .title-produto .txt-promocao {
    height: 23px;
    min-width: 58px;
    padding: 0 6px;
    border-radius: 12px;
    font-size: 9px;
    margin-right: 5px !important;
}

.opcao.cor .color-title .txt-promocao {
    height: 23px;
    min-width: 58px;
    padding: 0 9px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    text-transform: uppercase;
    background-color: #007B8B;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.28px;
    margin-left: 10px;
}

.product-art-box .sub-title-box {
    line-height: 18px;
    color: #000;
    font-weight: lighter;
}

#product-art .selected-div {
    z-index: 3;
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.download-gabarito {
    margin-top: 10px;
    background-color: #007B8B;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3px;
    position: relative;
}

.download-gabarito a {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.download-gabarito .icon {
    margin-right: 20px;
}

.download-gabarito p {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}


.box-prazo {
    height: 135px;
    min-width: 237px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #f1f1f1;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.box-prazo .clock {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.box-prazo .tipo-desconto {
    font-size: 20px !important;
    text-align: start;
    line-height: 21px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    width: 100%;
    padding-left: 20px;
}

.box-prazo .legenda-desconto {
    font-size: 14px !important;
    text-align: start;
    color: #F68C52;
    width: 100%;
    padding-left: 20px;
    min-height: 24px;
    margin-top: 5px;
}

.porta-copo,
.tampa-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    cursor: pointer;
}

#sem-pc {
    padding-bottom: 75px;
}

.cor-porta-copo {
    height: 240px;
    min-width: 237px;
    max-width: 237px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #F1F1F1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.cor-porta-copo .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 5px 10px;
}

.cor-porta-copo-personalizado {
    height: 240px;
    min-width: 366px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #f1f1f1;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.cor-porta-copo-personalizado .card-imgs {
    position: relative;
    width: 100%;
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cor-porta-copo-personalizado .white-band {
    display: flex;
    gap: 20px;
    position: relative;
}

.calculo-frete-container {
    display: flex;
    gap: 20px;
}

#calculo-frete {
    position: relative;
}

.calculo-frete-container .insert-cep {
    height: 81px;
    max-width: 366px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #f1f1f1;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    padding: 10px 20px;
    border-radius: 20px;
}

.calculo-frete-container .insert-cep p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
}

.calculo-frete-container .insert-cep input {
    border: none;
    height: 40px;
    padding-left: 10px;
    border-radius: 20px;
}

.calculo-frete-container .insert-cep button {
    position: absolute;
    right: 27px;
    top: 26px;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #525252;
    color: #fff;
    transition: ease-in-out 0.3s;
    font-weight: 400;
    border-radius: 25px;
}

#calculo-frete .invalid-cep {
    position: absolute;
    width: 363px;
    height: 22px;
    right: 0px;
    top: 73px;
    background-color: #BC2F2C;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
}

#calculo-frete .invalid-cep p {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    margin: auto;
}

.calculo-frete-container .selected-cep {
    display: none;
    height: 81px;
    flex: 1;
    position: relative;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #f1f1f1;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    padding: 10px 20px;
    border-radius: 20px;
}

.calculo-frete-container .selected-cep .image-division {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.calculo-frete-container .selected-cep .flex-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
}

.calculo-frete-container .selected-cep .flex-div .tempo-util {
    color: #000000;
    font-weight: 300;
}

.calculo-frete-container .selected-cep .flex-div .value-dispatch-selected {
    color: #000000;
    font-weight: 400;
    font-size: 20px !important;
}

.calculo-frete-container .selected-cep .check-frete-selected {
    z-index: 1;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.loader-session {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
}

.loader-box {
    flex-flow: unset !important;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center;
    z-index: 12;

}

.loader-session img {
    width: 70px;
}

.loader-box img {
    width: 40px;
}

#calculo-frete .tbody {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    height: 64px;
    margin-bottom: 3px;
}

#calculo-frete .tbody:nth-child(odd) {
    background-color: #f1f1f1;
}

#calculo-frete .tbody .radio input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 0px !important;
}

.interna .container .conteudo img {
    max-width: 100%;
    /* height: 100%; */
}

div#opcoes-frete .table {
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

#calculo-frete .tbody p {
    color: #000;
    font-size: 14px;
    text-align: center;
}

#calculo-frete .tbody .row-block {
    width: 20%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;
}

#calculo-frete .tbody div.melhor-preco {
    border: 1px solid #F68C51;
    border-radius: 15px;
    color: #F68C51 !important;
    font-weight: bold;
    position: relative;
}

#calculo-frete .tbody div.melhor-preco::before {
    content: '+ econômico';
    position: absolute;
    bottom: 0px;
    font-size: 10px;
}

#calculo-frete .tbody div.melhor-prazo {
    border: 1px solid #007B8B;
    border-radius: 15px;
    color: #007B8B !important;
    font-weight: bold;
    position: relative;
}

#calculo-frete .tbody div.melhor-prazo::before {
    content: '+ rápido';
    position: absolute;
    bottom: 0px;
    font-size: 10px;
}

table .row-block:nth-child(odd) {
    background: #000;
}

#calculo-frete .table .radio {
    width: 5% !important;
}

#calculo-frete .alerta {
    background-color: #EBB320;
    color: #fff;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    margin-top: 20px;
}

#calculo-frete .alerta img {
    padding-right: 10px;
    width: 30px;
    height: 30px;
}

#calculo-frete .alerta p {
    color: #fff;
    font-weight: lighter;
    height: 20px;
}

img.porta-copos-img-pers {
    width: 100%;
    height: 100%;
}

/* div.opcao.active {
    border: 2px solid #007B8B;
} */

/* div#produtos {
    display: block;
} */

.page-compra div.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

/* img.exemplo-virtual {
    display: none;
} */

img.exemplo-impressoes-resumo {
    display: none;
}

img.exemplo-porta-copo {
    position: absolute;
    display: none;
    height: 170px;
    top: 5px;
    /* left: 80px; */
    z-index: 3;
}

img.exemplo-tampa {
    display: none;
    position: absolute;
    top: 7px;
    left: 102px;
    width: 74px;
    z-index: 3;
}

img.start-porta-copo {
    position: absolute;
    display: none;
    height: 170px;
    top: 5px;
    left: 60px;
}

div.pop-up-individual {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    display: none;
}

div.pop-up-individual .container-pop-up {
    background: #fff;
    width: 850px;
    padding: 20px;
    border-radius: 5px;
}

div.pop-up-individual .cabecalho {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

div.pop-up-individual .cabecalho h2 {
    font-size: 24px;
    margin-top: 0.5rem;
    font-weight: 400;
    font-family: 'Montserrat';
    display: flex;
    position: relative;
    color: #000;
}

div.pop-up-individual .cabecalho #fechar-pop-up-individual {
    position: absolute;
    right: 0;
    top: -13px;
    cursor: pointer;
    color: #000;
}

div.pop-up-individual .content-pop-up {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

div.pop-up-individual .content-pop-up .div-img {
    margin: 0rem 2rem;
    height: 224px;
}

div.pop-up-individual .content-pop-up .div-img img {
    width: 100%;
    height: 100%;
}

div.pop-up-individual .content-pop-up .infos-pop-up {
    background-color: #f1f1f1;
    padding: 0.5rem 1rem;
    height: 208px;
    width: 580px;
}

div.pop-up-individual .content-pop-up .infos-pop-up p {
    color: #000000;
    margin-bottom: 1rem;
}

div.pop-up-individual .content-pop-up .infos-pop-up .text {
    margin-top: 2rem;
    text-align: center;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs .img-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100px;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs .img-block .numeracao {
    font-size: 24px !important;
    font-weight: bold;
    width: 100%;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs .img-block img {
    margin-bottom: 0.5rem;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs .div-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs .div-arrow .linha {
    width: 91px;
    height: 2px;
    background-color: #000;
    margin-top: 23px;
    position: absolute;
}

div.pop-up-individual .content-pop-up .infos-pop-up .container-imgs .img-block .text-under-img {
    margin-bottom: 0;
    font-size: 12px !important;
    line-height: 13px;
}

.div-button-continuar {
    display: flex;
    justify-content: end;
    width: 90%;
}

#continuar-individual {
    color: #fff;
    background-color: #F68C51;
    padding: 7px 50px;
    width: 200px;
    border: 1px solid;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}

.go-to-carrinho {
    position: absolute;
    bottom: -15px;
    right: 0;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 10px;
}

img.shadow-colors-cup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 172px;
    z-index: 2;
}

img.colors-cups {
    display: none;
    position: absolute;
    top: 29px;
    left: 84px;
    z-index: 3;
}

#cores-fundo img.colors-cups {
    display: none;
    position: absolute;
    top: 29px;
    left: 151px;
    z-index: 3;
}

#cores-fundo .card-imgs {
    width: 366px;
    height: 172px;
    overflow: hidden;
    position: relative;
}

#cores-fundo .card-imgs .colors-banner {
    width: 100% !important;
}

div.pop-up {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    display: none;
}

div#opcoes {
    background: #fff;
    width: 1000px;
    padding: 20px;
    border-radius: 5px;
}

div#opcoes div#opcoes-porta-copo,
div#opcoes div#opcoes-copo {
    display: none;
}

#opcoes div.cabecalho {
    position: relative;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-self: center;
}

#opcoes div.cabecalho h4 {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

#opcoes .cabecalho span.voltar {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #000;
}

#opcoes div.container-pop-up {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

#opcoes div.container-pop-up .opcao {
    height: 130px;
    width: 306px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: #c9c9c9 0px 0px 5px;
    margin: 5px 15px;
    position: relative;
}

#opcoes-porta-copo div.container-pop-up .opcao {
    height: 175px;
}

#opcoes div.container-pop-up .opcoes-adicionais {
    height: 190px;
    width: 306px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: #c9c9c9 0px 0px 5px;
    margin: 5px 15px;
    position: relative;
}

#opcoes div.container-pop-up .opcao-alterantiva {
    flex-direction: unset;
    justify-content: center;
    margin-bottom: 1rem;
}

.duvidas {
    margin-left: 1rem;
    color: #000;
}

.duvidas a {
    color: #000;
    text-decoration: underline !important;
}

#opcoes div.container-pop-up .opcao-alterantiva .bloco-img {
    margin-right: 1rem;
}

#opcoes div.container-pop-up .opcao-alterantiva .bloco-texto {
    text-align: start;
}

#opcoes div.container-pop-up #criar-arte {
    height: 364px;
    width: 400px;
}

#opcoes div.container-pop-up #arte-modelo {
    display: none;
    width: 400px;
}

#opcoes div.container-pop-up #arte-ferramenta {
    display: none;
    width: 400px;
}

#opcoes div.container-pop-up .container-options {
    display: flex;

}

#opcoes div.container-pop-up .opcoes-anexar {
    box-shadow: #c9c9c9 0px 0px 5px;
    width: 148px;
    height: 120px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    margin-top: 5px;
}

#opcoes div.container-pop-up .opcoes-anexar:hover {
    background-color: #F9F9F9;
}

#opcoes div.container-pop-up .opcoes-anexar .div-topo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    height: 30px;
}

#opcoes div.container-pop-up #anexar-arte {
    display: none;
    margin-left: 1rem;
    margin-right: 0.5rem;
    border-radius: 5px;
}

#opcoes div.container-pop-up .anexar-2 {
    width: 32px;
    height: 29px;
    transform: rotate(-45deg);
}

#opcoes div.container-pop-up #baixar-gabarito {
    display: none;
}

#opcoes div.container-pop-up #baixar-gabarito p {
    line-height: 18px !important;
    height: auto;
}

#opcoes div.container-pop-up .opcao small {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
}

#opcoes div.container-pop-up .opcoes-anexar small {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0rem;
    text-align: center;
}

#opcoes div.container-pop-up .opcao .bloco-texto small {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: start !important;
}

#opcoes div.container-pop-up .opcao:hover {
    background-color: #F9F9F9;
}

#opcoes div.container-pop-up .cabecalho-box {
    display: flex;
    flex-direction: column;
}

#opcoes div.container-pop-up .title-box {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 20px;
    margin-bottom: 0.3rem;
}

#opcoes div.container-pop-up .bloco-texto .title-box {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 20px;
    margin-bottom: 0.3rem;
    text-align: start;
}

#opcoes div.container-pop-up .notebook {
    width: 225px;
    height: 154px;
}

#opcoes div.container-pop-up .notebook-tiny {
    width: 118px;
    height: 80px;
}

#opcoes div.container-pop-up .anexar {
    width: 55px;
    height: 55px;
    transform: rotate(-45deg);
}

#opcoes div.container-pop-up .skip {
    width: 39px;
    height: 60px;
}

#opcoes div.container-pop-up .selection {
    width: 128px;
    height: 24px;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border: 1px solid;
}

#opcoes .footer-pop-up {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
}

#opcoes .footer-pop-up .duvidas {
    color: #000;
}

#opcoes .footer-pop-up .duvidas a {
    color: #000;
    text-decoration: underline !important;
    font-size: 15px !important;
}

#avancar {
    color: #fff;
    background-color: #F68C51;
    padding: 7px 50px;
    width: 100%;
    border: 1px solid;
    font-weight: 500;
    cursor: pointer;
}

#avancar:disabled {
    background: #ccc;
    color: #fff;
    border: #bbb;
    cursor: not-allowed;
    font-size: 16px !important;
}

input[type="file"] {
    display: none;
}

div p.diferencas a {
    color: #189EA5;
    text-align: initial;
    margin-top: 5px;
    display: block;
    font-size: 14px !important;
}

.custom-select .inside-select {
    position: relative;
    z-index: 2;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) {
    padding: 15px;
    font-size: 15px;
    width: 100%;
    height: 48px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    appearance: auto;
    position: relative;
    z-index: 6;
    cursor: pointer;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha):hover {
    background-color: #f1f1f1;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .name-select {
    display: flex;
    justify-content: space-between;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .name-select .changed-number {
    line-height: 16px;
    font-size: 16px;
    color: #000000dc;
    display: flex;
    justify-content: space-between;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-colo, #select-color-impressao-borracha) .name-select i {
    color: #000;
    font-size: 14px;
    transform: rotate(90deg);
    margin-right: 5px;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .inside-select,
.inside-select-2 {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    height: 238px;
    overflow: auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color) .inside-select div,
.inside-select-2 div {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .inside-select div:hover,
.inside-select-2 div:hover {
    background-color: #f1f1f1 !important;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .inside-select::-webkit-scrollbar,
.inside-select-2::-webkit-scrollbar {
    width: 6px;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .inside-select::-webkit-scrollbar-track,
.inside-select-2::-webkit-scrollbar-track {
    background: transparent;
}

:is(#select-quantidade, #select-grande-quantidade, #select-atendente, #select-color, #select-color-impressao-borracha) .inside-select::-webkit-scrollbar-thumb,
.inside-select-2::-webkit-scrollbar-thumb {
    background-color: #0000003b;
    border-radius: 20px;
}

textarea#observacoes {
    padding: 15px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.extend-resumo {
    display: none;
}

.fundo-opaco {
    display: none;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.text-center {
    text-align: center;
}

.strong {
    font-weight: 400;
    color: #000;
}

div#opcoes-frete {
    margin-bottom: 20px;
    width: 753px;
    display: none;
}

.up-resumo {
    display: none;
}

div.bloqueado {
    pointer-events: none;
    opacity: 0.6;
}

div.bloqueado.active {
    opacity: 1;
}

div.esgotado {
    pointer-events: none;
}

div.esgotado .info-prazo,
div.esgotado .card-imgs,
div.esgotado .white-band,
div.esgotado .porta-copos-img {
    opacity: 0.5;
    cursor: not-allowed;
}

div.esgotado::before {
    content: 'Esgotado';
    color: #ffff;
    background: #D64937;
    position: absolute;
    padding: 4px 19px;
    top: 0;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
}

.opcao.cor.esgotado::before {
    top: 12px;
    right: 10px;
    left: unset;
}

.opcao.cor.esgotado::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    backdrop-filter: blur(1.5px);
}

.opcao.cor.esgotado {
    position: relative;
}

.floater-info {
    position: absolute;
    left: 9px;
    width: 85px;
    display: flex;
    line-height: 12px;
    font-size: 10px !important;
    font-weight: 500;
    z-index: 4;
}

.with-hook {
    top: 5px;
    color: #000;
}

.laminate {
    bottom: 35px;
    color: #fff;
}

.laundry {
    bottom: 5px;
    color: #fff;
}

.floater-info img {
    display: block;
    margin-right: 4px;
    object-fit: contain;
}

.shadow-background {
    display: none;
}

.produtos-container .container-save-arts .block-title h2 {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
}

.produtos-container .container-save-arts .slider {
    margin-bottom: 50px;
    display: flex;
}

.container-save-arts .slide {
    display: flex;
    height: 172px;
    width: 453px;
    margin: 20px;
    align-items: center;
}

.container-save-arts .slide .product-image {
    width: 170px;
    min-width: 170px;
    position: relative;
    box-shadow: 1px 4px 10px rgb(0 0 0 / 15%);
}

.container-save-arts .slide .product-image .image-content {
    position: relative;
    width: 100%;
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
}

.container-save-arts .slide .product-image .image-content img {
    width: 100%;
    /*height: 100%;*/
}

.container-save-arts .slide .product-image .image-content .shadow-backgound {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.container-save-arts .slide .product-image .image-content .copo {
    width: 65px;
    position: absolute;
    top: 30px;
}

.container-save-arts .slide .product-image .image-content .caneca {
    width: 130px;
    position: absolute;
    top: 33px;
}

.container-save-arts .slide .product-image .image-content .tampa {
    width: 95px;
    position: absolute;
    top: 48px;
}

.container-save-arts .slide .product-image .porta-copo {
    width: 100px;
}

.container-save-arts .slide .product-image .image-content .impressao {
    position: absolute;
    width: 53px;
    left: 58px;
    top: 51px;
}

.container-save-arts .slide .infos-copo {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f1f1f1;
    position: relative;
    box-shadow: 1px 4px 10px rgb(0 0 0 / 15%);
}

.container-save-arts .slide .infos-copo .title {
    color: #000;
    font-weight: 400;
    font-size: 20px !important;
    margin-bottom: 10px;
}

.container-save-arts .slide .infos-copo .data-order-products .data-info {
    color: #000;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
}

.container-save-arts .slide .infos-copo .edit-art {
    position: absolute;
    right: 10px;
    /* top: 15px; */
    /* color: #007B8B; */
    font-weight: 400;
    font-size: 12px !important;
    text-decoration: underline !important;
}

.container-save-arts .slide .infos-copo .buy {
    width: 100px;
    height: 30px;

    position: absolute;
    right: 10px;
    bottom: 15px;

    background-color: #F68C52;
    color: #fff;

    font-weight: 500;
    font-size: 14px !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
}

.slick-prev {
    display: inline-block;
    position: absolute;
    left: -20px;
    bottom: calc(50% - -15px);
    z-index: 1;
}

.slick-next {
    display: inline-block;
    position: absolute;
    right: -43px;
    bottom: calc(50% - -15px);
    z-index: 1;
}

.slick-prev:after,
.slick-next:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: solid black;
    cursor: pointer;
}

.slick-prev:after {
    right: 0px;
    top: 0px;
    border-width: 4px 0px 0px 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.slick-next:after {
    right: 0px;
    top: 0px;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.slick-prev:hover:after,
.slick-prev:focus:after,
.slick-next:hover:after,
.slick-next:focus:after {
    opacity: 1;
}

.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
    opacity: 0;
    pointer-events: none !important;
}

[aria-disabled] {
    touch-action: unset !important;
    pointer-events: unset !important;
    color: unset !important;
}

/* .fundo-cinza-mobile {
    display: none;
} */

.pers-taca {
    height: 240px;
    min-width: 366px;
    max-width: 366px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #dbdbdb;
    margin-right: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.pers-taca .card-imgs {
    height: 176px;
    position: relative;
}

.pers-taca .card-imgs .taca-img {
    position: relative;
    z-index: 1;
}

.pers-taca .white-band {
    width: 100%;
    height: 68px;
    background-color: #fff;
    padding: 5px 10px;
}

@media only screen and (max-width: 1150px) {
    .produtos-container {
        width: auto;
    }
    div#area-disabled {
        width: 100%;
        position: unset !important;
        display: ;
    }
}

.continuar.mobile {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .shadow-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 8;
        -webkit-backface-visibility: hidden;
    }

    .container-resumo {
        justify-content: center;
        display: unset !important;
        position: fixed !important;
        bottom: 0;
        width: 100%;
        /* height: 400px; */
        max-width: 100vw;
        transition: top 200ms ease-in-out;
        z-index: 9;
        -webkit-backface-visibility: hidden;
    }

    .resumo {
        margin: auto;
        width: 100%;
        max-width: 390px;
        height: auto;
        min-height: 100px;
        position: relative !important;
        top: unset !important;
        box-shadow: 3px -6px 10px rgb(0 0 0 / 22%);
    }

    .resumo .valores {
        height: auto;
        padding-bottom: unset;
    }

    .resumo .around-ul {
        padding: 10px;
    }

    .resumo .head-resumo {
        justify-content: space-between;
    }

    .resumo .head-resumo #expandir {
        display: block;
    }

    .resumo .toggle-resumo {
        display: none;
    }

    #area-disabled {
        display: none !important;
    }
    .continuar.mobile {
        display: block;
    }
    .resumo .arrival-deadline {
        background-color: unset;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 765px) {
    .download-gabarito {
        width: 100%;
        padding: 5px 10px;
    }

    .around-progress-bar {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {
    .container-save-arts .slide {
        flex-direction: column;
        width: 300px;
        height: auto;
    }

    .container-save-arts .slide .product-image {
        width: 100%;
        height: 139px;
    }

    .container-save-arts .slide .product-image .image-content {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 600px) {

    .fundo-cinza.sombra-copo-eco {
        left: -50px !important;
    }

    .fundo-cinza.sombra-caneca-eco {
        left: -54px !important;
    }

    .mg-rgt-0 {
        margin-right: unset !important;
    }

    .under-nav .navigator {
        width: 130px;
        /* margin-right: 10px; */
    }

    section.page-compra .container-flex {
        justify-content: start;
    }

    .tipo-produto {
        min-width: 265px;
    }

    .page-compra div.flex {
        /* display: flex;
        max-width: 550px;
        padding-bottom: 10px;
        padding-right: 10px;
        overflow: auto;
        flex-flow: unset; */
    }

    div.flex::-webkit-scrollbar {
        display: none;
    }

    .flex-frete {
        flex-direction: column !important;
        padding: 0;
    }

    #calculo-frete .insert-cep {
        width: 100%;
    }

    #calculo-frete .selected-cep {
        width: 100%;
    }

    .produtos-container {
        width: 100%;
        padding-bottom: 30px;
        padding: 0 20px;
        /* padding-right: 0px; */
    }

    div.values-container {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    #div-atendente,
    #div-obs {
        padding-right: 20px;
    }

    .colors-flex {
        height: 432px;
    }

    .toques-card {
        margin-bottom: 0px;
        margin-right: 20px !important;
        width: 285px;
        min-width: 285px !important;
    }

    #cores-fundo .colors-card {
        min-width: 275px;
    }

    #cores-fundo .card-imgs {
        width: 100%;
    }

    #cores-fundo img.colors-cups {
        left: 101px !important;
    }

    #cores-fundo .card-imgs .colors-banner {
        width: 140% !important;
        left: -50px;
    }

    .porta-copo-box,
    .porta-copo-box-modelos,
    .cor-porta-copo-personalizado,
    .box-tampa,
    .pers-taca {
        min-width: 265px !important;
    }

    .pers-taca {
        overflow: hidden;
    }

    .pers-taca .card-imgs {
        display: flex;
        justify-content: center;
    }

    .page-compra .fs-18 {
        font-size: 16px !important;
    }

    .page-compra .fs-14 {
        font-size: 10px !important;
    }

    :is(#select-quantidade, #select-grande-quantidade, #select-atendente) {
        width: 100%;
    }

    div#opcoes-frete {
        width: 100%;
    }

    #calculo-frete .tbody p {
        font-size: 12px !important;
        line-height: 16px;
    }

    #tamanhos .card-imgs {
        min-height: 172px;
    }

    .tamanho {
        height: 240px;
        min-width: 145px;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    #custom-tool {
        min-width: 290px;
        max-width: 290px;
    }

    #custom-tool {
        display: none;
    }

    .product-art-box {
        height: 240px;
        min-width: 265px;
    }

    .product-art-box .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .product-art-box .label-arte-copo {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .product-art-box .sub-title-box {
        line-height: 18px;
        color: #000;
        font-weight: lighter;
        font-size: 14px !important;
    }

    .product-art-box .none-in-mobile {
        display: none;
    }

    /* .fundo-cinza.sizes {
        display: none;
    } */
    /* .fundo-cinza-mobile {
        display: unset;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    } */
    .background-tampa {
        width: 100%;
        height: 100%;
    }

    .copo-200.tamanho-copos {
        top: 27px;
        left: -1px;
    }

    .copo-300.tamanho-copos {
        top: 20px;
    }

    .copo-400.tamanho-copos {
        top: 10px;
    }

    .copo-550.tamanho-copos {
        top: 5px;
    }

    .resumo .continuar:disabled:hover:before {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .under-nav {
        display: none;
    }

    .around-progress-bar {
        margin-top: 90px;
    }

    .around-progress-bar .progress-bar {
        display: none;
    }
}

.a-partir-promocao {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txt-promocao {
    height: 20px;
    min-width: 66px;
    padding: 0 10px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    text-transform: uppercase;
    background-color: #F68C51;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.28px;
}

.promo-fixed {
    height: 20px;
    min-width: 66px;
    padding: 0 10px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    text-transform: uppercase;
    background-color: #F68C51;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.28px;
    margin: 0 5px;
}

.box-promocao-opaco-preto {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;

    font-size: 12px;

    display: inline-block;
    padding: 2.5px 5px;

    color: #000;
    background-color: #f1f1f1;
}

/* #Skeleton */

.card-imgs .img-skeleton,
.resumo .img-skeleton {
    display: inline-block;
    height: 100%;
    width: 100%;

    animation: gradientMoviment 2s ease infinite;
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(241, 241, 241, 1) 100%);
    background-size: 200% 200%;

    position: absolute;
    z-index: 3;
}

#toques #full-color .card-imgs video,
#cores-fundo .opcao-cores .card-imgs video {
    transition: 0.5s ease-in-out;
    z-index: 5;
    position: relative;
    opacity: 0;
}

#toques #full-color:hover .card-imgs video,
#cores-fundo .opcao-cores:hover .card-imgs video {
    opacity: 1;
}

.pop-up-shadow {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    display: none;
}

#pop-up-cupom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#pop-up-cupom .view {
    position: relative;
    cursor: pointer;
}

#pop-up-cupom .view .close-pop-up-cupom {
    width: 25px;
    height: 26px;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #000;
    background: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

#toast-copiado {
    position: absolute;
    bottom: 50px;
    left: 66px;
    background: #323232;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-family: sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    z-index: 9999;
}

.pop-up-shadow.mobile #pop-up-cupom .view {
    width: 80%;
}

.pop-up-shadow.mobile #pop-up-cupom .view img {
    width: 100%;
}

.pop-up-shadow.mobile #toast-copiado {
    bottom: 70px;
    left: 48px;
}

.pop-up-shadow.mobile .pop-up-shadow {
    z-index: 10;
}