@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&display=swap");
:root {
    --primary-color: #1028ff00;
    --opposite-primary-color: rgba(16, 40, 255, 0);
    --opposite-primary-color-2: #c6cbf604;
    --light-grey: #f3f3f3;
    --u-light-grey: #f9f9f9;
    --primary-svg: invert(0%) sepia(0%) saturate(0%) hue-rotate(241deg)
        brightness(0%) contrast(0%);
    --primary-svg-2: invert(0%) sepia(0%) saturate(0%) hue-rotate(240deg)
        brightness(0%) contrast(0%);
    --light-blue: rgba(18, 41, 252, 0.1);
    --header-svg: invert(0%) sepia(0%) saturate(0%) hue-rotate(241deg)
        brightness(0%) contrast(0%);
    --menu-svg: invert(0%) sepia(0%) saturate(0%) hue-rotate(240deg)
        brightness(0%) contrast(0%);
}
html {
    scroll-behavior: smooth;
}

.header-svg {
    filter: var(--header-svg);
}

body {
    background-color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    max-width: 4000px;
    min-width: 200px;
    margin: 0 auto; /* Center content */
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color) !important;
}



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

nav::-webkit-scrollbar {
    display: none;
}

#wrapper {
    overflow-x: hidden;
    background: #b1b1b1;
}

.outer-container {
    padding: 0 10vw;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-outer-offset {
    padding-left: 100px;
    padding-right: 100px;
}
.main-margin-offset {
    margin-left: 20px;
    margin-right: 20px;
}
.main-padding-top {
    padding-top: 3.5rem;
}
.main-padding-bottom {
    padding-bottom: 3.5rem;
}

/* Modal */
.modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
    min-height: calc(100%);
}
.modal-dialog-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    min-height: calc(100%);
}
.modal-dialog-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100%);
}
.max-width-100 {
    max-width: 100%;
}
.max-width-75 {
    max-width: 75%;
}

/* Common */
.btn-expand {
    padding: 0px 8px;
    background: #2e1b44;
    color: #cc4eff;
    border-radius: 7px;
}

.hide {
    display: none;
}

.border-none {
    border: none;
}

