/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Project Name
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");
@import "components/owl.carousel.min.css";
@import "components/owl.theme.default.min.css";
.animated-effect,
.library-list .library-item,
.form-field .file-field,
.locations-page .locations-list .location-item,
.locations-page .search-field .search-field-input,
.locations-page .search-field .btn,
.locations-page .search-field,
.delivery-section .hours-selector .form-check .form-check-label,
.delivery-section .days-selector .form-check .form-check-label,
.order-delivery .delivery-options .form-check .form-check-label,
.product-page .product-cart button.product-cart-button,
.product-page .product-cart,
.products-list .product-item .product-cart button.product-cart-button,
.products-list .product-item .product-cart,
.products-list .product-item .product-thumbnail,
.box-with-icon .box-info strong,
.box-with-icon .box-icon,
.box-with-icon,
.register-form .register-header .btn.btn-icon,
.screen-header .btn.btn-icon,
.home-services .services-list .service-item,
.footer-menu li a img,
.footer-menu li a,
header.page-header .navbar .navbar-nav .nav-item .nav-link {
    transition: 0.2s ease all;
}

.animated-long-effect,
.locations-page .locations-list,
.locations-page .map-wrapper #map,
.locations-page .map-wrapper {
    transition: 0.4s ease all;
}

.active-effect,
.btn.btn-link:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-light:active,
.btn.btn-outline-primary:active,
.btn.btn-dark:active,
.btn.btn-light:active,
.btn.btn-primary:active {
    transform-origin: center;
    transform: scale(0.975);
}

.disable-selection {
    user-select: none;
}

.disable-clicks {
    pointer-events: none;
}

.text-ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

html,
body {
    font-family: "DM Sans", sans-serif;
    position: relative;
    font-size: calc((1vh * 1.1) + (1vw * 1.5));
}

.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.no-animations * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 10%;
    background: #fff;
    z-index: 9;
    box-shadow: rgba(13, 12, 29, 0.05) 0 0.15rem 1rem;
}
.footer-menu li {
    display: block;
    width: 25%;
}
.footer-menu li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 1.25rem 0.75rem;
    position: relative;
}
.footer-menu li a img {
    width: 1.5rem;
    height: 1.5rem;
    /* filter: brightness(0);
  opacity: 0.25; */
}
.footer-menu li a:active {
    background: #f2f6fe;
}
.footer-menu li a:active img {
    filter: none;
    opacity: 1;
}
.footer-menu li a.active:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 5px;
    background: #0957de;
    content: " ";
    border-radius: 0.5rem;
}
.footer-menu li a.active img {
    filter: none;
    opacity: 1;
}

