/* Globals */

:root {
    --pink-tone-1: #753001;
}

* {
    font-family:  "IBM Plex Sans" , Vazirmatn , tahoma ;
}

body {
    overflow-y: scroll;  /* show scrollbar always */
}


.back-btn i {
    position: relative;
    top: 3px;
    font-size: 20px;
}
body:lang(ar) {
    direction: ltr;
    text-align: left;
}

body:lang(ar) {
    direction: rtl;
    text-align: right;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
}

button:focus {
    outline: none;
}

h4, h6 {
    font-weight: 600;
}

[v-cloak] {
    display: none;
}

#flat-app {
    background: #eceff199;
}

#main {
    background-color: white;
    box-shadow: 0 0 12pt rgba(0, 0, 0, 0.1);
}

#main.padBottom {
    margin-bottom: 80px;
}

.back-btn {
    top: 12pt;
    left: 12pt;
    width: 24pt;
    height: 24pt;
    display: flex;
    position: static;
    font-size: 20px;
    background: white;
    box-shadow: 2pt 2pt 8pt rgba(0, 0, 0, 0.25);
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    z-index: 1;
    background: #f8f8f8;
    font-size: 30px;
}

.phone .back-btn, .code .back-btn, .checkout .back-btn {
    color: var(--pink-tone-1);
    box-shadow: none;
}

/* Bottom Bar */

.bottom-bar {
    width: 100%;
    bottom: 0px;
    z-index: 10;
    position: fixed;
    box-shadow: 0px -8px 8px -8px rgba(0, 0, 0, 0.2);
}

.bottom-bar .button-wrapper {
    height: 80px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: white;
}

.bottom-bar .button-wrapper button {
    color: white;
    height: 48px;
    margin: 0 auto;
    direction: ltr;
    font-size: 16px;
    max-width: 400px;
    border-radius: 4pt;
    background-color: var(--pink-tone-1);
}

.bottom-bar .btn-place-order:not(.enabled) {
    opacity: 0.5;
    pointer-events: none;
}

.bottom-bar .btn-confirm-map-location:not(.enabled) {
    opacity: 0.5;
    pointer-events: none;
}

.bottom-bar .waiting-scroller {
    width: 100%;
    height: 100%;
    padding: 6pt;
}

/* Home View */

/* Header Element */

/* Banner */

.home .header .banner {
    height: 25vh;
    display: flex;
}

.home .header .banner img {
    min-width: 100%;
}

/* Header Store Title */

.home #categories-menu {
    top: 0;
    z-index: 100;
    position: fixed;
    background-color: white;
    display: none;
    box-shadow: 2px 0px 20px #eee;
}

.home .navigation-bar .navbar {
    display: flex;
    overflow-x: auto;
    font-size: 14px;
    overflow-y: hidden;
    padding: 0;
}

.home .navigation-bar .navbar .navbar-nav .nav-item {
    color: #424242;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.home .navigation-bar .navbar .navbar-nav .nav-item:hover {
    border-bottom: 3px solid #753001;
}

.home .navigation-bar .scroll-arrow {
    width: 64pt;
    height: 100%;
    display: flex;
    padding: 1.2rem;
    opacity: 1;
    position: absolute;
    font-size: 1.2rem;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
    transition: 0.15s all;
    align-items: center;
    pointer-events: none;
    justify-content: flex-end;
}

.home .navigation-bar .scroll-arrow:lang(en) {
    right: 0;
}

.home .navigation-bar .scroll-arrow:lang(ar) {
    left: 0;
    transform: scaleX(-1);
}

.home #categories-menu:not(.showArrow) .scroll-arrow {
    opacity: 0;
}

.home .collection {
    scroll-margin-top: 60px;
}