.border-white {
    border: 2.5px solid #ffffff;
}
.border-grey {
    border: 1px solid #f0f0f0;
}
.border-grey-2 {
    border: 1px solid #e5e5e5;
}
.border-primary {
    border: 1px solid var(--primary-color);
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.border-bottom-2 {
    border-bottom: 4px solid #e5e5e5;
}
.border-right {
    border-right: 1px solid #e5e5e5;
}
.border-right-none {
    border-right: 0;
}
.border-left-none {
    border-left: 0;
}
.boxes {
}
.border-dashed {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%23C7C7C7FF' stroke-width='2' stroke-dasharray='15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
}
.svg-primary {
    filter: var(--primary-svg);
}

.svg-white {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
        brightness(102%) contrast(102%);
}
.svg-grey-2 {
    filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(151deg)
        brightness(96%) contrast(98%);
}
.svg-grey {
    filter: invert(40%) sepia(0%) saturate(28%) hue-rotate(196deg)
        brightness(98%) contrast(87%);
}
.svg-grey-3 {
    filter: invert(45%) sepia(0%) saturate(1055%) hue-rotate(179deg)
        brightness(88%) contrast(90%);
}
.svg-green {
    filter: invert(50%) sepia(10%) saturate(3055%) hue-rotate(81deg)
        brightness(101%) contrast(90%);
}
.svg-orange {
    filter: invert(88%) sepia(21%) saturate(6841%) hue-rotate(315deg)
        brightness(116%) contrast(101%);
}

.svg-bronze {
    filter: invert(76%) sepia(9%) saturate(601%) hue-rotate(1deg)
        brightness(95%) contrast(92%);
}
.svg-silver {
    filter: invert(78%) sepia(4%) saturate(179%) hue-rotate(177deg)
        brightness(88%) contrast(85%);
}
.svg-gold {
    filter: invert(66%) sepia(41%) saturate(372%) hue-rotate(352deg)
        brightness(90%) contrast(89%);
}
.svg-platinium {
    filter: invert(23%) sepia(8%) saturate(68%) hue-rotate(201deg)
        brightness(89%) contrast(84%);
}

.color-primary {
    color: var(--primary-color) !important;
}
.color-white {
    color: #ffffff !important;
}
.color-primary.color-white {
    color: #ffffff !important;
}
.color-black {
    color: #000000 !important;
}

.color-yellow {
    color: #f4df01 !important;
}
.color-yellow-2 {
    color: #f5e100;
}
.color-red {
    color: #ff0000;
}
.color-purple {
    color: #cc4eff;
}
.color-dark-purple {
    color: #17111e;
}
.color-grey {
    color: #676767 !important;
}
.color-grey-1 {
    color: #808080;
}
.color-grey-2 {
    color: #c1bdbd;
}

.color-light-blue {
    color: #00ffff;
}

.bg-light-blue {
    background: #00ffff !important;
}
.bg-light-primary {
    background: rgba(16, 39, 255, 0.1) !important;
}

.bg-light-grey {
    background: var(--light-grey) !important;
}

.bg-u-light-grey {
    background-color: var(--u-light-grey) !important;
}
.bg-medium-grey {
    background-color: #f0f0f0;
}
.bg-dark-grey {
    background-color: #c4c4c4;
}
.bg-grey {
    background-color: #f4f4f4;
}

.bg-green {
    background: #40c351;
}

.btn-main.color-white:hover {
    color: #ffffff;
}

.btn-main {
    font-weight: normal;
    font-size: 17px;
    border-radius: 0;
    letter-spacing: 2px;
    border-width: 2px;
}

.btn.bg-primary:hover {
    color: var(--primary-color) !important;
    background-color: var(--opposite-primary-color-2) !important;
}

.btn-font {
    font-family: "VAGRoundedBT" !important;
    letter-spacing: 2px;
}

.font-team {
    font-family: "UbuntuMono-Regular" !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black;
}
.bg-yellow {
    background: #f4df01;
}

.bg-yellow-2 {
    background: #f5e100;
}

.bg-grey-1 {
    background: #d9d9d9;
}

.bg-grey-2 {
    background: #c7c7c7;
}

.bg-grey-3 {
    background: #c1c1c1;
}

.bg-light {
    background: #e5e5e5 !important;
}

.bg-light-2 {
    background: #f4f2f2 !important;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-delete {
    background: #ffe6e6 !important;
}

.bg-confirm {
    background: #ff4d4d !important;
}

.bg-opposite-primary {
    background: var(--opposite-primary-color) !important;
}
.bg-opposite-primary-2 {
    background: var(--opposite-primary-color-2) !important;
}

.bg-bronze {
    background: #c2b59c !important;
}
.bg-silver {
    background: #a8aaad !important;
}
.bg-gold {
    background: #c49b6c !important;
}
.bg-platinium {
    background: #404041 !important;
}

.btn.active-tab {
    background: var(--primary-color) !important;
    color: white !important;
}

.vertical-align-container {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
}

.vertical-flex-align {
    display: flex;
    align-items: center;
    text-align: center;
}

.vertical-align-list {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.vertical-align-bottom {
    display: flex;
    /* justify-content: end; */
    align-content: center;
    flex-direction: column;
}
.vertical-align-top {
    display: inline-flex;
    justify-content: end;
    align-content: start;
    flex-direction: column;
}

.bg-dark-purple {
    background-color: #17111e;
}
.bg-purple {
    background-color: #221330;
}
.with-link {
    text-decoration: underline;
}
.no-link {
    text-decoration: none;
}
.no-link:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.no-link-color {
    color: unset;
}

.no-link:hover {
    text-decoration: none;
    color: var(--primary-color);
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--opposite-primary-color) !important;
}
.no-link.no-link-color:hover {
    color: unset;
}

.cursor-pointer {
    cursor: pointer;
}

.rounded-corner {
    border-radius: 7px;
}
.large-rounded-corner {
    border-radius: 14px;
}
.category-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    /* margin: 5vmin; */
    border-radius: 50%;
    transition: all 0.2s ease;
}
.locator-icon {
    width: 17rem;
    height: 17rem;
}
@media (max-width: 990px) {
    .category-img {
        width: 60px;
        height: 60px;
    }
    .small-label {
        font-size: 12px;
    }

    .auth-box {
        border: none !important;
        border-radius: unset !important;
        padding: unset !important;
    }
}
.main-container {
    display: flex;
    flex-direction: column;
}
.round-border {
    border-radius: 50% !important;
}
.sm-round-border {
    border-radius: 8px !important;
}
.lg-round-border {
    border-radius: 14px !important;
}
.bg-pink {
    background-color: rgb(255, 223, 223) !important;
}
/*Main Font Style*/
.large-main-title {
    font-weight: bold;
    font-size: 30px;
}