.btn {
    font-weight: 700;
    border-radius: 1rem;
    box-shadow: rgba(13, 12, 29, 0.15) 0 0.1rem 0.35rem;
    padding: 0.75rem 2.5rem;
}
.btn.btn-lg {
    padding: 1rem 4.5rem;
}
.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: rgba(13, 12, 29, 0.2) 0 0.15rem 0.55rem;
}
.btn.btn-primary {
    background: #0957de;
    border-color: #0957de;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #2471f6;
    border-color: #2471f6;
}
.btn.btn-primary:active {
    background: #4b8af8;
    border-color: #4b8af8;
}
.btn.btn-light {
    background: #fff;
    border-color: #fff;
    color: #0d0c1d;
}
.btn.btn-dark {
    background: #0d0c1d;
    border-color: #0d0c1d;
    color: #0d0c1d;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #222;
    border-color: #222;
    color: #fff;
}
.btn.btn-dark:active {
    background: #444;
    border-color: #444;
    color: #fff;
}
.btn.btn-outline-primary {
    border-color: #0957de;
    color: #0957de;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background: #0957de;
    border-color: #0957de;
    color: #fff;
}
.btn.btn-outline-primary:active {
    background: #4b8af8;
    border-color: #4b8af8;
    color: #fff;
}
.btn.btn-outline-light {
    border-color: #fff;
    color: #fff;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus {
    background: #fff;
    border-color: #fff;
    color: #0d0c1d;
}
.btn.btn-outline-light:active {
    background: #fff;
    border-color: #fff;
    color: #0957de;
}
.btn.btn-outline-dark {
    border-color: #0d0c1d;
    color: #0d0c1d;
}
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
    background: #0d0c1d;
    border-color: #0d0c1d;
    color: #fff;
}
.btn.btn-outline-dark:active {
    background: #333;
    border-color: #333;
    color: #fff;
}
.btn.btn-link {
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:not(:disabled):not(.disabled):active {
    background: transparent;
    border: transparent;
    box-shadow: none;
    color: #3c81f7;
}
.form-control {
    height: auto;
}
.home-hello {
    padding: 3rem 1.5rem 3.5rem 1.5rem;
    width: 100%;
    background: #0957de;
    border-radius: 0 0 1rem 1rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.home-hello:after {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: #fff;
    content: " ";
    filter: blur(50px);
    opacity: 0.15;
    border-radius: 50%;
}
.home-hello .heart-icon {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 7.5rem;
    height: 7.5rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.1;
}
.home-hello .hello-stars {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.home-hello .hello-stars span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
.home-hello .hello-stars img {
    width: 1.25rem;
    height: 1.25rem;
    filter: brightness(0) invert(1);
    margin-left: 0.5rem;
}
.home-hello h4 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.home-hello h4 strong {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
}
.home-hello p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 65%;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.home-main-boxes {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}
.home-main-boxes .main-box {
    display: block;
    width: 100%;
    margin-top: -1rem;
    padding: 1.25rem;
    background: #161b33;
    border-radius: 1rem;
    box-shadow: rgba(13, 12, 29, 0.05) 0 0.05rem 2.75rem;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: 0.15s ease all;
    min-height: 150px;
}
.home-main-boxes .main-box:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(13, 12, 29, 0.2) 0 0.15rem 1.25rem;
}
.home-main-boxes .main-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/box-lines-bg.svg") center no-repeat;
    background-size: cover;
    content: " ";
    filter: brightness(0) invert(1);
    opacity: 0.03;
    z-index: 0;
}
.home-main-boxes .main-box.v2 {
    background: #fff;
    color: #0d0c1d;
}
.home-main-boxes .main-box.v2 .main-box-icon {
    background: #f2f6fe;
}
.home-main-boxes .main-box.v2 .main-box-icon img {
    filter: none;
}
.home-main-boxes .main-box.v2 p {
    color: rgba(13, 12, 29, 0.5);
}
.home-main-boxes .main-box .main-box-icon {
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}
.home-main-boxes .main-box .main-box-icon img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}
.home-main-boxes .main-box span {
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.home-main-boxes .main-box p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    display: block;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.home-services {
    padding: 1.5rem 1.5rem 5rem 1.5rem;
}
.home-services h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #0d0c1d;
}
.home-services .services-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.home-services .services-list .service-item {
    display: flex;
    align-items: center;
    width: calc(100% / 2);
    text-decoration: none;
    color: inherit;
    margin-top: 1rem;
    padding: 0 1rem 0 0;
}
.home-services .services-list .service-item:active {
    transform-origin: center;
    transform: scale(0.95);
}
.home-services .services-list .service-item:active .service-item-icon {
    background: #e5eefe;
}
.home-services .services-list .service-item:active span {
    color: #0957de;
}
.home-services .services-list .service-item .service-item-icon {
    width: 4rem;
    height: 4rem;
    background: #f2f6fe;
    padding: 1rem;
    border-radius: 0.75rem;
    display: block;
    line-height: 1;
    margin: 0 0;
}
.home-services .services-list .service-item .service-item-icon img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.home-services .services-list .service-item span {
    display: block;
    color: #0d0c1d;
    font-size: 1rem;
    line-height: 1.2;
    padding-left: 0.5rem;
}

.screen-header {
    position: relative;
    padding: 0.75rem 0 1.5rem 0;
    background: #f2f6fe;
    z-index: 0;
}
.screen-header .btn.btn-icon {
    position: absolute;
    top: 0;
    bottom: 0.75rem;
    left: 1.5rem;
    margin: auto;
    width: 3rem;
    height: 3rem;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    background: #e5eefe;
    padding: calc(0.75rem - 1px);
    box-shadow: none;
    line-height: 1;
    z-index: 3;
}

.screen-header .btn.btn-icon-right {
    position: absolute;
    top: 0;
    bottom: 0.75rem;
    right: 1.5rem;
    left: unset;
    margin: auto;
    width: 3rem;
    height: 3rem;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    background: #e5eefe;
    padding: calc(0.75rem - 1px);
    box-shadow: none;
    line-height: 1;
    z-index: 3;
}
.screen-header .btn.btn-icon:active {
    background: #d9e7fd;
    transform-origin: center;
    transform: scale(0.9);
    box-shadow: #f2f6fe 0 0.15rem 0.5rem;
}
.screen-header .btn.btn-icon img {
    width: 1.5rem;
    height: 1.5rem;
    filter: none;
    display: block;
}
.screen-header .btn.btn-icon img.arrow-left {
    transform-origin: center;
    transform: rotate(-180deg);
}
.screen-header .btn.btn-icon.btn-cart {
    left: auto;
    right: 1.5rem;
}
.screen-header .btn.btn-icon.btn-cart .btn-icon-badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    background: #0957de;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 0.5rem;
    font-size: 0.6rem;
}
.screen-header h1 {
    color: #0957de;
    font-size: 1.25rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
}

.screen-body {
    background: #fff;
    margin-top: -0.75rem;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
}

