@charset "UTF-8";

/* ---------------------------------------------------------
	1. icomoon fonts styles
	2. General reset
	3. Common site styles
	---------------------------------------------------------*/
.accordion .slide,
.accordion,
.edit-links,
.option-tabs,
.order-summary .order-list,
#nav .main-nav,
#nav .user-nav,
.tags,
.buttons-inline,
.buttons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.product-detail-popup .btn-close,
.product-detail-popup .product-detail-holder,
.product-detail-popup,
.cart-box .btn-close,
.cart-box,
.accordion>li>.opener:after,
.filter-bar .btn-close,
.filter-bar,
.header-search-form,
.cat-dropdown .btn-close,
.cat-dropdown,
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCustomScrollbar .mCSB_scrollTools,
.overlay,
a,
.btn,
button {
    transition: all 0.3s ease-in-out;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

/*  ---------------------------------------------------------
	1. icomoon fonts styles
	---------------------------------------------------------*/
@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-carret-down:before {
    content: "";
}

.icon-carret-up:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-cross:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-cart:before {
    content: "";
}

.icon-store:before {
    content: "";
}

.icon-apple:before {
    content: "";
}

.icon-beauty-health:before {
    content: "";
}

.icon-bevarage:before {
    content: "";
}

.icon-breakfast:before {
    content: "";
}

.icon-cooking:before {
    content: "";
}

.icon-cup:before {
    content: "";
}

.icon-dairy:before {
    content: "";
}

.icon-fish:before {
    content: "";
}

.icon-home-cleaner:before {
    content: "";
}

.icon-pet-care:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-bags:before {
    content: "";
}

.icon-bakery:before {
    content: "";
}

.icon-makup:before {
    content: "";
}

.icon-cloth:before {
    content: "";
}

.icon-furniture:before {
    content: "";
}

.icon-books:before {
    content: "";
}

.icon-medicine:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-google-plus:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

/*  ---------------------------------------------------------
	2. General reset
	---------------------------------------------------------*/
html.resize-active *,
html.resize-active *:before,
html.resize-active *:after {
    transition: none !important;
}

body {
    min-width: 320px;
    -ms-overflow-style: scrollbar;
}

@media (max-width: 991.98px) {

    body.nav-active,
    body.search-active,
    body.category-active,
    body.filter-active,
    body.cart-active {
        overflow: hidden;
    }

    body.nav-active .overlay,
    body.search-active .overlay,
    body.category-active .overlay,
    body.filter-active .overlay,
    body.cart-active .overlay {
        visibility: visible;
        opacity: 1;
    }
}

body.popup-active {
    overflow: hidden;
}

a,
.btn,
button {
    text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0 !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

p a {
    text-decoration: underline;
    font-weight: bold;
}

p a:hover {
    text-decoration: none;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn i {
    font-size: 18px;
    margin: 0 10px 0 0;
}

.btn.btn-block {
    width: 100%;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #008f73;
}

.btn-outline-primary {
    border-color: #f1f1f1;
    background: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #009e7f;
    border-color: transparent;
}

.btn-outline-light {
    color: #009e7f;
}

.btn-facebook {
    color: #fff;
    background: #4267b2;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-google {
    color: #fff;
    background: #4285f4;
}

.btn-google:hover {
    color: #fff;
}

.btn-close {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    background-color: #fff !important;
    box-sizing: border-box;
    border: none;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close i {
    display: none;
}

.btn-remove {
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.25);
    background: none;
    border: none;
}

.btn-remove:hover {
    color: #ea4d4a;
}

.btn-remove i {
    display: block;
}

.buttons {
    margin: 0 0 10px;
}

.buttons:last-child {
    margin-bottom: 0;
}

.buttons li {
    margin: 0 0 10px;
}

.buttons li:last-child {
    margin-bottom: 0;
}

.buttons li .btn {
    width: 100%;
    display: block;
}

.buttons-inline {
    margin: 0 -10px 10px;
    display: flex;
    flex-flow: row wrap;
}

.buttons-inline:last-child {
    margin-bottom: -10px;
}

.buttons-inline li {
    padding: 0 10px 10px;
}

.dropdown-toggle {
    padding: 7px 43px 7px 16px;
    line-height: 1.466;
    font-weight: bold;
    color: #009e7f;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
}

.dropdown-toggle i {
    font-size: 20px;
    margin: 0 7px 0 0;
}

.dropdown-toggle:after {
    border-width: 6px 6px 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu {
    box-shadow: 0 3px 20px rgba(142, 142, 142, 0.14);
    margin: 15px 0 0 !important;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 15px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff;
}

.dropdown-menu .dropdown-item {
    padding: 12px 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.dropdown-menu .dropdown-item i {
    font-size: 20px;
    margin: 0 15px 0 0;
}

/* tags styles */
.tags {
    margin: 0 -10px 30px;
    display: flex;
    flex-flow: row wrap;
}

.tags:last-child {
    margin-bottom: -10px;
}

.tags li {
    padding: 0 5px 10px;
}

.tags li .btn {
    padding: 5px 15px;
    display: block;
    font-size: 13px;
}

.sr-only {
    display: none !important;
}

[style*=background-image] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .overlay {
        display: none;
    }
}

.nav-active .overlay {
    background: rgba(0, 0, 0, 0.3);
}

.divider-or {
    padding: 15px 0;
    line-height: 1;
    color: #0d1136;
    position: relative;
}

.divider-or:before {
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: #f1f1f1;
}

/* voucher-form styles */
.voucher-form.form-active .btn-voucher {
    display: none !important;
}

.voucher-form:not(.form-active) form,
.voucher-form:not(.form-active) .form {
    display: none !important;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

/*  ---------------------------------------------------------
	3. Сommon site styles
	---------------------------------------------------------*/
/* main container styles */
#wrapper {
    min-height: 100vh;
    padding-top: 68px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    #wrapper {
        padding-top: 78px;
    }
}

@media (min-width: 992px) {
    #wrapper {
        padding-top: 88px;
    }
}

.mCustomScrollbar {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mCustomScrollbar .mCSB_container {
    width: auto;
    height: auto;
    overflow: hidden;
}

.mCustomScrollbar:hover .mCSB_scrollTools {
    visibility: visible;
    opacity: 1;
}

.mCustomScrollbar .mCSB_scrollTools {
    width: 8px;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    visibility: hidden;
    opacity: 1;
}

.mCustomScrollbar .mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #9e9e9e;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerContainer:before {
    width: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1);
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger {
    width: 100%;
    height: 30px;
    cursor: pointer;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: #9e9e9e;
    border-radius: 4px;
}

label {
    cursor: pointer;
}

.form-group {
    margin: 0 0 10px;
    text-align: left;
}

.form-control {
    text-overflow: ellipsis;
}

.quantity {
    width: 30px;
    height: 90px;
    padding: 30px 0;
    background: #f7f7f7;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

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

.quantity input {
    width: 100%;
    height: 30px;
    padding: 4px 2px;
    margin: 0;
    text-align: center;
    border: none;
    background: none;
}

.quantity input:focus {
    outline: 0;
}

.quantity .quantity-button {
    width: 100%;
    padding: 9px;
    font-size: 12px;
    line-height: 1;
    color: #77798c;
    text-align: center;
    border: none;
    background: none;
    position: absolute;
    left: 0;
}

.quantity .quantity-button:hover {
    color: #009e7f;
}

.quantity .quantity-button.quantity-up {
    top: 0;
}

.quantity .quantity-button.quantity-down {
    bottom: 0;
}

.quantity .quantity-button.cart-quantity-button-up {
    top: 0;
}

.quantity .quantity-button.cart-quantity-button-down {
    bottom: 0;
}

.quantity .quantity-button i {
    display: block;
}

/* search form styles */
.search-form {
    max-width: 700px;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .search-form {
        background: #fff;
        box-shadow: 0 21px 36px rgba(0, 0, 0, 0.05);
    }
}

.search-form:last-child {
    margin-bottom: 0;
}

.search-form label {
    font-size: 0;
    line-height: 0;
    font-weight: bold;
    text-transform: capitalize;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .search-form label {
        padding: 8px 15px;
        margin: 5px;
        font-size: inherit;
        line-height: 22px;
        color: #009e7f;
        background: #f7f7f7;
        border-radius: 0.375rem;
        position: static;
        transform: none;
    }
}

.search-form label:before {
    font-family: "icomoon";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 18px;
    line-height: 1;
    display: block;
}

.amsify-suggestags-input {
    background: no-repeat;
    padding: 1px 2px;
    box-sizing: border-box;
    max-width: 20% !important;
    width: 100% !important;
}

.amsify-suggestags-input-area  {
    max-height: 80px !important; /* set the maximum height of the container */
    overflow-y: auto;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .search-form label:before {
        display: none;
    }
}

.search-form .form-group {
    flex-grow: 1;
    margin: 0;
}

.search-form .form-control {
    padding-left: 49px;
}

@media (min-width: 992px) {
    .search-form .form-control {
        padding-left: 18px;
        background: #fff;
        border-color: transparent;
        border-radius: 0;
    }
}

@media (min-width: 357px) {
    #header {
        max-height: 78px !important;
    }
}

.search-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-shrink: 0;
    display: none;
}

@media (min-width: 992px) {
    .search-form .btn {
        display: block;
    }
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    text-align: left;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #009e7f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}

[class^=bi-]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-alarm-fill::before {
    content: "";
}

.bi-alarm::before {
    content: "";
}

.bi-align-bottom::before {
    content: "";
}

.bi-align-center::before {
    content: "";
}

.bi-align-end::before {
    content: "";
}

.bi-align-middle::before {
    content: "";
}

.bi-align-start::before {
    content: "";
}

.bi-align-top::before {
    content: "";
}

.bi-alt::before {
    content: "";
}

.bi-app-indicator::before {
    content: "";
}

.bi-app::before {
    content: "";
}

.bi-archive-fill::before {
    content: "";
}

.bi-archive::before {
    content: "";
}

.bi-arrow-90deg-down::before {
    content: "";
}

.bi-arrow-90deg-left::before {
    content: "";
}

.bi-arrow-90deg-right::before {
    content: "";
}

.bi-arrow-90deg-up::before {
    content: "";
}

.bi-arrow-bar-down::before {
    content: "";
}

.bi-arrow-bar-left::before {
    content: "";
}

.bi-arrow-bar-right::before {
    content: "";
}

.bi-arrow-bar-up::before {
    content: "";
}

.bi-arrow-clockwise::before {
    content: "";
}

.bi-arrow-counterclockwise::before {
    content: "";
}

.bi-arrow-down-circle-fill::before {
    content: "";
}

.bi-arrow-down-circle::before {
    content: "";
}

.bi-arrow-down-left-circle-fill::before {
    content: "";
}

.bi-arrow-down-left-circle::before {
    content: "";
}

.bi-arrow-down-left-square-fill::before {
    content: "";
}

.bi-arrow-down-left-square::before {
    content: "";
}

.bi-arrow-down-left::before {
    content: "";
}

.bi-arrow-down-right-circle-fill::before {
    content: "";
}

.bi-arrow-down-right-circle::before {
    content: "";
}

.bi-arrow-down-right-square-fill::before {
    content: "";
}

.bi-arrow-down-right-square::before {
    content: "";
}

.bi-arrow-down-right::before {
    content: "";
}

.bi-arrow-down-short::before {
    content: "";
}

.bi-arrow-down-square-fill::before {
    content: "";
}

.bi-arrow-down-square::before {
    content: "";
}

.bi-arrow-down-up::before {
    content: "";
}

.bi-arrow-down::before {
    content: "";
}

.bi-arrow-left-circle-fill::before {
    content: "";
}

.bi-arrow-left-circle::before {
    content: "";
}

.bi-arrow-left-right::before {
    content: "";
}

.bi-arrow-left-short::before {
    content: "";
}

.bi-arrow-left-square-fill::before {
    content: "";
}

.bi-arrow-left-square::before {
    content: "";
}

.bi-arrow-left::before {
    content: "";
}

.bi-arrow-repeat::before {
    content: "";
}

.bi-arrow-return-left::before {
    content: "";
}

.bi-arrow-return-right::before {
    content: "";
}

.bi-arrow-right-circle-fill::before {
    content: "";
}

.bi-arrow-right-circle::before {
    content: "";
}

.bi-arrow-right-short::before {
    content: "";
}

.bi-arrow-right-square-fill::before {
    content: "";
}

.bi-arrow-right-square::before {
    content: "";
}

.bi-arrow-right::before {
    content: "";
}

.bi-arrow-up-circle-fill::before {
    content: "";
}

.bi-arrow-up-circle::before {
    content: "";
}

.bi-arrow-up-left-circle-fill::before {
    content: "";
}

.bi-arrow-up-left-circle::before {
    content: "";
}

.bi-arrow-up-left-square-fill::before {
    content: "";
}

.bi-arrow-up-left-square::before {
    content: "";
}

.bi-arrow-up-left::before {
    content: "";
}

.bi-arrow-up-right-circle-fill::before {
    content: "";
}

.bi-arrow-up-right-circle::before {
    content: "";
}

.bi-arrow-up-right-square-fill::before {
    content: "";
}

.bi-arrow-up-right-square::before {
    content: "";
}

.bi-arrow-up-right::before {
    content: "";
}

.bi-arrow-up-short::before {
    content: "";
}

.bi-arrow-up-square-fill::before {
    content: "";
}

.bi-arrow-up-square::before {
    content: "";
}

.bi-arrow-up::before {
    content: "";
}

.bi-arrows-angle-contract::before {
    content: "";
}

.bi-arrows-angle-expand::before {
    content: "";
}

.bi-arrows-collapse::before {
    content: "";
}

.bi-arrows-expand::before {
    content: "";
}

.bi-arrows-fullscreen::before {
    content: "";
}

.bi-arrows-move::before {
    content: "";
}

.bi-aspect-ratio-fill::before {
    content: "";
}

.bi-aspect-ratio::before {
    content: "";
}

.bi-asterisk::before {
    content: "";
}

.bi-at::before {
    content: "";
}

.bi-award-fill::before {
    content: "";
}

.bi-award::before {
    content: "";
}

.bi-back::before {
    content: "";
}

.bi-backspace-fill::before {
    content: "";
}

.bi-backspace-reverse-fill::before {
    content: "";
}

.bi-backspace-reverse::before {
    content: "";
}

.bi-backspace::before {
    content: "";
}

.bi-badge-3d-fill::before {
    content: "";
}

.bi-badge-3d::before {
    content: "";
}

.bi-badge-4k-fill::before {
    content: "";
}

.bi-badge-4k::before {
    content: "";
}

.bi-badge-8k-fill::before {
    content: "";
}

.bi-badge-8k::before {
    content: "";
}

.bi-badge-ad-fill::before {
    content: "";
}

.bi-badge-ad::before {
    content: "";
}

.bi-badge-ar-fill::before {
    content: "";
}

.bi-badge-ar::before {
    content: "";
}

.bi-badge-cc-fill::before {
    content: "";
}

.bi-badge-cc::before {
    content: "";
}

.bi-badge-hd-fill::before {
    content: "";
}

.bi-badge-hd::before {
    content: "";
}

.bi-badge-tm-fill::before {
    content: "";
}

.bi-badge-tm::before {
    content: "";
}

.bi-badge-vo-fill::before {
    content: "";
}

.bi-badge-vo::before {
    content: "";
}

.bi-badge-vr-fill::before {
    content: "";
}

.bi-badge-vr::before {
    content: "";
}

.bi-badge-wc-fill::before {
    content: "";
}

.bi-badge-wc::before {
    content: "";
}

.bi-bag-check-fill::before {
    content: "";
}

.bi-bag-check::before {
    content: "";
}

.bi-bag-dash-fill::before {
    content: "";
}

.bi-bag-dash::before {
    content: "";
}

.bi-bag-fill::before {
    content: "";
}

.bi-bag-plus-fill::before {
    content: "";
}

.bi-bag-plus::before {
    content: "";
}

.bi-bag-x-fill::before {
    content: "";
}

.bi-bag-x::before {
    content: "";
}

.bi-bag::before {
    content: "";
}

.bi-bar-chart-fill::before {
    content: "";
}

.bi-bar-chart-line-fill::before {
    content: "";
}

.bi-bar-chart-line::before {
    content: "";
}

.bi-bar-chart-steps::before {
    content: "";
}

.bi-bar-chart::before {
    content: "";
}

.bi-basket-fill::before {
    content: "";
}

.bi-basket::before {
    content: "";
}

.bi-basket2-fill::before {
    content: "";
}

.bi-basket2::before {
    content: "";
}

.bi-basket3-fill::before {
    content: "";
}

.bi-basket3::before {
    content: "";
}

.bi-battery-charging::before {
    content: "";
}

.bi-battery-full::before {
    content: "";
}

.bi-battery-half::before {
    content: "";
}

.bi-battery::before {
    content: "";
}

.bi-bell-fill::before {
    content: "";
}

.bi-bell::before {
    content: "";
}

.bi-bezier::before {
    content: "";
}

.bi-bezier2::before {
    content: "";
}

.bi-bicycle::before {
    content: "";
}

.bi-binoculars-fill::before {
    content: "";
}

.bi-binoculars::before {
    content: "";
}

.bi-blockquote-left::before {
    content: "";
}

.bi-blockquote-right::before {
    content: "";
}

.bi-book-fill::before {
    content: "";
}

.bi-book-half::before {
    content: "";
}

.bi-book::before {
    content: "";
}

.bi-bookmark-check-fill::before {
    content: "";
}

.bi-bookmark-check::before {
    content: "";
}

.bi-bookmark-dash-fill::before {
    content: "";
}

.bi-bookmark-dash::before {
    content: "";
}

.bi-bookmark-fill::before {
    content: "";
}

.bi-bookmark-heart-fill::before {
    content: "";
}

.bi-bookmark-heart::before {
    content: "";
}

.bi-bookmark-plus-fill::before {
    content: "";
}

.bi-bookmark-plus::before {
    content: "";
}

.bi-bookmark-star-fill::before {
    content: "";
}

.bi-bookmark-star::before {
    content: "";
}

.bi-bookmark-x-fill::before {
    content: "";
}

.bi-bookmark-x::before {
    content: "";
}

.bi-bookmark::before {
    content: "";
}

.bi-bookmarks-fill::before {
    content: "";
}

.bi-bookmarks::before {
    content: "";
}

.bi-bookshelf::before {
    content: "";
}

.bi-bootstrap-fill::before {
    content: "";
}

.bi-bootstrap-reboot::before {
    content: "";
}

.bi-bootstrap::before {
    content: "";
}

.bi-border-all::before {
    content: "";
}

.bi-border-bottom::before {
    content: "";
}

.bi-border-center::before {
    content: "";
}

.bi-border-inner::before {
    content: "";
}

.bi-border-left::before {
    content: "";
}

.bi-border-middle::before {
    content: "";
}

.bi-border-outer::before {
    content: "";
}

.bi-border-right::before {
    content: "";
}

.bi-border-style::before {
    content: "";
}

.bi-border-top::before {
    content: "";
}

.bi-border-width::before {
    content: "";
}

.bi-border::before {
    content: "";
}

.bi-bounding-box-circles::before {
    content: "";
}

.bi-bounding-box::before {
    content: "";
}

.bi-box-arrow-down-left::before {
    content: "";
}

.bi-box-arrow-down-right::before {
    content: "";
}

.bi-box-arrow-down::before {
    content: "";
}

.bi-box-arrow-in-down-left::before {
    content: "";
}

.bi-box-arrow-in-down-right::before {
    content: "";
}

.bi-box-arrow-in-down::before {
    content: "";
}

.bi-box-arrow-in-left::before {
    content: "";
}

.bi-box-arrow-in-right::before {
    content: "";
}

.bi-box-arrow-in-up-left::before {
    content: "";
}

.bi-box-arrow-in-up-right::before {
    content: "";
}

.bi-box-arrow-in-up::before {
    content: "";
}

.bi-box-arrow-left::before {
    content: "";
}

.bi-box-arrow-right::before {
    content: "";
}

.bi-box-arrow-up-left::before {
    content: "";
}

.bi-box-arrow-up-right::before {
    content: "";
}

.bi-box-arrow-up::before {
    content: "";
}

.bi-box-seam::before {
    content: "";
}

.bi-box::before {
    content: "";
}

.bi-braces::before {
    content: "";
}

.bi-bricks::before {
    content: "";
}

.bi-briefcase-fill::before {
    content: "";
}

.bi-briefcase::before {
    content: "";
}

.bi-brightness-alt-high-fill::before {
    content: "";
}

.bi-brightness-alt-high::before {
    content: "";
}

.bi-brightness-alt-low-fill::before {
    content: "";
}

.bi-brightness-alt-low::before {
    content: "";
}

.bi-brightness-high-fill::before {
    content: "";
}

.bi-brightness-high::before {
    content: "";
}

.bi-brightness-low-fill::before {
    content: "";
}

.bi-brightness-low::before {
    content: "";
}

.bi-broadcast-pin::before {
    content: "";
}

.bi-broadcast::before {
    content: "";
}

.bi-brush-fill::before {
    content: "";
}

.bi-brush::before {
    content: "";
}

.bi-bucket-fill::before {
    content: "";
}

.bi-bucket::before {
    content: "";
}

.bi-bug-fill::before {
    content: "";
}

.bi-bug::before {
    content: "";
}

.bi-building::before {
    content: "";
}

.bi-bullseye::before {
    content: "";
}

.bi-calculator-fill::before {
    content: "";
}

.bi-calculator::before {
    content: "";
}

.bi-calendar-check-fill::before {
    content: "";
}

.bi-calendar-check::before {
    content: "";
}

.bi-calendar-date-fill::before {
    content: "";
}

.bi-calendar-date::before {
    content: "";
}

.bi-calendar-day-fill::before {
    content: "";
}

.bi-calendar-day::before {
    content: "";
}

.bi-calendar-event-fill::before {
    content: "";
}

.bi-calendar-event::before {
    content: "";
}

.bi-calendar-fill::before {
    content: "";
}

.bi-calendar-minus-fill::before {
    content: "";
}

.bi-calendar-minus::before {
    content: "";
}

.bi-calendar-month-fill::before {
    content: "";
}

.bi-calendar-month::before {
    content: "";
}

.bi-calendar-plus-fill::before {
    content: "";
}

.bi-calendar-plus::before {
    content: "";
}

.bi-calendar-range-fill::before {
    content: "";
}

.bi-calendar-range::before {
    content: "";
}

.bi-calendar-week-fill::before {
    content: "";
}

.bi-calendar-week::before {
    content: "";
}

.bi-calendar-x-fill::before {
    content: "";
}

.bi-calendar-x::before {
    content: "";
}

.bi-calendar::before {
    content: "";
}

.bi-calendar2-check-fill::before {
    content: "";
}

.bi-calendar2-check::before {
    content: "";
}

.bi-calendar2-date-fill::before {
    content: "";
}

.bi-calendar2-date::before {
    content: "";
}

.bi-calendar2-day-fill::before {
    content: "";
}

.bi-calendar2-day::before {
    content: "";
}

.bi-calendar2-event-fill::before {
    content: "";
}

.bi-calendar2-event::before {
    content: "";
}

.bi-calendar2-fill::before {
    content: "";
}

.bi-calendar2-minus-fill::before {
    content: "";
}

.bi-calendar2-minus::before {
    content: "";
}

.bi-calendar2-month-fill::before {
    content: "";
}

.bi-calendar2-month::before {
    content: "";
}

.bi-calendar2-plus-fill::before {
    content: "";
}

.bi-calendar2-plus::before {
    content: "";
}

.bi-calendar2-range-fill::before {
    content: "";
}

.bi-calendar2-range::before {
    content: "";
}

.bi-calendar2-week-fill::before {
    content: "";
}

.bi-calendar2-week::before {
    content: "";
}

.bi-calendar2-x-fill::before {
    content: "";
}

.bi-calendar2-x::before {
    content: "";
}

.bi-calendar2::before {
    content: "";
}

.bi-calendar3-event-fill::before {
    content: "";
}

.bi-calendar3-event::before {
    content: "";
}

.bi-calendar3-fill::before {
    content: "";
}

.bi-calendar3-range-fill::before {
    content: "";
}

.bi-calendar3-range::before {
    content: "";
}

.bi-calendar3-week-fill::before {
    content: "";
}

.bi-calendar3-week::before {
    content: "";
}

.bi-calendar3::before {
    content: "";
}

.bi-calendar4-event::before {
    content: "";
}

.bi-calendar4-range::before {
    content: "";
}

.bi-calendar4-week::before {
    content: "";
}

.bi-calendar4::before {
    content: "";
}

.bi-camera-fill::before {
    content: "";
}

.bi-camera-reels-fill::before {
    content: "";
}

.bi-camera-reels::before {
    content: "";
}

.bi-camera-video-fill::before {
    content: "";
}

.bi-camera-video-off-fill::before {
    content: "";
}

.bi-camera-video-off::before {
    content: "";
}

.bi-camera-video::before {
    content: "";
}

.bi-camera::before {
    content: "";
}

.bi-camera2::before {
    content: "";
}

.bi-capslock-fill::before {
    content: "";
}

.bi-capslock::before {
    content: "";
}

.bi-card-checklist::before {
    content: "";
}

.bi-card-heading::before {
    content: "";
}

.bi-card-image::before {
    content: "";
}

.bi-card-list::before {
    content: "";
}

.bi-card-text::before {
    content: "";
}

.bi-caret-down-fill::before {
    content: "";
}

.bi-caret-down-square-fill::before {
    content: "";
}

.bi-caret-down-square::before {
    content: "";
}

.bi-caret-down::before {
    content: "";
}

.bi-caret-left-fill::before {
    content: "";
}

.bi-caret-left-square-fill::before {
    content: "";
}

.bi-caret-left-square::before {
    content: "";
}

.bi-caret-left::before {
    content: "";
}

.bi-caret-right-fill::before {
    content: "";
}

.bi-caret-right-square-fill::before {
    content: "";
}

.bi-caret-right-square::before {
    content: "";
}

.bi-caret-right::before {
    content: "";
}

.bi-caret-up-fill::before {
    content: "";
}

.bi-caret-up-square-fill::before {
    content: "";
}

.bi-caret-up-square::before {
    content: "";
}

.bi-caret-up::before {
    content: "";
}

.bi-cart-check-fill::before {
    content: "";
}

.bi-cart-check::before {
    content: "";
}

.bi-cart-dash-fill::before {
    content: "";
}

.bi-cart-dash::before {
    content: "";
}

.bi-cart-fill::before {
    content: "";
}

.bi-cart-plus-fill::before {
    content: "";
}

.bi-cart-plus::before {
    content: "";
}

.bi-cart-x-fill::before {
    content: "";
}

.bi-cart-x::before {
    content: "";
}

.bi-cart::before {
    content: "";
}

.bi-cart2::before {
    content: "";
}

.bi-cart3::before {
    content: "";
}

.bi-cart4::before {
    content: "";
}

.bi-cash-stack::before {
    content: "";
}

.bi-cash::before {
    content: "";
}

.bi-cast::before {
    content: "";
}

.bi-chat-dots-fill::before {
    content: "";
}

.bi-chat-dots::before {
    content: "";
}

.bi-chat-fill::before {
    content: "";
}

.bi-chat-left-dots-fill::before {
    content: "";
}

.bi-chat-left-dots::before {
    content: "";
}

.bi-chat-left-fill::before {
    content: "";
}

.bi-chat-left-quote-fill::before {
    content: "";
}

.bi-chat-left-quote::before {
    content: "";
}

.bi-chat-left-text-fill::before {
    content: "";
}

.bi-chat-left-text::before {
    content: "";
}

.bi-chat-left::before {
    content: "";
}

.bi-chat-quote-fill::before {
    content: "";
}

.bi-chat-quote::before {
    content: "";
}

.bi-chat-right-dots-fill::before {
    content: "";
}

.bi-chat-right-dots::before {
    content: "";
}

.bi-chat-right-fill::before {
    content: "";
}

.bi-chat-right-quote-fill::before {
    content: "";
}

.bi-chat-right-quote::before {
    content: "";
}

.bi-chat-right-text-fill::before {
    content: "";
}

.bi-chat-right-text::before {
    content: "";
}

.bi-chat-right::before {
    content: "";
}

.bi-chat-square-dots-fill::before {
    content: "";
}

.bi-chat-square-dots::before {
    content: "";
}

.bi-chat-square-fill::before {
    content: "";
}

.bi-chat-square-quote-fill::before {
    content: "";
}

.bi-chat-square-quote::before {
    content: "";
}

.bi-chat-square-text-fill::before {
    content: "";
}

.bi-chat-square-text::before {
    content: "";
}

.bi-chat-square::before {
    content: "";
}

.bi-chat-text-fill::before {
    content: "";
}

.bi-chat-text::before {
    content: "";
}

.bi-chat::before {
    content: "";
}

.bi-check-all::before {
    content: "";
}

.bi-check-circle-fill::before {
    content: "";
}

.bi-check-circle::before {
    content: "";
}

.bi-check-square-fill::before {
    content: "";
}

.bi-check-square::before {
    content: "";
}

.bi-check::before {
    content: "";
}

.bi-check2-all::before {
    content: "";
}

.bi-check2-circle::before {
    content: "";
}

.bi-check2-square::before {
    content: "";
}

.bi-check2::before {
    content: "";
}

.bi-chevron-bar-contract::before {
    content: "";
}

.bi-chevron-bar-down::before {
    content: "";
}

.bi-chevron-bar-expand::before {
    content: "";
}

.bi-chevron-bar-left::before {
    content: "";
}

.bi-chevron-bar-right::before {
    content: "";
}

.bi-chevron-bar-up::before {
    content: "";
}

.bi-chevron-compact-down::before {
    content: "";
}

.bi-chevron-compact-left::before {
    content: "";
}

.bi-chevron-compact-right::before {
    content: "";
}

.bi-chevron-compact-up::before {
    content: "";
}

.bi-chevron-contract::before {
    content: "";
}

.bi-chevron-double-down::before {
    content: "";
}

.bi-chevron-double-left::before {
    content: "";
}

.bi-chevron-double-right::before {
    content: "";
}

.bi-chevron-double-up::before {
    content: "";
}

.bi-chevron-down::before {
    content: "";
}

.bi-chevron-expand::before {
    content: "";
}

.bi-chevron-left::before {
    content: "";
}

.bi-chevron-right::before {
    content: "";
}

.bi-chevron-up::before {
    content: "";
}

.bi-circle-fill::before {
    content: "";
}

.bi-circle-half::before {
    content: "";
}

.bi-circle-square::before {
    content: "";
}

.bi-circle::before {
    content: "";
}

.bi-clipboard-check::before {
    content: "";
}

.bi-clipboard-data::before {
    content: "";
}

.bi-clipboard-minus::before {
    content: "";
}

.bi-clipboard-plus::before {
    content: "";
}

.bi-clipboard-x::before {
    content: "";
}

.bi-clipboard::before {
    content: "";
}

.bi-clock-fill::before {
    content: "";
}

.bi-clock-history::before {
    content: "";
}

.bi-clock::before {
    content: "";
}

.bi-cloud-arrow-down-fill::before {
    content: "";
}

.bi-cloud-arrow-down::before {
    content: "";
}

.bi-cloud-arrow-up-fill::before {
    content: "";
}

.bi-cloud-arrow-up::before {
    content: "";
}

.bi-cloud-check-fill::before {
    content: "";
}

.bi-cloud-check::before {
    content: "";
}

.bi-cloud-download-fill::before {
    content: "";
}

.bi-cloud-download::before {
    content: "";
}

.bi-cloud-drizzle-fill::before {
    content: "";
}

.bi-cloud-drizzle::before {
    content: "";
}

.bi-cloud-fill::before {
    content: "";
}

.bi-cloud-fog-fill::before {
    content: "";
}

.bi-cloud-fog::before {
    content: "";
}

.bi-cloud-fog2-fill::before {
    content: "";
}

.bi-cloud-fog2::before {
    content: "";
}

.bi-cloud-hail-fill::before {
    content: "";
}

.bi-cloud-hail::before {
    content: "";
}

.bi-cloud-haze-1::before {
    content: "";
}

.bi-cloud-haze-fill::before {
    content: "";
}

.bi-cloud-haze::before {
    content: "";
}

.bi-cloud-haze2-fill::before {
    content: "";
}

.bi-cloud-lightning-fill::before {
    content: "";
}

.bi-cloud-lightning-rain-fill::before {
    content: "";
}

.bi-cloud-lightning-rain::before {
    content: "";
}

.bi-cloud-lightning::before {
    content: "";
}

.bi-cloud-minus-fill::before {
    content: "";
}

.bi-cloud-minus::before {
    content: "";
}

.bi-cloud-moon-fill::before {
    content: "";
}

.bi-cloud-moon::before {
    content: "";
}

.bi-cloud-plus-fill::before {
    content: "";
}

.bi-cloud-plus::before {
    content: "";
}

.bi-cloud-rain-fill::before {
    content: "";
}

.bi-cloud-rain-heavy-fill::before {
    content: "";
}

.bi-cloud-rain-heavy::before {
    content: "";
}

.bi-cloud-rain::before {
    content: "";
}

.bi-cloud-slash-fill::before {
    content: "";
}

.bi-cloud-slash::before {
    content: "";
}

.bi-cloud-sleet-fill::before {
    content: "";
}

.bi-cloud-sleet::before {
    content: "";
}

.bi-cloud-snow-fill::before {
    content: "";
}

.bi-cloud-snow::before {
    content: "";
}

.bi-cloud-sun-fill::before {
    content: "";
}

.bi-cloud-sun::before {
    content: "";
}

.bi-cloud-upload-fill::before {
    content: "";
}

.bi-cloud-upload::before {
    content: "";
}

.bi-cloud::before {
    content: "";
}

.bi-clouds-fill::before {
    content: "";
}

.bi-clouds::before {
    content: "";
}

.bi-cloudy-fill::before {
    content: "";
}

.bi-cloudy::before {
    content: "";
}

.bi-code-slash::before {
    content: "";
}

.bi-code-square::before {
    content: "";
}

.bi-code::before {
    content: "";
}

.bi-collection-fill::before {
    content: "";
}

.bi-collection-play-fill::before {
    content: "";
}

.bi-collection-play::before {
    content: "";
}

.bi-collection::before {
    content: "";
}

.bi-columns-gap::before {
    content: "";
}

.bi-columns::before {
    content: "";
}

.bi-command::before {
    content: "";
}

.bi-compass-fill::before {
    content: "";
}

.bi-compass::before {
    content: "";
}

.bi-cone-striped::before {
    content: "";
}

.bi-cone::before {
    content: "";
}

.bi-controller::before {
    content: "";
}

.bi-cpu-fill::before {
    content: "";
}

.bi-cpu::before {
    content: "";
}

.bi-credit-card-2-back-fill::before {
    content: "";
}

.bi-credit-card-2-back::before {
    content: "";
}

.bi-credit-card-2-front-fill::before {
    content: "";
}

.bi-credit-card-2-front::before {
    content: "";
}

.bi-credit-card-fill::before {
    content: "";
}

.bi-credit-card::before {
    content: "";
}

.bi-crop::before {
    content: "";
}

.bi-cup-fill::before {
    content: "";
}

.bi-cup-straw::before {
    content: "";
}

.bi-cup::before {
    content: "";
}

.bi-cursor-fill::before {
    content: "";
}

.bi-cursor-text::before {
    content: "";
}

.bi-cursor::before {
    content: "";
}

.bi-dash-circle-dotted::before {
    content: "";
}

.bi-dash-circle-fill::before {
    content: "";
}

.bi-dash-circle::before {
    content: "";
}

.bi-dash-square-dotted::before {
    content: "";
}

.bi-dash-square-fill::before {
    content: "";
}

.bi-dash-square::before {
    content: "";
}

.bi-dash::before {
    content: "";
}

.bi-diagram-2-fill::before {
    content: "";
}

.bi-diagram-2::before {
    content: "";
}

.bi-diagram-3-fill::before {
    content: "";
}

.bi-diagram-3::before {
    content: "";
}

.bi-diamond-fill::before {
    content: "";
}

.bi-diamond-half::before {
    content: "";
}

.bi-diamond::before {
    content: "";
}

.bi-dice-1-fill::before {
    content: "";
}

.bi-dice-1::before {
    content: "";
}

.bi-dice-2-fill::before {
    content: "";
}

.bi-dice-2::before {
    content: "";
}

.bi-dice-3-fill::before {
    content: "";
}

.bi-dice-3::before {
    content: "";
}

.bi-dice-4-fill::before {
    content: "";
}

.bi-dice-4::before {
    content: "";
}

.bi-dice-5-fill::before {
    content: "";
}

.bi-dice-5::before {
    content: "";
}

.bi-dice-6-fill::before {
    content: "";
}

.bi-dice-6::before {
    content: "";
}

.bi-disc-fill::before {
    content: "";
}

.bi-disc::before {
    content: "";
}

.bi-discord::before {
    content: "";
}

.bi-display-fill::before {
    content: "";
}

.bi-display::before {
    content: "";
}

.bi-distribute-horizontal::before {
    content: "";
}

.bi-distribute-vertical::before {
    content: "";
}

.bi-door-closed-fill::before {
    content: "";
}

.bi-door-closed::before {
    content: "";
}

.bi-door-open-fill::before {
    content: "";
}

.bi-door-open::before {
    content: "";
}

.bi-dot::before {
    content: "";
}

.bi-download::before {
    content: "";
}

.bi-droplet-fill::before {
    content: "";
}

.bi-droplet-half::before {
    content: "";
}

.bi-droplet::before {
    content: "";
}

.bi-earbuds::before {
    content: "";
}

.bi-easel-fill::before {
    content: "";
}

.bi-easel::before {
    content: "";
}

.bi-egg-fill::before {
    content: "";
}

.bi-egg-fried::before {
    content: "";
}

.bi-egg::before {
    content: "";
}

.bi-eject-fill::before {
    content: "";
}

.bi-eject::before {
    content: "";
}

.bi-emoji-angry-fill::before {
    content: "";
}

.bi-emoji-angry::before {
    content: "";
}

.bi-emoji-dizzy-fill::before {
    content: "";
}

.bi-emoji-dizzy::before {
    content: "";
}

.bi-emoji-expressionless-fill::before {
    content: "";
}

.bi-emoji-expressionless::before {
    content: "";
}

.bi-emoji-frown-fill::before {
    content: "";
}

.bi-emoji-frown::before {
    content: "";
}

.bi-emoji-heart-eyes-fill::before {
    content: "";
}

.bi-emoji-heart-eyes::before {
    content: "";
}

.bi-emoji-laughing-fill::before {
    content: "";
}

.bi-emoji-laughing::before {
    content: "";
}

.bi-emoji-neutral-fill::before {
    content: "";
}

.bi-emoji-neutral::before {
    content: "";
}

.bi-emoji-smile-fill::before {
    content: "";
}

.bi-emoji-smile-upside-down-fill::before {
    content: "";
}

.bi-emoji-smile-upside-down::before {
    content: "";
}

.bi-emoji-smile::before {
    content: "";
}

.bi-emoji-sunglasses-fill::before {
    content: "";
}

.bi-emoji-sunglasses::before {
    content: "";
}

.bi-emoji-wink-fill::before {
    content: "";
}

.bi-emoji-wink::before {
    content: "";
}

.bi-envelope-fill::before {
    content: "";
}

.bi-envelope-open-fill::before {
    content: "";
}

.bi-envelope-open::before {
    content: "";
}

.bi-envelope::before {
    content: "";
}

.bi-eraser-fill::before {
    content: "";
}

.bi-eraser::before {
    content: "";
}

.bi-exclamation-circle-fill::before {
    content: "";
}

.bi-exclamation-circle::before {
    content: "";
}

.bi-exclamation-diamond-fill::before {
    content: "";
}

.bi-exclamation-diamond::before {
    content: "";
}

.bi-exclamation-octagon-fill::before {
    content: "";
}

.bi-exclamation-octagon::before {
    content: "";
}

.bi-exclamation-square-fill::before {
    content: "";
}

.bi-exclamation-square::before {
    content: "";
}

.bi-exclamation-triangle-fill::before {
    content: "";
}

.bi-exclamation-triangle::before {
    content: "";
}

.bi-exclamation::before {
    content: "";
}

.bi-exclude::before {
    content: "";
}

.bi-eye-fill::before {
    content: "";
}

.bi-eye-slash-fill::before {
    content: "";
}

.bi-eye-slash::before {
    content: "";
}

.bi-eye::before {
    content: "";
}

.bi-eyedropper::before {
    content: "";
}

.bi-eyeglasses::before {
    content: "";
}

.bi-facebook::before {
    content: "";
}

.bi-file-arrow-down-fill::before {
    content: "";
}

.bi-file-arrow-down::before {
    content: "";
}

.bi-file-arrow-up-fill::before {
    content: "";
}

.bi-file-arrow-up::before {
    content: "";
}

.bi-file-bar-graph-fill::before {
    content: "";
}

.bi-file-bar-graph::before {
    content: "";
}

.bi-file-binary-fill::before {
    content: "";
}

.bi-file-binary::before {
    content: "";
}

.bi-file-break-fill::before {
    content: "";
}

.bi-file-break::before {
    content: "";
}

.bi-file-check-fill::before {
    content: "";
}

.bi-file-check::before {
    content: "";
}

.bi-file-code-fill::before {
    content: "";
}

.bi-file-code::before {
    content: "";
}

.bi-file-diff-fill::before {
    content: "";
}

.bi-file-diff::before {
    content: "";
}

.bi-file-earmark-arrow-down-fill::before {
    content: "";
}

.bi-file-earmark-arrow-down::before {
    content: "";
}

.bi-file-earmark-arrow-up-fill::before {
    content: "";
}

.bi-file-earmark-arrow-up::before {
    content: "";
}

.bi-file-earmark-bar-graph-fill::before {
    content: "";
}

.bi-file-earmark-bar-graph::before {
    content: "";
}

.bi-file-earmark-binary-fill::before {
    content: "";
}

.bi-file-earmark-binary::before {
    content: "";
}

.bi-file-earmark-break-fill::before {
    content: "";
}

.bi-file-earmark-break::before {
    content: "";
}

.bi-file-earmark-check-fill::before {
    content: "";
}

.bi-file-earmark-check::before {
    content: "";
}

.bi-file-earmark-code-fill::before {
    content: "";
}

.bi-file-earmark-code::before {
    content: "";
}

.bi-file-earmark-diff-fill::before {
    content: "";
}

.bi-file-earmark-diff::before {
    content: "";
}

.bi-file-earmark-easel-fill::before {
    content: "";
}

.bi-file-earmark-easel::before {
    content: "";
}

.bi-file-earmark-excel-fill::before {
    content: "";
}

.bi-file-earmark-excel::before {
    content: "";
}

.bi-file-earmark-fill::before {
    content: "";
}

.bi-file-earmark-font-fill::before {
    content: "";
}

.bi-file-earmark-font::before {
    content: "";
}

.bi-file-earmark-image-fill::before {
    content: "";
}

.bi-file-earmark-image::before {
    content: "";
}

.bi-file-earmark-lock-fill::before {
    content: "";
}

.bi-file-earmark-lock::before {
    content: "";
}

.bi-file-earmark-lock2-fill::before {
    content: "";
}

.bi-file-earmark-lock2::before {
    content: "";
}

.bi-file-earmark-medical-fill::before {
    content: "";
}

.bi-file-earmark-medical::before {
    content: "";
}

.bi-file-earmark-minus-fill::before {
    content: "";
}

.bi-file-earmark-minus::before {
    content: "";
}

.bi-file-earmark-music-fill::before {
    content: "";
}

.bi-file-earmark-music::before {
    content: "";
}

.bi-file-earmark-person-fill::before {
    content: "";
}

.bi-file-earmark-person::before {
    content: "";
}

.bi-file-earmark-play-fill::before {
    content: "";
}

.bi-file-earmark-play::before {
    content: "";
}

.bi-file-earmark-plus-fill::before {
    content: "";
}

.bi-file-earmark-plus::before {
    content: "";
}

.bi-file-earmark-post-fill::before {
    content: "";
}

.bi-file-earmark-post::before {
    content: "";
}

.bi-file-earmark-ppt-fill::before {
    content: "";
}

.bi-file-earmark-ppt::before {
    content: "";
}

.bi-file-earmark-richtext-fill::before {
    content: "";
}

.bi-file-earmark-richtext::before {
    content: "";
}

.bi-file-earmark-ruled-fill::before {
    content: "";
}

.bi-file-earmark-ruled::before {
    content: "";
}

.bi-file-earmark-slides-fill::before {
    content: "";
}

.bi-file-earmark-slides::before {
    content: "";
}

.bi-file-earmark-spreadsheet-fill::before {
    content: "";
}

.bi-file-earmark-spreadsheet::before {
    content: "";
}

.bi-file-earmark-text-fill::before {
    content: "";
}

.bi-file-earmark-text::before {
    content: "";
}

.bi-file-earmark-word-fill::before {
    content: "";
}

.bi-file-earmark-word::before {
    content: "";
}

.bi-file-earmark-x-fill::before {
    content: "";
}

.bi-file-earmark-x::before {
    content: "";
}

.bi-file-earmark-zip-fill::before {
    content: "";
}

.bi-file-earmark-zip::before {
    content: "";
}

.bi-file-earmark::before {
    content: "";
}

.bi-file-easel-fill::before {
    content: "";
}

.bi-file-easel::before {
    content: "";
}

.bi-file-excel-fill::before {
    content: "";
}

.bi-file-excel::before {
    content: "";
}

.bi-file-fill::before {
    content: "";
}

.bi-file-font-fill::before {
    content: "";
}

.bi-file-font::before {
    content: "";
}

.bi-file-image-fill::before {
    content: "";
}

.bi-file-image::before {
    content: "";
}

.bi-file-lock-fill::before {
    content: "";
}

.bi-file-lock::before {
    content: "";
}

.bi-file-lock2-fill::before {
    content: "";
}

.bi-file-lock2::before {
    content: "";
}

.bi-file-medical-fill::before {
    content: "";
}

.bi-file-medical::before {
    content: "";
}

.bi-file-minus-fill::before {
    content: "";
}

.bi-file-minus::before {
    content: "";
}

.bi-file-music-fill::before {
    content: "";
}

.bi-file-music::before {
    content: "";
}

.bi-file-person-fill::before {
    content: "";
}

.bi-file-person::before {
    content: "";
}

.bi-file-play-fill::before {
    content: "";
}

.bi-file-play::before {
    content: "";
}

.bi-file-plus-fill::before {
    content: "";
}

.bi-file-plus::before {
    content: "";
}

.bi-file-post-fill::before {
    content: "";
}

.bi-file-post::before {
    content: "";
}

.bi-file-ppt-fill::before {
    content: "";
}

.bi-file-ppt::before {
    content: "";
}

.bi-file-richtext-fill::before {
    content: "";
}

.bi-file-richtext::before {
    content: "";
}

.bi-file-ruled-fill::before {
    content: "";
}

.bi-file-ruled::before {
    content: "";
}

.bi-file-slides-fill::before {
    content: "";
}

.bi-file-slides::before {
    content: "";
}

.bi-file-spreadsheet-fill::before {
    content: "";
}

.bi-file-spreadsheet::before {
    content: "";
}

.bi-file-text-fill::before {
    content: "";
}

.bi-file-text::before {
    content: "";
}

.bi-file-word-fill::before {
    content: "";
}

.bi-file-word::before {
    content: "";
}

.bi-file-x-fill::before {
    content: "";
}

.bi-file-x::before {
    content: "";
}

.bi-file-zip-fill::before {
    content: "";
}

.bi-file-zip::before {
    content: "";
}

.bi-file::before {
    content: "";
}

.bi-files-alt::before {
    content: "";
}

.bi-files::before {
    content: "";
}

.bi-film::before {
    content: "";
}

.bi-filter-circle-fill::before {
    content: "";
}

.bi-filter-circle::before {
    content: "";
}

.bi-filter-left::before {
    content: "";
}

.bi-filter-right::before {
    content: "";
}

.bi-filter-square-fill::before {
    content: "";
}

.bi-filter-square::before {
    content: "";
}

.bi-filter::before {
    content: "";
}

.bi-flag-fill::before {
    content: "";
}

.bi-flag::before {
    content: "";
}

.bi-flower1::before {
    content: "";
}

.bi-flower2::before {
    content: "";
}

.bi-flower3::before {
    content: "";
}

.bi-folder-check::before {
    content: "";
}

.bi-folder-fill::before {
    content: "";
}

.bi-folder-minus::before {
    content: "";
}

.bi-folder-plus::before {
    content: "";
}

.bi-folder-symlink-fill::before {
    content: "";
}

.bi-folder-symlink::before {
    content: "";
}

.bi-folder-x::before {
    content: "";
}

.bi-folder::before {
    content: "";
}

.bi-folder2-open::before {
    content: "";
}

.bi-folder2::before {
    content: "";
}

.bi-fonts::before {
    content: "";
}

.bi-forward-fill::before {
    content: "";
}

.bi-forward::before {
    content: "";
}

.bi-front::before {
    content: "";
}

.bi-fullscreen-exit::before {
    content: "";
}

.bi-fullscreen::before {
    content: "";
}

.bi-funnel-fill::before {
    content: "";
}

.bi-funnel::before {
    content: "";
}

.bi-gear-fill::before {
    content: "";
}

.bi-gear-wide-connected::before {
    content: "";
}

.bi-gear-wide::before {
    content: "";
}

.bi-gear::before {
    content: "";
}

.bi-gem::before {
    content: "";
}

.bi-geo-alt-fill::before {
    content: "";
}

.bi-geo-alt::before {
    content: "";
}

.bi-geo-fill::before {
    content: "";
}

.bi-geo::before {
    content: "";
}

.bi-gift-fill::before {
    content: "";
}

.bi-gift::before {
    content: "";
}

.bi-github::before {
    content: "";
}

.bi-globe::before {
    content: "";
}

.bi-globe2::before {
    content: "";
}

.bi-google::before {
    content: "";
}

.bi-graph-down::before {
    content: "";
}

.bi-graph-up::before {
    content: "";
}

.bi-grid-1x2-fill::before {
    content: "";
}

.bi-grid-1x2::before {
    content: "";
}

.bi-grid-3x2-gap-fill::before {
    content: "";
}

.bi-grid-3x2-gap::before {
    content: "";
}

.bi-grid-3x2::before {
    content: "";
}

.bi-grid-3x3-gap-fill::before {
    content: "";
}

.bi-grid-3x3-gap::before {
    content: "";
}

.bi-grid-3x3::before {
    content: "";
}

.bi-grid-fill::before {
    content: "";
}

.bi-grid::before {
    content: "";
}

.bi-grip-horizontal::before {
    content: "";
}

.bi-grip-vertical::before {
    content: "";
}

.bi-hammer::before {
    content: "";
}

.bi-hand-index-fill::before {
    content: "";
}

.bi-hand-index-thumb-fill::before {
    content: "";
}

.bi-hand-index-thumb::before {
    content: "";
}

.bi-hand-index::before {
    content: "";
}

.bi-hand-thumbs-down-fill::before {
    content: "";
}

.bi-hand-thumbs-down::before {
    content: "";
}

.bi-hand-thumbs-up-fill::before {
    content: "";
}

.bi-hand-thumbs-up::before {
    content: "";
}

.bi-handbag-fill::before {
    content: "";
}

.bi-handbag::before {
    content: "";
}

.bi-hash::before {
    content: "";
}

.bi-hdd-fill::before {
    content: "";
}

.bi-hdd-network-fill::before {
    content: "";
}

.bi-hdd-network::before {
    content: "";
}

.bi-hdd-rack-fill::before {
    content: "";
}

.bi-hdd-rack::before {
    content: "";
}

.bi-hdd-stack-fill::before {
    content: "";
}

.bi-hdd-stack::before {
    content: "";
}

.bi-hdd::before {
    content: "";
}

.bi-headphones::before {
    content: "";
}

.bi-headset::before {
    content: "";
}

.bi-heart-fill::before {
    content: "";
}

.bi-heart-half::before {
    content: "";
}

.bi-heart::before {
    content: "";
}

.bi-heptagon-fill::before {
    content: "";
}

.bi-heptagon-half::before {
    content: "";
}

.bi-heptagon::before {
    content: "";
}

.bi-hexagon-fill::before {
    content: "";
}

.bi-hexagon-half::before {
    content: "";
}

.bi-hexagon::before {
    content: "";
}

.bi-hourglass-bottom::before {
    content: "";
}

.bi-hourglass-split::before {
    content: "";
}

.bi-hourglass-top::before {
    content: "";
}

.bi-hourglass::before {
    content: "";
}

.bi-house-door-fill::before {
    content: "";
}

.bi-house-door::before {
    content: "";
}

.bi-house-fill::before {
    content: "";
}

.bi-house::before {
    content: "";
}

.bi-hr::before {
    content: "";
}

.bi-hurricane::before {
    content: "";
}

.bi-image-alt::before {
    content: "";
}

.bi-image-fill::before {
    content: "";
}

.bi-image::before {
    content: "";
}

.bi-images::before {
    content: "";
}

.bi-inbox-fill::before {
    content: "";
}

.bi-inbox::before {
    content: "";
}

.bi-inboxes-fill::before {
    content: "";
}

.bi-inboxes::before {
    content: "";
}

.bi-info-circle-fill::before {
    content: "";
}

.bi-info-circle::before {
    content: "";
}

.bi-info-square-fill::before {
    content: "";
}

.bi-info-square::before {
    content: "";
}

.bi-info::before {
    content: "";
}

.bi-input-cursor-text::before {
    content: "";
}

.bi-input-cursor::before {
    content: "";
}

.bi-instagram::before {
    content: "";
}

.bi-intersect::before {
    content: "";
}

.bi-journal-album::before {
    content: "";
}

.bi-journal-arrow-down::before {
    content: "";
}

.bi-journal-arrow-up::before {
    content: "";
}

.bi-journal-bookmark-fill::before {
    content: "";
}

.bi-journal-bookmark::before {
    content: "";
}

.bi-journal-check::before {
    content: "";
}

.bi-journal-code::before {
    content: "";
}

.bi-journal-medical::before {
    content: "";
}

.bi-journal-minus::before {
    content: "";
}

.bi-journal-plus::before {
    content: "";
}

.bi-journal-richtext::before {
    content: "";
}

.bi-journal-text::before {
    content: "";
}

.bi-journal-x::before {
    content: "";
}

.bi-journal::before {
    content: "";
}

.bi-journals::before {
    content: "";
}

.bi-joystick::before {
    content: "";
}

.bi-justify-left::before {
    content: "";
}

.bi-justify-right::before {
    content: "";
}

.bi-justify::before {
    content: "";
}

.bi-kanban-fill::before {
    content: "";
}

.bi-kanban::before {
    content: "";
}

.bi-key-fill::before {
    content: "";
}

.bi-key::before {
    content: "";
}

.bi-keyboard-fill::before {
    content: "";
}

.bi-keyboard::before {
    content: "";
}

.bi-ladder::before {
    content: "";
}

.bi-lamp-fill::before {
    content: "";
}

.bi-lamp::before {
    content: "";
}

.bi-laptop-fill::before {
    content: "";
}

.bi-laptop::before {
    content: "";
}

.bi-layer-backward::before {
    content: "";
}

.bi-layer-forward::before {
    content: "";
}

.bi-layers-fill::before {
    content: "";
}

.bi-layers-half::before {
    content: "";
}

.bi-layers::before {
    content: "";
}

.bi-layout-sidebar-inset-reverse::before {
    content: "";
}

.bi-layout-sidebar-inset::before {
    content: "";
}

.bi-layout-sidebar-reverse::before {
    content: "";
}

.bi-layout-sidebar::before {
    content: "";
}

.bi-layout-split::before {
    content: "";
}

.bi-layout-text-sidebar-reverse::before {
    content: "";
}

.bi-layout-text-sidebar::before {
    content: "";
}

.bi-layout-text-window-reverse::before {
    content: "";
}

.bi-layout-text-window::before {
    content: "";
}

.bi-layout-three-columns::before {
    content: "";
}

.bi-layout-wtf::before {
    content: "";
}

.bi-life-preserver::before {
    content: "";
}

.bi-lightbulb-fill::before {
    content: "";
}

.bi-lightbulb-off-fill::before {
    content: "";
}

.bi-lightbulb-off::before {
    content: "";
}

.bi-lightbulb::before {
    content: "";
}

.bi-lightning-charge-fill::before {
    content: "";
}

.bi-lightning-charge::before {
    content: "";
}

.bi-lightning-fill::before {
    content: "";
}

.bi-lightning::before {
    content: "";
}

.bi-link-45deg::before {
    content: "";
}

.bi-link::before {
    content: "";
}

.bi-linkedin::before {
    content: "";
}

.bi-list-check::before {
    content: "";
}

.bi-list-nested::before {
    content: "";
}

.bi-list-ol::before {
    content: "";
}

.bi-list-stars::before {
    content: "";
}

.bi-list-task::before {
    content: "";
}

.bi-list-ul::before {
    content: "";
}

.bi-list::before {
    content: "";
}

.bi-lock-fill::before {
    content: "";
}

.bi-lock::before {
    content: "";
}

.bi-mailbox::before {
    content: "";
}

.bi-mailbox2::before {
    content: "";
}

.bi-map-fill::before {
    content: "";
}

.bi-map::before {
    content: "";
}

.bi-markdown-fill::before {
    content: "";
}

.bi-markdown::before {
    content: "";
}

.bi-mask::before {
    content: "";
}

.bi-megaphone-fill::before {
    content: "";
}

.bi-megaphone::before {
    content: "";
}

.bi-menu-app-fill::before {
    content: "";
}

.bi-menu-app::before {
    content: "";
}

.bi-menu-button-fill::before {
    content: "";
}

.bi-menu-button-wide-fill::before {
    content: "";
}

.bi-menu-button-wide::before {
    content: "";
}

.bi-menu-button::before {
    content: "";
}

.bi-menu-down::before {
    content: "";
}

.bi-menu-up::before {
    content: "";
}

.bi-mic-fill::before {
    content: "";
}

.bi-mic-mute-fill::before {
    content: "";
}

.bi-mic-mute::before {
    content: "";
}

.bi-mic::before {
    content: "";
}

.bi-minecart-loaded::before {
    content: "";
}

.bi-minecart::before {
    content: "";
}

.bi-moisture::before {
    content: "";
}

.bi-moon-fill::before {
    content: "";
}

.bi-moon-stars-fill::before {
    content: "";
}

.bi-moon-stars::before {
    content: "";
}

.bi-moon::before {
    content: "";
}

.bi-mouse-fill::before {
    content: "";
}

.bi-mouse::before {
    content: "";
}

.bi-mouse2-fill::before {
    content: "";
}

.bi-mouse2::before {
    content: "";
}

.bi-mouse3-fill::before {
    content: "";
}

.bi-mouse3::before {
    content: "";
}

.bi-music-note-beamed::before {
    content: "";
}

.bi-music-note-list::before {
    content: "";
}

.bi-music-note::before {
    content: "";
}

.bi-music-player-fill::before {
    content: "";
}

.bi-music-player::before {
    content: "";
}

.bi-newspaper::before {
    content: "";
}

.bi-node-minus-fill::before {
    content: "";
}

.bi-node-minus::before {
    content: "";
}

.bi-node-plus-fill::before {
    content: "";
}

.bi-node-plus::before {
    content: "";
}

.bi-nut-fill::before {
    content: "";
}

.bi-nut::before {
    content: "";
}

.bi-octagon-fill::before {
    content: "";
}

.bi-octagon-half::before {
    content: "";
}

.bi-octagon::before {
    content: "";
}

.bi-option::before {
    content: "";
}

.bi-outlet::before {
    content: "";
}

.bi-paint-bucket::before {
    content: "";
}

.bi-palette-fill::before {
    content: "";
}

.bi-palette::before {
    content: "";
}

.bi-palette2::before {
    content: "";
}

.bi-paperclip::before {
    content: "";
}

.bi-paragraph::before {
    content: "";
}

.bi-patch-check-fill::before {
    content: "";
}

.bi-patch-check::before {
    content: "";
}

.bi-patch-exclamation-fill::before {
    content: "";
}

.bi-patch-exclamation::before {
    content: "";
}

.bi-patch-minus-fill::before {
    content: "";
}

.bi-patch-minus::before {
    content: "";
}

.bi-patch-plus-fill::before {
    content: "";
}

.bi-patch-plus::before {
    content: "";
}

.bi-patch-question-fill::before {
    content: "";
}

.bi-patch-question::before {
    content: "";
}

.bi-pause-btn-fill::before {
    content: "";
}

.bi-pause-btn::before {
    content: "";
}

.bi-pause-circle-fill::before {
    content: "";
}

.bi-pause-circle::before {
    content: "";
}

.bi-pause-fill::before {
    content: "";
}

.bi-pause::before {
    content: "";
}

.bi-peace-fill::before {
    content: "";
}

.bi-peace::before {
    content: "";
}

.bi-pen-fill::before {
    content: "";
}

.bi-pen::before {
    content: "";
}

.bi-pencil-fill::before {
    content: "";
}

.bi-pencil-square::before {
    content: "";
}

.bi-pencil::before {
    content: "";
}

.bi-pentagon-fill::before {
    content: "";
}

.bi-pentagon-half::before {
    content: "";
}

.bi-pentagon::before {
    content: "";
}

.bi-people-fill::before {
    content: "";
}

.bi-people::before {
    content: "";
}

.bi-percent::before {
    content: "";
}

.bi-person-badge-fill::before {
    content: "";
}

.bi-person-badge::before {
    content: "";
}

.bi-person-bounding-box::before {
    content: "";
}

.bi-person-check-fill::before {
    content: "";
}

.bi-person-check::before {
    content: "";
}

.bi-person-circle::before {
    content: "";
}

.bi-person-dash-fill::before {
    content: "";
}

.bi-person-dash::before {
    content: "";
}

.bi-person-fill::before {
    content: "";
}

.bi-person-lines-fill::before {
    content: "";
}

.bi-person-plus-fill::before {
    content: "";
}

.bi-person-plus::before {
    content: "";
}

.bi-person-square::before {
    content: "";
}

.bi-person-x-fill::before {
    content: "";
}

.bi-person-x::before {
    content: "";
}

.bi-person::before {
    content: "";
}

.bi-phone-fill::before {
    content: "";
}

.bi-phone-landscape-fill::before {
    content: "";
}

.bi-phone-landscape::before {
    content: "";
}

.bi-phone-vibrate-fill::before {
    content: "";
}

.bi-phone-vibrate::before {
    content: "";
}

.bi-phone::before {
    content: "";
}

.bi-pie-chart-fill::before {
    content: "";
}

.bi-pie-chart::before {
    content: "";
}

.bi-pin-angle-fill::before {
    content: "";
}

.bi-pin-angle::before {
    content: "";
}

.bi-pin-fill::before {
    content: "";
}

.bi-pin::before {
    content: "";
}

.bi-pip-fill::before {
    content: "";
}

.bi-pip::before {
    content: "";
}

.bi-play-btn-fill::before {
    content: "";
}

.bi-play-btn::before {
    content: "";
}

.bi-play-circle-fill::before {
    content: "";
}

.bi-play-circle::before {
    content: "";
}

.bi-play-fill::before {
    content: "";
}

.bi-play::before {
    content: "";
}

.bi-plug-fill::before {
    content: "";
}

.bi-plug::before {
    content: "";
}

.bi-plus-circle-dotted::before {
    content: "";
}

.bi-plus-circle-fill::before {
    content: "";
}

.bi-plus-circle::before {
    content: "";
}

.bi-plus-square-dotted::before {
    content: "";
}

.bi-plus-square-fill::before {
    content: "";
}

.bi-plus-square::before {
    content: "";
}

.bi-plus::before {
    content: "";
}

.bi-power::before {
    content: "";
}

.bi-printer-fill::before {
    content: "";
}

.bi-printer::before {
    content: "";
}

.bi-puzzle-fill::before {
    content: "";
}

.bi-puzzle::before {
    content: "";
}

.bi-question-circle-fill::before {
    content: "";
}

.bi-question-circle::before {
    content: "";
}

.bi-question-diamond-fill::before {
    content: "";
}

.bi-question-diamond::before {
    content: "";
}

.bi-question-octagon-fill::before {
    content: "";
}

.bi-question-octagon::before {
    content: "";
}

.bi-question-square-fill::before {
    content: "";
}

.bi-question-square::before {
    content: "";
}

.bi-question::before {
    content: "";
}

.bi-rainbow::before {
    content: "";
}

.bi-receipt-cutoff::before {
    content: "";
}

.bi-receipt::before {
    content: "";
}

.bi-reception-0::before {
    content: "";
}

.bi-reception-1::before {
    content: "";
}

.bi-reception-2::before {
    content: "";
}

.bi-reception-3::before {
    content: "";
}

.bi-reception-4::before {
    content: "";
}

.bi-record-btn-fill::before {
    content: "";
}

.bi-record-btn::before {
    content: "";
}

.bi-record-circle-fill::before {
    content: "";
}

.bi-record-circle::before {
    content: "";
}

.bi-record-fill::before {
    content: "";
}

.bi-record::before {
    content: "";
}

.bi-record2-fill::before {
    content: "";
}

.bi-record2::before {
    content: "";
}

.bi-reply-all-fill::before {
    content: "";
}

.bi-reply-all::before {
    content: "";
}

.bi-reply-fill::before {
    content: "";
}

.bi-reply::before {
    content: "";
}

.bi-rss-fill::before {
    content: "";
}

.bi-rss::before {
    content: "";
}

.bi-rulers::before {
    content: "";
}

.bi-save-fill::before {
    content: "";
}

.bi-save::before {
    content: "";
}

.bi-save2-fill::before {
    content: "";
}

.bi-save2::before {
    content: "";
}

.bi-scissors::before {
    content: "";
}

.bi-screwdriver::before {
    content: "";
}

.bi-search::before {
    content: "";
}

.bi-segmented-nav::before {
    content: "";
}

.bi-server::before {
    content: "";
}

.bi-share-fill::before {
    content: "";
}

.bi-share::before {
    content: "";
}

.bi-shield-check::before {
    content: "";
}

.bi-shield-exclamation::before {
    content: "";
}

.bi-shield-fill-check::before {
    content: "";
}

.bi-shield-fill-exclamation::before {
    content: "";
}

.bi-shield-fill-minus::before {
    content: "";
}

.bi-shield-fill-plus::before {
    content: "";
}

.bi-shield-fill-x::before {
    content: "";
}

.bi-shield-fill::before {
    content: "";
}

.bi-shield-lock-fill::before {
    content: "";
}

.bi-shield-lock::before {
    content: "";
}

.bi-shield-minus::before {
    content: "";
}

.bi-shield-plus::before {
    content: "";
}

.bi-shield-shaded::before {
    content: "";
}

.bi-shield-slash-fill::before {
    content: "";
}

.bi-shield-slash::before {
    content: "";
}

.bi-shield-x::before {
    content: "";
}

.bi-shield::before {
    content: "";
}

.bi-shift-fill::before {
    content: "";
}

.bi-shift::before {
    content: "";
}

.bi-shop-window::before {
    content: "";
}

.bi-shop::before {
    content: "";
}

.bi-shuffle::before {
    content: "";
}

.bi-signpost-2-fill::before {
    content: "";
}

.bi-signpost-2::before {
    content: "";
}

.bi-signpost-fill::before {
    content: "";
}

.bi-signpost-split-fill::before {
    content: "";
}

.bi-signpost-split::before {
    content: "";
}

.bi-signpost::before {
    content: "";
}

.bi-sim-fill::before {
    content: "";
}

.bi-sim::before {
    content: "";
}

.bi-skip-backward-btn-fill::before {
    content: "";
}

.bi-skip-backward-btn::before {
    content: "";
}

.bi-skip-backward-circle-fill::before {
    content: "";
}

.bi-skip-backward-circle::before {
    content: "";
}

.bi-skip-backward-fill::before {
    content: "";
}

.bi-skip-backward::before {
    content: "";
}

.bi-skip-end-btn-fill::before {
    content: "";
}

.bi-skip-end-btn::before {
    content: "";
}

.bi-skip-end-circle-fill::before {
    content: "";
}

.bi-skip-end-circle::before {
    content: "";
}

.bi-skip-end-fill::before {
    content: "";
}

.bi-skip-end::before {
    content: "";
}

.bi-skip-forward-btn-fill::before {
    content: "";
}

.bi-skip-forward-btn::before {
    content: "";
}

.bi-skip-forward-circle-fill::before {
    content: "";
}

.bi-skip-forward-circle::before {
    content: "";
}

.bi-skip-forward-fill::before {
    content: "";
}

.bi-skip-forward::before {
    content: "";
}

.bi-skip-start-btn-fill::before {
    content: "";
}

.bi-skip-start-btn::before {
    content: "";
}

.bi-skip-start-circle-fill::before {
    content: "";
}

.bi-skip-start-circle::before {
    content: "";
}

.bi-skip-start-fill::before {
    content: "";
}

.bi-skip-start::before {
    content: "";
}

.bi-slack::before {
    content: "";
}

.bi-slash-circle-fill::before {
    content: "";
}

.bi-slash-circle::before {
    content: "";
}

.bi-slash-square-fill::before {
    content: "";
}

.bi-slash-square::before {
    content: "";
}

.bi-slash::before {
    content: "";
}

.bi-sliders::before {
    content: "";
}

.bi-smartwatch::before {
    content: "";
}

.bi-snow::before {
    content: "";
}

.bi-snow2::before {
    content: "";
}

.bi-snow3::before {
    content: "";
}

.bi-sort-alpha-down-alt::before {
    content: "";
}

.bi-sort-alpha-down::before {
    content: "";
}

.bi-sort-alpha-up-alt::before {
    content: "";
}

.bi-sort-alpha-up::before {
    content: "";
}

.bi-sort-down-alt::before {
    content: "";
}

.bi-sort-down::before {
    content: "";
}

.bi-sort-numeric-down-alt::before {
    content: "";
}

.bi-sort-numeric-down::before {
    content: "";
}

.bi-sort-numeric-up-alt::before {
    content: "";
}

.bi-sort-numeric-up::before {
    content: "";
}

.bi-sort-up-alt::before {
    content: "";
}

.bi-sort-up::before {
    content: "";
}

.bi-soundwave::before {
    content: "";
}

.bi-speaker-fill::before {
    content: "";
}

.bi-speaker::before {
    content: "";
}

.bi-speedometer::before {
    content: "";
}

.bi-speedometer2::before {
    content: "";
}

.bi-spellcheck::before {
    content: "";
}

.bi-square-fill::before {
    content: "";
}

.bi-square-half::before {
    content: "";
}

.bi-square::before {
    content: "";
}

.bi-stack::before {
    content: "";
}

.bi-star-fill::before {
    content: "";
}

.bi-star-half::before {
    content: "";
}

.bi-star::before {
    content: "";
}

.bi-stars::before {
    content: "";
}

.bi-stickies-fill::before {
    content: "";
}

.bi-stickies::before {
    content: "";
}

.bi-sticky-fill::before {
    content: "";
}

.bi-sticky::before {
    content: "";
}

.bi-stop-btn-fill::before {
    content: "";
}

.bi-stop-btn::before {
    content: "";
}

.bi-stop-circle-fill::before {
    content: "";
}

.bi-stop-circle::before {
    content: "";
}

.bi-stop-fill::before {
    content: "";
}

.bi-stop::before {
    content: "";
}

.bi-stoplights-fill::before {
    content: "";
}

.bi-stoplights::before {
    content: "";
}

.bi-stopwatch-fill::before {
    content: "";
}

.bi-stopwatch::before {
    content: "";
}

.bi-subtract::before {
    content: "";
}

.bi-suit-club-fill::before {
    content: "";
}

.bi-suit-club::before {
    content: "";
}

.bi-suit-diamond-fill::before {
    content: "";
}

.bi-suit-diamond::before {
    content: "";
}

.bi-suit-heart-fill::before {
    content: "";
}

.bi-suit-heart::before {
    content: "";
}

.bi-suit-spade-fill::before {
    content: "";
}

.bi-suit-spade::before {
    content: "";
}

.bi-sun-fill::before {
    content: "";
}

.bi-sun::before {
    content: "";
}

.bi-sunglasses::before {
    content: "";
}

.bi-sunrise-fill::before {
    content: "";
}

.bi-sunrise::before {
    content: "";
}

.bi-sunset-fill::before {
    content: "";
}

.bi-sunset::before {
    content: "";
}

.bi-symmetry-horizontal::before {
    content: "";
}

.bi-symmetry-vertical::before {
    content: "";
}

.bi-table::before {
    content: "";
}

.bi-tablet-fill::before {
    content: "";
}

.bi-tablet-landscape-fill::before {
    content: "";
}

.bi-tablet-landscape::before {
    content: "";
}

.bi-tablet::before {
    content: "";
}

.bi-tag-fill::before {
    content: "";
}

.bi-tag::before {
    content: "";
}

.bi-tags-fill::before {
    content: "";
}

.bi-tags::before {
    content: "";
}

.bi-telegram::before {
    content: "";
}

.bi-telephone-fill::before {
    content: "";
}

.bi-telephone-forward-fill::before {
    content: "";
}

.bi-telephone-forward::before {
    content: "";
}

.bi-telephone-inbound-fill::before {
    content: "";
}

.bi-telephone-inbound::before {
    content: "";
}

.bi-telephone-minus-fill::before {
    content: "";
}

.bi-telephone-minus::before {
    content: "";
}

.bi-telephone-outbound-fill::before {
    content: "";
}

.bi-telephone-outbound::before {
    content: "";
}

.bi-telephone-plus-fill::before {
    content: "";
}

.bi-telephone-plus::before {
    content: "";
}

.bi-telephone-x-fill::before {
    content: "";
}

.bi-telephone-x::before {
    content: "";
}

.bi-telephone::before {
    content: "";
}

.bi-terminal-fill::before {
    content: "";
}

.bi-terminal::before {
    content: "";
}

.bi-text-center::before {
    content: "";
}

.bi-text-indent-left::before {
    content: "";
}

.bi-text-indent-right::before {
    content: "";
}

.bi-text-left::before {
    content: "";
}

.bi-text-paragraph::before {
    content: "";
}

.bi-text-right::before {
    content: "";
}

.bi-textarea-resize::before {
    content: "";
}

.bi-textarea-t::before {
    content: "";
}

.bi-textarea::before {
    content: "";
}

.bi-thermometer-half::before {
    content: "";
}

.bi-thermometer-high::before {
    content: "";
}

.bi-thermometer-low::before {
    content: "";
}

.bi-thermometer-snow::before {
    content: "";
}

.bi-thermometer-sun::before {
    content: "";
}

.bi-thermometer::before {
    content: "";
}

.bi-three-dots-vertical::before {
    content: "";
}

.bi-three-dots::before {
    content: "";
}

.bi-toggle-off::before {
    content: "";
}

.bi-toggle-on::before {
    content: "";
}

.bi-toggle2-off::before {
    content: "";
}

.bi-toggle2-on::before {
    content: "";
}

.bi-toggles::before {
    content: "";
}

.bi-toggles2::before {
    content: "";
}

.bi-tools::before {
    content: "";
}

.bi-tornado::before {
    content: "";
}

.bi-trash-fill::before {
    content: "";
}

.bi-trash::before {
    content: "";
}

.bi-trash2-fill::before {
    content: "";
}

.bi-trash2::before {
    content: "";
}

.bi-tree-fill::before {
    content: "";
}

.bi-tree::before {
    content: "";
}

.bi-triangle-fill::before {
    content: "";
}

.bi-triangle-half::before {
    content: "";
}

.bi-triangle::before {
    content: "";
}

.bi-trophy-fill::before {
    content: "";
}

.bi-trophy::before {
    content: "";
}

.bi-tropical-storm::before {
    content: "";
}

.bi-truck-flatbed::before {
    content: "";
}

.bi-truck::before {
    content: "";
}

.bi-tsunami::before {
    content: "";
}

.bi-tv-fill::before {
    content: "";
}

.bi-tv::before {
    content: "";
}

.bi-twitch::before {
    content: "";
}

.bi-twitter::before {
    content: "";
}

.bi-type-bold::before {
    content: "";
}

.bi-type-h1::before {
    content: "";
}

.bi-type-h2::before {
    content: "";
}

.bi-type-h3::before {
    content: "";
}

.bi-type-italic::before {
    content: "";
}

.bi-type-strikethrough::before {
    content: "";
}

.bi-type-underline::before {
    content: "";
}

.bi-type::before {
    content: "";
}

.bi-ui-checks-grid::before {
    content: "";
}

.bi-ui-checks::before {
    content: "";
}

.bi-ui-radios-grid::before {
    content: "";
}

.bi-ui-radios::before {
    content: "";
}

.bi-umbrella-fill::before {
    content: "";
}

.bi-umbrella::before {
    content: "";
}

.bi-union::before {
    content: "";
}

.bi-unlock-fill::before {
    content: "";
}

.bi-unlock::before {
    content: "";
}

.bi-upc-scan::before {
    content: "";
}

.bi-upc::before {
    content: "";
}

.bi-upload::before {
    content: "";
}

.bi-vector-pen::before {
    content: "";
}

.bi-view-list::before {
    content: "";
}

.bi-view-stacked::before {
    content: "";
}

.bi-vinyl-fill::before {
    content: "";
}

.bi-vinyl::before {
    content: "";
}

.bi-voicemail::before {
    content: "";
}

.bi-volume-down-fill::before {
    content: "";
}

.bi-volume-down::before {
    content: "";
}

.bi-volume-mute-fill::before {
    content: "";
}

.bi-volume-mute::before {
    content: "";
}

.bi-volume-off-fill::before {
    content: "";
}

.bi-volume-off::before {
    content: "";
}

.bi-volume-up-fill::before {
    content: "";
}

.bi-volume-up::before {
    content: "";
}

.bi-vr::before {
    content: "";
}

.bi-wallet-fill::before {
    content: "";
}

.bi-wallet::before {
    content: "";
}

.bi-wallet2::before {
    content: "";
}

.bi-watch::before {
    content: "";
}

.bi-water::before {
    content: "";
}

.bi-whatsapp::before {
    content: "";
}

.bi-wifi-1::before {
    content: "";
}

.bi-wifi-2::before {
    content: "";
}

.bi-wifi-off::before {
    content: "";
}

.bi-wifi::before {
    content: "";
}

.bi-wind::before {
    content: "";
}

.bi-window-dock::before {
    content: "";
}

.bi-window-sidebar::before {
    content: "";
}

.bi-window::before {
    content: "";
}

.bi-wrench::before {
    content: "";
}

.bi-x-circle-fill::before {
    content: "";
}

.bi-x-circle::before {
    content: "";
}

.bi-x-diamond-fill::before {
    content: "";
}

.bi-x-diamond::before {
    content: "";
}

.bi-x-octagon-fill::before {
    content: "";
}

.bi-x-octagon::before {
    content: "";
}

.bi-x-square-fill::before {
    content: "";
}

.bi-x-square::before {
    content: "";
}

.bi-x::before {
    content: "";
}

.bi-youtube::before {
    content: "";
}

.bi-zoom-in::before {
    content: "";
}

.bi-zoom-out::before {
    content: "";
}

.bi-bank::before {
    content: "";
}

.bi-bank2::before {
    content: "";
}

.bi-bell-slash-fill::before {
    content: "";
}

.bi-bell-slash::before {
    content: "";
}

.bi-cash-coin::before {
    content: "";
}

.bi-check-lg::before {
    content: "";
}

.bi-coin::before {
    content: "";
}

.bi-currency-bitcoin::before {
    content: "";
}

.bi-currency-dollar::before {
    content: "";
}

.bi-currency-euro::before {
    content: "";
}

.bi-currency-exchange::before {
    content: "";
}

.bi-currency-pound::before {
    content: "";
}

.bi-currency-yen::before {
    content: "";
}

.bi-dash-lg::before {
    content: "";
}

.bi-exclamation-lg::before {
    content: "";
}

.bi-file-earmark-pdf-fill::before {
    content: "";
}

.bi-file-earmark-pdf::before {
    content: "";
}

.bi-file-pdf-fill::before {
    content: "";
}

.bi-file-pdf::before {
    content: "";
}

.bi-gender-ambiguous::before {
    content: "";
}

.bi-gender-female::before {
    content: "";
}

.bi-gender-male::before {
    content: "";
}

.bi-gender-trans::before {
    content: "";
}

.bi-headset-vr::before {
    content: "";
}

.bi-info-lg::before {
    content: "";
}

.bi-mastodon::before {
    content: "";
}

.bi-messenger::before {
    content: "";
}

.bi-piggy-bank-fill::before {
    content: "";
}

.bi-piggy-bank::before {
    content: "";
}

.bi-pin-map-fill::before {
    content: "";
}

.bi-pin-map::before {
    content: "";
}

.bi-plus-lg::before {
    content: "";
}

.bi-question-lg::before {
    content: "";
}

.bi-recycle::before {
    content: "";
}

.bi-reddit::before {
    content: "";
}

.bi-safe-fill::before {
    content: "";
}

.bi-safe2-fill::before {
    content: "";
}

.bi-safe2::before {
    content: "";
}

.bi-sd-card-fill::before {
    content: "";
}

.bi-sd-card::before {
    content: "";
}

.bi-skype::before {
    content: "";
}

.bi-slash-lg::before {
    content: "";
}

.bi-translate::before {
    content: "";
}

.bi-x-lg::before {
    content: "";
}

.bi-safe::before {
    content: "";
}

/* header styles */
#header {
    width: 100%;
    min-width: 320px;
    min-height: 68px;
    padding: 15px 76px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    #header {
        max-height: 78px;
    }
}

