.hr-text {
    font-weight: 700;
    margin: 0 10px;

}

.hr-line {
    border: none;
    border-top: 1px solid #ccc;
    flex: 1;
    margin: 0 20px
}

.hr-with-text {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px
}



.label-text {
    font-weight: 500;
    margin: 0 ;

}

.label-line {
    border: none;
    border-top: 1px solid #ccc;
    flex: 1;
    margin: 0 20px
}

.label-with-text {
    align-items: center;
    display: flex;
    justify-content: center;

}


button {
    outline: none
}

#logo_store_profile {
    height: 140px;
    left: 30px;
    position: relative;
    top: 165px;
    width: 110px
}

#rating {
    left: calc(100% - 80px);
    position: relative;
    top: 90px;
    width: 65px
}

#img_logo_profile {
    height: 110px
}

#opening_time {
    height: 30px
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px
}

.lds-ellipsis div {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: var(--onlinepedido);
    border-radius: 50%;
    height: 8px;
    position: absolute;
    top: -8px;
    width: 8px
}

.lds-ellipsis div:first-child {
    animation: lds-ellipsis1 .6s infinite;
    left: 4px
}

.lds-ellipsis div:nth-child(2) {
    left: 4px
}

.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 16px
}

.lds-ellipsis div:nth-child(4) {
    animation: lds-ellipsis3 .6s infinite;
    left: 28px
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(12px)
    }
}

.info-map {
    background: #eee;
    border: 5px solid #fff;
    border-radius: 15px;
    display: none;
    height: 80px;
    line-height: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    top: calc(50% - 140px);
    transform: translate(-50%);
    width: 180px;
    z-index: 9999
}

.info-map,
.info-map:after {
    left: 50%;
    position: absolute
}

.info-map:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    content: "";
    height: 0;
    transform: translateX(-50%);
    width: 0
}

.box-content-proportional-landscape {
    height: 0;
    padding-bottom: 56.25%
}

.box-content-proportional-portraite {
    height: 0;
    padding-bottom: 177.77%
}

.z-index-1000 {
    z-index: 1000
}

.z-index-999 {
    z-index: 999
}

.z-index-998 {
    z-index: 998
}

.z-index-997 {
    z-index: 997
}

.z-index-996 {
    z-index: 996
}

.z-index-9995 {
    z-index: 995
}

.address-maps-message {
    opacity: 0;
    visibility: 0
}

.address-maps-message:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -9px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0
}

.address-maps-message--active {
    opacity: 1;
    transform: translate(-50%, calc(-50% - 80px)) scale(1);
    visibility: 1
}

.address-maps-message {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgb(0 0 0/5%);
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    left: 50%;
    padding: 12px 16px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, calc(-50% - 80px)) scale(.7);
    transition: all 50ms ease-in;
    width: 172px
}

.address-maps-message__title {
    color: #272727
}

.address-maps-message__subtitle {
    color: #717171
}

#map {
    height: 100vh;
    width: 100%
}