.welcome-screen {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.welcome-screen .welcome-slider {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
}
.welcome-screen .welcome-slider .slider-item {
    display: block;
    width: 100%;
    background: url("../img/slider/1.png") center no-repeat;
    text-align: center;
    padding: 25rem 10% 0px 10%;

    /* display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/slider/1.png") center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 5rem 10% 1.5rem 10%; */
}
.welcome-screen .welcome-slider .slider-item h1 {
    font-weight: bold;
    /* color: #fff; */
    color: #0d0c1d;
}
.welcome-screen .welcome-slider .slider-item p {
    /* color: rgba(255, 255, 255, 0.5); */
    color: #0d0c1d;
}
.welcome-screen .welcome-slider .owl-dots {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.welcome-screen .welcome-slider .owl-dots .owl-dot span {
    margin: 0 0.25rem;
    width: 1rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    /* background: rgba(255, 255, 255, 0.1); */
}
.welcome-screen .welcome-slider .owl-dots .owl-dot.active span,
.welcome-screen .welcome-slider .owl-dots .owl-dot:active span {
    /* background: #fff; */
    background: #ccc;
}
.welcome-screen .welcome-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    text-align: center;
    padding: 1rem 1.5rem 2.5rem 1.5rem;
}
.welcome-screen .welcome-actions p {
    margin: 1rem 0 0 0;
    color: rgba(255, 255, 255, 0.5);
}
.welcome-screen .welcome-actions p a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.register-form .register-header {
    padding: 3rem 1.5rem 3rem 1.5rem;
    width: 100%;
    background: #0957de;
    border-radius: 0 0 1rem 1rem;
    position: relative;
    overflow: hidden;
}
.register-form .register-header:after {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: #fff;
    content: " ";
    filter: blur(50px);
    opacity: 0.15;
    border-radius: 50%;
}
.register-form .register-header .btn.btn-icon {
    width: 3rem;
    height: 3rem;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    margin: -1.5rem 0 1.5rem 0;
}
.register-form .register-header .btn.btn-icon:active {
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center;
    transform: scale(0.9);
}
.register-form .register-header .btn.btn-icon img {
    width: 1rem;
    height: 1rem;
    filter: brightness(0) invert(1);
    display: block;
}
.register-form .register-header .btn.btn-icon img.arrow-left {
    transform-origin: center;
    transform: rotate(-180deg);
}
.register-form .register-header h1 {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.register-form .register-header p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 65%;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.register-form .register-step {
    display: none;
    padding: 1.5rem;
}
.register-form .register-step.active {
    display: flex;
    flex-direction: column;
}
.register-form .register-step h4 {
    color: #0d0c1d;
    font-weight: bold;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}
.register-form .register-step .register-field {
    display: block;
    position: relative;
    background: #f9fafb;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    transition: 0.15s ease all;
}
.register-form .register-step .register-field:focus-within {
    background: #eee;
}
.register-form .register-step .register-field .form-label {
    margin: 0;
    font-weight: bold;
    color: #0d0c1d;
    padding-top: 0.25rem;
    padding-left: 2.5rem;
    position: relative;
    z-index: 2;
}
.register-form .register-step .register-field .form-control {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0 0 0.25rem 2.5rem;
    position: relative;
    z-index: 2;
}
.register-form .register-step .register-field img.form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
    object-fit: contain;
    filter: brightness(0);
    opacity: 0.25;
}
.register-form .register-step .register-agreement p {
    margin: 0;
    font-size: 0.9rem;
    color: #999;
}
.register-form .register-step .register-agreement p a {
    color: #0957de;
    text-decoration: none;
}
.register-form .register-step .register-step-actions {
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.register-form .register-step .register-step-actions p {
    margin: 1rem 0 0 0;
    color: rgba(13, 12, 29, 0.5);
}
.register-form .register-step .register-step-actions p a {
    color: #0d0c1d;
    font-weight: bold;
    text-decoration: none;
}

.supplies-options {
    padding: 1.5rem;
}

.box-with-icon {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    margin-top: 1rem;
    padding: 0 1rem 0 0;
}
.box-with-icon:active {
    transform-origin: center;
    transform: scale(0.975);
}
.box-with-icon:active .box-icon {
    background: #e5eefe;
}
.box-with-icon:active .box-info strong {
    color: #0957de;
}
.box-with-icon .box-icon {
    width: 4rem;
    height: 4rem;
    background: #f2f6fe;
    padding: 1rem;
    border-radius: 0.75rem;
    display: block;
    line-height: 1;
    margin: 0 0;
    flex-shrink: 0;
}
.box-with-icon .box-icon img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.box-with-icon .box-info {
    display: block;
    padding-left: 1rem;
}
.box-with-icon .box-info strong {
    display: block;
    color: #0d0c1d;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}
.box-with-icon .box-info span {
    display: block;
    color: rgba(13, 12, 29, 0.5);
    font-size: 0.8rem;
    line-height: 1.2;
}

.products-list {
    padding: 1.5rem 1.5rem 5.5rem 1.5rem;
}
.products-list .product-item {
    display: flex;
}
.products-list .product-item + .product-item {
    margin-top: 1.5rem;
}
.products-list .product-item:hover .product-cart {
    opacity: 1;
    filter: none;
}
.products-list .product-item .product-thumbnail {
    width: 6rem;
    height: 6rem;
    background: #f9fafb;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
    display: block;
}
.products-list .product-item .product-thumbnail:active {
    transform-origin: center;
    transform: scale(0.95);
}
.products-list .product-item .product-thumbnail img {
    width: 6rem;
    height: 6rem;
    display: block;
    object-fit: contain;
    /* object-fit: cover; */
    border-radius: 0.75rem;
}
.products-list .product-item .product-info {
    padding-left: 1rem;
    position: relative;
    width: 100%;
}
.products-list .product-item .product-title {
    font-size: 1.15rem;
    font-weight: bold;
    color: #0d0c1d;
    text-decoration: none;
    margin: 0;
}
.products-list .product-item .product-price {
    display: block;
    font-size: 0.9rem;
    color: #0957de;
    font-weight: bold;
    margin-top: 0.5rem;
    text-decoration: none;
}
.products-list .product-item .product-price span {
    color: #999;
    font-weight: 400;
}
.products-list .product-item .btn.btn-link {
    color: rgba(13, 12, 29, 0.5);
}
.products-list .product-item .product-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    /* filter: grayscale(1);
    opacity: 0.15; */
}
.products-list .product-item .product-cart .product-cart-quantity {
    font-weight: bold;
    color: #0957de;
    margin: 0 1rem;
    font-size: 1.15rem;
}
.products-list .product-item .product-cart button.product-cart-button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    text-align: center;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    background: #f2f6fe;
    border-radius: 0.75rem;
}
.products-list .product-item .product-cart button.product-cart-button:active {
    background: #d9e7fd;
    transform-origin: center;
    transform: scale(0.9);
    box-shadow: #f2f6fe 0 0.15rem 0.5rem;
}
.products-list
    .product-item
    .product-cart
    button.product-cart-button.cart-plus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    border-radius: 0.75rem;
}
.products-list
    .product-item
    .product-cart
    button.product-cart-button.cart-plus:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    transform-origin: center;
    transform: rotate(-90deg);
    border-radius: 0.75rem;
}
.products-list
    .product-item
    .product-cart
    button.product-cart-button.cart-minus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    border-radius: 0.75rem;
}