@media (min-width: 992px) {
    #header {
        min-height: 88px;
        padding: 20px 30px;
    }
}

@media (min-width: 1200px) {
    #header {
        padding: 20px 40px;
    }
}

.homepage #header.fixed-position {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1200px) {
    .homepage #header.fixed-position {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.homepage #header {
    /*background: transparent;*/
    box-shadow: none;
}

@media (min-width: 1200px) {
    .homepage #header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

#header .logo {
    width: 70px;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}

@media (max-width: 768px) {
    #header .logo {
        width: 40px;
    }
}

@media (min-width: 992px) {
    #header .logo {
        margin: 0 40px 0 0;
    }
}

#header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.cat-dropdown {
    width: 100%;
    height: 70vh;
    border-radius: 20px 20px 0 0;
    background: #fff;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    .cat-dropdown {
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
        flex-shrink: 0;
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
    }
}

.category-active .cat-dropdown {
    transform: translateY(0%);
}

.cat-dropdown .dropdown-toggle {
    min-width: 150px;
    display: none;
}

@media (min-width: 992px) {
    .cat-dropdown .dropdown-toggle {
        display: block;
    }
}

.cat-dropdown .btn-close {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .cat-dropdown .btn-close {
        display: none;
    }
}

.category-active .cat-dropdown .btn-close {
    visibility: visible;
    opacity: 1;
}

