* {
    font-family: Nunito, sans-serif;
    line-height: 1.5;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    color: #242424;
}

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

.btn-register {
    color: rgba(255,255,255,.55);
}

.btn-register2 {
    color: #242424;
}

.hover:hover {
    color: #F6A703;
    cursor: pointer;
}

.outline-button {
    background-color: transparent;
    color: #F6A703;
    border-radius: 25px;
    border: solid 1px #F6A703;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.outline-button:hover {
    background-color: #F6A703;
    border-color: #F6A703;
    color: white;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.fill-button {
    background-color: #F6A703;
    color: white;
    border-radius: 25px;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fill-button-sm {
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

.fill-button.disabled {
    background-color: #dd9603;
    border-color: #dd9603;
    cursor: default;
}

.fill-button.disabled:hover {
    box-shadow: none;
}

.fill-button:hover {
    background-color: #dd9603;
    border-color: #dd9603;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.clean-button {
    background-color: white;
    color: #F6A703;
    height: 50px;
}

.points-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.points-info p {
    margin: 0;
}

.ml-auto {
    margin-left: auto;
    display: block;
}

.mr-auto {
    margin-right: auto;
    display: block;
}

.m-auto {
    display: block;
    margin: auto;
}

.display-none {
    display: none;
}

a {
    color: #1F2937;
    text-decoration: none;
}

a:hover {
    color: #F6A703;
}

.swal-button {
    background-color: #F6A703 !important;
}

.nav .dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #F6A703;
}

.dropdown-categories .dropdown-toggle {
    margin-left: 50px;
}

.dropdown-categories .background-image {
    width: 35px;
    height: 35px;
    border-radius: 28px;
    margin: auto;
}

.dropdown-categories .background-image img {
    width: 20px;
    height: 20px;
    margin: auto;
    position: relative;
    top: 8px;
}

.dropdown-categories .dropdown-item span {
    width: 140px;
    margin-top: 5px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 18px;
}

.dropdown-categories .dropdown-toggle span {
    width: 140px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
}

.dropdown-categories .dropdown-toggle:after,
.dropdown-address .dropdown-toggle:after {
    position: relative;
    top: 13px;
    font-size: 18px;
}

.dropdown-address .dropdown-toggle {
    margin-left: 70px;
    height: 35px;
}

.dropdown-address .dropdown-toggle img {
    margin-top: 7px;
}

.dropdown-address .dropdown-toggle span {
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
}

.dropdown-address .dropdown-item span {
    margin-top: 5px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}

.dropdown-address .dropdown-item img {
    width: 20px;
    height: 20px;
}

.address {
    margin-left: 70px;
}

.address img {
    margin-top: 5px;
}

.address span {
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
}

.app-search {
    background-color: white;
    height: 50px;
    border-radius: 25px;
}

.app-search-border {
    border: 1px solid #D8D8D8;
}

.app-search i {
    font-size: 16px;
    color: #F6A703;
    margin-left: 25px;
    margin-top: 18px;
}

.app-search input {
    border: none;
    width: 100%;
    height: 48px;
    border-radius: 25px;
    padding-left: 15px;
    font-size: 14px;
}

.title {
    font-weight: 700;
    font-size: 28px;
}

.title small {
    font-size: 20px;
}

.sub-title {
    font-weight: 700;
    font-size: 26px;
}

.owl-dots {
    display: none !important;
}

/* region Checkout */
.card-checkout {
    border-top: solid 2px #C81C1D;
}

.checkout-loader {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-content: center;
    align-items: center;
    z-index: 9999;
}

.checkout-loader i {
    color: #F6A703;
    font-size: 40px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

/* endregion */

#owl-categories .owl-prev {
    margin-left: -20px;
}

#owl-categories .owl-next {
    right: -5px;
}

.owl-prev {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin: 0;
    display: block !important;
    border: 0 solid black;
    z-index: 100;
}

#categories-special .owl-prev {
    transform: translate(-200%, 50%)!important;
}

#categories-special .owl-next {
    transform: translate(50%, 50%)!important;
}

.owl-prev i, .owl-next i {
    color: #C81C1D;
    font-weight: 700;
}