.product-page {
    border-radius: 1rem 1rem 0 0;
    padding-bottom: 9rem;
}
.product-page img.product-thumbnail {
    display: block;
    width: 100%;
    height: 20rem;
    object-fit: contain;
    position: sticky;
    top: 0;
    border-radius: 1rem 1rem 0 0;
}
.product-page .product-description {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
}
.product-page .product-description h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #0d0c1d;
}
.product-page .product-description p {
    font-size: 0.9rem;
    color: #999;
}
.product-page .product-cart {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 4rem;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    z-index: 3;
    background: #fff;
    box-shadow: rgba(13, 12, 29, 0.05) 0 0.15rem 1rem;
}
.order-item .product-cart {
    display: flex;
    align-items: center;
}
.product-page .product-cart .product-cart-quantity {
    font-weight: bold;
    color: #0957de;
    margin: 0 1rem;
    font-size: 1.15rem;
}
.order-item .product-cart .product-cart-quantity {
    font-weight: bold;
    color: #0957de;
    margin: 0 1rem;
    font-size: 1.15rem;
}
.product-page .product-cart button.product-cart-button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    text-align: center;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    background: #f2f6fe;
    border-radius: 0.75rem;
}
.order-item .product-cart button.product-cart-button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    text-align: center;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    background: #f2f6fe;
    border-radius: 0.75rem;
}
.product-page .product-cart button.product-cart-button:active {
    background: #d9e7fd;
    transform-origin: center;
    transform: scale(0.9);
    box-shadow: #f2f6fe 0 0.15rem 0.5rem;
}
.product-page .product-cart button.product-cart-button.cart-plus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    border-radius: 0.75rem;
}
.order-item .product-cart button.product-cart-button.cart-plus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    border-radius: 0.75rem;
}
.order-item .product-cart button.product-cart-button.cart-plus:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    transform-origin: center;
    transform: rotate(-90deg);
    border-radius: 0.75rem;
}
.product-page .product-cart button.product-cart-button.cart-plus:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    transform-origin: center;
    transform: rotate(-90deg);
    border-radius: 0.75rem;
}
.product-page .product-cart button.product-cart-button.cart-minus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    border-radius: 0.75rem;
}
.order-item .product-cart button.product-cart-button.cart-minus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 3px;
    background: #0957de;
    content: " ";
    border-radius: 0.75rem;
}

.order-summary {
    padding: 1.5rem;
}
.order-summary h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #0d0c1d;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f9fafb;
}
.order-summary .order-item {
    display: flex;
    align-items: center;
    width: calc(100% + 1rem);
    margin: 0 -0.5rem;
    padding: 0.5rem;
    border-radius: 0.75rem;
}
.order-summary .order-item img.order-product {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 0.75rem;
}
.order-summary a {
    text-decoration: none;
}
.order-summary .order-item .order-title {
    font-weight: bold;
    color: #0d0c1d;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 0.5rem;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.order-summary .order-item .order-price {
    text-align: right;
    display: flex;
    width: 7.5rem;
    /* padding-left: 1rem; */
    padding-left: 7rem;
    flex-shrink: 0;
}

.order-summary .order-item .order-price span {
    color: #212529;
}
.order-summary .order-item .order-price strong {
    font-weight: bold;
    color: #0957de;
    margin-left: auto;
}