.cat-dropdown .dropdown-menu {
    max-height: 100%;
    padding: 30px;
    margin: 0 !important;
    font-size: 13px;
    transform: none !important;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
    box-shadow: none;
    position: static;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .cat-dropdown .dropdown-menu {
        height: auto;
        max-height: none;
        margin: 15px 0 0 !important;
        padding: 20px 0;
        font-size: inherit;
        overflow: visible;
        border-radius: 0.375rem;
        box-shadow: 0 3px 20px rgba(142, 142, 142, 0.14);
        position: absolute;
        display: none;
    }

    .cat-dropdown .dropdown-menu.show {
        display: block;
    }
}

.cat-dropdown .dropdown-menu:before {
    display: none;
}

@media (min-width: 992px) {
    .cat-dropdown .dropdown-menu:before {
        display: block;
    }
}

.cat-dropdown .dropdown-menu li {
    width: 50%;
    padding: 0 8px 15px;
}

@media (min-width: 768px) {
    .cat-dropdown .dropdown-menu li {
        width: 33.333%;
    }
}

@media (min-width: 992px) {
    .cat-dropdown .dropdown-menu li {
        width: auto;
        padding: 0;
    }
}

.cat-dropdown .dropdown-menu li.active a,
.cat-dropdown .dropdown-menu li a:hover {
    color: #fff;
    background: #009e7f;
}