.home .collection-title {
    opacity: 0.8;
    font-size: 22px;
    font-weight: 600;
    /* padding-top: 8pt; */
    padding-bottom: 4pt;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.home .header .title-section-wrapper {
    padding: 6px 10px 6px;
    border-bottom: 1px solid rgba(189, 189, 189, 0.25);
}

.home .header .title-section-wrapper .logo {
    padding-inline-end: 12px;
}

.home .header .title-section-wrapper .logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.home .header .title-section-wrapper .store-info .store-name {
    font-size: 32px;
    font-weight: 600;
    color: #424242;
}

.home .header .title-section-wrapper .about_us p {
    color: #546e7a;
    font-size: 14px;
    -webkit-line-clamp: 2;
}

.home .header .header-top {
    top: 8pt;
    align-items: center;
    position: absolute;
    display: flex;
    display: none;
}
.home .header .header-top .branch-selector-container .branch-name {
    font-size: 16px;
    line-height: 24px;
}
.home .header .header-top .branch-selector-container a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.home .header .header-top > div {
    margin-left: 8px;
}

.home .header .header-top .language-switch {
    background: rgb(0 0 0 / 53%);
    transition: background 0.15s;
    line-height: 1;
    border-radius: 50%;
    height: 42pt;
    width: 42pt;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 12pt;
    font-size: 16px;
}

.home .header .header-top .language-switch:hover {
    background: rgba(0, 0, 0, 0.5);
}

.home .header .header-top:lang(en) {
    right: 8pt;
}

.home .header .header-top:lang(ar) {
    left: 8pt;
}

.home .header .header-top .language-switch span:lang(en) {
    position: relative;
    bottom: 2pt;
}

.home .panel-wrapper {
    padding-bottom: 12pt !important;
    margin-bottom: 4pt;
}

.home .panel-wrapper {
    border-bottom: 1px solid rgba(189, 189, 189, 0.25);
}

.home .footer-flat {
    margin-bottom: 12pt;
}

.home .footer-flat .dash {
    color: #ddd;
}

.home .footer-flat .static-page-link {
    color: #999;
    cursor: pointer;
    padding: 4pt;
    font-size: 14px;
}

.home .footer-flat .static-page-link:hover {
    color: #333;
}

.home .footer-flat .partner-logo {
    width: 64pt;
    height: 32pt;
    display: flex;
    padding: 4pt;
    align-items: center;
    justify-content: center;
}

.home .footer-flat .partner-logo img {
    /* max-width: 100%; */
    max-height: 64px;
    margin-left: 1rem;
}

.home .footer-flat .contact-us {
    font-size: 14px;
    color: #999;
}

/* Checkout Button */

.checkout-floater .cart {
    flex: 1;
    position: relative;
    direction: ltr;
}

.checkout-floater .cart i {
    font-size: 24px;
}

.checkout-floater .cart .circular {
    width: 24px;
    color: white;
    height: 24px;
    border: solid 2pt #ffffff;
    border-radius: 100%;
}

.button-wrapper .label {
    flex: 1;
    min-width: 150px;
}

.button-wrapper .price {
    flex: 1;
    direction: ltr;
}

/* Product View */

.product .header .product-image {
    position: relative;
    display: flex;
    height: 240px;
}

.product .header .product-image img {
    width: 100%;
    height: 240px;
}
.product .header .product-image .discount-badges .discount-badge img{
	height: auto;
}
.discount-badges{
	position: absolute;
    bottom: 0;
}
.layout-right .discount-badges{
	left: 0;
}
.layout-left .discount-badges{
	right: 0;
}
.discount-badges .discount-badge{
	position: relative;
    height: 72px;
    width: 75px;
    margin: 10px 5px;
}
.discount-badges .discount-badge span{
	position: absolute;
    z-index: 1;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	line-height: 19px;
	font-weight: 900;
    font-size: 16px;
	font-style: italic;
    color: #fff;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 50%);
    text-align: center;
}

.product .quantity {
    border-top: 1px solid rgba(189, 189, 189, 0.1);
}

.product .product-info {
    padding: 8pt;
}

.product .product-info h4 {
    font-size: 20px;
    color: #424242;
}

.product .product-info .title {
    padding-inline-end: 16px;
}

.product .product-info .price {
    white-space: nowrap;
    font-size: 20px;
}

.product .price {
    color: var(--pink-tone-1) !important;
}

.product .description {
    font-size: 14px;
    color: #546e7a;
}

.product .quantity > .label {
    font-weight: 600;
    font-size: 16px;
    color: #424242;
}

.product .quantity .quantity-selector .label {
    display: flex;
    min-width: 64px;
    justify-content: center;
    font-size: 14px;
    color: #424242;
}

.custom-field-form .custom-option input[type=radio]:checked ~ label .radio {
    border: 2px solid var(--pink-tone-1) !important;
}

.custom-field-form .custom-option input[type=radio]:checked ~ label .radio > .circle {
    width: 10px;
    height: 10px;
    background: var(--pink-tone-1) !important;
}

.custom-field-form .custom-option input[type=checkbox]:checked ~ label .check {
    background: var(--pink-tone-1) !important;
    border: 2px solid var(--pink-tone-1) !important;
}

/* Phone verification view */

.phone input,
.phone select {
    border: 1px solid #cfd8dc;
    border-radius: 4pt;
    font-size: 14px;
}

.verify-title {
    font-size: 20px;
    font-weight: 500;
    color: #424242;
    text-align: center
}

.verify-sub-title {
    color: #546e7a;
    font-size: 14px;
    text-align: center
}

/* Code verification view  */

.code input {
    font-size: 16px;
    color: #424242;
    text-align: center;
    padding: 8pt;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
    border-radius: 0;
}

.code input:focus {
    border-bottom: 4px solid var(--pink-tone-1);
}

.code input.filled {
    color: #546e7a;
}

.code input[type=number]::-webkit-inner-spin-button,
.code input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code .change-number {
    color:#ef5350;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.code .invalid-code {
    font-size: 14px;
    color:#ef5350;
    text-align: center;
}

.code .invalid-code:not(.visible) {
    visibility: hidden;
}

.resend-code-link {
    color: var(--pink-tone-1);
    cursor: pointer;
    font-weight: 600;
}

.code .phone-number * {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

/* Checkout View */

.checkout section {
    font-size: 16px;
}

.checkout .header {
    text-align:center;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    color: #424242;
    padding: 8px 0px;
}

.checkout .header img {
    width: 16pt;
}

.checkout .sub-header {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #424242;
    padding: 14px 0px;
}

.checkout .adjustment.promotion {
    color: #753001;
    font-weight: bold;
}

.checkout .payment-method {
    border: solid 2pt #eee;
    cursor: pointer;
    padding: 4pt 12pt;
    transition: all 0.1s;
    border-radius: 4pt;
}

.checkout .payment-method.selected {
    border: solid 2pt var(--pink-tone-1);
}

.checkout .payment-method .payment-info {
    color: #546e7a;
    font-size: 14px;
    white-space: pre;
}

/* Editable Cart Element */

.checkout .panel-wrapper:not(:last-child) {
    padding: 8px 0px;
    border-bottom: 1px solid rgba(189, 189, 189, 0.1);
}

.checkout .panel-wrapper .panel {
    height: 100%;
}

.checkout .panel-wrapper .panel .product-info {
    min-width: 0;
    margin: 4pt 0 4pt;

}

.checkout .panel-wrapper .panel .product-info .title {
    font-weight: 500;
    color: #111;
}

.checkout .panel-wrapper .panel .product-info .description {
    color: #777;
}

.checkout .panel-wrapper .panel .product-image {
    height: 100%;
    position: relative;
}

.checkout .panel-wrapper .panel .price {
    margin-bottom: 0px;
    color: #111;
}

.checkout .panel-wrapper .panel .product-image img {
    width: 98px;
    height: 80px;
    border-radius: 6px;

}

.checkout .item-quantity {
    padding: 2pt;
    margin: 0px 20px;
    align-self: center;
    color: #424242;
    font-size: 14px;
    min-width: 16pt;
    text-align: center;
}

/* User account */

.checkout .account .user-name label {
    margin-bottom:0px;
    align-self: center;
    color: #424242;
    width: 100%
}

.checkout .account .user-name input {
    border: 1px solid #cfd8dc;
    border-radius: 4pt;
    color: #546e7a;
    text-align: end;
}

.checkout .account .user-phone label {
    align-self: center;
    color: #424242;
    margin-bottom:0px;
}

.checkout .account .user-phone p {
    align-self: center;
    color: #546e7a;
    margin-bottom:0px;
}

/* Delivery method */

.checkout .delivery .circular-option input[type=radio]+label {
    margin-inline-end: 8px;
    padding: 8px;
    border-radius: 16pt;
    text-align: center;
    background: #eeeeee;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0px;
    color: #424242;
}

.checkout .delivery .circular-option input[type=radio]+label:hover {
    background: #e0e0e0;
}

.checkout .delivery input[type=radio] {
    display: none;
}

.checkout .delivery .circular-option input[type=radio]:checked+label {
    background: var(--pink-tone-1);
    color: white;
}

.checkout .delivery .circular-option input[type=radio]:checked+label i {
    color: white;
}

.delivery .delivery-methods label i {
    color: #424242;
    margin: 0px 4px;
}

.checkout .payment .summary {
    transition-property: all;
    transition-duration: 0.1s;
}

.checkout .payment .summary:not(.loading) {
    opacity: 1;
}

.checkout .payment .summary.loading {
    opacity: 0.25;
}

/* Location */

.checkout {
    background: #eceff199;
}

.checkout section {
    margin-top: 0px;
    padding: 8pt 16pt;
    background: white;

}
.checkout section.error{
    border: 1px solid #ff1544;
}
.checkout section.picker .no-data{
    padding: 16pt;
}
.checkout section.top {
    height: 64pt;
    margin-top: 0;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #eeeeeec2;
}

.checkout .location .set-location * {
    cursor: pointer;
}

.checkout .location .set-location {
    border-radius: 20pt;
    padding: 6pt;
    cursor: pointer;
    border: none;
    outline: none !important;
    user-select: none;
    background-color: var(--pink-tone-1);
    align-self: center;
    box-shadow: none;
    width: 150px;
    position:relative;
    bottom: 54px;
    margin: 0 auto;
}

.checkout .location .set-location label {
    align-self: center;
    color: white;
    margin-bottom: 0px;
}

.checkout .location .set-location label i {
    color: white;
    margin-inline-end: 6px;
}

.checkout .user-field {
    height: 32pt;
    display: flex;
    align-items: center;
}

.checkout .changeAddressLink {
    color: var(--pink-tone-1);
    cursor: pointer;
    border: solid 2pt var(--pink-tone-1);
    padding: 4pt 8pt;
    transition: background 0.2s;
    font-weight: bold;
    border-radius: 4pt;
}

.checkout .changeAddressLink:hover {
    color: white;
    background: var(--pink-tone-1);
}

/* Promotion */

.checkout .promotion input {
    border: 1px solid #cfd8dc;
    border-radius: 4pt;
    color: #546e7a;
    text-align: end;
}

.checkout .promotion .code-result:not(.visible) {
    display: none;
}

/* Payment summary */

.checkout .cart-line {
    display: flex;
    margin-bottom: 12pt;
    justify-content: space-between;
}

.checkout .cart-line.bold {
    font-weight: 600;
}

.checkout .payment .payment-total {
    font-weight: 600;
    color: #424242;
}


/* Order View */

.order .header {
    height: 80px;
    color: #424242;
    font-size: 20px;
    font-weight: 500;
}

.order .message {
    position: relative;
    width: 100%;
    font-size: 20px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .order .state-message {
        text-align: center;
        align-items: center;
    }
}

.order .message > div {
    flex-wrap: wrap-reverse;
}

.order .message .title {
    font-weight: 600;
    color: #424242
}

.order .message .description {
    color: #546e7a;
    font-size: 14px;
    width: 220px;
}

.order .message img {
    height: 150px;

}

.order .state {
    width: 100%;
}

.order .progress-bar {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 10px;
    height: 10px;
    max-width: 600px;
    background: #b2ebf2;
}

.order .progress-bar .bar {
    left: 0px;
    width: 0px;
    height: 100%;
    border-radius: 10px;
    transition-property: all;
    transition-duration: 0.5s;
    background-color: var(--pink-tone-1);
    position: absolute;
}


.order .progress-bar:lang(ar) {
    transform: scaleX(-1);
}

.order .progress-bar .bar.checked {
    width: 100%;
}

.order .estimated-delivery .message {
    color: #546e7a;
    font-size: 16px;
}

.order .estimated-delivery .countdown {
    color: #424242;
    font-size: 18px;
    font-weight: 600;
}

.stripes {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg,
        rgba(255, 255, 255, .15) 25%,
        transparent 25%, transparent 50%,
        rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite;
    }

@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}

.slide-enter-active {
    position: absolute;
    transition: all 1s ease;
}
.slide-leave-active {
    transition: all 1s ease;
}
.slide-enter  {
    transform: translateX(1000px);
}

.slide-leave-to {
    transform: translateX(-1000px);
}


/* Quantity Selectors */

.quantity .adjust-quantity-btn {
    width: 40px;
    margin: 0;
    height: 40px;
    display: flex;
    position: relative;
    border: 2px solid var(--pink-tone-1);
    border-radius: 50%;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.quantity .adjust-quantity-btn i {
    color: var(--pink-tone-1);
    font-size: 12px;
}

.quantity .adjust-quantity-btn:hover {
    background-color: var(--pink-tone-1);
    color: white;
}

.quantity .adjust-quantity-btn:hover i {
    color: white;
}

.quantity .adjust-quantity-btn {
    cursor: pointer;
    outline: none !important;
    transition-property: background;
    transition-duration: 0.2s;
}


/* Helper Styles */

.circular-btn-lg {
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 20px;
    border-radius: 100%;
    background-color: white;
    justify-content: center;
}

.circular-btn-lg i {
    color: #333;
    font-size: 26px;
}

.hidden {
    visibility: hidden;
}

.truncate {
    /* display: -webkit-box; */
    /* overflow: auto; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    /* text-overflow: ellipsis; */
    overflow-y: auto !important;
    text-overflow: unset !important;
    white-space: normal !important;

}

.cover img {
    object-fit: cover;
    object-position: 50% 50%;
}

.pushable {
    top: 0;
    position: relative;
}

.pushable:active {
    top: 2px;
}

.alpha-num:lang(ar) {
    text-align: right;
}

/* Marker at center of Google Map */

#map.loaded:after {
    top: 50%;
    left: 50%;
    width: 22px;
    height: 40px;
    margin: -40px 0 0 -11px;
    display: block;
    content: ' ';
    position: absolute;
    background: url('https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi_hdpi.png');
    pointer-events: none; /* This disables clicks on the marker. Not fully supported by all major browsers, though */
    background-size: 22px 40px; /* Since I used the HiDPI marker version this compensates for the 2x size */
}

.custom-field-form .price {
    font-family: 'Inter', 'Droid Arabic Kufi' !important;
}

/* Home View Header and Shader */

.home .header {
    position: relative;
}

.shader {
    width: 100%;
    color: white;
    height: 100%;
    display: flex;
    padding: 24pt;
    position: absolute;
    background: linear-gradient(0, rgba(0, 212, 255, 0) 75%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(0, rgb(0 0 0 / 54%) 0%, rgba(0, 212, 255, 0) 37%);
    flex-direction: column;
    justify-content: flex-end;
    /* background: red; */
    /* height: auto; */
}

.shader:after {
    background: #4845457d;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.relative-10{
    position: relative;
    z-index: 10;
}

.shader .store-name {
    font-size: 18px;
    font-weight: 600;
}
.about_us {
    font-size: 15px;
}

.home .header {
    position: relative;
}

.home .header .banner {
    height: 140pt;
}

.shader .logo {
    min-width: 64pt;
    min-height: 64pt;
    width: 64pt;
    height: 64pt;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4pt 8pt rgba(0, 0, 0, 0.2);
}

.shader .logo img {
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .shader {
        padding: 16pt;
        /* display: none; */
    }
    .shader .logo {
        min-width: 48pt;
        min-height: 48pt;
        width: 48pt;
        height: 48pt;
    }
}

/* Track Order Button */

.track-order-btn-wrapper {
    top: 0;
    width: 100%;
    display: flex;
    z-index: 10;
    pointer-events: none;
    justify-content: center;
}

.track-order-btn {
    left: 0;
    cursor: pointer;
    padding: 8pt 12pt;
    display: flex;
    font-size: 14px;
    margin-top: 8pt;
    background: white;
    box-shadow: 0pt 4pt 8pt rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    align-items: center;
    border-radius: 4pt;
    pointer-events: all;
}

.track-order-btn:hover {
    box-shadow: 0pt 4pt 8pt rgba(0, 0, 0, 0.3);
}

.track-order-btn i {
    color: #43a047;
}

/* Store Status */

.store-status-wrapper {
    top: 8pt;
    color: white;
    width: 100%;
    padding: 12pt;
    text-align: center;
    background: #ff8f00;
    font-size: 14px;
}

/* Search View */


.search .no-results {
    color: #999;
    margin: 1rem;
    display: flex;
    font-size: 14px;
    align-items: center;
    border-radius: 12pt;
    flex-direction: column;
}

.search .no-results .title {
    font-size: 20px;
    margin-bottom: 0.75rem;
}

/* Map View */

.map .map-container {
    width: 100%;
    display: flex;
    position: relative;
}

.map #map {
    flex-grow: 1;
    position: relative;
    width: 100%;

}

.map .current-location-container {
    position: relative;
    pointer-events: none;
    bottom: 0;
    z-index: 100;
}

.map .current-location {
    right: 20px;
    bottom: 74pt;
    cursor: pointer;
    z-index: 10;
    padding: 12pt;
    display: flex;
    position: absolute;
    font-size: 18px;
    background: white;
    box-shadow: 0 2pt 4pt rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    align-items: center;
    border-radius: 100%;
    pointer-events: all;
}

@media (hover: hover) {
    .map .current-location:hover {
        box-shadow: 0 4pt 8pt rgba(0, 0, 0, 0.2);
    }
}

.map .current-location img {
    height: 1em;
}

.map .search-bar {
    width: 100%;
    z-index: 20;
    display: flex;
    overflow: hidden;
    box-shadow: 0 2pt 4pt rgba(0, 0, 0, 0.2);
    flex-direction: column;
    background: white;
}

.map .search-bar .result {
    padding: 1rem 1.2rem;
    font-size: 14px;
    border-bottom: solid 1pt rgba(0, 0, 0, 0.05);
}

.map .search-bar .result:nth-child(2) {
    border: solid 1pt rgba(0, 0, 0, 0.05);
}

.map .search-bar .result i {
    top: 2pt;
    margin: 0 8pt;
    opacity: 0.15;
    position: relative;
    font-size: 1.5rem;
    margin-inline-end: 1rem;
}

.map .search-bar.showResults {
    height: 100vh;
}

.map .search-bar .btn-back i {
    color: #555;
    padding: 4pt;
    margin-left: 14pt;
}

.map .result {
    cursor: pointer;
}

@media (hover: hover) {
    .map .result:hover {
        background: rgba(0, 0, 0, 0.025);
    }
}

.map .address-box {
    top: 74pt;
    z-index: 1;
    padding: 8pt 16pt;
    position: fixed;
    font-size: 14px;
    background: white;
    text-align: center;
    box-shadow: 0 2pt 4pt rgba(0, 0, 0, 0.1);
    border-radius: 4pt;
}

.map .deliver-to {
    color: #455a64;
    font-size: 12px;
    text-align: center;
}

.banner-container {
    z-index: 2;
    position: sticky;
    box-shadow: 0 2pt 4pt rgba(0, 0, 0, 0.1);
}

.banner-container:not(.store-available) {
    top: -274pt;
}

.banner-container.store-available {
    top: -235pt;
}

.navbar {
    user-select: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.nav-item {
    padding: 12pt;
}

.message button {
    color: var(--pink-tone-1);
    border: solid 2pt #eee;
    border: solid 2pt var(--pink-tone-1);
    background: none;
    font-weight: bold;
    border-radius: 32pt;
}

.message button.primary {
    color: white;
    background: var(--pink-tone-1);
}

/* Static Page View */

.static-page {
    margin-bottom: 80px;
}

.static-page .title {
    padding: 32pt 0;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

.spinner-border{
    display:inline-block;
    width:2rem;
    height:2rem;
    vertical-align:text-bottom;
    border:.25em solid #753001;
    border-right-color:transparent;
    border-radius:50%;
    -webkit-animation:spinner-border .75s linear infinite;
    animation:spinner-border .75s linear infinite
}
.spinner-border-sm{
    width:1rem;
    height:1rem;
    border-width:.2em
}
#branchesDialog .modal-content {
	border-radius: 20px;
	border: none;
}

#branchesDialog .modal-body {
	padding: 40px 32px 32px;
}

.branch-selector-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.branch-items-container {

}

.branch-items-container > .branch-item {
	height: 53px;
	margin-top: 24px;
}

.branch-items-container > .branch-item .btn {
	font-size: 14px;
	background-color: #753001;
	border-color: #753001;
	height: 100%;
	border-radius: 10px;
}

.branch-items-container > .branch-item .btn span {
	max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.branch-items-container > .branch-item .btn img {
	margin-left: auto;
}

.layout-right .branch-items-container > .branch-item .btn img {
	margin-right: auto;
	margin-left: initial;
	transform: rotate(180deg);
}

.branch-items-container > .branch-item .btn:hover,
.branch-items-container > .branch-item .btn:active,
.branch-items-container > .branch-item .btn:focus,
.branch-items-container > .branch-item .btn:focus:active{
	background-color: #753001;
	border-color: #753001;
	box-shadow: none;
}

.home .footer-flat .partner-logo img:last-child {
    margin: 0px;
}

.home .header .header-top .language-switch a {
    color: #fff;
}

p.info-box {
    text-align: center;
    margin: 1em;
    border: 1px dotted #ddd;
    border-radius: 8px;
    padding: 1em;
}

.home .collection-title:before, .home .collection-title:after {
    content: "";
    position: absolute;
}

.home .collection-title:before{
    width:100%;
    height:1px;
    background:#ccc;
    left:0px;
    top: 50%;
    transform: translateY(-50%);
}

.home .collection-title span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-inline: 16pt;
}

.cart-summary-container {
    text-align: center;
    margin: 1em 0px;
    border-top: 1px dotted #ddd;
    /* border-radius: 8px; */
    padding: 1em;
    margin-top: 2rem;
}