.order-total {
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    background: #f9fafb;
}
.order-total .total-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.order-total .total-item + .total-item {
    margin-top: 0.25rem;
}
.order-total .total-item span {
    font-size: 0.9rem;
    color: #999;
}
.order-total .total-item strong {
    font-weight: 600;
    font-size: 0.9rem;
    color: #0d0c1d;
    width: 7.5rem;
    padding-left: 1rem;
}
.order-total .total-item.large strong {
    font-size: 1.25rem;
    font-weight: bold;
    color: #0957de;
}

.order-delivery {
    padding: 1.5rem 1.5rem 5.5rem 1.5rem;
    background: #fff;
    margin-top: -1.5rem;
    border-radius: 1rem;
}
.order-delivery h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #0d0c1d;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f9fafb;
}
.order-delivery .delivery-options .form-check {
    position: relative;
    padding: 0;
}
.order-delivery .delivery-options .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    margin: auto;
}
.order-delivery
    .delivery-options
    .form-check
    .form-check-input:checked
    ~ .form-check-label {
    background: #0957de;
}
.order-delivery
    .delivery-options
    .form-check
    .form-check-input:checked
    ~ .form-check-label
    img {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.order-delivery
    .delivery-options
    .form-check
    .form-check-input:checked
    ~ .form-check-label
    strong {
    color: #fff;
}
.order-delivery
    .delivery-options
    .form-check
    .form-check-input:checked
    ~ .form-check-label
    span {
    color: rgba(255, 255, 255, 0.5) !important;
}
.order-delivery .delivery-options .form-check .form-check-label {
    padding: 0.5rem 1rem 0.5rem 3.5rem;
    background: #f9fafb;
    border-radius: 1rem;
    display: block;
    width: 100%;
}
.order-delivery .delivery-options .form-check .form-check-label:active {
    transform-origin: center;
    transform: scale(0.95);
}
.order-delivery .delivery-options .form-check .form-check-label img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
    filter: grayscale(1);
    opacity: 0.25;
}
.order-delivery .delivery-options .form-check .form-check-label strong {
    display: block;
    margin: 0;
    line-height: 1.2;
}
.order-delivery .delivery-options .form-check .form-check-label span {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin: 0;
    line-height: 1.2;
}