@media (min-width: 992px) {

    .cat-dropdown .dropdown-menu li.active a,
    .cat-dropdown .dropdown-menu li a:hover {
        color: inherit;
        background: none;
    }
}

.cat-dropdown .dropdown-menu li a {
    display: block;
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 0.375rem;
}

@media (min-width: 992px) {
    .cat-dropdown .dropdown-menu li a {
        padding: 12px 30px;
        display: flex;
        text-align: left;
        background: none;
        border-radius: 0;
    }
}

.cat-dropdown .dropdown-menu li a i {
    display: block;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .cat-dropdown .dropdown-menu li a i {
        margin: 0 15px 0 0;
    }
}

.search-opener {
    padding: 0;
    font-size: 18px;
    line-height: 1;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .search-opener {
        display: none;
    }
}

.search-opener:hover {
    color: #009e7f;
}

.search-opener i {
    display: block;
}

.header-search-form {
    width: 100%;
    padding: 15px 12px 15px 48px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .header-search-form {
        margin: 0 15px;
        padding: 0;
        flex-grow: 1;
        position: static;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .header-search-form {
        margin: 0 30px;
    }
}

.search-active .header-search-form {
    visibility: visible;
    opacity: 1;
}

.header-search-form .btn-back {
    padding: 0;
    font-size: 20px;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .header-search-form .btn-back {
        display: none;
    }
}

.header-search-form .search-form {
    max-width: none;
    box-shadow: none;
    display: block;
}

@media (min-width: 992px) {
    .fixed-position .header-search-form .search-form {
        display: block;
    }
}

.header-search-form .search-form label {
    padding: 8px 15px;
    margin: 5px;
    font-size: inherit;
    line-height: 22px;
    color: #009e7f;
    background: #f7f7f7;
    border-radius: 0.375rem;
    position: static;
    transform: none;
}

@media (min-width: 992px) {
    .header-search-form .search-form label {
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
        color: inherit;
        background: none;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
    }
}

.header-search-form .search-form label:before {
    display: none;
}

@media (min-width: 992px) {
    .header-search-form .search-form label:before {
        display: block;
    }
}

.header-search-form .search-form .form-control {
    padding-left: 5px;
    padding-right: 39px;
    background: none;
    border-color: transparent;
}

@media (min-width: 992px) {
    .header-search-form .search-form .form-control {
        padding-left: 49px;
        padding-right: 18px;
        background: #f7f7f7;
        border-color: #f1f1f1;
        border-radius: 0.375rem;
    }

    .header-search-form .search-form .form-control:focus {
        border-color: #009e7f;
    }
}

.header-search-form .search-form .btn {
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .header-search-form .search-form .btn {
        display: none;
    }
}

.nav-opener {
    width: 26px;
    height: 19px;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
    height: 3px;
    content: "";
    background: #0d1136;
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.2s ease-in-out 0s;
}

.nav-opener:before {
    width: 26px;
    top: 0;
}

.nav-opener:after {
    width: 22px;
    top: 16px;
}

.nav-opener span:before {
    width: 12px;
}

.nav-opener span {
    font-size: 0;
    line-height: 0;
}

.nav-opener:hover:before {
    width: 12px;
}

.nav-opener:hover:after {
    width: 26px;
}

.nav-opener:hover span:before {
    width: 22px;
}

#nav {
    width: 265px;
    padding: 60px 0;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.2s ease-in-out 0s;
    transform: translateX(-100%);
}