.owl-next {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0 !important;
    display: block !important;
    border: 0 solid black;
    z-index: 100;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: red;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropend .dropdown-toggle::after {
    margin-right: 8px;
}

.dropend .my-dropdown-item {
    padding-left: 8px;
}

.advertise-img {
    aspect-ratio: 2/1;
    width: 100%;
    border-radius: 10px;
}

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

.background-image i {
    color: white;
    font-size: 16px;
    position: relative;
    top: 6px;
}

.type-dropdown-title {
    text-align: left;
}

.img-degrade {
    background: linear-gradient(transparent, grey);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.img-title {
    color: white;
    position: absolute;
    bottom: 8px;
    right: 24px;
}

.divider {
    width: 100%;
    background-color: #FAF9FF;
    height: 10px;
    margin-bottom: 65px;
}

/* region Store */
.store-info-container {
    margin-bottom: 30px;
}

.store-filters {
    display: flex;
    min-height: 50px;
    align-items: flex-start;
    margin-top: 10px;
    gap: 8px
}

#filters-applied {
    padding: 0;
}

.btn-filter {
    border: solid 1px #E3E0F2;
    border-radius: 100px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: white;
}

.btn-filter i {
    color: red;
}

.btn-filter span {
    font-size: 12px;
}

.btn-filter .badge {
    border-radius: 100px;
    background-color: red;
}

.store-divider {
    border-bottom: 1px solid #6B7280;
}

/* endregion */

/* region Store Product */
.store-product-item {
    border-radius: 27px;
    box-shadow: 0 1px 8px 0 rgba(34, 34, 34, 0.1);
    background-color: white;
    cursor: pointer;
}

.store-product-item img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    object-position: center;
    object-fit: contain;
}

.store-product-title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 18px;
    margin-right: 20px;
    margin-left: 20px;
}

.store-product-description {
    font-size: 12px;
    color: #6B7280;
    margin-right: 20px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 54px;
    overflow: hidden;
}

.store-product-price {
    font-size: 14px;
    color: #454545;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 26px;
}

.store-products-container {
    background-color: #FAF9FF;
}

#cart-items {
    max-height: 310px;
    overflow-y: auto;
}

.cart-card-take-away {
    border-radius: 18px;
    min-height: 180px;
    position: absolute;
    width: calc(100% - 24px);
    bottom: 30px;
    max-height: 425px;
    margin-top: 0;
}

.cart-card-take-away h6 {
    font-size: 20px;
    font-weight: 700;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 111px;
    z-index: 2;
}

.menu-item-li {
    padding: 2px 12px;
    cursor: pointer;
    margin: 4px 0;
    white-space: nowrap;
}

.menu-item-li.active {
    border-radius: 100px;
    background-color: #F6A703;
    color: white;
}

.cart-dropdown {
    margin-top: 3px;
    height: 30px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
    display: none;
    border-radius: 10px;
    border-color: goldenrod;
    width: calc(100% - 24px);
}

.product-options {
    margin-bottom: 0;
}

.product-options strong, .product-options span, .product-options br {
    line-height: 1;
}

/* endregion */

/* region Mega Menu */
.dropdown-mega {
    position: static !important
}

.dropdown-megamenu[style] {
    padding: 20px;
    left: 20px !important;
    right: 20px !important;
    transform: translate(0, 110px) !important;
}

.dropdown-mega-menu-xl {
    width: 40rem
}

.dropdown-mega-menu-lg {
    width: 26rem
}

.mega-category {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid #e4e3e3;
    color: #22272a;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 0 15px 8px;
    position: relative;
    text-transform: uppercase;
}

.mega-category-children {
    border: medium none;
    color: #454545;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0 0 10px 10px;
}

/* endregion */

/* region Store Category */
.store-categories {
    padding-left: 0;
    margin-top: 30px;
}

.my-dropdown-item {
    padding: 10px 0;
    border-bottom: solid 1px rgba(107, 114, 128, 0.2);
}

.my-dropdown-item a {
    color: #454545;
    font-size: 12px;
    font-weight: 600;
}

.my-dropdown-item .my-dropdown-item {
    padding: 10px 20px 10px 16px;
}

.my-dropdown-item .my-dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu {
    padding: 0;
}

/* endregion */

.profile-background {
    background-color: #FAF9FF;
    padding: 40px 0;
    margin: 0;
}

#owl-categories {
    width: 95% !important;
}

.top-87 {
    top: -87px !important;
}