.delivery-section {
    padding: 1.5rem;
}
.delivery-section h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #0d0c1d;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f9fafb;
}
.delivery-section .days-selector {
    display: flex;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
}
.delivery-section .days-selector .form-check {
    position: relative;
    padding: 0;
}
.delivery-section .days-selector .form-check .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.delivery-section
    .days-selector
    .form-check
    .form-check-input:disabled
    ~ .form-check-label {
    pointer-events: none;
    user-select: none;
}
.delivery-section
    .days-selector
    .form-check
    .form-check-input:checked
    ~ .form-check-label {
    background: #f2f6fe;
    border-color: #f2f6fe;
}
.delivery-section
    .days-selector
    .form-check
    .form-check-input:checked
    ~ .form-check-label
    span {
    color: #0957de;
}
.delivery-section
    .days-selector
    .form-check
    .form-check-input:checked
    ~ .form-check-label
    strong {
    color: #0957de;
}
.delivery-section .days-selector .form-check .form-check-label {
    display: block;
    margin: 0 0.5rem 0 0;
    border: 1px solid #eee;
    border-radius: 0.75rem;
    padding: 0.5rem;
    text-align: center;
    width: 3.5rem;
}
.delivery-section .days-selector .form-check .form-check-label:active {
    background: #f9fafb;
    border: 1px solid #f9fafb;
    transform-origin: center;
    transform: scale(0.95);
}
.delivery-section .days-selector .form-check .form-check-label span {
    display: block;
    font-size: 0.8rem;
    color: rgba(13, 12, 29, 0.5);
}
.delivery-section .days-selector .form-check .form-check-label strong {
    display: block;
    font-weight: bold;
    color: #0d0c1d;
    font-size: 1.25rem;
}
.delivery-section .days-selector .form-check:last-child .form-check-label {
    margin-right: 0;
}
.delivery-section .hours-selector {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f9fafb;
    display: flex;
    flex-wrap: wrap;
}
.delivery-section .hours-selector .form-check {
    position: relative;
    padding: 0;
    width: calc((100% / 2) - 0.5rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.delivery-section .hours-selector .form-check:nth-child(2n) {
    margin-right: 0;
}
.delivery-section .hours-selector .form-check .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.delivery-section
    .hours-selector
    .form-check
    .form-check-input:disabled
    ~ .form-check-label {
    pointer-events: none;
    user-select: none;
}
.delivery-section
    .hours-selector
    .form-check
    .form-check-input:checked
    ~ .form-check-label {
    background: #f2f6fe;
    border-color: #f2f6fe;
}
.delivery-section
    .hours-selector
    .form-check
    .form-check-input:checked
    ~ .form-check-label
    strong {
    color: #0957de;
}
.delivery-section .hours-selector .form-check .form-check-label {
    display: block;
    border: 1px solid #eee;
    border-radius: 0.75rem;
    padding: 0.5rem;
    text-align: center;
}
.delivery-section .hours-selector .form-check .form-check-label:active {
    background: #f9fafb;
    border: 1px solid #f9fafb;
    transform-origin: center;
    transform: scale(0.95);
}
.delivery-section .hours-selector .form-check .form-check-label strong {
    display: block;
    font-weight: bold;
    color: #0d0c1d;
    font-size: 0.9rem;
}

.delivery-actions {
    position: fixed;
    bottom: 4rem;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    z-index: 3;
}

.delivery-details {
    padding: 1.5rem;
    text-align: center;
}
.delivery-details .check {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2.5rem;
    filter: brightness(0);
    opacity: 0.25;
}
.delivery-details h4 {
    font-weight: bold;
    color: #0d0c1d;
}
.delivery-details p {
    font-size: 0.9rem;
    color: #999;
}
.delivery-details h5 {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.75rem;
    background: #f2f6fe;
    color: #0957de;
    font-weight: bold;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.delivery-details h2 {
    color: #0957de;
    font-weight: bold;
}
.delivery-details h3 {
    color: #0957de;
    font-weight: bold;
}

.questionnaire-item {
    padding: 2.5rem 1.5rem;
    text-align: center;
}
.questionnaire-item h3 {
    font-weight: bold;
    color: #0d0c1d;
    margin-bottom: 2rem;
}
.questionnaire-item textarea.form-control {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #f9fafb;
    box-shadow: rgba(13, 12, 29, 0.1) 0 0.15rem 0.55rem;
    min-height: 20rem;
}

.requests-list {
    padding: 1.5rem 1.5rem 5.5rem 1.5rem;
}
.requests-list .request-item {
    display: block;
    padding: 1rem 1rem 1rem 4rem;
    border-radius: 1rem;
    box-shadow: rgba(13, 12, 29, 0.05) 0 0.15rem 0.5rem;
    position: relative;
}
.requests-list .request-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    background: url("../img/icons/calendar.svg") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
}
.requests-list .request-item .request-status {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    font-size: 0.8rem;
    color: #999;
    margin: auto;
    width: 5rem;
    height: 1rem;
}
.requests-list .request-item .request-status:before {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 0.25rem;
    background: #ddd;
}
.requests-list .request-item .request-status.status-delivered:before {
    background: #00d14d;
}
.requests-list .request-item .request-status.status-cancelled:before {
    background: #ce0030;
}
.requests-list .request-item .request-id {
    font-size: 0.8rem;
    color: #999;
}

.locations-page {
    position: relative;
    min-height: calc(100vh - 4rem - 4.5rem);
}
.locations-page .map-wrapper {
    position: relative;
    min-height: calc(100vh - 4rem - 4.5rem);
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    overflow: hidden;
}
.locations-page .map-wrapper #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 110%;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}
.locations-page .search-field {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}
.locations-page .search-field .btn {
    display: flex;
    align-items: center;
}
.locations-page .search-field .btn img {
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.75rem 0.25rem -0.75rem 0;
}
.locations-page .search-field .search-field-input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}
.locations-page .search-field .search-field-input:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/icons/search.svg") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
    z-index: 1;
}
.locations-page .search-field .search-field-input .form-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 2rem;
    border: none;
    background: #fff;
    border-radius: 1rem;
    box-shadow: rgba(13, 12, 29, 0.15) 0 0.1rem 0.35rem;
    padding: 0.75rem 2.5rem 0.75rem 3rem;
}
.locations-page .locations-list {
    position: fixed;
    bottom: 4rem;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    z-index: 2;
    max-height: calc(50vh - 4.5rem);
    overflow-x: hidden;
    box-shadow: rgba(13, 12, 29, 0.15) 0 0.15rem 0.5rem;
    padding: 1rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10rem);
}
.locations-page .locations-list .location-item {
    display: block;
    position: relative;
    padding: 1rem 0.75rem 1rem 4.75rem;
    text-decoration: none;
    color: inherit;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    border-radius: 1rem;
}
.locations-page .locations-list .location-item:active {
    transform-origin: center;
    transform: scale(0.975);
    background: #f9fafb;
}
.locations-page .locations-list .location-item .location-icon {
    position: absolute;
    top: 1rem;
    left: 0.75rem;
    width: 3rem;
    height: 3rem;
    background: #f2f6fe;
    padding: 1rem;
    border-radius: 1rem;
    margin: auto;
    line-height: 1;
}
.locations-page .locations-list .location-item .location-icon img {
    width: 1rem;
    height: 1rem;
}
.locations-page .locations-list .location-item .location-title {
    font-weight: bold;
    color: #0d0c1d;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.locations-page .locations-list .location-item .location-address {
    font-size: 0.8rem;
    color: #999;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    /* display: none; */
}
.locations-page .locations-list .location-item .location-status {
    font-size: 0.8rem;
    color: #999;
    display: block;
}
.locations-page .locations-list .location-item .location-status .status-title {
    font-weight: bold;
}
.locations-page .locations-list .location-item .location-status .status-until {
    margin-left: 0.5rem;
    opacity: 0.75;
}
.locations-page
    .locations-list
    .location-item
    .location-status.status-open
    .status-title {
    color: #00d14d;
}
.locations-page
    .locations-list
    .location-item
    .location-status.status-open
    .status-title:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: inline-block;
    background: #00d14d;
    margin-right: 0.25rem;
}
.locations-page .locations-list .location-item .location-rating {
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
}
.locations-page
    .locations-list
    .location-item
    .location-rating
    .rating-summary {
    display: block;
    line-height: 1;
    font-size: 0.8rem;
    color: #0d0c1d;
    margin-right: 0.25rem;
}
.locations-page .locations-list .location-item .location-rating .rating-total {
    display: block;
    line-height: 1;
    font-size: 0.8rem;
    color: #999;
    margin-left: 0.5rem;
}
.locations-page
    .locations-list
    .location-item
    .location-rating
    .rating-total:before {
    content: "(";
}
.locations-page
    .locations-list
    .location-item
    .location-rating
    .rating-total:after {
    content: ")";
}
.locations-page .locations-list .location-item .location-rating img {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    display: block;
}
.locations-page.active .map-wrapper {
    min-height: calc(50vh - 4rem);
}
.locations-page.active .search-field {
    top: 0;
    left: 0;
    right: 0;
}
.locations-page.active .search-field .btn {
    opacity: 0;
    visibility: hidden;
}
.locations-page.active .search-field .search-field-input {
    opacity: 1;
    visibility: visible;
}
.locations-page.active .locations-list {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.location-page {
    padding: 1.5rem 1.5rem 5.5rem 1.5rem;
}
.location-page.appointment-page {
    padding-bottom: 4rem;
}
.location-page .location-name {
    font-weight: bold;
    font-size: 1.25rem;
    color: #0d0c1d;
    line-height: 1.2;
}
.location-page .location-type {
    font-size: 0.9rem;
    color: rgba(13, 12, 29, 0.5);
    position: relative;
    padding-left: 1.5rem;
    margin: 0.5rem 0 1rem 0;
}
.location-page .location-type:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../img/icons/hospital.svg") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
    filter: brightness(0);
    opacity: 0.5;
}
.location-page .location-gallery {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem 1.5rem -1.5rem;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 1.5rem;
}
.location-page .location-gallery img {
    height: 12rem;
    margin-right: 1rem;
    border-radius: 1rem;
}
.location-page .location-gallery img:last-child {
    margin-right: 0;
}
.location-page .location-cta {
    display: flex;
    flex-wrap: wrap;
}
.location-page .location-cta .btn {
    display: flex;
    align-items: center;
    width: calc(50% - 0.375rem);
    margin-right: 0.75rem;
}
.location-page .location-cta .btn:nth-child(2) {
    margin-right: 0;
}
.location-page .location-cta .btn.btn-primary {
    width: 100%;
    margin: 0.75rem 0 0 0;
    justify-content: center;
}
.location-page .location-cta .btn.btn-primary img {
    filter: brightness(0) invert(1);
}
.location-page .location-cta .btn img {
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.5rem 0.25rem -0.5rem 0;
}
.location-page .location-overview {
    display: block;
    padding-top: 1.5rem;
}
.location-page .location-overview .overview-item {
    display: flex;
    align-items: center;
}
.location-page .location-overview .overview-item + .overview-item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
.location-page .location-overview .overview-item img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}
.location-page .location-overview .overview-item span {
    margin-left: auto;
    font-size: 0.9rem;
    text-align: right;
    padding-left: 1rem;
}
.location-page .location-map {
    width: calc(100% + 3rem);
    height: 15rem;
    margin: 1.5rem -1.5rem 0 -1.5rem;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    position: relative;
}
.location-page .location-map.v2 {
    margin-top: -1.5rem;
    z-index: 1;
}
.location-page .location-map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 110%;
    border-radius: 1rem;
}
.location-page .location-appointment {
    width: calc(100% + 3rem);
    margin: -1.5rem -1.5rem 0 -1.5rem;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem 1rem 0 0;
}
.location-page .location-appointment h4 {
    font-weight: bold;
    color: #0d0c1d;
    font-size: 1rem;
}
.location-page .location-appointment h3 {
    font-weight: bold;
    color: #0957de;
    font-size: 1.5rem;
}
.location-page .location-appointment h2 {
    font-weight: bold;
    color: #0957de;
    font-size: 1rem;
}
.location-page .location-prep .prep-header {
    position: relative;
    padding-left: 5rem;
}
.location-page .location-prep .prep-header img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 4rem;
    max-height: 3rem;
    margin: auto;
}
.location-page .location-prep .prep-header strong {
    display: block;
    font-weight: bold;
    color: #0d0c1d;
}
.location-page .location-prep .prep-header span {
    display: block;
    font-size: 0.9rem;
    /* font-size: 1rem; */
    color: rgba(13, 12, 29, 0.5);
}
.location-page .location-prep .prep-info {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    background: #f2f6fe;
    border-radius: 1rem;
}
.location-page .location-prep .prep-info img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
}
.location-page .location-prep p {
    display: block;
    margin: 0.5rem 0;
    font-size: 0.8rem;
    line-height: 1.2;
    color: #0d0c1d;
}
.location-page .delivery-section {
    width: calc(100% + 3rem);
    margin: 1.5rem -1.5rem 0 -1.5rem;
    background: #f9fafb;
    border-radius: 1rem 1rem 0 0;
    margin-bottom: 0;
    padding-bottom: 3rem;
}
.location-page .delivery-section h4 {
    border-bottom-color: #eee;
}