.main-title {
    font-weight: 600;
    font-size: 22px;
}

.small-title {
    font-weight: 600;
    font-size: 16px;
}

.normal-text-lg {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
}

.normal-text {
    font-weight: 400;
    font-size: 18px !important;
}

.normal-text-md {
    font-weight: 400;
    font-size: 16px !important;
}

.normal-text-md-line {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.normal-text-sm {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.normal-text-xs {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.normal-text-sm-not-i {
    font-weight: 400;
    font-size: 14px;
}

.large-text {
    font-size: 50px;
}

.bold-text {
    font-weight: bold !important;
}

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

h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

h4.bold-title {
    font-size: 16px;
    font-weight: bold;
}

h4.bold-title-lg {
    font-size: 18px;
    font-weight: bold;
}

h4.sub-title {
    font-weight: 600;
}

p {
    color: #676767;
    font-weight: 500;
    font-size: 15px;
}

.badge {
    padding: 10px 10px;
    background-color: #e6e6ff;
    color: #3333ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary-color) !important;
}

.custom-select-container {
    background-color: var(--light-grey);
    border: 1px solid transparent;
    height: 46px;
    border-radius: 28px !important;
    padding-right: 20px;
}

.custom-select-container select {
    border: none;
    cursor: pointer;
}

.custom-select-container select:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.input-merge {
    background-color: var(--light-grey);
    border-radius: 28px !important;
}

.btn.dropdown-toggle {
    color: grey;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100% !important;
    background-color: #000;
}

a.detail_link {
    color: inherit;
    text-decoration: none;
}

.none-address {
    margin-top: 200px;
}

.custom-row-bg {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.align-margin {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    height: 100%;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.small-label {
    font-size: 15px;
    color: #cccccc;
}
.medium-label {
    font-size: 15px;
}
.sm-label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.xs-label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px !important;
    margin-bottom: 0;
}

.title-label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: black;
}

.nowrap {
    white-space: nowrap;
}

.text-line-through {
    text-decoration: line-through;
}
.text-capitalize {
    text-transform: capitalize;
}
.w-85 {
    width: 85%;
}
.w-88 {
    width: 88%;
}

.inner-footer-social-media {
    margin-left: 5px;
    margin-right: 5px;
    width: 38px;
}

.bg-logo-1 {
    padding-top: 66px;
    max-height: 86px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#section-inner-footer {
    margin-bottom: 0px;
}
/* different dimensions view */
@media (max-width: 1580px) {
    .outer-container {
        padding: 0 10vw;
    }

    #section-inner-footer .border-bottom {
        border-bottom: 0 !important;
    }
}
@media (max-width: 1380px) {
    .locator-icon {
        width: 14rem;
        height: 14rem;
    }
    .outer-container {
        padding: 0 10vw;
    }
}
@media (max-width: 1200px) {
    .locator-icon {
        width: 13rem;
        height: 13rem;
    }
    .outer-container {
        padding: 0 5vw;
    }
}
@media (max-width: 990px) {
    #section-inner-footer {
        margin-bottom: 80px;
    }
    .locator-icon {
        width: 10rem;
        height: 10rem;
    }

    .bg-logo-1 {
        padding-top: 40px;
        max-height: 50px;
    }
    .outer-container {
        margin: 0 5vw;
        padding: 0;
    }

    .inner-container {
        margin-top: 70px !important;
        margin-bottom: 60px !important;
    }
}
.inner-footer-sub-pages {
    /* padding-bottom: 40px; */
}
@media (max-width: 768px) {
    #section-inner-footer .border-bottom {
        border-bottom: 1px solid #ebe7e7 !important;
    }
    .outer-container {
        margin: 0 2vw;
    }
    .inner-container {
        margin-top: 56px !important;
        margin-bottom: 30px !important;
    }
    .inner-footer-social-media {
        margin-left: 5px;
        margin-right: 5px;
        width: 30px;
    }

    .main-offset {
        padding-left: 20px;
        padding-right: 20px;
    }

    .locator-icon {
        width: 8rem;
        height: 8rem;
    }
}
@media (max-width: 767px) {
    .locator-icon {
        width: 5rem;
        height: 5rem;
    }

    .outer-container {
        margin: 0 0vw;
    }

    .additional-image {
        aspect-ratio: 2 / 1;
        min-height: 25vh;
        padding-top: unset !important;
    }
}
@media (max-width: 520px) {
    .outer-container {
        margin: 0 !important;
    }
}
@media (max-width: 380px) {
    .inner-footer-social-media {
        margin-left: 3px;
        margin-right: 3px;
        width: 30px;
    }

    .normal-text {
        font-weight: 400;
        font-size: 15px;
    }
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: black;
    z-index: 1199;
}