.address-created {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.address-buttons {
    position: absolute;
    right: 24px;
    top: 24px;
}

.nav-link {
    color: #555;
}

/* region Credit Card */
.cnpBillingCheckoutWrapper {
    position: relative;
}

.cnpBillingCheckoutHeader {
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.cnpBillingCheckoutLeft {
    width: 240px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.cnpBillingCheckoutRight {
    width: 50%;
    margin-left: 5px;
    border: 1px solid #c0c0c0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.cnpBillingCheckoutOrange {
    font-size: 110%;
    color: rgb(255, 60, 22);
    font-weight: bold;
}

div.wpwl-wrapper, div.wpwl-label, div.wpwl-sup-wrapper {
    width: 100%
}

div.wpwl-group-expiry, div.wpwl-group-brand {
    width: 30%;
    float: left
}

div.wpwl-group-cvv {
    width: 68%;
    float: left;
    z-index: 999;
}

.wpwl-group-brand {
    display: none !important;
}

div.wpwl-group-cardHolder, div.wpwl-sup-wrapper-street1, div.wpwl-group-expiry {
    clear: both
}

div.wpwl-sup-wrapper-street1 {
    padding-top: 1px
}

div.wpwl-wrapper-brand {
    width: auto
}

div.wpwl-sup-wrapper-state, div.wpwl-sup-wrapper-city {
    width: 32%;
    float: left;
    margin-right: 2%
}

div.wpwl-sup-wrapper-postcode {
    width: 32%;
    float: left
}

div.wpwl-sup-wrapper-country {
    width: 66%
}

div.wpwl-wrapper-brand, div.wpwl-label-brand, div.wpwl-brand {
    display: none;
}

div.wpwl-group-cardNumber {
    width: 60%;
    float: left;
    font-size: 20px;
}

div.wpwl-group-brand {
    width: 35%;
    float: left;
    margin-top: 28px
}

div.wpwl-brand-card {
    width: 65px
}

div.wpwl-brand-custom {
    margin: 0px 5px;
    background-image: url("https://test.oppwa.com/v1/paymentWidgets/img/brand.png")
}

.wpwl-label {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
}

.wpwl-control {
    margin-top: .25rem !important;
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 16px !important;
}

.wpwl-button {
    background-color: #F6A703;
    color: white;
    border-radius: 25px;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border-color: #F6A703;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wpwl-button:hover {
    background-color: #dd9603;
    border-color: #dd9603;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.wpwl-wrapper>.wpwl-icon {
    top: 0.5em;
}
/* endregion */

.alert {
    padding: 8px;
    font-size: 14px;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 65vh;
    overflow-y: auto;
}

.store-sticky {
    background-color: #FAF9FF;
    height: 70px;
    padding-top: 10px;
}

.store-sticky.sticked {
    background-color: #FFF;
}

/* region Checkout */
.time_interval {
    display: none;
}
/* endregion */

@media screen and (max-width: 1200px) {
    .dropdown-categories .dropdown-toggle {
        margin-bottom: 10px;
        margin-left: 50px;
    }

    .dropdown-address .dropdown-toggle {
        margin-left: 50px;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-categories .dropdown-toggle {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .dropdown-address .dropdown-toggle {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .dropdown-categories .dropdown-toggle {
        margin-bottom: 10px;
    }

    .dropdown-address .dropdown-toggle {
        margin-bottom: 20px;
    }

    #owl-categories {
        width: 70% !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-show {
        display: block;
    }

    .mobile-show-flex {
        display: flex;
    }
}

@media screen and (min-width: 767px) {
    .mobile-show {
        display: none;
    }

    .mobile-show-flex {
        display: none;
    }

    .dropdown-backdrop.show:before {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(100,100,100,0.5);
        content: '';
        z-index: 8;
    }
}

.fieldsetAccent {
    width: fit-content;
    background-color: white;
    border: 3px solid #F6A703;
    border-radius: 20px;
    padding: 16px 32px 32px;
}

.top-cart {
    margin-right: 20px;
}

.payment-footer {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}

.order-status {
    width: 100%;
    height: 5px;
}

.status-inactive {
    background-color: gray;
}

.status-active {
    background-color: #F6A703;
}

.profile-item-selected {
    background-color: rgba(246, 167, 3, 0.2);
}

.pl-10 {
    padding-left: 10px;
}

.error {
    color: red;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.nowClosed {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 190px;
    top: 0;
    border-radius: 40px;
}

.nowClosed-text {
    color: white;
    position: absolute;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.nowClosed-title {
    color: #242424;
    background-color: white;
    border-radius: 25px;
    padding: 6px 12px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 16px;
}

.nowClosed-title i {
    margin-right: 10px;
}

.btn-mobile-cart {
    position: fixed;
    bottom: 16px;
    width: 94%;
    left: 10px;
    z-index: 10;
}

.my-dropdown {
    position: relative;
    display: inline-block;
}

.my-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.my-dropdown:hover .my-dropdown-content {
    display: block;
}

.end-promotion-date {
    color: #1a202c;
    font-weight: 400;
    font-size: 14px;
}

.discount-percentage {
    position: absolute;
    top: 8px;
    left: 10px;
    background-color: #69db7c;
    color: white;
    border-radius: 50%;
    padding: 8px;
    font-weight: bold;
}