.form-field {
    display: block;
    position: relative;
    background: #f9fafb;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    transition: 0.15s ease all;
    text-align: left;
}
.form-field:focus-within {
    background: #eee;
}
.form-field .form-label {
    margin: 0;
    font-weight: bold;
    color: #0d0c1d;
    padding-top: 0.25rem;
    position: relative;
    z-index: 2;
}
.form-field .form-control {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0 0 0.25rem 0;
    position: relative;
    z-index: 2;
}
.form-field .file-field {
    display: block;
    background: rgba(9, 87, 222, 0.1);
    position: relative;
    padding: 0.5rem 0.25rem 0.5rem 3rem;
    border-radius: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.form-field .file-field:active {
    background: rgba(9, 87, 222, 0.15);
    transform-origin: center;
    transform: scale(0.95);
}
.form-field .file-field:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/icons/upload.svg") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
}
.form-field .file-field input.form-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.form-field .file-field span {
    display: block;
    font-weight: bold;
    color: #0957de;
    font-size: 0.9rem;
}

.chat-messages {
    display: flex;
    flex-direction: column-reverse;
    max-height: calc(100vh - 9.5rem);
    padding-bottom: 10rem;
    overflow-x: hidden;
}
.chat-messages .chat-message {
    display: flex;
    align-items: flex-start;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
}
.chat-messages .chat-message .person-avatar {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    background: #f2f6fe;
    border-radius: 1rem;
    line-height: 1;
}
.chat-messages .chat-message .person-avatar img {
    width: 1rem;
    height: 1rem;
}
.chat-messages .chat-message .person-message {
    padding-left: 1rem;
    max-width: 70%;
}
.chat-messages .chat-message .person-message .person-details {
    font-size: 0.9rem;
    color: #0957de;
    margin-bottom: 0.25rem;
}
.chat-messages .chat-message .person-message .person-details span {
    opacity: 0.5;
    font-size: 0.9em;
}
.chat-messages .chat-message .person-message .message {
    background: #0957de;
    color: #fff;
    border-radius: 1rem;
    font-size: 0.9rem;
    line-height: 1.45;
    /* padding: 1.5rem; */
    padding: 0.7rem;
}
.chat-messages .chat-message.my-message .person-message {
    margin-left: auto;
    padding-left: 0;
}
.chat-messages .chat-message.my-message .person-message .person-details {
    text-align: right;
    color: #0d0c1d;
}
.chat-messages .chat-message.my-message .person-message .message {
    background: #f2f6fe;
    color: #0d0c1d;
}

