@font-face {
    font-family: allzin-font;
    src: url('../../static/css/font/NomineeMedium.otf')
}

:root {
    --logo-max-width: 120px;
    --logo-max-width-negative: -120px;
    --allzin-main-color: #04b3cb;
    --allzin-secondary-color: #FA7066;
    --allzin-background-color: white;
    --allzin-text-color: #000000;
    --allzin-text-color-hsv: invert(65%) sepia(2%) saturate(0%) hue-rotate(70deg) brightness(87%) contrast(86%);
    --profile-img-width: 180px;
    --profile-img-height: 180px;
    --product-media-height: 140px;
    --product-media-width: 140px;
    --product-media-width-negative: -140px;
    --product-price-width: 60px;
    --allzin-border-color: #D7D5D5;
}

::placeholder {
    color: #d5d5d5;
    font-weight: 500;
    font-size: 12px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--allzin-main-color);
    border: 0 none;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--allzin-main-color);
}

::-webkit-scrollbar-thumb:active {
    background: var(--allzin-main-color);
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: 0 none;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #f1f1f1;
}

::-webkit-scrollbar-track:active {
    background: #f1f1f1;
}


html, body {
    background: var(--allzin-background-color);
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: allzin-font, serif;
    color: var(--allzin-text-color);
}

div {
    margin: 0;
    padding: 0;
    float: left;
}