#loading-image {
    z-index: 1200;
    animation: jump 1s infinite alternate;
}

@keyframes jump {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(20px);
    }
  }

/*Main Revotech*/
.modal,
.inner-container {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.modal::-webkit-scrollbar,
.inner-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    top: 0;
    left: 50%;
    margin-right: auto;
    transform: translate(-50%, 15%);
}
.outer-container {
    background: white;
}
#desktop-top-nav .outer-container {
    background: unset;
}
.inner-container {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    /* margin-top: 30px; */
    margin-bottom: 10px;
}
.modal {
    margin-left: auto;
    margin-right: auto;
}
.ar-1-1 {
    aspect-ratio: 1 / 1;
}
.ar-2-1 {
    aspect-ratio: 2 / 1;
}
.ar-2-3 {
    aspect-ratio: 2 / 3;
}
.ar-3-1 {
    aspect-ratio: 3 / 1;
}
.ar-16-9 {
    aspect-ratio: 16 / 9;
}

.bg-logo {
    width: 100%;
    padding: 5px 10px;
}
#top-nav,
#section-menu {
    background: white;
}
#top-nav .navbar-nav,
#section-menu .navbar-nav,
#inner-top-nav .navbar-nav {
    flex-direction: row;
}

.navbar-brand {
    margin-right: 0 !important;
}

.navbar-brand.left-brand {
    padding-left: 1rem;
}

.navbar-brand.right-brand {
    padding-right: 1rem;
}
/* top nav bar */
#desktop-top-nav {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#top-nav {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    max-height: 66px;
}
.top-nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* bottom nav bar */
#section-menu {
    border-top: 1px solid #e5e5e5;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

#section-menu .left-item {
    margin-left: 1rem;
}
#section-menu .right-item {
    margin-right: 1rem;
}
.fixed-bottom-left {
    position: absolute;
    /* left: 0; */
    left: 0;
    top: -55px;
    z-index: 1030;
}
.fixed-bottom-right {
    position: absolute;
    /* left: 0; */
    right: 0;
    top: -55px;
    z-index: 1030;
}