.chat-form {
    position: fixed;
    bottom: 5rem;
    left: 1.5rem;
    right: 1.5rem;
}
.chat-form .form-control {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 1rem;
    box-shadow: rgba(13, 12, 29, 0.15) 0 0.1rem 0.35rem;
    padding: 0.75rem 1rem;
}
.chat-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.separator-line {
    margin: 1.5rem 0;
    opacity: 0.1;
}

.library-wrapper {
    padding: 1.5rem 1.5rem 5.5rem 1.5rem;
}

.library-search-field {
    position: relative;
}
.library-search-field:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/icons/search.svg") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
    z-index: 1;
}
.library-search-field .form-control {
    position: relative;
    border: none;
    background: #fff;
    border-radius: 1rem;
    box-shadow: rgba(13, 12, 29, 0.15) 0 0.1rem 0.35rem;
    padding: 0.75rem 2.5rem 0.75rem 3rem;
}

.library-list {
    padding: 1.5rem 0 0 0;
}
.library-list .library-item {
    display: block;
    position: relative;
    padding-left: 8rem;
    min-height: 7rem;
    text-decoration: none;
}
.library-list .library-item + .library-item {
    margin-top: 1.5rem;
}
.library-list .library-item:active {
    transform-origin: center;
    transform: scale(0.95);
}
.library-list .library-item img.library-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 7rem;
    border-radius: 0.75rem;
}
.library-list .library-item .library-title {
    font-weight: bold;
    display: block;
    color: #0d0c1d;
    font-size: 1.15rem;
    line-height: 1.2;
}
.library-list .library-item p {
    font-size: 0.9rem;
    color: rgba(13, 12, 29, 0.5);
    margin: 0;
}

/*# sourceMappingURL=style.css.map */

.notification-badge {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4rem;
    font-style: normal;
    font-weight: 600;
    background: #f3372e;
    color: #fff;
    animation-name: ring;
    transform-origin: 70% 1em;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

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

    5% {
        transform: rotate(45deg);
    }

    15% {
        transform: rotate(-40deg);
    }

    25% {
        transform: rotate(20deg);
    }

    35% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    55% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