.img-product {
    /* height: 100px; */
    /* margin-top: 10px; */
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.img-product-relationship {
    margin-top: 10px;
    max-width: 90%;
    height: 75px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}


.image-container {
    /* Define a proporção da altura em relação à largura (exemplo: 75% para 4:3, 56.25% para 16:9, etc.) */
    position: relative;
    max-width: 75%;
    /* Largura máxima de 90% do container pai */
    margin: 0 auto;
    /* Centraliza horizontalmente o image-container */
    overflow: hidden;
}

.image-container::before {
    content: "";
    display: block;
    padding-top: 75%;
    /* Por exemplo, para uma proporção de 4:3 */
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    /* A imagem se ajustará proporcionalmente ao container, mantendo a proporção e não cortando */
}




.ribbon_corner_right {
    height: 93px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    text-align: right;
    top: 7px;
    width: 93px;
    z-index: 1
}

.ribbon_corner_right span {
    background: #79a70a;
    background: linear-gradient(#9bc90d, #79a70a);
    box-shadow: 0 3px 10px -5px #000;
    color: #fff;
    display: block;
    font-size: .8rem;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    right: -29px;
    text-align: center;
    text-transform: uppercase;
    top: 17px;
    transform: rotate(45deg);
    width: 125px
}

.ribbon_corner_right span:before {
    border-color: #79a70a transparent transparent #79a70a;
    left: 0
}

.ribbon_corner_right span:after,
.ribbon_corner_right span:before {
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1
}

.ribbon_corner_right span:after {
    border-color: #79a70a #79a70a transparent transparent;
    right: 0
}

.blue span {
    background: linear-gradient(#2989d8, #1e5799)
}

.blue span:before {
    border-left-color: #1e5799;
    border-top-color: #1e5799
}

.blue span:after {
    border-right-color: #1e5799;
    border-top-color: #1e5799
}

.spinner {
    animation: spinner 1s ease-in-out infinite;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-left-color: #fff;
    border-radius: 50%;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --colorWhite: #fff;
    --colorBlueGender: #3d8ff7;
    --colorBlueGenderLight: #99c4fe;
    --colorPinkGender: #e23f7b;
    --colorPinkGenderLight: #f48eb6;
    --global-size: 20px;
    --ribbon-size: var(--global-size);
    --ribbon-bg: var(--colorBlueGender);
    --ribbon-fg: var(--colorWhite);
    --tag-size: var(--global-size);
    --tag-bg: var(--onlinepedido);
    --tag-fg: var(--colorWhite)
}

.ribbon-both,
.ribbon-left,
.ribbon-right {
    background: var(--ribbon-bg);
    color: var(--ribbon-fg);
    font-size: var(--ribbon-size);
    height: calc(var(--ribbon-size)*2);
    line-height: calc(var(--ribbon-size)*2);
    margin: var(--ribbon-size);
    padding: 0 var(--ribbon-size);
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

.ribbon-both:before,
.ribbon-left:before {
    border: var(--ribbon-size) solid var(--ribbon-bg);
    border-left-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: calc(var(--ribbon-size)*-1.2);
    position: absolute
}

.ribbon-both:after,
.ribbon-right:after {
    border: var(--ribbon-size) solid var(--ribbon-bg);
    border-right-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: calc(var(--ribbon-size)*-1.2)
}

.tag-both,
.tag-left,
.tag-right {
    background: #1e5799;
    color: var(--tag-fg);
    font-size: var(--tag-size);
    height: calc(var(--tag-size)*2);
    line-height: calc(var(--tag-size)*2);
    margin: var(--tag-size);
    padding: 0 var(--tag-size);
    position: relative;
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

.tag-both:before,
.tag-left:before {
    border: var(--tag-size) solid transparent;
    border-right-color: #1e5799;
    bottom: 0;
    content: "";
    display: block;
    left: calc(var(--tag-size)*-2);
    position: absolute
}

.tag-both:after,
.tag-right:after {
    border: var(--tag-size) solid transparent;
    border-left-color: #1e5799;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: calc(var(--tag-size)*-2)
}

.gray {
    filter: grayscale(100%)
}

.modal-stack {
    z-index: 9999
}

.modal-stack .modal {
    bottom: auto !important;
    display: none;
    left: auto !important;
    position: fixed;
    right: auto !important;
    top: auto !important;
    z-index: 9999
}

.modal-stack .modal.show {
    display: block
}

.modal-stack .modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.modal-stack .modal.show .modal-dialog {
    transform: none
}

.card {
    display: flex;
    flex-direction: column
}

.card-body {
    flex-grow: 1;
    overflow-y: auto;
    overflow-y: scroll;
    scrollbar-color: #888 #f0f0f0;
    scrollbar-width: thin
}

.card-body::-webkit-scrollbar {
    width: 6px
}

.card-body::-webkit-scrollbar-thumb {
    background-color: #888
}

.card-body::-webkit-scrollbar-track {
    background-color: #f0f0f0
}

.card-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
    padding: 20px;
    width: 100%
}

.sidebar {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right .3s ease;
    width: 30vw;
    z-index: 1030
}

.sidebar-mask {
    left: -100%;
    top: 0;
    transition: left .3s ease;
    width: calc(100% - 30vw)
}

.search-mask,
.sidebar-mask {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    position: fixed;
    z-index: 1020
}

.search-mask {
    left: 0;
    right: 0;
    transition: bottom .3s ease;
    width: 100vw
}

@media (max-width:767px) {
    .sidebar {
        right: -100%;
        width: 100%
    }

    .sidebar.open {
        right: 0
    }
}

.sidebar.open {
    right: 0
}

.sidebar-mask.open {
    left: 0
}

.body-modal-100 {
    height: calc(100vh - 200px) !important
}

/* Estilize a sobreposição semi-transparente */
.modal-open .stories {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* .modal {
            background-color: rgba(0, 0, 0, 0.8)
        } */

.cur-pointer {
    cursor: pointer;
}

.mask-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Cor de fundo com transparência */
    z-index: 998;
    /* Coloque a máscara acima de outros elementos */

}
.input-button-border {
    border: 1px solid #007bff; /* Cor da borda do botão */
    border-radius: 0; /* Para remover os cantos arredondados */
    padding: 0.375rem 0.75rem; /* Ajuste o padding conforme necessário */
}


