html {
    overflow: hidden;
}

main {
    margin-top: 100px;
}

.mobile {
    display: none;
}

.main-container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1410px;
    padding: 0px 40px;
    gap: 20px;
}

.main-container .tresd-content {
    border-radius: 20px;
    max-width: 475px;
    max-height: 544px;
    width: 100%;
    position: relative;
}

.main-container .tresd-content #cup_rotatation {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 30px;
    background-color: #A8A8A8;
    border-radius: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.main-container .tresd-content canvas {
    border-radius: 20px;
}

.main-container .custom-container {
    max-width: 760px;
}

.custom-container .cup-name {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    opacity: 0.87;
}

.main-container .custom-container .custom-form {
    background-color: #DFEBE6;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.custom-form .form-row {
    display: flex;
    margin-bottom: 10px;
    gap: 20px;
}

.custom-form .form-row:last-of-type {
    margin-bottom: 0px;
}

.custom-form .select-container {
    flex: 1;
    position: relative;
}

.custom-form .select-container::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;

    background-image: url('../../images/icons/arrow-circle.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-form .select-container select {
    width: 100%;
    cursor: pointer;
}

.custom-form input,
.custom-form select {
    background-color: #ffffff;
    height: 45px;
    border-radius: 20px;
    padding: 10px 20px;
    flex: 1;
}

/* #apply-data.able, #ferramenta.able, #buy.able {
    background-color: #525252;
    cursor: pointer;
} */

#apply-data.disable,
#ferramenta.disable {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #9A9A9A;
}

.container {
    padding: 20px;
    min-height: auto;
    padding-right: 0px;
}

.scrollable {
    user-select: none;
    cursor: grab;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable::-webkit-scrollbar {
    display: none;
}

.cups .card {
    flex: 0 0 auto;
    width: 300px;
    cursor: pointer;
    position: relative;
}

.cups .card-img {
    background: #525252;
    height: 180px;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    color: white;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: normal;
    text-decoration: underline;
    text-align: left;
    margin-bottom: 5px;
}

.card .description::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.3s ease-in-out;
    border-radius: 0 0 20px 20px;
}

.card:hover .description {
    color: #fff;
}

.card:hover .description::before {
    height: 100%;
    background-color: #6A8CF4;
}

.description {
    color: #000;
    margin-bottom: 10px;
    margin-top: -20px;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
    transition: 0.4s ease-in-out;
}

.description {
    color: #000;
    margin-bottom: 10px;
}

.template {
    transform: scale(0.385);
    min-width: 2026px;
    position: relative;
    overflow: hidden;

    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid;
    padding: 20px;
    overflow: hidden;
    border: 5px solid;
}

#gabarito {
    position: relative;
    width: 100%;
    height: 100%;
    outline: none !important;
    z-index: 2;
}

.template[data-medida-template="200ml"] {
    height: 932px !important;
    padding: 90px 85px !important;
}

.template[data-medida-template="300ml"] {
    height: 1187px !important;
    padding: 90px 85px !important;
}

.template[data-medida-template="400ml"] {
    height: 1385px !important;
    padding: 90px 85px !important;
}

.template[data-medida-template="550ml"] {
    height: 1412px !important;
    padding: 85px 72px !important;
}

.template #medidor {
    height: 100%;
    width: 6%;
    display: inline-block;
    z-index: 99;
    position: relative;
}

.template div.elemento {
    position: absolute;
    display: inline-block;
    padding: 0 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.template div.img-svg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0);
}

.template div#cod-barras {
    display: none;
    position: absolute;
    bottom: -4px;
    right: 0px;
    z-index: 9999;
}

.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-session img {
    width: 70px;
}

.calculo-frete-container {
    min-height: 76px;
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 50px;
}

#calculo-frete {
    position: relative;
}

.calculo-frete-container .insert-cep {
    max-width: 356px;
    flex: 1;
    display: flex;
    position: relative;
    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: 32px;
    padding-left: 20px;
    border-radius: 20px;
    border: 1px solid #DAE2E0;
    width: 100%;
}

.calculo-frete-container .insert-cep button {
    position: absolute;
    right: 17px;
    top: 6px;
    font-size: 11px;
    background: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #1D4A41;
    color: #fff;
    transition: ease-in-out 0.3s;
    font-weight: 400;
    border-radius: 2px;
}

.calculo-frete-container .invalid-cep {
    position: absolute;
    width: 363px;
    height: 32px;
    right: 0px;
    top: 73px;
    background-color: #BC2F2C;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
}

.calculo-frete-container .invalid-cep p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: auto;
}

.calculo-frete-container .selected-cep {
    display: none;
    flex: 1;
    position: relative;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border: 1px solid #DAE2E0;
    padding: 10px 20px;
    border-radius: 20px;
}

.calculo-frete-container .selected-cep .image-division {
    min-height: 30px;
    display: flex;
    align-items: center;
}

#cidade_bairro {
    font-size: 14px;
    color: #000;
}

.calculo-frete-container .selected-cep .flex-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculo-frete-container .selected-cep .flex-div .tempo-util {
    color: #000000;
    font-weight: bold;
}

.calculo-frete-container .selected-cep .flex-div .value-dispatch-selected {
    color: #000000;
    font-weight: bold;
    font-size: 20px !important;
}

#your-order .order-values {
    background-color: #E0ECE6;
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

#your-order .order-values .row-value {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

#your-order .order-values .row-value.total {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
    .main-container {
        flex-direction: column;
    }

    .main-container .tresd-content {
        height: 400px;
        margin: auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .btns-ctn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 750px) {
    .main-container {
        padding: 0px 20px;
    }

    #your-order .order-values .row-value.total {
        font-size: 24px;
    }

    .custom-form .form-row {
        gap: 10px;
        flex-direction: column;
    }

    .calculo-frete-container {
        margin-top: 20px;
        min-height: unset;
        display: flex;
        align-items: unset;
        gap: 10px;
        flex-direction: column;
    }

    .header-slider {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .main-container .tresd-content {
        height: 350px;
    }
}