.fixed-bottom-center {
    position: fixed;
    right: 50%;
    bottom: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.stay-fixed-bottom-1 {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 1030;
}
.stay-fixed-bottom-2 {
    position: fixed;
    right: 15px;
    bottom: 70px;
    z-index: 1030;
}
.stay-fixed-bottom-3 {
    position: fixed;
    right: 15px;
    bottom: 130px;
    z-index: 1030;
}

.fixed-bottom-2 {
    margin: auto;
    position: fixed;
    right: 0;
    bottom: 77px;
    left: 0;
    z-index: 1030;
    padding-left: 0;
    padding-right: 0;
}
.fixed-bottom-3 {
    position: absolute;
    /* left: 0; */
    right: 0;
    top: -55px;
    z-index: 1999;
}
.floating-item {
    z-index: 1030;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    border: 0;
    outline: none;
}
#section-menu .navbar-nav .nav-item.nav-active {
    border-top: 3px solid var(--primary-color);
}
#inner-top-nav .level-tab {
    border-bottom: 3px solid #f3f3f3;
}
#inner-top-nav .navbar-nav .nav-item.nav-active,
#inner-top-nav .nav-active,
.inner-top-nav .nav-active {
    border-bottom: 3px solid var(--primary-color);
}
#inner-top-nav .nav-active a.nav-link,
.inner-top-nav .nav-active a.nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: black !important;
}

.inner-top-nav .btn-radio-label.color-primary {
    color: var(--primary-color) !important;
}

.category-group > .row {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.category-group > .row > .col-auto,
.category-group > .row > .col-3,
.category-group > .row > .col-4,
.category-group > .row > .col-6 {
    display: inline-block;
}

.hide-scrollbar {
    -ms-overflow-style: none !important; /* Internet Explorer 10+ */
    scrollbar-width: none !important; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
    display: none !important; /* Safari and Chrome */
}

#section-menu .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    font-weight: 600;
    color: #c7c7c7;
}

#inner-top-nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #c7c7c7;
}

#section-menu .navbar-nav .nav-item.nav-active .nav-link .menu-font-color {
    color: var(--primary-color) !important;
}

#inner-top-nav .navbar-nav .nav-item.nav-active .nav-link {
    color: black !important;
}

#section-menu .navbar-nav .nav-item .nav-link img,
#inner-top-nav .navbar-nav .nav-item .nav-link img {
    filter: invert(86%) sepia(0%) saturate(1586%) hue-rotate(133deg)
        brightness(88%) contrast(108%);
}

#section-menu .navbar-nav .nav-item .nav-link img,
#inner-top-nav .navbar-nav .nav-item .nav-link img {
    filter: var(--menu-svg) !important;
}

.svg-color {
    filter: var(--primary-svg-2) !important;
}

.swiper-slide {
    height: auto;
}


.btn {
    font-weight: 500;
}

.btn-normal {
    padding: 10px 30px;
}

.btn-rounded {
    border-radius: 28px !important;
}
.btn-medium-rounded {
    border-radius: 10px !important;
}
.btn-little-rounded {
    border-radius: 8px;
}

.search-input {
    margin-right: 15px;
}