input:focus, textarea {
    outline: none !important;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: var(--allzin-text-color);
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.allzin-secondary-color {
    color: var(--allzin-secondary-color) !important;
}

.reduced.items.allzin-secondary-color {
    background-color: var(--allzin-secondary-color) !important;
}

.text-left-i {
    text-align: left !important;
    font-size: 10px;
    margin: 0;
}

.relative {
    position: relative;
}

.relative-important {
    position: relative !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-top-160 {
    padding-top: 160px !important;
}

.no-scroll {
    overflow: hidden !important;
}

.padding-right-5 {

    padding-right: 5px !important;
}

.padding-left-5 {

    padding-left: 5px !important;
}

.padding-left-10 {

    padding-left: 10px !important;
}

.padding-left-4 {

    padding-left: 4px !important;
}

.padding-bottom-0 {

    padding-bottom: 0 !important;
}

.padding-bottom-5 {

    padding-bottom: 5px !important;
}

.padding-bottom-10 {

    padding-bottom: 10px !important;
}

.padding-bottom-20 {

    padding-bottom: 20px !important;
}

.padding-top-10 {

    padding-top: 10px !important;
}

.padding-top-20 {

    padding-top: 20px !important;
}

.w-90 {

    width: 90%;
}

.w-100 {

    width: 100%;
}

.w-60 {

    width: 60%;
}

.w-40 {

    width: 40%;
}

.w-30 {

    width: 30%;
}

.w-33 {

    width: 33%;
}

.w-70 {

    width: 70%;
}

.w-50 {

    width: 50%;
}

.w-20 {

    width: 20%;
}

.w-25 {

    width: 25%;
}

.pointer-cursor {

    cursor: pointer;
}

.margin-5 {
    margin: 5px;
}

.margin-top-bottom-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

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

.right-align {
    text-align: right;
}

.justify-end {
    justify-content: flex-end;
}

.bolder {
    font-weight: bolder !important;
}

.inline {
    display: inline;
}

.margin-left-percent-20 {
    margin-left: 20%;
}

.margin-left-percent-10 {
    margin-left: 10%;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-right-10 {

    margin-right: 10px !important;
}

.carbon-span {

    margin-left: -1px;
    margin-right: 5px;
    font-size: 12px;
}

.swal2-popup #swal2-content {
    text-align: center;
    width: 100%;
}

.carbon-span-detail {

    margin-left: -1px;
}

.carbon-bg {
    border-radius: 4px;
    padding: 5px;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-5 {

    margin-right: 5px !important;
}

.margin-l-r-4 {
    margin: 0 4px;
}

.col-my-1 {
    width: calc(100% / 12);
}

.col-my-2 {
    width: calc(100% / 6);
}

.col-my-3 {
    width: calc(100% / 4);
}

.col-my-4 {
    width: calc(100% / 3);
}

.col-my-5 {
    width: calc(100% * 5 / 12);
}

.col-my-6 {
    width: calc(100% / 2);
}

.col-my-7 {
    width: calc(100% * 7 / 12);
}

.col-my-8 {
    width: calc(100% * 2 / 3);
}

.col-my-9 {
    width: calc(100% * 3 / 4);
}

.col-my-10 {
    width: calc(100% * 5 / 6);
}

.col-my-11 {
    width: calc(100% * 11 / 12);
}

.col-my-12 {
    width: 100%;
}


.col-my-offset-12 {
    margin-left: 100%;
}

.col-my-offset-11 {
    margin-left: calc(100% * 11 / 12);
}

.col-my-offset-10 {
    margin-left: calc(100% * 10 / 12);
}

.col-my-offset-9 {
    margin-left: calc(100% * 9 / 12);
}

.col-my-offset-8 {
    margin-left: calc(100% * 8 / 12);
}

.col-my-offset-7 {
    margin-left: calc(100% * 7 / 12);
}

.col-my-offset-6 {
    margin-left: calc(100% / 2);
}

.col-my-offset-5 {
    margin-left: calc(100% * 5 / 12);
}

.col-my-offset-4 {
    margin-left: calc(100% / 3);
}

.col-my-offset-3 {
    margin-left: calc(100% / 4);
}

.col-my-offset-2 {
    margin-left: calc(100% / 6);
}

.col-my-offset-1 {
    margin-left: calc(100% / 12);
}

.hidden {
    display: none;
}

.display-grid {
    display: grid;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.full-height {
    height: 100% !important;
}

.full-width {
    width: 100% !important;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.full-size {
    width: 100% !important;
    height: 100% !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.wp-40 {

    width: 40% !important;
}

.wp-60 {

    width: 60% !important;
}

.wpx-60 {

    width: 60px !important;
}

.padding-80 {

    padding: 80px !important;
}

.padding-60 {

    padding: 60px !important;
}

.padding-30 {

    padding: 30px !important;
}

.padding-35 {

    padding: 35px !important;
}

.padding-10 {

    padding: 10px !important;
}

.padding-left-25 {

    padding-left: 25px !important;
}

.padding-left-15 {

    padding-left: 15px !important;
}

.padding-left-20 {

    padding-left: 20px !important;
}

.padding-right-left-20 {

    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-right-left-10 {

    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-right-left-5 {

    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-right-10 {

    padding-right: 10px !important;
}

.bold-font {

    font-weight: bold;
}

.colored-border {
    color: var(--allzin-main-color);
    border-color: var(--allzin-main-color);
}

.colored-border-left {
    border-left-color: var(--allzin-main-color);
}

.colored-border-right {
    border-right-color: var(--allzin-main-color);
}

.container {

    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: var(--allzin-background-color)
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-lr {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.percent-width-70 {
    width: 70%;
}

.percent-width-30 {
    width: 30%;
}

.percent-width-80 {
    width: 80%;
}

.percent-width-20 {
    width: 20%;
}

.top-section-padding {
    padding: 30px 10px 10px 10px;
}

.center-text {
    width: 100%;
    text-align: center;
}

.white-text {
    color: white;
}

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9999;
}

.loader-item {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    left: 50%;
    text-align: center;
    background: white;
    border-left: 3px solid;
    border-right: 3px solid;
    border-top: 3px solid;
    border-bottom: 3px solid transparent !important;
    border-radius: 200px;
}

.loader-item-translate {

    color: var(--allzin-main-color);
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    top: 50%;
    left: 50%;
    text-align: center;
    background: white;
    border-left: 3px solid;
    border-right: 3px solid;
    border-top: 3px solid;
    border-bottom: 3px solid transparent !important;
    border-radius: 200px;
    display: none;
}

#navigation {
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 3;
}

#navigation-general {
    width: 100%;
    height: 100px;
    background-color: var(--allzin-main-color);
}

.nav-inner {
    width: 100%;
    height: 100%;
}

.site-logo {
    float: left;
    display: block;
    margin-top: 10px;
}

.site-logo a.logo {
    display: block;
}

.site-logo a.logo img {
    height: auto;
    width: var(--logo-max-width);
    max-width: var(--logo-max-width);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.img-24 {
    width: 24px;
    height: 24px;
}

.site-title {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: -46px;
}

.site-title h4 {

    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.site-title a {

    font-size: 16px;
    color: #fff;
}

.site-title a:hover {

    font-size: 16px;
    color: #fff;
}

.product-page-title {
    top: 50%;
    color: #fff !important;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-top: 6px;
}

.product-page-title h4 {

    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.product-page-title a {

    color: #fff !important;
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.profile-image {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 10px;
}

.profile-image img {

    width: 100%;
    border-radius: 10px;
}

.profile-image-header {
    z-index: 1031;
    width: 84px;
    height: 84px;
}

.profile-image-header img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.profile-info {
    width: calc(100% - 84px);
    color: var(--allzin-text-color);
}

.profile-bio {
    width: 100%;
    padding-left: 10px;
}

.profile-bio h4 {
    color: var(--allzin-main-color);
    font-weight: bold !important;
}

.profile-bio h1 {
    color: var(--allzin-text-color);
    font-weight: bold !important;
    font-size: 18px;
}

.profile-bio .no-margin-top {
    color: var(--allzin-main-color);
    font-weight: bold !important;
}

.profile-bio h6 {
    font-size: 10px;
}

.profile-non-open-close-time {
    margin: 5px 0;
    width: 34%;
    padding-right: 10px;
}

.profile {
    width: 100%;
    padding: 10px 10px 0 10px;
}

.profile-action {
    width: 100%;
}

.profile-header-nav {
    width: 25%;
    font-weight: bold;
}

.profile-header-nav.center-align h6 {
    margin: 5px auto;
    width: fit-content;
    max-width: 100%;
}

.profile-header-nav.first.center-align h6 {
    margin: 5px auto 5px 0;
    width: fit-content;
}

.profile-header-nav h6 {
    margin: 5px 0;
    padding-bottom: 5px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-header-nav .active {
    color: var(--allzin-main-color);
    border-bottom: solid 2px var(--allzin-main-color);
}

.no-border {
    border-right: none;
}

.profile-action-item {
    text-align: center;
    font-size: 12px;
    background-color: white;
    border: 1px solid #d7d5d5;
    width: 100%;
    min-height: 84px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile-action-item img {
    width: 24px;
    height: 24px;
}

.profile-action-item h6 {
    font-size: 11px;
    margin-bottom: 0;
}

.profile-action-item .direction-img {
    width: 32px !important;
    height: 32px !important;
    margin-top: -8px;
}

.profile-write-us {
    color: var(--allzin-text-color);
    margin: 5px 0;
    width: 33%;
    padding-left: 10px;
}

.profile-open-close-time {
    color: var(--allzin-text-color);
    margin: 5px 0;
    width: 34%;
    padding-right: 10px;
}

.profile-open-close-time .closed {
    color: red;
}

.profile-action-item .open {
    color: #01ca01;
}

.profile-action-item .closed {
    color: red;
}

.profile-open-close-time .open {
    color: #01ca01;
}

.profile-open-close-time span {

    font-size: 11px !important;
    margin-top: -6px !important;
    margin-left: 6px !important;
    position: absolute !important;
}

.profile-open-close-time h6 {
    margin: 8px 0 -8px 5px !important;
}

.profile-call-now {
    color: var(--allzin-text-color);
    margin: 5px 0;
    width: 33%;
}

.profile-call-now a {
    color: var(--allzin-text-color);
}

.section-title {
    width: 100%;
    padding: 10px;
    color: var(--allzin-main-color);
    display: flex;
}

.section-title h5 {
    font-weight: bold !important;
    width: 50%;
}

.section-title h2 {
    width: 50%;
    font-size: 14px;
}

.section-title a {
    width: 50%;
    text-align: end;
    text-decoration: underline;
}

.section-content {
    width: 100%;
    padding: 0 6px;
}


.menu-column {

    cursor: pointer;
    overflow: hidden;
    width: calc(100% / 3);
    display: inline-block;
    padding-bottom: 10px;
}


.menu-to-2-col {

    display: block;
}

.menu-to-2-col .menu-column {

    width: calc(100% / 2);
    padding: 0 5px 16px 5px;
}

.menu-to-2-col img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.menu-item {
    width: 100%;
    padding: 4px;
    border-radius: 4px;
}

.menu-item-content {
    padding: 2px;
    width: 100%;
    overflow: hidden;
    background: white;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #D7D5D5;
    color: var(--allzin-text-color);
}

.menu-item-content img {

    width: 100%;
    border-radius: 4px;
}

.menu-item-content h3 {
    font-size: 12px;
    margin: 2px -2px -2px -2px;
    background-color: var(--allzin-main-color);
    color: white;
    padding: 4px 0;
}

.menu-item-header {
    width: 100%;
    padding: 6px 8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: var(--allzin-main-color);
    color: white;
    margin-bottom: 10px;
}

.menu-item-img {
    background-color: white;
    border: solid 1px #ebebeb;
    border-radius: 6px 6px 0 0;
    padding: 3px;
    width: 100%;
}

.post-item-column {
    width: calc(100% / 2);
}

.post-item {

    cursor: pointer;
    padding: 5px 4px 3px 4px;
    border-radius: 8px;
    overflow: hidden;
    width: calc(100% / 2);
}

.post-item-column .post-item {
    width: 100%;
}

.post-item-content {
    padding: 2px;
    overflow: hidden;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #D7D5D5;
}

.post-summary {
    display: flex;
    width: 100%;
    margin: 2px -2px -2px -2px;
}

.post-time {
    width: 30%;
    background-color: var(--allzin-main-color);
    color: white;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-time h6 {
    margin: 1px;
    font-weight: bold;
    font-size: 9px;
}

.post-item img {

    width: 100%;
    border-radius: 4px;
}

.post-item-detail {
    width: 70%;
    padding: 5px;
    color: var(--allzin-text-color);
}

.post-item-detail h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
}

.post-item-detail-place {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    margin: 0;
}

.post-item-detail-mid {
    width: 100%;
    margin: 0;
    color: var(--allzin-main-color);
}

.main-color {
    color: var(--allzin-main-color) !important;
}

.zinpoint-color {
    color: #3faf6c;
}

.text-color {
    color: var(--allzin-text-color) !important;
}

.post-item-detail-mid h6 {
    margin: 5px 0;
    padding: 0;
    font-size: 10px;
}

.map {

    width: 100%;
    height: 240px;
    padding: 10px;
    color: var(--allzin-main-color);
}

.map-inner {

    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

#searchButton {

    width: 20px;
    height: 20px;
    margin-top: -60px;
    margin-left: 10px;
    position: relative;
}

#clearSearchInputButton {

    width: 16px;
    height: 16px;
    margin-top: -28px;
    margin-right: 10px;
    float: right;
    position: relative;
}

.tabitem {
    height: 100%;
    padding: 12px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.tabcontent-item {

    width: 50%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
}

.tabcontent-item-media {
    width: var(--product-media-width);
    height: var(--product-media-height);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

.tabcontent-item-media img {
    left: 50%;
    height: 100%;
    position: relative;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabcontent-item-media video {
    left: 50%;
    height: 100%;
    position: relative;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabcontent-item-info {
    width: calc(100% - var(--product-media-width));
    height: var(--product-media-height);
    padding: 10px 10px 10px 25px;
    display: inline-block;
    overflow: hidden;
}

.tabcontent-item-info h5 {
    color: black;
    font-weight: bold;
    width: calc(100% - var(--product-price-width));
}

.tabcontent-item-info a {
    color: black;
    font-weight: bold;
}

.tabcontent-item-info a:hover {
    color: black;
    font-weight: bold;
}

.product-desc {

    color: var(--allzin-text-color);
}

.product-detail-media {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
}

.product-detail-media img {

    border-radius: 8px;
}

.product-detail-video {

    border-radius: 8px;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.product-detail-video video {

    border-radius: 8px;
    width: 100%;
}

.product-detail-play-pause {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-detail-play-pause img {
    border-radius: 0;
}

.product-detail-info {

    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 12px;
    position: relative;
}

.product-detail-info .product-old-price {
    color: var(--allzin-text-color);
    text-decoration: line-through;
    position: absolute;
    right: 0;
    margin: -20px 12px 8px 0;
}

.product-detail-comment {

    width: 100%;
    margin-top: 16px;
    padding: 6px;
    position: relative;
}

.product-detail-comment p {

    color: var(--allzin-text-color);
    margin-left: 18%;
}

.product-detail-comment-profile-image {

    width: 16%;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.product-detail-comment-profile-name {

    display: inline-block;
    margin-left: 2%;
    padding-top: 4px;
    width: 80%;
}

.product-detail-comment-profile-image img {

    width: 100%;
}

.product-detail-rate {
    width: 38px;
    height: 38px;
    color: white;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    background-color: var(--allzin-main-color);
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 0 -40px;
}

.product-rate {

    width: 40px;
    height: 40px;
    color: white;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background-color: var(--allzin-main-color);
    margin: calc(var(--product-media-height) - 85px) 0 0 calc(var(--product-media-width) - 20px);
}

.video-play {

    cursor: pointer;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.video-play img {

    top: 50%;
    width: 24px !important;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 0;
    display: unset !important;
}

.footer {

    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.footer img {
    height: 40px;
}


.rating-summary-block .rating-result {
    display: inline-block;
    position: relative;
    width: 71px;
}

.rating-summary-block.big .rating-result {
    width: 88px;
}

.rating-summary-block .rating-result:before {
    color: #c7c7c7;
    content: "" "" "" "" "";
    display: block;
    font-family: FontAwesome, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    left: 0;
    letter-spacing: 2px;
    line-height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rating-summary-block .rating-result > span {
    display: block;
    overflow: hidden;
}

.rating-summary-block .rating-result > span::before {
    color: #ffaf47;
    content: "" "" "" "" "";
    display: block;
    font-family: FontAwesome, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
}

.close-product-page {

    float: left;
    margin: 0 0 8px 0;
    cursor: pointer;
    font-size: 40px;
}

.fa-close-thin:before {
    content: '\00d7';
}


/* BUSINESS ADMIN */
.site-logout {

    margin-top: -36px;
    float: right;
}

.uploadFakePath {

    width: 100%;
    height: 35px;
    background-color: white;
}

/* buttons */
.btn-default {
    color: white;
    background-color: var(--allzin-main-color);
    border: none;
    border-radius: 15px;
    width: 75px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.btn-danger {
    color: white;
    border: none;
    border-radius: 15px;
    width: 75px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.button-delete {
    color: white;
    border: none;
    border-radius: 15px;
    width: 75px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;

    display: block;
    background: #bfbfbf;
    height: 32px;
    padding-top: 6px;
    text-align: center;
}

.button-info {
    color: white;
    border: none;
    border-radius: 15px;
    width: 75px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
    background: #bfbfbf;
    height: 32px;
    padding-top: 6px;
    text-align: center;
}

.button-logout {
    background: #ffffff;
    color: var(--allzin-main-color);
    border: none;
    border-radius: 15px;
    width: 75px;
    height: 32px;
    text-align: center;
    padding: 5px;
    display: block;
    float: right !important;
}

#campaign {
    margin-bottom: 20px;
}

#menu {
    margin-bottom: 20px;
}

#posts {
    margin-bottom: 30px;
}

#ratings {
    margin-bottom: 30px;
}

.campaign-item {
    width: calc(100% / 3);
    padding: 4px;
}

.campaign-item-content {
    width: 100%;
    height: auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #D7D5D5;
}

.campaign-item-media {
    width: 100%;
    padding: 2px;
    height: auto;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.campaign-item-media img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.campaign-item-media video {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.event-item-media {
    width: 100%;
    padding: 2px;
    height: auto;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    aspect-ratio: 1 / 1;
}

.event-item-media img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.event-item-media video {
    width: 100px;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.campaign-item-info {
    color: var(--allzin-text-color);
    padding: 5px;
    height: 64px;
    width: 100%;
}

.campaign-item-info .campaign-price {
    color: var(--allzin-main-color);
    margin: 0;
}

.campaign-item-info .campaign-old-price {
    color: var(--allzin-text-color);
    text-decoration: line-through;
    margin: 0 0 0 6px;
    flex-grow: 1;
}

.flex-grow {
    flex-grow: 1;
}


.campaign-item-info .campaign-price-row {
    position: absolute;
    bottom: 0;
    display: flex;
    width: calc(100% - 9px);
    margin-bottom: 2px;
}

.campaign-price-row h5 {
    font-size: 12px;
}

.campaign-price-row i {
    color: var(--allzin-main-color);
    font-size: 20px;
    font-weight: bolder;
    margin-top: -3px;
}

.limited-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limited-text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: inherit;
}

.bottom-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.bottom-bar-item {
    width: 25%;
    height: 100%;
    text-align: center;
}

.bottom-bar-item img {
    width: 36px;
    height: 36px;
    margin-top: 5px;
}

.bottom-bar-item h6 {

    margin: 0 0 5px 0;
    font-size: 10px;
}

.cart-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.cart-bar-content {
    width: 100%;
    height: 70px;
    background-color: var(--allzin-background-color);
    padding: 10px;
}

.cart-bar-content a {
    background-color: white;
    height: 100%;
    padding: 5px;
    border-radius: 4px;
    color: var(--allzin-main-color);
}

.cart-bar-item {
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    float: right;
    border-radius: 4px;
    display: flex;
    background-color: var(--allzin-main-color);
    padding: 10px;
}

.cart-bar-content-whatsapp {
    padding: 10px;
    width: 100%;
    color: white;
    border-radius: 4px;
    background-color: #45b649;
    margin: 10px 0;
}

.cart-bar-content-whatsapp a {
    background: none !important;
    color: white;
    width: 100%;
    display: flex;
}

.cart-bar-content-whatsapp img {
    margin-right: 10px;
    border-radius: 4px;
}

.cart-bar-content-whatsapp h3 {
    font-size: 16px;
    margin: auto 0;
    text-align: left;
}

.cart-bar-item img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.cart-bar-item h4 {
    margin: 6px 8px 0;
}

.header-close-icon {
    width: 100%;
    color: white;
    text-align: center;
}

.header-close-icon h2 {
    margin: 0;
    font-size: 40px;
}

#contact input {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border-radius: 4px;
    height: 46px;
    border: 1px solid #D7D5D5;
    -webkit-appearance: none;
}

#contact textarea {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 1px solid #D7D5D5;
    margin-bottom: -5px;
}

#contact button {
    outline: none;
    padding: 4px;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    color: white;
    border: none;
    background: var(--allzin-main-color) none;
}

.button-image {
    height: 24px;
}

.my-radio-group {
    display: block;
    position: relative;
    padding-left: 24px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.my-radio-group input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

.my-radio-group .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 2px;
    margin-top: 3px;
}

.my-radio-group input:checked ~ .checkmark {
    background-color: var(--allzin-main-color);
}

.my-radio-group input:checked ~ .checkmark:after {
    display: block;
}

.my-radio-group label {
    font-weight: 500;
}

.info-section {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.info-section .info-img-section {
    width: 50px;
}

.info-section .info-img-section img {
    width: 40px;
    height: 40px;
}

.info-section .info-desc-section {
    width: calc(100% - 50px);
}

.menu-list-item {
    width: max-content;
    padding: 10px;
    margin: 0 10px 5px 0;
    border-radius: 4px;
    color: var(--allzin-text-color);
    cursor: pointer;
    border: solid 1px var(--allzin-border-color);
    background-color: #f5f5f5;
}

.menu-list-item-active {
    background-color: var(--allzin-main-color);
    border: solid 1px var(--allzin-main-color);
}

.menu-list-item-active h2 {
    color: white;
}

.menu-list-item h2 {
    font-size: 15px;
}

.menu-product-list {

    max-height: 100%;
    overflow-y: scroll;
}

.menu-product-item {
    position: relative;
    width: 100%;
    padding: 2px;
    margin: 6px 0 4px 0;
    border-radius: 4px;
    background: white;
    border: 1px solid #efefef;
}

.menu-product-item-info h4 {
    font-size: 16px;
    font-weight: bold;
}

.menu-product-item .fa-arrows-alt {

    color: var(--allzin-main-color);
    margin: 10px 10px 0 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}

.menu-product-item-info {

    width: calc(100% - 132px);
    height: 100%;
    padding-left: 8px;
    position: relative;
}

.menu-product-item-info h5 {
    margin: 0;
    font-weight: bold;
    color: var(--allzin-main-color);
}

.menu-product-item-info h3 {
    margin: 5px 0 9px 0;
    font-weight: bold;
    font-size: 14px;
}

.menu-product-item-info h6 {
    font-size: 12px;
}

.menu-product-item-info p {
    font-size: 12px;
    margin-bottom: 5px;
}

.menu-product-item-info .product-price {
    margin: 0 0 8px 0 !important;;
    font-weight: bold !important;
}

.menu-product-item-info .product-old-price {
    margin: 0 0 8px 10px !important;;
    font-weight: bold !important;
}

.menu-product-item-info .product-price-right {
    margin: 0 0 8px 0 !important;;
    font-weight: bold !important;
}

.menu-product-item-info .product-price-position {

    position: absolute;
    bottom: 20px;
}

.menu-product-item-info .product-price {

    display: inline;
    text-align: left;
    margin: 0;
}

.menu-product-item-info .product-price-right {

    color: var(--allzin-main-color);
    display: inline;
}

.product-price {

    color: var(--allzin-main-color);
    float: right;
    text-align: right;
    margin: -15px 0 0 0;
    padding: 0;
}

.menu-product-item-info .product-old-price {
    color: var(--allzin-text-color);
    text-decoration: line-through;
    display: inline;
    margin-left: 10px;
}

.menu-product-item-media {
    border-radius: 4px;
    width: 132px;
    height: 132px;
    overflow: hidden;
    position: relative;
}

.menu-product-item-media img {
    width: 100%;
    height: auto;
}

.menu-product-item-media video {
    width: 100%;
    height: auto;
}

.post-profile-image img {
    width: 60px;
    height: auto;
    border-radius: 8px;
    margin: 10px 10px 10px 0;
}

.post-profile-info {
    width: calc(100% - 120px);
    padding-left: 10px;
    height: 120px;
}

.post-profile-info-inner {

    top: 50%;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 8px;
}

.post-profile-info h4 {
    color: var(--allzin-text-color);
}

.post-profile-info h5 {
    color: var(--allzin-main-color);
}

.post-category {
    float: right;
    margin-top: -28px;
}

.post-media {
    display: block;
    width: 100%;
}

.post-media img {
    width: 100%;
    border-radius: 8px;
}

.post-media video {
    width: 100%;
    border-radius: 8px;
}

.post-slider-menu {
    color: white;
    width: 100%;
    text-align: center;
    margin-top: -30px;
    padding: 0 10px;
    position: relative;
}

.slider-menu-item {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #ccc !important;
    display: inline-block;
}

.post-slider-menu span:hover {

    background: white;
}

.post-map {
    width: 100%;
    height: 200px;
}

.post-map-container {
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.post-map-inner {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.post-date-label {
    margin-bottom: -42px;
    background-color: var(--allzin-main-color);
    position: relative;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
}

.post-date-label p {
    padding: 6px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.white {
    background: white;
}

.pointer {
    cursor: pointer;
}

.post-slider-menu span {
    cursor: pointer;
}

.hidden-scroll::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

.hidden-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.translate-button-row {

    display: none;
    height: 0;
}

.translate-result-row {

    display: none;
    height: 0;
    width: 100%;
    padding-bottom: 20px;
}

.translate-button {

    float: left;
    padding: 4px;
    color: var(--allzin-main-color);
    border-radius: 4px;
    border: 1px solid #efefef;
}

.product-qty {

    right: 0;
    bottom: 0;
    float: right;
    margin-top: -18px;
    margin-right: -1px;
    background-color: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.product-qty-border-styled {
    overflow: hidden;
}

.custom-qty {
    display: inline-flex;
    position: relative;
}

.increase.items, .reduced.items {
    background: transparent;
    color: var(--allzin-main-color);
    z-index: 1;
    border: none;
    outline: none;
}


.input-text.qty {
    border: 1px solid #efefef;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 4px;
    float: left;
    margin: 0 -24px;
    text-align: center;
    background: white none;
    width: 120px;
    height: 36px;
    -webkit-appearance: none;
}

.add-to-cart {

    border: 1px solid #efefef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    width: 142px;
    height: 36px;
}

.add-to-cart-border-styled {
    width: 100%;
    border: none;
    position: relative;
    display: inline-flex;
    background: #ffffff80 none;
}

.add-to-cart-border-styled button {
    width: 25px !important;
    height: 25px !important;
    background-color: var(--allzin-main-color) !important;
    color: white !important;
    border-radius: 4px;
    margin: 5px;
    padding: 3px;
}

.add-to-cart-border-styled:before {
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.add-to-cart-border-styled input {
    border: none !important;
}

.add-to-cart button {

    background: transparent;
    color: var(--allzin-main-color);
    float: left;
    z-index: 1;
    border: none;
    outline: none;
    height: 34px;
    width: 100%;
}

#order input {

    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 0 !important;
    -webkit-appearance: none;
    border: 1px solid #D7D5D5;
}

.order-item input {

    width: 100px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    height: 36px !important;
    margin-top: -5px !important;
}

#order select {

    width: 100%;
    height: 50px;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    -webkit-appearance: none;
    border: 1px solid #D7D5D5;
}

#order textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 1px solid #D7D5D5;
}

.payment-type {
    width: 100%;
    padding: 12px 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 46px;
    background-color: white;
    border: 1px solid #D7D5D5;
}

.order-item {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    display: inline-table;
}

.order-item hr {
    width: 100%;
    margin: 8px 0;
}

.order-item .increase.items {
    padding-top: 8px;
}

.order-item .reduced.items {
    padding-top: 8px;
}

.order-item .product-price {
    color: var(--allzin-text-color);
}

.cart-price {

    color: var(--allzin-main-color);
    margin-left: 20px;
}

.cart-qty {

    height: 28px;
    display: inline;
    margin-top: -4px;
    margin-bottom: 4px;
}

.order-info-text {

    margin: 0 0 20px;
    font-size: 12px;
}

.menu-image {
    width: 34px;
    margin-top: 8px;
    margin-bottom: -4px;
}

.top-nav-image {

    width: 100%;
    margin-top: -25%;
    filter: brightness(0.8);
}

.top-nav-title {

    z-index: 1;
    color: white;
    font-weight: bold;
    position: absolute;
    margin: 70px 0 0 16px;
    text-shadow: 0 0 8px #252525;
}

.tab-bar {
    margin-bottom: 20px;
    width: 100%;
}

.tab-stap {
    padding: 4px 0;
    width: 100%;
    text-align: center;
}

.tab-stap h5 {
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: bold;
}

.tab-stap span {
    font-size: 10px;
    font-weight: normal;
}

.tab-bar ul li a.selected {
    pointer-events: none;
}

.tab-bar ul li {
    padding: 0 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.tab-bar ul li.selected {
    pointer-events: none;
}

.tab-bar ul li a {
    display: flex;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    border-radius: 4px;
    background: white;
    -webkit-appearance: none;
    border: 1px solid #D7D5D5;
}


.tab-bar ul li a img {
    height: 50px;
    filter: var(--allzin-text-color-hsv);
    -webkit-filter: var(--allzin-text-color-hsv);
}

.tab-bar ul li a.selected {
    background: var(--allzin-main-color);
    color: #ffffff;
}

.tab-bar ul li a.selected img {
    filter: none;
    -webkit-filter: none;
}

.tab-bar ul li:hover a {
    color: #ffffff;
    background: var(--allzin-main-color);
}

.tab-bar ul li:hover a img {
    filter: none;
    -webkit-filter: none;
}

.tab-item {
    width: 100%;
}

.tab_content .tab-item p {
    text-align: center;
}


.tab_content .tab-item {
    display: none;
}

.tab_content .tab-item.selected {
    display: block;
}

.send-order {
    width: 100%;
    padding-left: 16px;
}

.send-order a {
    background: var(--allzin-main-color);
    border-radius: 4px;
    color: #ffffff;
    width: 100%;
    height: 50px;
    padding: 13px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.send-order-disabled {
    width: 100%;
    padding-left: 16px;
}

.send-order-disabled a {
    background: #ffffff;
    border-radius: 4px;
    color: red;
    width: 100%;
    height: 50px;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.section-content #items {
    width: 100%;
}

.order-on-table-result {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #D7D5D5;
}

.order-on-delivery-address-info {
    padding: 20px;
    margin: 10px 0;
    width: 100%;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #D7D5D5;
}

.order-on-table-result img {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
}

.order-on-delivery-address-info img {

    margin-top: 10px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
}

.order-on-table-result h3 {
    font-weight: bold;
}

.payment ul li {
    display: block;
    padding-bottom: 10px !important;
}

.payment .iyzico img {
    width: 80%;
    padding-left: 10px;
    margin-top: 20px;
}

.payment .visa img {
    width: 80%;
    padding-left: 10px;
}

.payment .mastercard img {
    width: 80%;
    padding-left: 10px;
}

.contracts ul li {
    display: block;
    padding-bottom: 4px;
}

.contracts ul li a {
    text-decoration: underline;
    font-size: 12px;
}

.contracts {

    background: white;
    width: 100%;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 2px;
    border: 1px solid #D7D5D5;
}

#zin-point {
    margin: 4px 0;
    padding: 0 10px;
    height: 100px;
}

#zin-point a {
    width: 100%;
    background: white;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #D7D5D5;
}

#zin-point span {
    font-size: 40px;
    color: #3faf6c;
    font-weight: bold;
    position: absolute;
    margin-top: 20px;
    margin-left: 2px;
}

#zin-point img {
    top: 50%;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-root-row {
    background: var(--allzin-background-color);
    width: 100%;
    overflow: auto hidden;
    padding-bottom: 5px;
}

.menu-child-row {
    background: var(--allzin-background-color);
    width: 100%;
    overflow: auto hidden;
}

.menu-root-row-with-img {
    width: 100%;
    overflow: auto hidden;
    padding: 5px 6px 10px 6px;
    display: inline-flex;
}

.menu-root-item {
    min-width: 80px;
    width: 120px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    padding: 2px;
    margin: 0 4px;
    background-color: var(--allzin-main-color);
    border: solid 1px #ebebeb;
}

.menu-root-item.passive {
    background-color: white;
}

.menu-root-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.menu-root-item h2 {
    color: white;
    padding: 4px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    max-height: 28px;
}

.menu-root-item.passive h2 {
    color: var(--allzin-main-color);
}

.menu-item-header h2 {
    font-size: 12px;
    text-align: center;
}

.product-menu-root-item {
    width: max-content;
    margin: 0 30px 0 0;
    cursor: pointer;
}

.product-menu-root-item h4 {
    font-size: 15px;
}

.product-menu-root-item.active {
    color: var(--allzin-main-color);
    border-bottom: solid 1px var(--allzin-main-color);
}

.gray-bg {
    background-color: #e5e5e5;
}

.product-allergens {
    width: 100%;
    padding-bottom: 40px;
}

.product-allergens img {
    width: 40px;
    height: 40px;
}

.menu-product-item-info .product-allergens img {
    width: 24px;
    height: auto;
    margin-right: 6px;
    margin-bottom: 6px;
}

.menu-product-item-info .product-allergens {
    display: block;
    padding-bottom: 0;
    height: 25px;
    overflow: hidden;
}

.flex-row {
    display: flex;
}

.ratings {

    background: white;
    width: 100%;
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
    margin-bottom: 2px;
    border: 1px solid #D7D5D5;
}

.ratings h5 {
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0;
}

.ratings span {
    font-size: 12px;
}

.ratings a {
    color: var(--allzin-main-color);
    text-decoration: underline;
}

.open-close-times {
    display: block;
}

.open-close-times h6 {
    font-size: 9px;
    line-height: 16px;
}

.powered-by {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.powered-by span {
    margin-top: 20px;
    background-color: white;
    padding: 4px;
    border-radius: 4px;
}

.powered-by img {
    height: 30px;
    width: auto;
}

/* * Rating styles */
/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
    display: inline-flex;
    justify-content: flex-end;
}

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

/* set default star color */
.ratings i {
    color: orange;
    font-size: larger;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#productModal {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10000;
}

.swal2-container {
    z-index: 10001 !important;
}

#productModal .modal-dialog {
    margin: 0 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    max-height: calc(100vh - 110px);
}

#productModal .modal-content {
    width: 100%;
    border: none;
    border-radius: 12px 12px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#productModal .modal-content-body {
    padding: 10px;
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

#productModal .modal-dialog-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.modal-content-header {
    width: 100%;
    display: flex;
    padding: 10px;
}

.modal-content-header a {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #D7D5D5;
    display: flex;
}

.modal-content-header a img {
    width: 100%;
    height: 100%;
}

.modal-content-media {
    width: 100%;
    margin-bottom: 10px;
}

.modal-content-media .product-detail-video {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.modal-content-media .product-detail-image {
    width: 100%;
}

.modal-content-media .product-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.modal-content-detail {
    width: 100%;
}

.modal-content-detail .rate {
    margin-top: 5px;
}

.modal-content-detail h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.modal-content hr {
    width: 100%;
    margin: 0;
}

.modal-content-detail .rate-star {
    width: 15px;
    height: 15px;
    margin: 6px 3px;
}

.menu-product-item-info .rate-star {
    width: 14px;
    height: 14px;
    margin: 0 2px 5px 10px;
}

.modal-content-detail .translate_anchor {
    padding: 4px;
}

.modal-content-detail .translate_anchor img {
    width: 32px;
    height: 32px;
    margin-top: -5px;
}

.modal-content-detail .translate-result-row {
    padding-bottom: 0;
    display: block;
    height: auto;
}

.modal-content-detail .translate-result-row .product-desc {
    font-weight: normal;
    font-size: 12px;
}

.modal-content-detail .product-allergens img {
    width: 36px;
    height: auto;
    margin-right: 6px;
    margin-bottom: 6px;
}

.modal-content-detail .product-allergens {
    display: block;
    padding-bottom: 0;
}

.product-modal-card {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    height: 90px;
}

.product-modal-card .input-text {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
}

.product-modal-card .reduced.items {
    position: absolute;
    left: 10px;
    height: 100%;
}

.product-modal-card .increase.items {
    position: absolute;
    right: 10px;
    height: 100%;
}

.product-modal-card .add-to-cart {
    width: 60%;
    height: 40px;
    border: none;
}

.product-modal-card .add-to-cart button {
    width: 100%;
    height: 100%;
    background: var(--allzin-main-color);
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.product-modal-card .custom-qty {
    height: 40px;
    position: relative;
    display: block;
}

.product-popup-price {
    color: var(--allzin-main-color);
    font-weight: bold;
    margin-top: 0;
}

.product-popup-old-price {
    color: var(--allzin-text-color);
    font-weight: normal !important;
    text-decoration: line-through;
    margin-left: 16px;
    margin-top: 0;
}

.fadeInBottom {
    animation-name: fadeInBottom;
    animation-duration: .5s;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -webkit-transition: transform .5s;
        transition: transform .5s;
        -webktit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    to {
        opacity: 1;
    }
}

.add-to-cart-button {
    background-color: var(--allzin-main-color);
    width: calc(100% - 10px);
    height: 100%;
    color: white;
    cursor: pointer;
    display: flex;
    padding: 0 15px;
    float: right;
    border-radius: 4px;
}

.add-to-cart-button h5 {
    font-size: 15px;
}

.page-header-bar {
    display: flex;
    width: 100%;
    padding: 20px 10px 10px 10px;
    background: var(--allzin-background-color);
}

.page-header-bar h5 {
    margin: 4px 0 0 0;
}

.page-header-bar h6 {
    margin: 4px 0 0 0;
}

.page-header-bar .nav-button {
    padding: 4px;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #D7D5D5;
}

.page-header-bar .nav-button img {
    width: 100%;
    height: 100%;
}

.page-header-bar .nav-logo-header {
    color: var(--allzin-main-color);
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

.page-header-bar .nav-logo .nav-logo-img {
    width: 100%;
    height: auto;
    min-height: 60px;
    margin-top: -10px;
    text-align: center;
}

.page-header-bar .nav-logo .nav-logo-img img {
    width: 60px;
    height: auto;
    border-radius: 8px;
}

.cart-total {
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.category-section {
    margin-top: 15px;
    width: 100%;
}

.category-section-header {
    font-weight: bolder;
    color: var(--allzin-main-color);
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

#fragment_menu_product_items_page {

    overflow-y: auto;
    width: 100%;
}

.max-height-dif-120 {
    max-height: calc(100vh - 110px) !important;
}

.max-height-dif-160 {
    max-height: calc(100vh - 152px) !important;
}

.opacity-5 {
    opacity: 0.5;
}

#fragment_cart .section-title h1 {
    font-size: 18px;
    font-weight: bold;
}

.tab-bar .section-title h2 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

#fragment_cart .cart-total .cart-price {
    font-size: 16px;
}

#fragment_cart .cart-total .bolder {
    font-size: 16px;
}

#order .cart-total .cart-price {
    font-size: 16px;
}

#order .cart-total .bolder {
    font-size: 16px;
}

#order .section-title h1 {
    font-size: 16px;
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.size-24 {
    width: 24px;
    height: 24px;
}

.size-20 {
    width: 20px;
    height: 20px;
}

.post-profile {
    display: flex;
    padding: 0 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #D7D5D5;
}

.post-info {
    padding: 0 10px;
    width: 100%;
    margin: 10px 0;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #D7D5D5;
}

.follow-on-allzin {
    padding: 6px;
    color: white;
    background-color: var(--allzin-main-color);
    border-radius: 4px;
    margin: 20px 0;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.home-section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.allzin-title {
    color: #00b4cc;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
}

.allzin-sub-title {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}

.home-discover-bar {
    width: 480px;
    padding: 8px 0;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px var(--allzin-border-color);
    border-radius: 3px;
    height: 60px;
    position: relative;
}

.pin-icon {
    position: absolute;
}

.home-discover-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-discover-text input {
    width: 100%;
    border: hidden;
    padding-left: 45px;
    padding-right: 130px;
}

.header-location-container .home-discover-text input {
    padding-left: 25px;
    padding-right: 25px;
}

.discover-bar-clear {
    display: none;
    position: absolute;
    right: 25%;
    padding: 0 10px;
    font-style: normal;
    font-size: 2.5em;
    user-select: none;
    cursor: pointer;
    background-color: white;
    color: var(--allzin-main-color);
}

.home-discover-bar input::-ms-clear {
    display: none;
}

.pac-container {
    margin-top: 20px;
}

.home-discover-button {
    background-color: var(--allzin-main-color);
    border-radius: 3px;
    width: 115px;
    height: 45px;
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    cursor: pointer;
}

.autocomplete-discover:focus::placeholder {
    color: transparent;
}

.home-section-title {
    display: flex;
    width: 100%;
}


.home-cities {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.home-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.home-city-row {
    padding: 10px;
    width: calc(100% / 10);
}

.home-city-item {
    border: solid 1px var(--allzin-border-color);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.home-city-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-link-row {
    width: 25%;
    margin-bottom: 24px;
}

.home-link-item {
    border: solid 1px var(--allzin-border-color);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    width: 90%;
}

#fragment_cart .custom-qty {
    width: 110px;
    display: block;
    position: relative;
    height: 40px;
}

#fragment_cart .custom-qty .input-text {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
}

#fragment_cart .custom-qty .reduced.items {

    position: absolute;
}

#fragment_cart .custom-qty .increase.items {

    position: absolute;
    right: 0;
}

#fragment_cart .order-item input {

    width: 100% !important;
    padding: 0 !important;
    height: 36px !important;
    margin: 0 !important;
}

.white-text {
    color: white;
}

.green-text {
    color: #219653;
}

.red-text {
    color: red;
}

.gray-text {
    color: #828282;
}

.overflow-hidden {
    overflow: hidden;
}

.owl-overflow-hidden {
    overflow: hidden;
}

.discover-content {
    margin-bottom: 5% !important;
    padding-left: 72px !important;
    padding-right: 72px !important;
    position: relative !important;
    overflow: hidden !important;
}

.discover-content.more-discover-content {
    padding-right: 56px !important;
}

.discover-content .owl-nav {
    display: none;
}

.discover-content .campaign-price-row {
    position: relative !important;
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.discover-content .campaign-item-info {
    height: 100% !important;
}

.discover-content .main-color {
    text-decoration: unset !important;
    font-weight: normal !important;
}

.opp-card-box {
    position: relative;
    width: 100%;
    padding: 3px;
}

.opp-card-container {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.carousel-item {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
}

.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #D7D5D5;
    padding: 20px 80px;
    height: 91px;
    position: fixed;
    top: 0;
    background-color: white;
    left: 0;
    right: 0;
    z-index: 3;
}

#header-gap {
    width: 100%;
    height: 91px;
}

#header-nav {
    padding: 10px 5px !important;
}

.header-nav-items {
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 1px;
}

.header-nav-items-active {
    border: 1px solid #00b4cc;
    border-radius: 4px;
}

.header-nav-items h2 {
    font-weight: bold !important;
    font-size: 12px;
    color: var(--allzin-text-color) !important;
    margin: auto;
}

.header-nav-items img {
    padding: 3px 3px 3px 0;
    width: 24px;
    height: auto;
}

.discover-content-title {
    margin: 0 !important;
    color: var(--allzin-text-color) !important;
    font-size: 16px !important;
    flex-grow: 1;
}

.discover-content-link {
    width: auto !important;
}

.carousel-arrow {
    cursor: pointer;
    top: 50%;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}

.carousel-arrow-left {
    left: 50px !important;
}

.carousel-arrow-right {
    right: 50px !important;
}

.remaining {
    margin: 0 !important;
    color: #FA7268;
}

.opportunities-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.opportunities-footer h5 {
    flex-grow: 1;
}

.opportunities-footer-img {
    width: 40px !important;
    height: 40px !important;
}

.discover-events-time-container {
    border-bottom-left-radius: 4px !important;
}

.places-footer {
    width: 100%;
    /*	display: flex; */
    display: -webkit-box;
}

.header-logo {
    align-items: center;
    display: flex;
}

.header-logo span {
    font-weight: bold;
}

.header-location {
    display: flex;
}

.header-location-container {
    border: 1px solid #D7D5D5;
    border-radius: 4px;
    padding: 10px 0;
    margin: 0 10px;
    position: relative;
}

.header-location-container img:first-child {
    position: absolute;
    left: 2px;
    top: 9px;
    width: 24px;
    height: 24px;
}

.header-location-container img:last-child {
    position: absolute;
    right: 0;
    top: 9px;
    width: 24px;
    height: 24px;
}

.header-location-container h6 {
    font-size: 10px !important;
}

.rate-text {
    margin: 3px 20px 15px 0;
}

.rate-icons img {
    width: 140px;
    height: auto;
    margin-right: 15px;
    border-radius: 5px;
}

.home-content {
    width: calc(100% / 3 * 2);
}

.home-banner {
    display: flex;
    justify-content: end;
    width: calc(100% / 3);
}

.home-banner img {
    height: 578px;
    width: 300px;
}

.footer-container {
    background-color: var(--allzin-main-color);
    margin: 0 !important;
    top: 100%;
    position: sticky !important;
}

.footer-container ul {
    list-style-type: disc;
    padding-left: 30px;
}

.footer-container li {
    font-size: 16px !important;
    color: white;
}

.footer-container h4 {
    font-weight: bold;
    color: white;
}

.footer-icons img {
    height: 36px;
    width: auto;
}

.venue-content-footer {
    display: flex;
    width: 100%;
    padding: 0 10px;
}

.venue-content-footer .campaign-item-info {
    padding: 0;
}

.venues-nav-container {
    overflow: auto hidden;
    margin: 0 80px 15px 80px;
}

.venues-nav-content {
    display: flex;
    padding-bottom: 5px;
    cursor: pointer;
}

.venues-nav-content div {
    padding: 12px;
    margin-right: 10px;
    border: 1px solid #D7D5D5;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
    display: table;
    margin-left: 2px;
}

.venues-active-nav {
    border: 1px solid #00B4CC !important;
}

.venues-content {
    margin-left: 80px;
    margin-right: 80px;
}

.venues-content-item {
    padding: 0 15px 15px 0;
    border-radius: 5px;

}

.venues-content-height {
    height: 320px !important;
    margin-bottom: 20px !important;
}

.venues-item-height {
    height: inherit !important;
}

.venues-title {
    width: 100%;
    color: var(--allzin-main-color);
    display: flex;
    margin-bottom: 10px;
    padding: 0 16px 0 0;
}

.venues-title h2 {
    color: var(--allzin-main-color);
    font-weight: bold !important;
    font-size: 16px !important;

}

.venues-title h2:nth-child(2) {
    color: var(--allzin-text-color) !important;
    padding-left: 5px;
}


.campaign-content-container {
    padding: 0 16px 16px 0;
    border-radius: 5px;
}

#motorbikeImage {
    height: 24px !important;
    width: 24px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.product-name {
    font-weight: bold;
    width: 100%;
    min-height: 36px;
}

.download-text {
    display: initial;
    visibility: visible;
}

.business-item-media {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    height: auto;
}

.business-item-media img {
    width: 100%;
    height: auto;
}

.seperator-dot {
    margin-top: 8px;
    margin-right: 10px;
    font-weight: 900;
}

.contact-form-container {
    width: 100%;
    padding: 14px 10px 10px 10px;
    border-radius: 4px;
    border: 1px solid #D7D5D5;
    display: flex;
}

.allzin-border {
    border-radius: 4px;
    border: 1px solid #D7D5D5;
}

.back-button {
    padding-left: 3px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 4px;
    border: 1px solid #D7D5D5;
    margin-top: 15px;
}

.back-button img {
    width: 16px;
    height: 16px;
}

.register-form-wrapper {
    border-radius: 12px;
    border: 1px solid #D7D5D5;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.page-top-allzin-logo {
    height: 36px;
    width: auto;
}

.user-action-btn {
    width: 120px;
    height: 40px;
    color: white;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: var(--allzin-main-color);
}

.register-form-wrapper input {
    border: none;
    -webkit-appearance: none;
    font-size: 12px;
    height: 40px;
    width: 100%;
    border-radius: 4px;
}

.form-input-icon {
    margin: 8px 4px 8px 8px;
    width: 24px;
    height: 24px;
}

.allzin-s-icon {
    width: 24px;
    height: 24px;
}

.allzin-m-icon {
    width: 36px;
    height: 36px;
}

.allzin-xs-icon {
    width: 16px;
    height: 16px;
}

.half-border {
    border-left: 1px solid #D7D5D5;
    margin: 10px 0;
}

.money-point-box {
    border-radius: 4px;
    border: 1px solid #D7D5D5;
    width: 100%;
    display: flex;
    height: 84px;
    background-color: white;
    position: relative;
}

.money-point-box div:first-child {
    width: 56px;
}

.money-point-box span {
    color: #828282;
    font-size: 10px;
}

.money-point-box h5 {
    margin: 0;
    font-size: 14px;
}

.money-point-box.allzin-s-icon {
    right: 0;
    position: absolute;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.circle-img {
    border-radius: 50%;
    overflow: hidden;
}

.circle-img img {
    width: 100%;
    height: 100%;
}

#dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #D7D5D5;
    padding: 12px;
    z-index: 1;
    top: 35px;
    right: 0;
    border-radius: 4px;
    width: 250px;
}

.profile_header_row {
    width: 100%;
    padding: 10px 5px;
    display: flex;
    background: white;
    border-radius: 4px;
}

.money-point-button {
    width: fit-content !important;
    padding: 0 15px;
    margin-top: 25px;
    border-radius: 4px;
    border: 1px solid #D7D5D5;
    color: var(--allzin-main-color);
}

.zinpoint-login-button {
    width: fit-content !important;
    padding: 0 15px;
    margin-top: 25px;
    border-radius: 4px;
    color: white;
    background-color: var(--allzin-main-color);
}

.dropdown {
    width: max-content;
    position: relative;
}

.login-info {
    width: max-content;
    padding: 6px;
    border-radius: 4px;
    color: var(--allzin-text-color);
    cursor: pointer;
    background-color: #f5f5f5;
}

#locale-select {
    width: 50px;
    display: flex;
}

#locale-select i {
    color: #222222;
    font-size: 16px;
    margin: 2px 0 0 0;
}

#locale-select h5 {
    margin: 4px 3px 0 0;
}

#locale-select-dropdown {
    cursor: pointer;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #D7D5D5;
    z-index: 1;
    top: 35px;
    right: 0;
    border-radius: 4px;
    width: 160px;
    padding: 5px;
}

#locale-select-dropdown h6 {
    margin: 8px 0;
}

.formModal {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.formModal .modal-dialog {
    margin: 0 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    max-height: calc(100vh - 120px);
}

.formModal .modal-dialog-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.formModal .modal-content-body {
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

.formModal .modal-content-head {
    background-color: var(--allzin-main-color);
    color: white;
    position: relative;
}

.formModal .modal-content {
    width: 100%;
    border: none;
    border-radius: 12px 12px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.formModal .modal-content-head {
    width: 100%;
    display: flex;
    padding: 10px;
}

.formModal .modal-content-head a img {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
}

.formModal .modal-content-head h5 {
    margin: 6px 0;
    width: 100%;
    text-align: center;
}

.formModal label {
    font-weight: 500;
}

.formModal .rating__label {
    padding: 0 0.5em;
}

.formModal .ratings {
    margin-bottom: 0;
}

.formModal .powered-by {
    padding-top: 16px;
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0 !important;
    z-index: 9999;
    bottom: 10px !important;
    visibility: visible !important;
    display: block !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.has-hidden-grecaptcha .grecaptcha-badge {
    display: none !important;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-cart-qty {
    width: 132px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.top-100 {
    top: 100px;
}

.product-cart-qty .input-text.qty-styled {
    outline: none;
    padding: 4px;
    float: left;
    margin: 0 -35px;
    text-align: center;
    background: none;
    width: 100%;
    -webkit-appearance: none;
}

.category-section-header:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 5px;
    border-top: 1px solid var(--allzin-main-color);
}

.center-dot {
    line-height: 10px;
    margin: 1px 0 0 5px;
}

.form-modal-submit-button {

    padding: 10px 0;
    width: calc(100% - 20px);
    background-color: white;
    position: absolute;
    bottom: 0;
}