@media (min-width: 992px) {
    #nav {
        width: auto;
        padding: 0;
        background: none;
        position: static;
        overflow: visible;
        transform: none;
    }
}

.nav-active #nav {
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    transform: translateX(0);
}

@media (min-width: 992px) {
    .nav-active #nav {
        box-shadow: none;
    }
}

#nav .btn-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    left: 32px;
}

@media (min-width: 992px) {
    #nav .btn-close {
        display: none;
    }
}

#nav .user-nav {
    padding: 45px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    #nav .user-nav {
        margin: 0 -15px;
        padding: 0;
        background: none;
    }
}

#nav .user-nav li {
    padding: 0 15px;
}

#nav .main-nav {
    padding: 45px 45px;
}

@media (min-width: 992px) {
    #nav .main-nav {
        display: none;
    }
}

#nav .main-nav li {
    margin: 0 0 29px;
}

#nav .main-nav li:last-child {
    margin-bottom: 0;
}

#nav .main-nav li.active a,
#nav .main-nav li a:hover {
    color: #009e7f;
}

#nav .main-nav li a {
    color: inherit;
}

/* banner syles */
.banner {
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .banner {
        min-height: 600px;
        margin-top: -88px;
    }
}

@media (min-width: 1200px) {
    .banner {
        min-height: 100vh;
    }
}