.clear {
    position: absolute;
    top: 22px;
    right: 100px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear::before {
    content: "X";
    font-size: 14px;
    color: #fff;
}

.border-grey {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.hr-lines:before {
    content: " ";
    display: block;
    height: 1px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #c7c7c7;
}

.hr-lines:after {
    content: " ";
    height: 1px;
    width: 40%;
    background: #c7c7c7;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.hr-lines {
    position: relative;
    /*  new lines  */
    max-width: 500px;
    margin: 2rem auto;
    text-align: center;
}

.position-relative {
    position: relative;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: var(--light-grey);
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    padding: 0 6px 0 20px;
}

.form-control {
    background-color: var(--light-grey);
    border: 1px solid transparent;
    height: 46px;
    font-size: 15px;
    color: black;
}
.form-control.v-left-icon {
    padding-left: 57px;
}
.form-control.v-left-icon-2 {
    padding-left: 62px;
}
.form-btn {
    font-size: 15px;
}
.form-round {
    background-color: #e2e2e2;
    padding-left: 0;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
.border-unset {
    border: unset;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.field-icon-left {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.field-icon-right {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(-10%, -50%);
    z-index: 3;
}

.field-icon-lock-white {
    float: right;
    margin-left: -25px;
    margin-right: 15px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    width: 15px;
}

.input-container {
    display: flex;
    align-items: center;
    width: 100%;
     position: relative;
}

.input-icon-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.input-icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    margin-top: 0px;
}

.align-end {
    align-items: end;
}

.whatsapp-floating-icon img,
.d-lg-block.d-md-none.d-none.stay-fixed-bottom-2 img,
.move-top-icon img {
    width: 50px;
    filter:drop-shadow(2px 5px 1px rgba(0, 0, 0, 0.35));
}

.white-container {
    background: #ffffff;
}

.box-shadow-container {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.auth-box {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 30px;
}

.field-icon-left-2 {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translate(-6%, -50%);
    z-index: 3;
}

.form-control.padding-left {
    padding-left: 60px;
}

.custom-radio-button[type="radio"]:checked,
.custom-radio-button[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-button[type="radio"]:checked + label,
.custom-radio-button[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio-button[type="radio"]:checked + label:before,
.custom-radio-button[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;
}
.custom-radio-button[type="radio"]:checked + label:after,
.custom-radio-button[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f87da9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-button[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-button[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* .custom-switch .custom-control-label::after {
    top: calc(0.04rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1.4rem - 4px);
    height: calc(1.4rem - 4px);
    background-color: #adb5bd;
    border-radius: 1.5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

.custom-switch .custom-control-label::before {
    left: -2.2rem;
    width: 2.3rem;
    pointer-events: all;
    border-radius: 0.6rem;
}
.custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-switch .custom-control-label::after {
    top: calc(0.04rem + 2px);
    left: calc(-1.96rem + 2px);
    width: calc(1.4rem - 4px);
    height: calc(1.4rem - 4px);
    background-color: #adb5bd;
    border-radius: 1.5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
} */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
    float: right;
}
.rect-product,
.rect-voucher {
    background-image: url("/images/rectangle.png");
    padding-top: 100%;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input.default:checked + .switch-slider {
    background-color: #444;
}
input.primary:checked + .switch-slider {
    background-color: var(--primary-color);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.redeemed,
.description {
    position: relative;
    width: 100%;
    color: white;
    font-weight: 600;
}

.used {
    background: #ffffff;
    opacity: 0.5;
}

/* .unavailable img {
    width: 100%;
    vertical-align: top;
} */

.used:after {
    content: 'Used';
    position: absolute;
    width: 90%; height:100%;
    top:0; 
    left:14px;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.expired {
    background: #ffffff;
    opacity: 0.5;
}

.expired:after {
    content: 'Expired';
    position: absolute;
    width: 90%; height:100%;
    top:0; 
    left:14px;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.unavailable {
    background: #ffffff;
    opacity: 0.5;
}

.unavailable:after {
    content: 'Unavailable';
    position: absolute;
    width: 90%; height:100%;
    top:0; 
    left:14px;
    background:rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.voucher-affiliate-card {
    border-radius: 10px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.description .overlay {
    background-color: unset;
}

/* radio stylings */

input[type="radio"].radio-style {
    display: none;
}

.btn-radio-label {
    display: inline-block;
    padding: 10px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 28px;
    color: #9d9d9d !important;
}
.btn-radio-label.md-radius {
    border-radius: 10px;
}
.default-modal-content {
    width: 95%;
    margin: auto;
    border-radius: 10px;
}
.border-radius-xl {
    border-radius: 28px;
}

/* The '+' is the adjacent sibling selector.
It selects what ever element comes right after it,
as long as it is a sibling. */
input[type="radio"]:checked + label.btn-radio-label {
    background: var(--opposite-primary-color-2);
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    /* color: #fff; */
}

input[type="radio"]:checked + label.btn-radio-label.label-no-border {
    border: none;
}

.btn-radio-label.btn-radio-2 {
    display: inline-block;
    padding: 8px 20px;
    /* border: 1px solid #F9F9F9; */
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 22px;
    color: #9d9d9d !important;
}

.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 40px;
    height: 132px;
}
.plusminus button {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    background: #e5e5e5;
    color: #ffffff;
    border-radius: 50%;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.plusminus.small button {
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.plusminus button:focus {
    outline: none;
    color: #2bebaf;
}
.plusminus button:disabled {
    background: #eae3e3;
    color: #aca4a4;
    cursor: default;
}
.plusminus button:first-child {
    bottom: 0;
}
.plusminus button:first-child:before {
    content: "-";
}
.plusminus button:last-child {
    top: 0;
    background: var(--primary-color);
    color: #ffffff;
}
.plusminus button:last-child:before {
    content: "+";
}
.plusminus button:last-child:focus {
    color: #ffffff;
}
.plusminus input[type="number"] {
    position: absolute;
    width: 60px;
    height: 40px;
    top: 44px;
    margin: 0;
    /* padding: 0 0 16.92308px; */
    border: 0;
    font-size: 17.6px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}
.plusminus.horiz.small input[type="number"] {
    position: absolute;
    top: 0;
    left: 29px;
}

.plusminus.small input[type="number"] {
    width: 40px;
    height: 22px;
}

.plusminus.horiz input[type="number"]:focus {
    outline: none;
    border: none;
}
.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* .plusminus:after {
    content: "QTY";
    position: absolute;
    font-size: 9.68px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 3.52px 0 3.52px 0;
    width: 40px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
    bottom: 34%;
} */
.plusminus.horiz {
    width: 148px;
    height: 40px;
}
.plusminus.horiz.small {
    width: 100px;
    height: 21px;
}
.plusminus.horiz button:first-child {
    left: 0;
}
.plusminus.horiz button:last-child {
    right: 0;
}
.plusminus.horiz:after {
    bottom: 0;
}
.plusminus.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 44px;
}
.plusminus.stacked {
    width: 88px;
    height: 88px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.plusminus.stacked:after {
    width: 100%;
    bottom: 50%;
}
.plusminus.stacked button {
    float: none;
    top: auto;
    bottom: 0;
}
.plusminus.stacked button:first-child {
    left: 0;
}
.plusminus.stacked button:last-child {
    right: 0;
}
.plusminus.stacked input[type="number"] {
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #eee;
    width: 100%;
}
.plusminus.stacked input[type="number"]:after {
    width: 100%;
}

/* plusminus-2 */

.plusminus-2 {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 40px;
    height: 132px;
}
.plusminus-2 button {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    background: #e5e5e5;
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.plusminus-2.small button {
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.plusminus-2 button:focus {
    outline: none;
    color: #2bebaf;
}
.plusminus-2 button:disabled {
    background: #eae3e3;
    color: #aca4a4;
    cursor: default;
}
.plusminus-2 button:first-child {
    bottom: 0;
}
.plusminus-2 button:first-child:before {
    content: "-";
}
.plusminus-2 button:last-child {
    top: 0;
    background: var(--primary-color);
    color: #ffffff;
}
.plusminus-2 button:last-child:before {
    content: "+";
}
.plusminus-2 button:last-child:focus {
    color: #ffffff;
}
.plusminus-2 input[type="number"] {
    position: absolute;
    width: 60px;
    height: 40px;
    top: 44px;
    margin: 0;
    /* padding: 0 0 16.92308px; */
    border: 0;
    font-size: 17.6px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}
.plusminus-2.horiz.small input[type="number"] {
    position: absolute;
    top: 0;
    left: 29px;
}

.plusminus-2.small input[type="number"] {
    width: 40px;
    height: 22px;
}

.plusminus-2.horiz input[type="number"]:focus {
    outline: none;
    border: none;
}
.plusminus-2 input[type="number"]::-webkit-outer-spin-button,
.plusminus-2 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* .plusminus-2:after {
    content: "QTY";
    position: absolute;
    font-size: 9.68px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 3.52px 0 3.52px 0;
    width: 40px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
    bottom: 34%;
} */
.plusminus-2.horiz {
    width: 148px;
    height: 40px;
}
.plusminus-2.horiz.small {
    width: 100px;
    height: 21px;
}
.plusminus-2.horiz button:first-child {
    left: 0;
}
.plusminus-2.horiz button:last-child {
    right: 0;
}
.plusminus-2.horiz:after {
    bottom: 0;
}
.plusminus-2.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 44px;
}
.plusminus-2.stacked {
    width: 88px;
    height: 88px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.plusminus-2.stacked:after {
    width: 100%;
    bottom: 50%;
}
.plusminus-2.stacked button {
    float: none;
    top: auto;
    bottom: 0;
}
.plusminus-2.stacked button:first-child {
    left: 0;
}
.plusminus-2.stacked button:last-child {
    right: 0;
}
.plusminus-2.stacked input[type="number"] {
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #eee;
    width: 100%;
}
.plusminus-2.stacked input[type="number"]:after {
    width: 100%;
}

.readmore__toggle,
.readmore__toggle:focus {
    border: 0;
    background: none;
    padding: 0;
    outline: none;
}

#variantBar .modal-content {
    width: 90%;
    border-radius: 10px;
    margin: auto;
}

.input-unset,
.input-unset:focus {
    border: hidden;
    background-color: #ffffff;
    text-align: center;
    outline: none;
    min-width: 40px;
}

.round-badge {
    position: relative;
    border: 1px solid #fff;
    padding: 0.1em;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
    border-color: #fff;
    border-radius: 50%;
    margin-top: 0;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.round-badged:after {
    content: "";
    position: absolute;
    left: -500px; /* adjust manually */
    border-left: 1px solid red;
    height: 100px;
    width: 5px;
}

.select2-container {
    width: 100% !important;
}

.bg-inner-curve:after {
    content: "";
    height: 53%;
    width: 110%;
    position: absolute;
    background: white;
    border-radius: 50% 50% 0 0 / 32%;
    bottom: -37%;
    left: 50%;
    transform: translate(-50%, 0);
}

.bg-outer-curve {
    border-radius: 0 0 73% 73% / 15%;
}

.bg-outer-triangle {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.bg-inner-triangle:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 50vw 40px 50vw;
    border-color: transparent transparent #ffffff transparent;
}

.box-2 {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.show-after-start {
    display: block;
}

.circleIndicator {
    background: var(--primary-color);
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    height: 1.2em;
    width: auto;
    padding: 0 5px;
    display: inline-block;
    font-family: "Roboto", Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    text-align: center;
    position: absolute;
    right: -11%;
    bottom: 0;
}

ul.desktop-side-ul {
    list-style-type: none;
    padding-left: 0;
}

@media (max-width: 280px) {
    .locator-icon {
        width: 4rem;
        height: 4rem;
    }
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    transform: translate(0, -50%);
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    /* background-color: var(--primary-color); */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    transform: translate(-50%, -50%);
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
    background-color: #ffffff;
}

/* Create the checkmark-checkbox/indicator (hidden when not checked) */
.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark-checkbox when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark-checkbox/indicator */
.container-checkbox .checkmark-checkbox:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 10px;
    border: solid var(--primary-color);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown-toggle.cart-toggle::after {
    display: none;
}

#cart-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 1000;
    float: left;
    min-width: 400px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.fixed-top
{
    -webkit-backface-visibility: hidden;
}

.fixed-bottom{
    -webkit-backface-visibility: hidden;
}

.voucher-detail-card{
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.horizontal-scroll-wrapper {
    /* overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; */
}

.horizontal-scroll-content {
    display: flex;
    flex-wrap: nowrap;
}

.horizontal-scroll-content > div {
    flex: 0 0 auto; /* Prevent flex items from shrinking */
    margin-right: 1rem; /* Optional: Add some space between items */
}


.swiper-button-custom-next {
    right: 10px;
}

.swiper-button-custom-previous {
    left: 10px;
}

.swiper-button-custom-next, .swiper-button-custom-previous {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

#filterModal {
    transform:translate(-50%, 0%);
    height:auto;
    width:70%
}

@media (max-width: 768px) {
    #filterModal {
        transform:translate(-50%, 0%);
        height:auto;
        width:100%
    }
}