.banner .bg-image {
    display: none;
}

@media (min-width: 992px) {
    .banner .bg-image {
        width: 100%;
        height: 100%;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
}

.banner .container {
    padding-top: 12px;
    padding-bottom: 25px;
    position: relative;
}

@media (min-width: 992px) {
    .banner .container {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.banner .text {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .banner .text {
        margin: 0 0 60px;
        display: block;
        text-align: center;
    }
}

.banner .text:last-child {
    margin-bottom: 0;
}

.banner h1 {
    font-size: inherit;
    font-weight: normal;
    font-family: inherit;
    color: #77798c;
    margin: 0 15px 0 0;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .banner h1 {
        font-size: 1.1874375rem;
    }
}

@media (min-width: 992px) {
    .banner h1 {
        font-size: 2.8125rem;
        font-weight: bold;
        font-family: "Poppins", "Lato", Arial, sans-serif;
        color: inherit;
        margin: 0 0 15px;
    }
}

.banner .subhead {
    font-size: 1.1874375rem;
    font-weight: normal;
    color: #77798c;
    display: none;
}

@media (min-width: 992px) {
    .banner .subhead {
        display: block;
    }
}

.banner .btn-category {
    padding: 0 0 0 12px;
    color: #009e7f;
    font-weight: bold;
    text-transform: capitalize;
    background: none;
    border: none;
    position: relative;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .banner .btn-category {
        display: none;
    }
}

.banner .btn-category:before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #ffad5e;
    border-radius: 100%;
}

@media (min-width: 992px) {
    .banner .search-form {
        border-radius: 0.375rem;
    }
}

/* main informative part styles */
#main {
    flex-grow: 1;
}

@media (min-width: 992px) {
    #main {
        background: #f7f7f7;
    }
}

/* products-section styles */
@media (min-width: 992px) {
    .products-section {
        display: flex;
        overflow: hidden;
    }
}

.products-section .sticky-wrap-filter-bar {
    height: auto !important;
}

@media (min-width: 992px) {
    .products-section .sticky-wrap-filter-bar {
        width: 280px;
        flex-shrink: 0;
    }
}

.products-holder {
    width: 100%;
    padding: 0 0 100px;
}

@media (min-width: 992px) {
    .products-holder {
        padding: 30px 25px 50px 80px;
    }
}

.products-holder .header {
    padding: 0 20px 15px;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .products-holder .header {
        display: none;
    }
}

.products-holder .header .filter-title {
    display: block;
    flex-grow: 1;
}

.products-holder .header .filter-opener {
    padding: 0;
    margin: 0 0 0 15px;
    color: #009e7f;
    font-weight: bold;
    background: none;
    border: none;
    flex-shrink: 0;
}

.products-holder .footer {
    padding: 30px 0 0;
}

footer{
    background: white;
    z-index: 9;
}

/* products-list styles */
.products-list {
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .products-list {
        margin: 0 -15px;
    }
}

.products-list .product-item {
    width: 50%;
    margin: 0 -1px -1px 0;
    border: 1px solid lightgrey;
}

@media (min-width: 768px) {
    .products-list .product-item {
        width: 33.333%;
    }
}

@media (min-width: 992px) {
    .products-list .product-item {
        width: auto;
        min-width: 280px;
        margin: 0 15px 30px;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 280px;
    }
}

/* product-item styles */
.product-item {
    position: relative;
    background: transparent;
    cursor: pointer;
}

.product-item.selected .btn-cart {
    opacity: 0;
    visibility: hidden;
}

.product-item.selected .food-btn-cart {
    opacity: 0;
    visibility: hidden;
}

.product-item.selected .quantity {
    display: block;
}

.product-item .badge {
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #ffad5e;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-item .img-moveable {
    width: 100px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0%);
    z-index: 998;
    transition: all 0.8s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.product-item .img-moveable.mooving {
    width: 50px;
    left: 40px !important;
    top: calc(100% - 70px) !important;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .product-item .img-moveable.mooving {
        left: calc(100% - 50px) !important;
        top: 50% !important;
        transform: translateY(-50%);
    }
}

.product-item .img-moveable img {
    display: block;
    width: 100%;
    height: auto;
}

.product-item .img-holder {
    height: 145px;
    padding: 5px;
}

@media (min-width: 576px) {
    .product-item .img-holder {
        height: 240px;
    }
}

.product-item .img-holder img {
    max-width: 100%;
    max-height: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*food img holder*/
.product-item .food-img-holder {
    height: 145px;
    padding: 5px;
}

@media (min-width: 576px) {
    .product-item .food-img-holder {
        height: 240px;
    }
}

.product-item .food-img-holder img {
    max-width: 100%;
    max-height: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-item .text {
    padding: 20px 20px 30px;
}

@media (min-width: 768px) {
    .product-item .text {
        padding: 15px 20px;
    }
}

.product-item h3 {
    font-size: 14px;
    font-family: inherit;
    margin: 0 0 5px;
}

.product-item .product-weight {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #77798c;
}

.product-item .product-meta {
    padding: 30px 0 0;
    /* position: relative;
    display: flex;
    align-items: center; */
}

.product-item .price-wrap {
    position: relative;
    flex-grow: 1;
}

.product-item .discounted-price {
    padding: 0 5px;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #ffad5e;
    position: absolute;
    top: -20px;
    left: -4px;
}

.product-item .discounted-price:after {
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #ffad5e;
}

.product-item .product-price {
    font-size: 14px;
    color: #009e7f;
}

.product-item .btn-cart {
    width: 36px;
    height: 36px;
    padding: 10px;
    border-radius: 100px;
    margin: 0 0 0 10px;
}

@media (min-width: 992px) {
    .product-item .btn-cart {
        width: auto;
        height: auto;
        padding: 8px 17px;
        font-size: 13px;
        line-height: 18px;
    }
}

.product-item .btn-cart i {
    margin: 0;
    font-size: 14px;
}

@media (min-width: 992px) {
    .product-item .btn-cart i {
        margin: 0 8px 0 0;
    }
}

.product-item .btn-cart span {
    display: none;
}

@media (min-width: 992px) {
    .product-item .btn-cart span {
        display: block;
    }
}

/*food btn cart*/
.product-item .food-btn-cart {
    width: 36px;
    height: 36px;
    padding: 10px;
    border-radius: 100px;
    margin: 0 0 0 10px;
}

@media (min-width: 992px) {
    .product-item .food-btn-cart {
        width: auto;
        height: auto;
        padding: 8px 17px;
        font-size: 13px;
        line-height: 18px;
    }
}

.product-item .food-btn-cart i {
    margin: 0;
    font-size: 14px;
}

@media (min-width: 992px) {
    .product-item .food-btn-cart i {
        margin: 0 8px 0 0;
    }
}

.product-item .food-btn-cart span {
    display: none;
}

@media (min-width: 992px) {
    .product-item .food-btn-cart span {
        display: block;
    }
}



.order-summary .product-item .quantity {
    background: #009e7f;
    right: 0;
    bottom: 0;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .item-row {
        min-height: 72px;
    }
}

@media (min-width: 768px) {
    .order-summary .product-item .quantity {
        width: 95px;
        height: 36px;
        padding: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.product-item .quantity {
    width: 104px;
    height: 36px;
    padding: 0 36px;
    background: #009e7f;
    /* position: absolute;
    right: 0;
    bottom: 0; */
    display: none;
}

.slick-prev {
    left: 21.5rem !important;
    margin-top: -90px;
    box-shadow: none;
}

.slick-next {
    right: 4rem !important;
    margin-top: -90px;
    box-shadow: none;

}

.adds-on-product {
    align-items: center;
    background: #fff;
    border: 1px solid #cccac8;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 110px;
    justify-content: space-between;
    min-width: 278px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: center;
}
.slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 991px) {
    .slick-prev {
        left: 30rem !important;
        margin-top: -35px;
        color: red;
    }

    .slick-next {
        left: 26rem !important;
        margin-top: -35px;

    }
}

@media (max-width: 534px) {
    .slick-prev {
        left: 20rem !important;
        margin-top: -35px;
        color: red;
    }

    .slick-next {
        left: 16rem !important;
        margin-top: -35px;

    }
}
.product-item .quantity input {
    color: #fff;
}

@media (min-width: 768px) {
    /* .product-item .quantity input {
        width: 36px;
        padding: 6px 2px;
    } */
}

.product-item .quantity .quantity-button {
    color: #fff;
    width: 36px;
    padding: 12px;
    top: 0;
}

@media (min-width: 768px) {

    .order-summary .product-item .quantity .quantity-button {
        width: 36px;
        padding: 12px;
        top: 0;
    }
}


.product-item .quantity .quantity-button.quantity-up {
    left: auto;
    right: 0;
}

.product-item .quantity .quantity-button:hover {
    color: #fff;
    background: #008f73;
}

@media (min-width: 768px) {
    .order-summary .product-item .quantity .quantity-button.quantity-up {
        left: auto;
        right: 0;
    }
}

/* checkout-section styles */
.checkout-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .checkout-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

.checkout-section .container {
    max-width: 1200px;
}

/* order-summary styles */
.order-summary {
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .order-summary {
        padding: 20px 0;
    }
}

@media (max-width: 767.98px) {
    .order-summary {
        position: static !important;
    }
}

.order-summary h3 {
    font-size: 15px;
    font-family: inherit;
    text-align: center;
    margin: 0 0 40px;
}

.order-summary .order-list {
    padding: 0 15px 20px;
    font-size: 14px;
    color: #77798c;
}

.order-summary .order-list li {
    margin: 0 0 25px;
    display: flex;
}

.order-summary .order-list li:last-child {
    margin-bottom: 0;
}

.order-summary .order-list .qty {
    flex-shrink: 0;
    color: #0d1136;
}

/* .order-summary .order-list .qty:after {
  content: "x";
  padding: 0 12px;
  font-weight: normal;
  color: #77798c;
} */
.order-summary .order-list .title {
    padding: 0 15px 0 0;
    font-weight: normal;
    flex-grow: 1;
}

.order-summary .order-list .price {
    flex-shrink: 0;
    font-weight: normal;
}

.order-summary .price-detail {
    padding: 20px 15px 0;
    color: #77798c;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-flow: row wrap;
}

.order-summary .price-detail dt {
    width: calc(100% - 70px);
    padding: 0 10px 10px 0;
    font-weight: normal;
}

.order-summary .price-detail dd {
    width: 70px;
    text-align: right;
    margin: 0;
    padding: 0 0 10px;
}

.order-summary .price-detail .total-price-dt,
.order-summary .price-detail .total-price-dd {
    color: #0d1136;
    padding-top: 10px;
    font-weight: bold;
}

.order-summary .price-detail .total-price-dt sub,
.order-summary .price-detail .total-price-dd sub {
    bottom: 0;
}

/* checkout-details styles */
.checkout-details {
    padding: 20px 0;
    counter-reset: item;
}

.checkout-details .card {
    padding: 20px;
    margin: 0 0 20px;
    background: #fff;
    border: none;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .checkout-details .card {
        padding: 30px 30px 20px;
    }
}

.checkout-details .card-header {
    padding: 0;
    margin: 0 0 35px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

.checkout-details .card-header+.heading-bar {
    margin-top: -20px;
}

.checkout-details h2 {
    font-size: 19px;
    font-family: inherit;
    font-weight: normal;
    flex-grow: 1;
    margin: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 576px) {
    .checkout-details h2 {
        font-size: 21px;
    }
}

.checkout-details h2:before {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 0 15px 0 0;
    content: counters(item, "") "";
    counter-increment: item;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #009e7f;
    border-radius: 100%;
}

@media (min-width: 576px) {
    .checkout-details h2:before {
        width: 35px;
        height: 35px;
        font-size: 19px;
        line-height: 25px;
    }
}

.checkout-details .btn-add {
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #009e7f;
    background: none;
    border: none;
    display: inline-flex;
    align-items: center;
}

.checkout-details .btn-add i {
    font-size: 12px;
    line-height: 1;
    margin: 0 8px 0 0;
}

.checkout-details .heading-bar {
    margin: 0 0 20px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

.checkout-details .heading-bar h3 {
    font-size: 13px;
    font-family: inherit;
    flex-grow: 1;
    padding: 0 10px 0 0;
    margin: 0;
}

.checkout-details .voucher-form {
    margin: 0 0 30px;
}

.checkout-details .voucher-form .form {
    display: flex;
}

.checkout-details .voucher-form .form .form-group {
    width: 290px;
    margin: 0 20px 0 0;
}

.checkout-details .voucher-form .form .btn {
    min-width: 99px;
}

.checkout-details .aggrement {
    margin: 0 0 25px;
    font-size: 13px;
    color: #77798c;
}

.checkout-details .aggrement a {
    color: #ea4d4a;
}

/* radio group styles */
@media (min-width: 576px) {
    .radio-group {
        display: flex;
        flex-flow: row wrap;
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media (min-width: 576px) {
    .radio-group .custom-radio-box {
        width: calc(50% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (min-width: 992px) {
    .radio-group .custom-radio-box {
        width: calc(33.333% - 16px);
    }
}

/* custom-radio-box styles */
.custom-radio-box {
    margin-bottom: 15px;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    position: relative;
}

.custom-radio-box:hover .buttons {
    visibility: visible;
    opacity: 1;
}

.custom-radio-box input {
    position: absolute;
    display: none;
}

.custom-radio-box input:checked~.label-text {
    background: #fff;
    border-color: #009e7f;
}

.custom-radio-box .label-text {
    width: 100%;
    display: block;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

.custom-radio-box .heading {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.custom-radio-box .value {
    display: block;
}

.custom-radio-box .payment-card {
    display: block;
    margin: 0 0 17px;
}

.custom-radio-box .card-number {
    font-size: 12px;
    margin: 0 0 9px;
    display: flex;
    justify-content: space-between;
}

.custom-radio-box .card-title {
    display: block;
    font-size: 12px;
}

.custom-radio-box .buttons {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 1;
}

.custom-radio-box .buttons .btn-edit,
.custom-radio-box .buttons .btn-remove {
    width: 20px;
    height: 20px;
    padding: 6px;
    color: #fff;
    border-radius: 100%;
    margin: 0 0 0 5px;
}

.custom-radio-box .buttons .btn-edit i,
.custom-radio-box .buttons .btn-remove i {
    display: block;
    font-size: 8px;
    line-height: 1;
}

.custom-radio-box .buttons .btn-edit {
    background: #009e7f;
}

.custom-radio-box .buttons .btn-remove {
    background: #ea4d4a;
}

/* cards-slider styles */
.cards-slider {
    margin: 0 0 50px;
}

.cards-slider .slick-list {
    margin: 0 -10px;
}

.cards-slider .slide {
    padding: 0 10px;
}

.cards-slider .custom-radio-box {
    margin-bottom: 0;
}

.cards-slider .custom-radio-box input:checked~.label-text {
    background: #e4f4fc;
    border-color: #009e7f;
}

.cards-slider .custom-radio-box .label-text {
    padding: 15px 20px;
    background: #e4f4fc;
}

.cards-slider .custom-radio-box .heading {
    font-size: 10px;
    font-weight: normal;
    color: #77798c;
}

@media (max-width: 991.98px) {
    .btn-group {
        display: block;
        overflow: hidden;
    }
}

.pr-0 {
    padding-right: 0 !important;
}

@media (max-width: 1199.98px) {
    .hide-desktop {
        display: none;
    }
}

.user-details .text {
    display: none;
}

@media (max-width: 991.98px) {
    .user-details {
        background-color: #f7f7f7;
        padding: 45px;
        display: block;
    }

    .user-details .object {
        float: left;
        margin-right: 10px;
    }

    .user-details h6 {
        margin-bottom: 0;
    }

    .user-details .text {
        overflow: hidden;
        display: block;
    }
}

/* profile page syles */
.profile-holder {
    padding: 60px 0;
}

@media (max-width: 1199.98px) {
    .profile-holder {
        padding-top: 30px;
    }
}

/* @media (max-width: 991.98px) {
    .profile-holder .card {
        border: none;
    }
} */

/* @media (max-width: 991.98px) {
    .profile-holder .card .card-body {
        padding: 0 !important;
    }
} */

.profile-holder .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
}

@media (max-width: 1199.98px) {
    .profile-holder .nav-tabs {
        flex-direction: row;
    }
}

@media (max-width: 834.98px) {
    .profile-holder .nav-tabs {
        flex-direction: column;
    }
}

.profile-holder .nav-tabs .nav-item {
    display: block;
}

.profile-holder .nav-tabs .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    border-radius: 0;
    padding-left: 0;
    border: none;
    background: none;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 60px;
    border-left: 5px solid rgba(0, 0, 0, 0);
}

/* @media (max-width: 991.98px) {
    .profile-holder .nav-tabs .nav-link {
        padding: 0;
        border: none;
        margin-right: 50px;
    }
} */

.profile-holder .nav-tabs .nav-link.active {
    background: transparent;
    color: #009e7f;
    border-left: 5px solid #009e7f;
}

/* @media (max-width: 991.98px) {
    .profile-holder .nav-tabs .nav-link.active {
        border: none;
    }
} */

.profile-holder .normal-nav {
    padding: 40px 0px;
}

@media (max-width: 991.98px) {
    .profile-holder .normal-nav {
        padding: 0;
    }
}

.profile-holder .normal-nav.gray {
    background-color: #f7f7f7;
}

@media (max-width: 1199.98px) {
    .profile-holder .normal-nav.gray {
        display: none;
    }
}

.profile-holder .normal-nav.gray .nav-tabs .nav-link a {
    color: #000;
}

.profile-holder .normal-nav.gray .nav-tabs .nav-link a:hover {
    color: #009e7f;
}

.form-group.coverd {
    position: relative;
    padding: 15px;
    border-radius: 6px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.form-group.coverd.active {
    border: 1px solid #009e7f;
    background-color: white;
}

.form-group.coverd .form-control {
    padding: 0;
    border: none;
    pointer-events: none;
    background: none;
}

.nav-tabs .nav-link {
    margin-right: 5px;
    color: #000;
}

.nav-tabs .nav-link.active {
    color: #009e7f;
}

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

.btn.btn-contacts {
    min-height: 77px;
    border: 1px dashed #f1f1f1;
}

.btn.btn-contacts:hover {
    border-color: #009e7f;
}

.form-group:hover .edit-links {
    opacity: 1;
}

.option-tabs {
    display: flex;
    flex-flow: wrap row;
}

.modifier-option-tabs {
    display: flex;
    flex-flow: wrap row;
}

.option-tabs .nav-item {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
}

.modifier-option-tabs .nav-item {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
}


@media (min-width: 992px) {
    .option-tabs .nav-item {
        width: 33.3%;
    }
}

.option-tabs .nav-link {
    padding: 0;
    background: none;
    border: none;
}

.modifier-option-tabs .nav-link {
    padding: 0;
    background: none;
    border: none;
}

.d-block {
    display: block !important;
}

.edit-links {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.edit-links li {
    display: inline-block;
    margin-left: 10px;
    color: #009e7f;
}

.edit-links li a {
    color: #009e7f;
}

.edit-links li .bi-x-lg {
    color: #ea4d4a;
}

.profile-holder {
    margin: 0 auto;
    max-width: 1800px;
}

@media (max-width: 1199.98px) {
    .profile-holder .pr-0 {
        margin-bottom: 40px;
        padding-right: 20px !important;
    }
}

@media (max-width: 991.98px) {
    .hide-small {
        display: none;
    }
}

.product-detail .tab-content .tab-pane {
    padding: 20px 0;
    margin: 10px 0;
}

@media (max-width: 575.98px) {
    .product-detail .nav-tabs {
        border-bottom: none;
    }
}

@media (max-width: 575.98px) {
    .product-detail .nav-tabs .nav-link {
        width: 100%;
        border-color: #dee2e6 #dee2e6 #dee2e6;
        margin: 5px 0;
    }
}

.tab-content.bg-gray .tab-pane {
    padding: 20px 20px 13px;
}

.profile-button {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
}

.profile-button:after {
    display: none;
}

.profile-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.option-tabs.checkbox label {
    cursor: pointer;
    display: flex;
    font-family: "Lato", Arial, sans-serif;
}

.modifier-option-tabs.checkbox {
    cursor: pointer;
    display: flex;
    font-family: "Lato", Arial, sans-serif;
}

.option-tabs.checkbox label input[type=checkbox] {
    display: none;
}

.modifier-option-tabs.checkbox label input[type=checkbox] {
    display: none;
}

.option-tabs.checkbox label .icon-box {
    line-height: 1.2rem;
    position: relative;
    border-radius: 3px;
    transition: 0.5s;
    user-select: none;
    padding: 0;
}

.modifier-option-tabs.checkbox label .icon-box {
    line-height: 1.2rem;
    position: relative;
    border-radius: 3px;
    transition: 0.5s;
    user-select: none;
    padding: 0;
    width: 180px
}

.option-tabs.checkbox label .icon-box .img-area {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 4px;
    margin-right: 10px;
    border-radius: 4px;
    float: left;
}


.modifier-option-tabs.checkbox label .icon-box .img-area {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 4px;
    margin-right: 10px;
    border-radius: 4px;
    float: left;
}

.option-tabs.checkbox label .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modifier-option-tabs.checkbox label .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.required-text {
    color: #ea4d4a;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
    font-family: "Lato", Arial, sans-serif;
}

.option-tabs.checkbox label input[type=checkbox]:checked~.icon-box {
    color: #009e7f;
}

.modifier-option-tabs.checkbox label input[type=checkbox]:checked~.icon-box {
    color: #009e7f;
}

.option-tabs.checkbox label input[type=checkbox]:checked~.icon-box .img-area {
    border-color: #009e7f;
}

.modifier-option-tabs.checkbox label input[type=checkbox]:checked~.icon-box .img-area {
    border-color: #009e7f;
}

.option-tabs.checkbox label .icon-box span {
    font-family: "Lato", Arial, sans-serif;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    display: block;
    margin-top: 6px;
}

.modifier-option-tabs.checkbox label .icon-box span {
    font-family: "Lato", Arial, sans-serif;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    display: block;
    margin-top: 6px;
}

.option-tabs.checkbox .btn {
    width: 130px;
    height: 40px;
    position: absolute;
    left: 550px;
    font-size: 16px;
    border: 0;
    outline: none;
    transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.modifier-option-tabs.checkbox .btn {
    width: 130px;
    height: 40px;
    position: absolute;
    left: 550px;
    font-size: 16px;
    border: 0;
    outline: none;
    transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.acc-holder .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.acc-holder .accordion-button {
    font-size: inherit;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.02);
}

.acc-holder .accordion-button:focus {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.02);
}

.acc-holder .accordion-button.collapsed {
    background: none;
}

.acc-holder .accordion-body dl {
    width: 50%;
}

@media (max-width: 767.98px) {
    .acc-holder .accordion-body dl {
        width: 100%;
        float: none;
        display: block;
    }
}

.acc-holder .detail-holder {
    display: flex;
    flex-flow: wrap row;
}

.acc-holder dl {
    overflow: hidden;
    margin-bottom: 0;
}

.acc-holder dl dt {
    width: 40%;
    padding-right: 10px;
    float: left;
    color: #77798c;
    font-weight: normal;
}

.acc-holder dl dd {
    overflow: hidden;
}

.order-details {
    overflow: hidden;
    font-size: 0.8rem;
    width: calc(100% - 37px);
    color: #77798c;
    font-family: "Lato", Arial, sans-serif;
}

.order-details .head {
    overflow: hidden;
    width: 30%;
    float: left;
    padding-right: 10px;
}

@media (max-width: 991.98px) {
    .order-details .head {
        width: 37%;
    }
}

@media (max-width: 767.98px) {
    .order-details .head {
        width: 100%;
        float: none;
        display: block;
    }
}

.order-details .head i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.order-details .amount {
    float: right;
    width: 20%;
}

@media (max-width: 767.98px) {
    .order-details .amount {
        width: 100%;
        float: none;
        display: block;
    }
}

.order-details h6 {
    color: #000;
    margin-bottom: 5px;
}

.order-details p {
    margin-bottom: 2px;
}

.order-details address {
    font-style: italic;
}

.order-details time {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    color: #77798c;
}

.order-details .text {
    overflow: hidden;
    display: block;
    text-align: right;
}

.prograss-holder {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .prograss-holder {
        justify-content: center;
        padding-top: 30px;
    }
}

.order-tracking {
    text-align: center;
    width: 23.33%;
    position: relative;
    display: block;
}

@media (max-width: 767.98px) {
    .order-tracking {
        width: 33.3%;
    }
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 11px;
    width: 6px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #009e7f;
    border-width: 0px;
    background-color: #009e7f;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 2px 2px 0;
    width: 6px;
    left: 10px;
    opacity: 1;
}

.order-tracking p {
    color: #A4A4A4;
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 11px;
    color: #77798c;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}

.custom-toast {
    display: flex;
    align-items: center;
}

.custom-toast img {
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}

.custom-toast p {
    font-size: 14px;
    padding: 10px;
}

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
}

@media (max-width: 767.98px) {
    #toasts {
        width: 300px;
    }
}

#toasts .toast {
    background: #353535;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 20px;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
    color: #fff;
}

.toast p {
    margin: 0;
}

#toasts .toast.success {
    background: #26d68a;
}

#toasts .toast.warning {
    background: #ffa533;
}

#toasts .toast.info {
    background: #2cbcff;
}

#toasts .toast.error {
    background: #f44336;
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    display: none;
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 27px;
    line-height: 14px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
}

/* filter-bar styles */
.filter-bar {
    width: 100%;
    height: 70vh;
    border-radius: 20px 20px 0 0;
    background: #fff;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    .filter-bar {
        width: 350px;
        height: calc(100vh - 88px);
        border-radius: 0;
        overflow: hidden;
        position: static;
        transform: none;
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    .filter-bar {
        top: auto !important;
    }
}

.filter-active .filter-bar {
    transform: translateY(0%);
}

.filter-bar .mCustomScrollbar {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .filter-bar .mCustomScrollbar {
        overflow: hidden;
    }
}

.filter-bar .btn-close {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .filter-bar .btn-close {
        display: none;
    }
}

.filter-active .filter-bar .btn-close {
    visibility: visible;
    opacity: 1;
}

.accordion {
    max-height: 100%;
    padding: 30px;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .accordion {
        padding: 30px 20px 20px 30px;
        font-size: inherit;
        border-radius: 0;
    }
}

.accordion>li {
    padding: 0 0 15px;
}

.accordion>li:last-child {
    padding-bottom: 0;
}

.accordion>li.active>.opener {
    color: #009e7f;
}

.accordion>li.active>.opener:after {
    transform: translateY(-50%) rotate(45deg);
}

.accordion>li>.opener {
    width: 100%;
    display: flex;
    padding: 5px 30px 5px 40px;
    margin: 0 0 12px;
    background: none;
    border: none;
    text-align: left;
    position: relative;
}

.accordion>li>.opener:hover {
    color: #009e7f;
}

.accordion>li>.opener:after {
    width: 8px;
    height: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-45deg);
}

.accordion>li>.opener i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*overwrite opener*/
.accordion>li.active>.overwrite-opener {
    color: #009e7f;
}

.accordion>li.active>.overwrite-opener:after {
    transform: translateY(-50%) rotate(45deg);
}

.accordion>li>.overwrite-opener {
    width: 100%;
    display: flex;
    padding: 5px 15px 5px 35px;
    margin: 0 0 12px;
    background: none;
    border: none;
    text-align: left;
    position: relative;
}

.accordion>li>.overwrite-opener:hover {
    color: #009e7f;
}

/*.accordion > li > .overwrite-opener:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 5px;*/
/*    transform: translateY(-50%) rotate(-45deg);*/
/*}*/

.accordion>li>.overwrite-opener i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* end overwrite opener */

.accordion .slide {
    padding: 0 0 0 40px;
    font-size: 13px;
}

.accordion .slide li {
    padding: 0 0 10px;
}

.accordion .slide li a {
    padding: 5px;
    color: #77798c;
}

.accordion .slide li a:hover {
    color: #009e7f;
}

.accordion .slide li a.active {
    color: #009e7f;
}

/* cart styles */
.cart-opener {
    width: calc(100% - 60px);
    padding-right: 150px;
    display: block;
    font-size: 13px;
    text-align: left;
    border-radius: 100px;
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.16) !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 997;
}

@media (min-width: 992px) {
    .cart-opener {
        min-width: 100px;
        max-width: 125px;
        padding: 15px 10px 10px;
        top: 50%;
        right: 0;
        bottom: auto;
        transform: translateY(-50%);
        border-radius: 0.375rem 0 0 0.375rem;
    }
}

.cart-opener .total-items {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .cart-opener .total-items {
        margin: 0 0 15px;
    }
}

.cart-opener .total-items i {
    font-size: 16px;
    margin: 0 10px 0 0;
}

.cart-opener .price {
    padding: 11px 30px;
    color: #009e7f;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 1px;
    top: 1px;
}

@media (min-width: 992px) {
    .cart-opener .price {
        display: block;
        padding: 8px 15px;
        text-align: center;
        border-radius: 0.375rem;
        position: static;
    }
}

.cart-box {
    width: 100%;
    max-height: calc(100vh - 70px);
    background: #fff;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    .cart-box {
        width: 500px;
        height: 100vh;
        max-height: none;
        overflow: hidden;
        transform: translateX(100%);
    }
}

.cart-active .cart-box {
    transform: translateY(0%);
}

@media (min-width: 992px) {
    .cart-active .cart-box {
        transform: translateX(0%);
        box-shadow: 0 21px 36px rgba(0, 0, 0, 0.16);
    }
}

.cart-box .cart-header {
    padding: 15px 25px;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

@media (min-width: 992px) {
    .cart-box .cart-header {
        padding: 15px 50px 15px 25px;
    }
}

.cart-box .cart-header .cart-title {
    display: block;
    color: #009e7f;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .cart-box .cart-header .cart-title {
        justify-content: flex-start;
    }
}

.cart-box .cart-header .cart-title i {
    font-size: 23px;
    line-height: 1;
    margin: 0 10px 0 0;
}

.cart-box .btn-close {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .cart-box .btn-close {
        width: 14px;
        height: 14px;
        padding: 0;
        top: 50%;
        right: 25px;
        left: auto;
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
    }
}

.cart-box .btn-close:hover {
    color: #ea4d4a;
}

.cart-active .cart-box .btn-close {
    visibility: visible;
    opacity: 1;
}

.cart-box .mCustomScrollbar {
    flex-grow: 1;
    max-height: 350px;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .cart-box .mCustomScrollbar {
        max-height: 100%;
    }
}

.cart-box .cart-footer {
    padding: 20px 15px 15px;
    flex-shrink: 0;
}

.cart-box .voucher-form {
    margin: 0 0 20px;
    text-align: center;
}

.cart-box .voucher-form .btn-voucher {
    font-weight: bold;
}

.cart-box .voucher-form form {
    position: relative;
}

.cart-box .voucher-form form .form-control {
    padding-right: 120px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.cart-box .voucher-form form .form-control:focus {
    border-color: #009e7f;
}

.cart-box .voucher-form form .btn {
    min-width: 99px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.cart-box .btn-checkout {
    width: 100%;
    padding-right: 150px;
    display: block;
    border-radius: 100px;
    text-align: left;
}

.cart-box .btn-checkout .price {
    padding: 11px 30px;
    color: #009e7f;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 1px;
    top: 1px;
}

/* cart items styles */
/* cart item styles */
.cart-item {
    min-height: 121px;
    padding: 15px 60px 15px 70px;
    position: relative;
    display: flex;
    align-items: center;
}

.cart-item .btn-remove {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.cart-item .quantity {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.cart-item .img-holder {
    width: 60px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
}

.cart-item .img-holder img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
}

/*food img holder*/
.cart-item .food-img-holder {
    width: 60px;
    margin: 0 15px 0 0;
    flex-shrink: 0;
}

.cart-item .food-img-holder img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.cart-item .text {
    padding: 0 70px 0 15px;
    position: relative;
    flex-grow: 1;
}

.cart-item .text h3 {
    font-size: inherit;
    font-family: inherit;
    margin: 0 0 10px;
}

.cart-item .text .product-price {
    display: block;
    color: #009e7f;
    margin: 0 0 10px;
}

.cart-item .text .product-weight {
    display: block;
    color: #77798c;
    font-weight: normal;
}

.cart-item .text .total-price {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* modal styles */
.modal .btn-close {
    /* width: 20px;
  height: 20px;
  padding: 4px;
  position: absolute;
  top: 15px;
  right: 15px; */
}

/* modal login styles */
.modal-login {
    max-width: 458px;
    text-align: center;
    color: #77798c;
}

.modal-login .modal-content {
    border: none;
    border-radius: 3px;
}

.modal-login .modal-body {
    padding: 40px 30px 0;
}

@media (min-width: 992px) {
    .modal-login .modal-body {
        padding: 40px 60px 0;
    }
}

.modal-login .modal-body h3 {
    font-size: 21px;
    color: #009e7f;
    margin: 0 0 10px;
}

.modal-login .modal-body .subhead {
    display: block;
    font-weight: normal;
    margin: 0 0 30px;
}

.modal-login .modal-body .buttons {
    margin: 0;
}

.modal-login .modal-footer {
    padding: 20px;
    text-align: center;
    background: #f7f7f7;
    border: none;
    display: block;
}

/* Product Detail Popup styles */
.product-detail-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .product-detail-popup {
        display: flex;
        align-items: center;
    }
}

.product-detail-popup.active {
    visibility: visible;
    opacity: 1;
}

.product-detail-popup.active .product-detail-holder {
    transform: translateY(0%);
}

.product-detail-popup .product-detail-holder {
    width: 100%;
    height: 70vh;
    border-radius: 20px 20px 0 0;
    background: #fff;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    .product-detail-popup .product-detail-holder {
        width: calc(100% - 80px);
        max-width: 1020px;
        height: auto;
        margin: 0 auto;
        border-radius: 0.375rem;
        position: static;
        left: auto;
        bottom: auto;
        transform: none !important;
        z-index: 1;
    }

    .product-detail-popup .product-detail-holder.pizza-product-detail-holder {
        width: calc(100% - 80px);
        max-width: 700px !important;
    }
}

.product-detail-popup .product-detail-box {
    height: 90%;
    padding: 30px 30px 0;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .product-detail-popup .product-detail-box {
        height: auto;
        max-height: calc(100vh - 50px);
        padding: 0;
    }
}

.product-detail-popup .product-detail-box.selected .btn-cart {
    opacity: 0;
    visibility: hidden;
}

/*food btn cart*/
.product-detail-popup .product-detail-box.selected .food-btn-cart {
    opacity: 0;
    visibility: hidden;
}

.product-detail-popup .product-detail-box.selected .quantity {
    display: block;
}

.product-detail-popup .btn-close {
    margin-left: auto;
}

.product-detail-popup .product-slider-column {
    padding: 20px 0;
}

.product-detail-popup .product-slider-column.align-right {
    border: none;
    border-right: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .product-detail-popup .product-slider-column.align-right {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .product-detail-popup .product-slider-column {
        width: 50%;
        padding: 30px 60px;
        border-right: 1px solid #f3f3f3;
        float: left;
    }
}

.product-detail-popup .product-detail {
    padding: 30px 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .product-detail-popup .product-detail {
        clear: both;
    }
}

@media (min-width: 992px) {
    .product-detail-popup .product-detail {
        padding: 50px;
    }
}

.product-detail-popup .product-detail .box {
    overflow: hidden;
}

.product-detail-popup .product-detail h3 {
    font-size: 21px;
    margin: 0 0 10px;
}

.product-detail-popup .product-detail .product-weight {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #77798c;
    margin: 0 0 30px;
}

.product-detail-popup .product-detail .description {
    line-height: 2;
    color: #424561;
    margin: 0 0 30px;
}

.product-detail-popup .product-detail .product-meta {
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.product-detail-popup .product-detail .price-wrap {
    position: relative;
    flex-grow: 1;
}

.product-detail-popup .product-detail .discounted-price {
    padding: 0 5px;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #ffad5e;
    position: absolute;
    top: -20px;
    left: -4px;
}

.product-detail-popup .product-detail .discounted-price:after {
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #ffad5e;
}

.product-detail-popup .product-detail .product-price {
    font-size: 21px;
    color: #009e7f;
}

.product-detail-popup .product-detail .btn-cart {
    padding: 8px 17px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 0 10px;
    border-radius: 30px;
}

.product-detail-popup .product-detail .btn-cart i {
    margin: 0 8px 0 0;
    font-size: 14px;
}

/*food btn cart*/
.product-detail-popup .product-detail .food-btn-cart {
    padding: 8px 17px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 0 10px;
    border-radius: 30px;
}

.product-detail-popup .product-detail .food-btn-cart i {
    margin: 0 8px 0 0;
    font-size: 14px;
}

.product-detail-popup .quantity {
    width: 104px;
    height: 36px;
    padding: 0 36px;
    background: #009e7f;
    display: none;
}

@media (min-width: 768px) {
    .product-detail-popup .quantity {
        width: 104px;
        height: 36px;
        padding: 0 36px;
    }
}

.product-detail-popup .quantity input {
    height: 36px;
    padding: 6px 2px;
    color: #fff;
}

.product-detail-popup .quantity .quantity-button {
    width: 36px;
    padding: 12px;
    top: 0;
    color: #fff;
}

.product-detail-popup .quantity .quantity-button:hover {
    color: #fff;
    background: #008f73;
}

.product-detail-popup .quantity .quantity-button.quantity-up {
    left: auto;
    right: 0;
}

.product-slider {
    display: block !important;
}

.product-slider .slick-track {
    display: flex;
}

.product-slider .slick-slide {
    display: block !important;
}

.product-slider .slick-slide img {
    min-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-slider .carousel-inner {
    margin: 0 0 10px;
}

.product-slider .carousel-inner img {
    width: 100%;
    height: auto;
    display: block;
}

.product-slider .carousel-indicators {
    margin: 0 -10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: static;
}

.product-slider .carousel-indicators button {
    width: 60px;
    height: 60px;
    margin: 10px 10px 0;
    border: 1px solid #f1f1f1;
    border-radius: 0.375rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

@media (min-width: 992px) {
    .product-slider .carousel-indicators button {
        width: 70px;
        height: 72px;
    }
}

.product-slider .carousel-indicators button:hover,
.product-slider .carousel-indicators button.active {
    border-color: #009e7f;
}

.product-slider .carousel-indicators button img {
    max-width: 100%;
    max-height: 100%;
}

.align-right {
    float: right !important;
}

/* Slick slider styles */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    color: #009e7f;
    background: #fff;
    border: none;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: -20px;
}

.slick-arrow.slick-next {
    right: -20px;
}

.slick-arrow i {
    display: block;
}

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


.img-holder.in-sale::before,
.food-img-holder.in-sale::before {
    position: absolute;
    background-color: #ff0000;
    content: 'SALE';
    text-align: center;
    color: #ffffff;
    height: 2.5em;
    padding: 0.75em;
    line-height: 1em;
    z-index: 1;
}

.is-ebt {
    position: absolute !important;
    background-color: #008f73;
    right: 0px;
    text-align: center;
    color: #ffffff;
    height: 2.5em;
    padding: 0.75em;
    line-height: 1em;
    z-index: 1;
}

.font-bold {
    font-weight: 700
}

@media screen and (max-width: 767px) {
    footer {
        text-align: center !important;
    }

    footer div {
        margin-top: 10px !important;
    }
}

.modifier-pizza-position>label {
    margin: 0px 10px;
}

.modifier-pizza-position>label i {
    border-color: #bdbdbd;
    color: #bdbdbd;
}

.modifier-pizza-position label i:hover {
    border-color: #009e7f;
    color: #95b3ad;
}

.modifier-pizza-position label input[type="checkbox"]:checked~i {
    color: #009e7f;
    border-color: #009e7f;
}

.rotate-180 {
    transform: rotate(180deg);
}

@media (max-width:450px) {
    .product-detail-popup .product-detail-box {
        padding: 10px 15px 0 !important;
    }
    .modifier-pizza-position>label {
        margin: 0 5px  0 0 !important;
    }
}

.m-8-px {
    margin: 0 8px !important;
}

.modifier-divider {
    margin: auto;
    max-width: 95%;
}

.filter-main-area {
    height: inherit;
    overflow-y: auto;
}

.cart-items {
    height: inherit;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #24564c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #009e7f;
}
