/* :root {
    --theme-color: #0c3250;
    --secondary-color: #088178;
    --dark-color: #222;
    --white-color: #fff;
    --bg-color: #f3f1f2;
    --light-blue: #eff6fd;
    --optionalColor: #21313c;
    --whiteColor: #ffffff;
    --blackColor: #262E2E;
    --theme-color: #ff75a0;
    --theme-color-light: #ff75a0cf;
    --cart-number-color: #E63A48;
    --bg-light-blue: #a1d7f624;
    --scrollbarBG: #CFD8DC;
    --thumbBG: #088178;
    --fontSize: 16px;
    --transition: 0.5s;
} */

:root {
    --theme-color: #ff75a0;
    --secondary-color: #088178;
    --icon-color: #088178;
    --body-bg-color: #f3f1f2;
    --button-color: #f3f1f2;
    --cart-number-color: #E63A48;
    --alert-color-info: #eff6fd;
    --alert-color-success: #088178;
    /* --cart-number-color: #21313c; */
    --dark-color: #222;
    --white-color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

.grid::after {
    content: "";
    display: block;
    clear: both;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    background-color: rgb(248, 249, 250);
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--theme-color);
    text-decoration: none !important;
}

a:hover {
    color: var(--cart-number-color);
}

.bg-light-blue {
    background: var(--bg-light-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

img {
    width: 100%;
    overflow: hidden;
}

html,
body {
    background: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
}

::selection {
    background: rgb(75, 142, 241);
    color: rgb(255, 255, 255) !important;
}

.show-up {
    position: relative;
    z-index: 2;
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color 0.25s ease-in-out 0s;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center;
    color: rgb(75, 86, 107);
    font-size: 0.875rem;
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}

.navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: rgb(243, 245, 249) !important;
}

.navbar-light .navbar-tool-icon-box {
    color: rgb(75, 86, 107);
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color 0.25s ease-in-out 0s;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -0.3125rem;
    right: -0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--cart-number-color);
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.navbar-light .navbar-tool-text {
    color: rgb(75, 86, 107);
}

.navbar-tool-text {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 0.875rem;
    transition: color 0.25s ease-in-out 0s;
    font-size: 0.875rem;
    white-space: nowrap;
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-tool-text {
        display: block;
    }
}

.navbar-tool-text>small,
.navbar-tool-text>.small {
    display: block;
    margin-bottom: -0.125rem;
}

.dropdown_box {
    width: 20rem;
}

.lh-30 {
    line-height: 15px;
}

.widget-cart-item img {
    width: 4em;
}

.widget-cart-item {
    overflow-y: auto;
    height: 292px;
}

.widget-cart-item .btn-close {
    top: 5px;
    left: 0px;
    bottom: 0px;
    position: relative;
    height: auto;
    padding: 0px;
    transform: translateY(-50%);
    transition: visibility 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
    background: none;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 1;
}

.widget-cart-item.pb-2.border-bottom {
    padding: 0px 6px;
}

h6.dropdown_product-title {
    font-size: 14px;
}

.dropdown_product-meta {
    font-size: 13px;
}

a.navbar-brand {
    position: relative;
    width: 200px;
    max-width: 200px;
    height: 57px;
}

a.navbar-brand img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.form-control {
    font-size: 13px;
    border-radius: 2px;
    min-height: 38px;
}

.homepage-search-block.position {
    position: absolute;
    inset: 0px;
    margin-top: 57px;
    z-index: 9;
}

.banner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.btn {
    border-radius: 2px;
}

.btn-lg {
    font-size: 15px;
    font-weight: bold;
    padding: 14px 35px;
    letter-spacing: 1px;
}

.btn-primary,
.badge-danger {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.btn-primary:hover,
.badge-danger:hover {
    opacity: 0.9;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    margin-top: 0.125rem;
    left: unset;
    right: 0px !important;
}

.btn1 {
    border-radius: 10px;
}

.btn2 {
    border-radius: 10px;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none !important;
}

.btn-check:checked+.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0) !important;
    border-color: rgb(0, 0, 0) !important;
}

.btn-outline-primary {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

.bannerimg {
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.bannerimg img:hover {
    transform: scale(1.1);
}

.bannerimg img {
    transition: all 0.4s ease 0s;
}

.section-header-left {
    margin: 0px 0px 16px;
}

.section-header-left h4 {
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.04ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    margin: 10px 0px;
    padding: 0px;
    display: block;
    font-size: 18px;
}

.nav_left .nav-link {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-color) !important;
}

.mynav .input-group .position-absolute+.form-control {
    padding-left: 2.5rem;
}

.mynav .input-group i {
    z-index: 9;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.separator {
    height: 20px;
    line-height: 1;
    color: transparent;
    width: 1px;
    background: rgba(0, 0, 0, 0.09);
    display: inline-block;
    margin: 0px;
    opacity: 0.8;
}

.share-links a {
    font-size: 13px;
    text-align: center;
}

.share-links a {
    width: 26px;
    height: 26px;
    margin: 0px 1px;
    line-height: 25px;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: var(--theme-color);
    padding-left: 10px;
    border-radius: 50% !important;
}

.share-links a:not(:hover) {
    background: none;
}

.newcategories .slick-slide {
    margin: 0px 20px;
}

.cent_cat .slick-dots {
    bottom: 20px !important;
}

.cent_cat .slick-prev,
.cent_cat .slick-prev:hover,
.cent_cat .slick-prev:focus {
    background: url("data:image/png;base64,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") 50% 50% no-repeat;
}

.cent_cat .slick-next,
.cent_cat .slick-next:hover,
.cent_cat .slick-next:focus {
    background: url("data:image/png;base64,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") 50% 50% no-repeat;
}

.cent_cat .slick-arrow,
.cent_cat .slick-arrow:hover,
.cent_cat .slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    margin: 0px 8px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(228, 231, 234);
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
}

.cent_cat .slick-next::before,
.cent_cat .slick-prev::before {
    display: none;
}

.cent_cat img {
    width: 38px;
    margin: auto;
    filter: saturate(200%);
}

.product-card {
    transition: all 0.15s ease-in-out 0s;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
}

@media (min-width: 500px) {
    .product-card {
        padding-bottom: 0px;
    }
}

h3.product-title {
    font-weight: 600;
    line-height: 22px;
    /* height: 45px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 15px 70px;
}

.product-card:hover a {
    color: var(--secondary-color);
}

.product-card img {
    width: 100%;
    height: 217px;
    object-fit: contain;
    transition: all 0.3s ease-in-out 0s;
}

.product-card img:hover {
    transform: scale(1.1);
}

.product-card .badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 5;
    background: rgb(255, 117, 160) !important;
}

.pt-50 {
    padding-top: 50px;
}

.bg-danger.badge-shadow {
    box-shadow: rgb(232, 246, 234) 0px 0.5rem 1.125rem -0.275rem;
}

.product-card .card-body {
    position: relative;
    background-color: rgb(255, 255, 255);
    z-index: 2;
}

.product-meta {
    transition: color 0.25s ease-in-out 0s;
    color: rgb(125, 135, 156);
    text-decoration: none !important;
}

.fs-xs {
    font-size: 0.75rem !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.product-title>a {
    transition: color 0.25s ease-in-out 0s;
    color: rgb(55, 63, 80);
    text-decoration: none !important;
}

.product-floating-btn {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    transition: opacity 0.2s ease-in-out 0s;
    opacity: 1;
    z-index: 10;
}

.btn-primary.btn-shadow {
    box-shadow: rgb(0, 129, 120) 0px 0.5rem 1.125rem -0.5rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0px 0px;
}

.newcategories h6 {
    font-size: 15px;
    font-weight: 500 !important;
}

.padding-15 {
    padding: 15px;
}

.badgefont span {
    font-size: 17px;
}

.no-padding {
    padding: 0px;
}

.cat-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.cat-name {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cat-name a p {
    margin-bottom: 0px;
    font-weight: 600;
}

.text-light-green {
    color: var(--secondary-color);
}

.cat-name a p span {
    margin-right: 10px;
}

.text-dark-white {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.text-light-white {
    color: rgb(107, 107, 131);
}

.delete-btn i {
    font-size: 12px;
    color: rgb(228, 31, 31);
}

.fw-500 {
    font-weight: 500;
}

.total-price {
    padding: 15px;
}

.text-custom-white {
    color: rgb(255, 255, 255);
    background: var(--theme-color);
}

.green-btn {
    color: rgb(255, 255, 255);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-first {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 6px 16px 5px;
    font-size: 13px;
    line-height: 1.595;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.full-width {
    width: 100%;
}

.green-btn:hover,
.green-btn:focus {
    background: rgb(255, 255, 255);
    color: var(--theme-color);
    border: 1px solid;
}

.del_address .nav-tabs .nav-link.active {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(228, 31, 31) !important;
    border-bottom: 4px solid rgb(228, 31, 31) !important;
}

.del_address .nav-fill .nav-item .nav-link,
.del_address .nav-justified .nav-item .nav-link {
    width: 100%;
    color: rgb(0, 0, 0);
}

.del_address .nav-tabs .nav-link {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.del_address .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: rgb(96, 208, 255);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.del_address .nav-link {
    height: 77px;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
}

.del_address .nav-link:hover {
    border: none;
}

.del_address .nav-link:focus {
    outline: none;
}

.del_address .tab-pane {
    margin-bottom: 1em;
}

.proceed_now {
    right: 301px;
    width: 308px;
    margin-left: auto;
    bottom: 4px;
}

.card_price {
    height: 149px;
    overflow-y: scroll;
}

@media (min-width: 1600px) {
    .card_price {
        height: 441px;
        overflow-y: scroll;
    }
}

.fooditems .card {
    cursor: pointer;
}

.lh {
    line-height: 20px;
}

.mydetails {
    font-size: 14px;
    font-weight: 600;
}

.inner-cart {
    position: absolute;
    right: 5px;
    bottom: 4px;
    margin: auto;
    display: flex;
    background: var(--secondary-color);
    border-radius: 100%;
    color: rgb(255, 255, 255);
    width: 26px;
    height: 26px;
}

.inner-cart:hover {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.inner-cart i {
    text-align: center;
    margin: auto;
}

.brands_item img {
    object-fit: cover;
}

.cat-product-box {
    padding: 0px 15px;
}

.cart-detail-box.sticky-top {
    top: 85px;
    z-index: 1;
}

.foodbody {
    height: 24em;
    overflow-y: scroll;
}

@media (min-width: 1600px) {
    .foodbody {
        height: 35em;
        overflow-y: scroll;
    }
}

.menuimg {
    height: 200px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.card_price::-webkit-scrollbar {
    width: 8px;
}

.card_price::-webkit-scrollbar-track {
    width: 50px;
}

.card_price::-webkit-scrollbar-thumb {
    border-radius: 50px;
}

.card_price::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgb(31, 32, 96);
}

.icons img {
    width: 95px;
}

.sign {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 3px;
}

.sign span {
    height: 18px;
    width: 18px;
    background-color: rgb(228, 31, 31);
    display: flex;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sign small {
    font-weight: 700;
    margin-top: -14px;
    margin-right: 4px;
    height: 2px;
    width: 2px;
}

.address-icon.align-middle {
    border: 2px solid rgb(230, 58, 72);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
}

.address-icon i {
    color: rgb(230, 58, 72);
    font-size: 30px;
    line-height: 45px;
}

.address-text {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 15px;
}

.page-title {
    position: relative;
    padding: 25px 0px;
    text-align: center;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

.page-title h3 {
    position: relative;
    color: rgb(254, 181, 24);
    font-size: 32px;
    font-family: "Dancing Script", cursive;
}

.page-title h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
    font-family: "Rubik Slab", serif;
}

.view_btn .btn {
    height: 33px;
    width: 140px;
    cursor: pointer;
    border: 2px solid rgb(164, 3, 1);
    color: rgb(255, 255, 255);
    background: rgb(164, 3, 1);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    font-size: 15px;
    justify-content: center;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tab-vertical1 li {
    background: transparent;
}

.tab-vertical1 .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0px;
    background: rgb(255, 255, 255);
    width: 100%;
}

.tab-vertical1 .nav.nav-tabs .nav-item {
    background: transparent;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.tab-vertical1 .nav-tabs .nav-link {
    border-width: 1px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    background: rgb(221, 221, 232);
    padding: 14px 0px;
    border-radius: 4px 0px 0px 4px;
    border-bottom-color: initial;
    font-weight: 400;
    color: rgb(75, 86, 107) !important;
}

.tab-vertical1 .nav-tabs .nav-link.active {
    font-weight: 400;
    color: var(--secondary-color) !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.tab-vertical1 .nav-tabs .nav-link {
    border-bottom: 1px solid transparent;
    color: red;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
}

.tab-vertical1 .tab-content {
    margin: 15px;
    overflow: auto;
    border-radius: 0px 4px 4px;
    background: rgb(255, 255, 255);
    /* padding: 8px; */
}

.tab-vertical1 .nav-link {
    background: transparent !important;
    color: rgb(68, 68, 68) !important;
}

.mybooking>table {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 30px;
}

.mybooking>table thead {
    background-color: rgb(42, 42, 42);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 30px;
}

.mybooking>table thead th {
    padding: 21px 40px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.mybooking>table thead th:first-child,
.mybooking>table tbody td:first-child {
    text-align: left;
}

.mybooking>table tbody td {
    padding: 25px 40px;
    font-size: 11px;
    color: rgb(68, 68, 68);
    position: relative;
    text-align: center;
}

.mybooking>table tbody td h5 {
    font-size: 13px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    color: inherit;
}

.mybooking>table tbody td h5::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 7px;
    width: 7px;
    background-color: orange;
    top: 50%;
    margin-top: -3.5px;
}

.mybooking>table tbody tr:nth-child(2n+1) {
    background-color: rgb(255, 255, 255);
}

.mybooking>table tbody tr:nth-child(2n) {
    background-color: rgb(249, 249, 249);
}

.user-info {
    float: left;
    width: 100%;
    padding: 35px 30px 30px;
    background: rgb(164, 3, 1);
}

.user-info>img {
    float: left;
    margin-right: 15px;
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid rgb(255, 190, 0);
}

.user-info-inner {
    display: table;
}

user-info-inner>h5 {
    color: rgb(255, 255, 255);
    margin: 0px 0px 5px;
}

.user-info-inner>a {
    float: left;
}

.user-info-inner>a {
    float: left;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 20px;
    margin-top: 13px;
}

.user-info-inner>h5 a {
    color: rgb(255, 255, 255);
    margin: 0px 0px 5px;
}

.user-info-inner>span a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 11px;
}

.user-info-inner>a {
    float: left;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 20px;
    margin-top: 13px;
    background: rgb(255, 190, 0);
}

.profile-thumb {
    height: 160px;
    width: 160px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 14px;
}

.acc_setting .wrapper {
    padding: 30px 50px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 15px;
    margin: 10px auto;
    max-width: 600px;
}

.acc_setting h4 {
    letter-spacing: -1px;
    font-weight: 400;
}

.acc_setting .img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
}

.acc_setting #img-section p,
.acc_setting #deactivate p {
    font-size: 12px;
    color: rgb(119, 119, 119);
    text-align: justify;
}

.acc_setting #img-section b,
.acc_setting #img-section button,
.acc_setting #deactivate b {
    font-size: 14px;
}

.acc_setting label {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(119, 119, 119);
    padding-left: 3px;
}

.acc_setting .form-control {
    border-radius: 10px;
}

.acc_setting input[placeholder] {
    font-weight: 500;
}

.acc_setting .form-control:focus {
    box-shadow: none;
    border: 1.5px solid rgb(7, 121, 228);
}

.acc_setting select {
    display: block;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    height: 40px;
    padding: 5px 10px;
}

.acc_setting select:focus {
    outline: none;
}

.acc_setting .button {
    background-color: rgb(255, 255, 255);
    color: rgb(164, 3, 1);
}

.acc_setting .button:hover {
    background-color: rgb(7, 121, 228);
    color: rgb(255, 255, 255);
}

.acc_setting .btn-primary {
    background-color: rgb(164, 3, 1);
    border-color: rgb(164, 3, 1);
}

.acc_setting .danger {
    background-color: rgb(255, 255, 255);
    color: rgb(226, 4, 4);
    border: 1px solid rgb(221, 221, 221);
}

.acc_setting .danger:hover {
    background-color: rgb(226, 4, 4);
    color: rgb(255, 255, 255);
}

.tab-vertical1 .nav-tabs .nav-link i {
    margin-right: 9px;
}

:focus {
    box-shadow: unset !important;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.mysearch {
    margin: auto;
    position: absolute;
    top: 20em;
    left: 0px;
    right: 0px;
    z-index: 9;
    width: 50%;
}

.topslider.home_slider.pt-8 {
    position: relative;
}

#order-heading {
    background-color: rgb(237, 244, 247);
    position: relative;
    border-top-left-radius: 25px;
    max-width: 800px;
    padding-top: 20px;
    margin: 30px auto 0px;
}

#order-heading .text-uppercase {
    font-size: 0.9rem;
    color: rgb(119, 119, 119);
    font-weight: 600;
}

#order-heading .h4 {
    font-weight: 600;
}

#order-heading .h4+div p {
    font-size: 0.8rem;
    color: rgb(119, 119, 119);
}

.close {
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
    position: absolute;
    right: -2px;
    opacity: 1;
    top: -37px;
    height: 20px;
    width: 20px;
}

.bg-light-red {
    background: rgba(255, 0, 0, 0.22);
}

.order-confirm h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    color: rgb(0, 0, 0);
    margin: 0px;
}

.order-confirm img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 10px auto auto;
    display: flex;
    background: rgb(237, 244, 247);
}

.menuimg img {
    object-fit: cover;
}

.inner-cart1 {
    background: var(--secondary-color);
    border-radius: 100%;
    color: rgb(255, 255, 255);
    height: 26px;
    width: 26px !important;
}

.login .card0 {
    border-radius: 0px;
    width: 933px;
    margin: auto;
}

.innerimg {
    height: 29em;
    overflow: hidden;
}

.login .image {
    width: 100%;
    height: 29em;
    object-fit: cover;
}

.login .border-line {
    border-right: 1px solid rgb(238, 238, 238);
}

.login .facebook {
    background-color: rgb(59, 89, 152);
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.social-btn .btn i {
    float: left;
    margin: 4px 15px 0px 5px;
    min-width: 15px;
}

.login .line {
    height: 1px;
    width: 36%;
    background-color: rgb(224, 224, 224);
    margin-top: 10px;
}

.login .or {
    width: 19%;
    font-weight: bold;
}

.login .text-sm {
    font-size: 14px !important;
}

.login ::placeholder {
    color: rgb(189, 189, 189);
    opacity: 1;
    font-weight: 300;
}

.login .form-control {
    padding: 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: rgb(44, 62, 80);
    font-size: 14px;
    letter-spacing: 1px;
}

.login input:focus,
.login textarea:focus {
    border: 1px solid rgb(48, 79, 254);
    outline-width: 0px;
    box-shadow: none !important;
}

.login button:focus {
    outline-width: 0px;
    box-shadow: none !important;
}

.login .btn-blue {
    background-color: var(--secondary-color);
    width: fit-content;
    color: rgb(255, 255, 255);
    border-radius: 2px;
}

.login .btn-blue:hover {
    background-color: rgb(0, 0, 0);
    cursor: pointer;
}

.login .bg-blue {
    color: rgb(255, 255, 255);
    background-color: var(--secondary-color);
}

.bt1 {
    padding: 10px 12px 7px;
    top: 2px;
    position: relative;
    width: 100% !important;
}

.innerimg1 {
    height: 35em;
    overflow: hidden;
}

.loginhead {
    border-bottom: 1px solid rgb(3, 152, 219);
}

.loginWrapper {
    background: rgb(2, 134, 194);
    font-size: 1.063em;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
    letter-spacing: 0.1px;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.logoLogin {
    display: block;
    padding: 2px;
}

.logoLogin img {
    display: block;
    margin: 0px auto;
    max-width: 186px;
}

.LoginContainer {
    max-width: 768px;
}

.imageWrapper {
    display: block;
    padding-top: 10px;
}

.loginimg img {
    height: 14em;
}

.logoimg {
    width: 107px;
    margin: auto;
}

.loginimg .carousel-inner img {
    height: 471px;
}

.loginimg .carousel-indicators [data-bs-target] {
    background-color: rgb(2, 134, 194);
}

.LoginContainer .carousel-item {
    height: unset;
}

.LoginContainer .carousel-item>img {
    position: relative;
}

.LoginContainer .carousel-caption {
    z-index: 999;
}

.btn-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(91, 67, 67) !important;
    border-color: rgb(91, 67, 67) !important;
}

.aud {
    font-size: 16px;
    font-weight: 600;
}

.w-160 {
    width: 160px;
}

.foodbody .nav-tabs li .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.ribbon {
    width: 141px;
    height: 87px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid rgb(241, 63, 76);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 213px;
    padding: 4px 0px;
    background-color: rgb(241, 63, 76);
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-transform: capitalize;
    text-align: center;
}

.ribbon-top-left {
    top: -9px;
    left: -62px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: -1px;
    right: -3px;
}

.ribbon-top-left::after {
    bottom: -3px;
    left: 53px;
}

.ribbon-top-left span {
    right: -47px;
    top: 35px;
    transform: rotate(-45deg);
}

.ribbon {
    width: 124px;
    height: 86px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    display: block;
    border: 5px solid rgb(230, 58, 72);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 4px 0px;
    background-color: rgb(230, 58, 72);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    color: rgb(255, 255, 255);
    font: 700 9px / 1 ‘Lato’, sans-serif;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0px;
    left: 37px;
}

.ribbon-top-right::after {
    bottom: 0px;
    right: 0px;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.btn-close1 {
    position: absolute;
    right: -10px;
    top: -11px;
    opacity: 1;
    cursor: pointer;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 6px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
}

.newsearch i {
    padding: 6px;
    color: rgb(255, 255, 255);
    background: rgb(91, 67, 67);
    border-radius: 3px;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 9px;
}

.text-red1 {
    color: var(--cart-number-color);
}

.css-wigwbp {
    font-weight: 600;
    font-size: 11px;
    max-width: initial;
    opacity: 1;
    color: rgb(0, 0, 0) !important;
}

.css-ttwr4n {
    background-color: rgb(241, 63, 76);
}

.enqbtn {
    animation: 1500ms ease 0s infinite normal none running glowing;
    cursor: pointer;
}

@-webkit-keyframes glowing {
    0% {
        background-color: rgb(128, 41, 143);
        box-shadow: rgb(128, 41, 143) 0px 0px 3px;
    }
    50% {
        background-color: rgb(243, 110, 33);
        box-shadow: rgb(243, 110, 33) 0px 0px 40px;
    }
    100% {
        background-color: rgb(128, 41, 143);
        box-shadow: rgb(128, 41, 143) 0px 0px 3px;
    }
}

@keyframes glowing {
    0% {
        background-color: rgb(93, 67, 67);
        box-shadow: rgb(241, 63, 76) 0px 0px 3px;
    }
    50% {
        background-color: rgb(241, 63, 76);
        box-shadow: rgb(241, 63, 76) 0px 0px 40px;
    }
    100% {
        background-color: rgb(93, 67, 67);
        box-shadow: rgb(93, 67, 67) 0px 0px 3px;
    }
}

.inner_reserve {
    background-size: cover !important;
}

.tablebox p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.heightscroll {
    height: 12em;
    overflow-y: scroll;
}

table {
    font-size: 13px;
    font-weight: 400 !important;
}

.width50 {
    width: 50px;
}

.bg-theme {
    background: var(--theme-color);
}

.intl-tel-input,
.iti {
    width: 100%;
}

.iti__country-list {
    width: 248px;
}

table a {
    color: var(--theme-color);
}

.img-xs {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.mainbody {
    flex-grow: 1;
}

.hide {
    display: none;
}

section.breadcrumbsection {
    margin-bottom: 10px;
    padding: 16px 0px;
    background: rgba(161, 215, 246, 0.14);
}

section.breadcrumbsection li {
    font-size: 14px;
}

section.breadcrumbsection li a {
    color: var(--theme-color);
}

.category .category-box {
    margin-bottom: 35px;
}

.category .category-box .sec-title h6 {
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.category .category-box #accordion .card {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    margin-bottom: 8px;
    border-bottom: 1px solid rgb(222, 226, 230);
    border-radius: 0px;
    padding: 0.5rem 0px;
}

.category .category-box #accordion .card .card-header {
    padding: 0px;
    background: transparent;
    border-bottom: none;
}

.category .category-box #accordion .card .card-header a {
    display: block;
    font-size: 14px;
    color: rgb(0, 30, 43);
    padding: 0px;
    font-weight: 500 !important;
}

.category .category-box #accordion .card .card-header a span {
    color: rgb(0, 30, 43);
    font-weight: 500;
    font-size: 14px;
}

.category .category-box #accordion .card .card-header a i {
    float: right;
    margin-top: 4px;
    color: rgb(0, 0, 0);
}

.category .category-box #accordion .card .card-body {
    padding: 10px;
}

.category .category-box #accordion .card .card-body ul li {
    margin-bottom: 5px;
}

.category .category-box #accordion .card .card-body ul li a i {
    color: rgb(150, 150, 150);
    margin-right: 3px;
}

.category .cat-brand .sec-title h6 {
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.category .cat-brand .brand-box ul li input {
    margin-right: 8px;
}

.category .cat-brand .brand-box ul li {
    display: flex;
}

.category .cat-brand .brand-box ul li label {
    color: rgb(0, 30, 43);
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
}

#range-slider {
    margin: 0px auto;
    padding-top: 16px;
}

#slider-range {
    background-color: var(--secondary-color);
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--theme-color);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: rgb(255, 255, 255) !important;
    border: 1px solid rgb(204, 204, 204) !important;
}

.ui-slider .ui-slider-handle {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

#amount {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6875em;
    color: var(--theme-color);
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.mb-35 {
    margin-bottom: 35px;
}

.sortby select.sort-box {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(221, 221, 221);
    width: 100%;
    padding: 5px 12px;
    border-radius: 30px;
    appearance: none;
}

.pagination-box ul li a {
    font-size: 15px;
    color: var(--theme-color);
    width: 35px;
    height: 35px;
    background: rgb(255, 255, 255);
    display: block;
    padding-top: 7px;
    border-radius: 50%;
}

.pagination-box ul li.active a {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

footer {
    background-color: rgb(43, 52, 69) !important;
}

.mypay {
    width: 187px;
}

.footlogo img {
    width: 187px;
}

.widget-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget-list-item {
    margin-bottom: 0.5rem;
}

.widget-light .widget-list-link {
    color: rgba(255, 255, 255, 0.65);
}

.widget-list-link {
    display: block;
    transition: color 0.25s ease-in-out 0s;
    color: rgb(75, 86, 107);
    font-size: 0.875rem;
    font-weight: normal;
}

.widget-light .widget-list-link:hover {
    color: rgb(255, 255, 255);
}

.btn-social.bs-light {
    background-color: rgba(255, 255, 255, 0.08);
    color: rgb(255, 255, 255);
}

.btn-social {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: border-color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s;
    border-radius: 0.3125rem;
    background-color: rgb(243, 245, 249);
    color: rgb(75, 86, 107);
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none !important;
}

.btn-social>i {
    line-height: 2.125rem;
}

.btn-social.bs-light:hover {
    color: var(--theme-color);
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
}

.product-flash-list .countdown-text {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: 1em;
}

.product-flash-list .countdown {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    font-family: Montserrat;
}

.product-flash-list .countdown {
    font-size: 15px;
    padding: 13px 0px;
    background: rgb(238, 238, 238);
    width: 50px;
    border-radius: 50%;
    height: 50px;
    color: rgb(0, 0, 0);
    position: relative;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}

.product-flash-list .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0px;
    color: rgb(255, 255, 255);
    font-family: Poppins;
    line-height: 56px;
}

.product-flash-list h5 {
    font-family: "Permanent Marker", cursive;
    font-size: 40px;
    color: rgb(255, 255, 255);
    animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running text-pop-up-top;
}

@-webkit-keyframes text-pop-up-top {
    0% {
        transform: translateY(0px);
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        transform: translateY(-20px);
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 var(--cart-number-color), 0 2px 0 var(--cart-number-color), 0 3px 0 var(--cart-number-color), 0 4px 0 var(--cart-number-color), 0 5px 0 var(--cart-number-color), 0 6px 0 var(--cart-number-color), 0 7px 0 var(--cart-number-color), 0 8px 0 var(--cart-number-color), 0 9px 0 var(--cart-number-color), 0 50px 30px rgba(0, 0, 0, 0.3);
    }
}

@keyframes text-pop-up-top {
    0% {
        transform: translateY(0px);
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        transform: translateY(-20px);
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 var(--cart-number-color), 0 2px 0 var(--cart-number-color), 0 3px 0 var(--cart-number-color), 0 4px 0 var(--cart-number-color), 0 5px 0 var(--cart-number-color), 0 6px 0 var(--cart-number-color), 0 7px 0 var(--cart-number-color), 0 8px 0 var(--cart-number-color), 0 9px 0 var(--cart-number-color), 0 50px 30px rgba(0, 0, 0, 0.3);
    }
}

.product-details-top {
    margin-bottom: 1rem;
}

.product-details-top {
    margin-bottom: 1rem;
}

.product-gallery {
    margin-bottom: 2rem;
    display: flex;
}

.product-main-image {
    position: relative;
    margin-bottom: 1rem;
}

.product-main-image img {
    max-width: none;
    width: 100%;
}

.product-gallery-thumblist {
    margin-left: -0.5rem;
}

.btn-product-gallery {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: rgb(119, 119, 119);
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(51, 51, 51, 0.05) 2px 6px 16px;
    transition: all 0.35s ease 0s;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 153, 102);
}

.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.product-gallery-item img {
    width: 100%;
}

.product-gallery-item::before,
.product-gallery-item::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0px 0.5rem;
    transition: all 0.35s ease 0s;
}

.product-gallery-item::before {
    opacity: 0;
    visibility: hidden;
    border: 0.1rem solid rgb(204, 153, 102);
}

.product-gallery-item::after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.product-gallery-item.active::before {
    visibility: visible;
    opacity: 1;
}

.product-gallery-item:hover::after,
.product-gallery-item.active::after {
    opacity: 0;
    visibility: hidden;
}

.product-gallery-vertical .row {
    margin-left: 0px;
    margin-right: 0px;
}

.product-gallery-vertical img {
    display: block;
    width: 100%;
}

.product_details .product_description .product_tag ul li a {
    color: rgb(150, 150, 150);
}

.product_details .product_description .product_tag ul li a:hover {
    color: rgb(228, 81, 81);
}

.product_details .product_description .product_name p {
    font-size: 26px;
    color: rgb(68, 68, 68);
    font-weight: 700;
    margin-bottom: 5px;
}

.product_details .product_description .product_rating {
    margin-bottom: 10px;
}

.product_details .product_description .product_rating ul li {
    margin-right: 0px;
}

.product_details .product_description .product_rating ul li i {
    font-size: 13px;
    color: rgb(253, 186, 45);
}

.product_details .product_description .product_rating ul li:last-child {
    margin-left: 25px;
}

.product_details .product_description .product_rating ul li:last-child a {
    color: var(--theme-color);
    font-weight: 600;
}

.product_details .product_description .product_price {
    margin-bottom: 15px;
}

.product_details .product_description .product_price ul {
    margin-bottom: 30px;
}

.product_details .product_description .product_price ul li:first-child {
    font-size: 26px;
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 0px;
}

.product_details .product_description .product_price ul li:last-child {
    font-size: 15px;
    color: rgb(150, 150, 150);
    font-weight: normal;
    text-decoration: line-through;
}

.product_details .product_description .product_price p {
    color: rgb(150, 150, 150);
}

.product_details .product_description .product_price p span {
    color: rgb(68, 68, 68);
    font-weight: 600;
    margin-left: 10px;
}

.product_details .product_description .product_price p label {
    margin-left: 10px;
}

.product_details .product_description .product_color_size .color {
    margin-bottom: 18px;
}

.product_details .product_description .product_color_size .color ul li:first-child {
    display: inline-block;
    color: rgb(150, 150, 150);
    vertical-align: middle;
    margin-right: 10px;
}

.product_details .product_description .product_color_size .color ul li input[type="radio"] {
    display: none;
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]+label {
    margin-bottom: 0px;
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]+label span i {
    font-size: 13px;
    color: rgb(255, 255, 255);
    padding-top: 7px;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]#color-1+label span {
    background-color: var(--theme-color);
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]#color-2+label span {
    background-color: rgb(228, 81, 81);
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]#color-3+label span {
    background-color: rgb(253, 186, 45);
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]#color-4+label span {
    background-color: green;
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]#color-5+label span {
    background-color: rgb(68, 68, 68);
}

.product_details .product_description .product_color_size .color ul li input[type="radio"]:checked+label span i {
    opacity: 1;
}

.product_details .product_description .product_color_size .size {
    margin-bottom: 15px;
}

.product_details .product_description .product_color_size .size ul li:first-child {
    display: inline-block;
    color: rgb(150, 150, 150);
    vertical-align: middle;
    margin-right: 10px;
}

.product_details .product_description .product_color_size .size ul li input[type="radio"] {
    display: none;
}

.product_details .product_description .product_color_size .size ul li input[type="radio"]+label {
    display: inline-block;
    border: 1px solid rgb(221, 221, 221);
    width: 30px;
    height: 30px;
    color: rgb(68, 68, 68);
    font-weight: 600;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 0px;
}

.product_details .product_description .product_color_size .size ul li input[type="radio"]:checked+label {
    border-color: var(--theme-color);
}

.qty-box {
    margin-bottom: 22px;
}

.qty-box ul li:first-child {
    display: inline-block;
    color: rgb(150, 150, 150);
    margin-right: 10px;
}

.qty-box ul li:last-child.quantity {
    display: inline-block;
    border: 1px solid rgb(229, 229, 229);
    padding: 0px 5px;
    border-radius: 30px;
}

.qty-box ul li:last-child.quantity .qty {
    width: 35px;
    height: 32px;
    text-align: center;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-image: initial;
    border-left: 1px solid rgb(229, 229, 229);
    border-right: 1px solid rgb(229, 229, 229);
    font-weight: 600;
}

.qty-box ul li:last-child.quantity input {
    display: inline-block;
    box-shadow: none;
}

.qty-box ul li:last-child.quantity input::-webkit-outer-spin-button,
.qty-box ul li:last-child.quantity input::-webkit-inner-spin-button {
    appearance: none;
}

.qty-box ul li:last-child.quantity .minus,
.qty-box ul li:last-child.quantity .plus {
    padding: 3px 10px;
    background: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
}

.qty-box ul li:last-child.quantity .minus:hover,
.qty-box ul li:last-child.quantity .plus:hover {
    color: var(--theme-color);
}

.product_buttons a.cart {
    color: rgb(255, 255, 255);
    background: var(--secondary-color);
    display: inline-block;
    padding: 8px 11px;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
    width: 25%;
    text-align: center;
}

.bg-theme1:hover {
    opacity: 0.9;
}

.product_buttons a.cart:hover {
    background: var(--theme-color);
}

.product_buttons a.fav-com {
    border: 1px solid rgb(221, 221, 221);
    display: inline-block;
    padding: 7px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}

.product_buttons a.fav-com:hover {
    border-color: rgb(228, 81, 81);
}

a.fav-com span {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    line-height: 25px;
    color: var(--secondary-color);
}

.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.product-gallery-item {
    display: block;
    position: relative;
    width: 8rem;
    height: 8rem;
    margin-bottom: 0.625rem;
    margin-right: 13px;
    transition: border-color 0.2s ease-in-out 0s;
    border: 1px solid rgb(227, 233, 239);
    border-radius: 0.3125rem;
    overflow: hidden;
    text-decoration: none !important;
}

.max-col-6 .product-gallery-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.product-gallery-item img {
    width: 100%;
}

.product-gallery-item::before,
.product-gallery-item::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0px 0.5rem;
    transition: all 0.35s ease 0s;
}

.product-gallery-item::before {
    opacity: 0;
    visibility: hidden;
    border: unset;
}

.product-gallery-item::after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.product-gallery-item.active::before {
    visibility: visible;
    opacity: 1;
}

.product-gallery-item:hover::after,
.product-gallery-item.active::after {
    opacity: 0;
    visibility: hidden;
}

.product-gallery-vertical .row {
    margin-left: 0px;
    margin-right: 0px;
}

.product-gallery-masonry {
    position: relative;
    display: block !important;
}

.product-gallery-masonry .product-gallery-item {
    max-width: 50%;
    width: 50%;
}

.social-icons-sm .social-icon {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: rgb(119, 119, 119);
    margin: 0px;
    background-color: transparent;
    border: 0.1rem solid rgb(225, 226, 230);
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all 0.35s ease 0s;
}

.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.social-icons-sm .social-icon:not(:last-child) {
    margin-right: 0.5rem;
}

span.social-label {
    font-size: 16px;
    font-weight: 100;
    margin-right: 10px;
}

.pb-50 {
    padding-bottom: 6px;
}

.text-theme {
    color: var(--theme-color);
}

.contactus a {
    color: var(--theme-color);
}

.product_desc .nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500;
    font-size: 16px;
}

.product_desc .nav-link:hover {
    color: var(--theme-color);
}

.product_desc .nav-pills .nav-link.active {
    color: black;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0px 0px;
    font-weight: 600;
    border-bottom: 2px solid var(--theme-color);
}

.product_desc .tab-content {
    padding-bottom: 1.3rem;
}

.prop_alldetails li {
    color: rgb(34, 34, 34);
    font-weight: 600;
    list-style: none;
}

.prop_alldetails li span {
    font-weight: 400;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.fs-ms {
    font-size: 0.8125rem !important;
}

.btn-like:first-child,
.btn-dislike:first-child {
    padding-right: 0.625rem;
    padding-left: 0px;
    border-right: 1px solid rgb(217, 225, 233);
}

.btn-like::before {
    margin-top: -0.325rem;
    color: rgb(66, 214, 151);
}

.btn-like,
.btn-dislike {
    display: inline-block;
    padding: 0px 0px 0px 0.625rem;
    transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
    border: 0px;
    background: 0px center;
    color: rgb(125, 135, 156);
    font-size: 0.875rem;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none !important;
}

.btn-like::before,
.btn-dislike::before {
    display: inline-block;
    margin-right: 0.375rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    vertical-align: middle;
    content: "";
}

.btn-dislike::before {
    transform: rotate(-180deg);
    color: rgb(243, 71, 112);
}

.img1 {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.star-rating i {
    display: inline-block;
    margin-right: 0.1875rem;
    color: var(--secondary-color);
    font-size: 0.75rem;
    vertical-align: middle;
}

.review {
    overflow-y: scroll;
    height: 291px;
}

.review::-webkit-scrollbar {
    width: 5px;
    height: 8px !important;
}

.review::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: var(--secondary-color);
}

.text-theme {
    color: var(--theme-color);
}

.mybtn {
    color: rgb(255, 255, 255);
    background: rgb(228, 81, 81);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 0px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 15px;
}

.mybtn:hover {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.checkout_left .nav-pills .nav-link.active,
.checkout_left .nav-pills .show>.nav-link {
    color: rgb(255, 255, 255);
    background-color: var(--cart-number-color);
}

.checkout_left .nav-pills .nav-link {
    background: rgb(236, 240, 239);
    border: 0px;
    border-radius: 0.25rem;
    color: rgb(0, 0, 0);
}

.checkout_left .nav-pills-light .nav-item {
    margin-right: 8px;
}

.product-col .product-title a,
table.table.table-cart.table-mobile {
    color: inherit;
    font-size: 14px;
}

table.table.table-cart.table-mobile tr {
    vertical-align: middle;
}

.t-img img {
    height: 100px;
    width: 100px;
    background: rgb(215, 215, 215);
    padding: 1px;
    margin-right: 14px;
}

.product-col .product-title {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    margin: 0px;
}

.product-col .product {
    display: flex;
    align-items: center;
    margin: 0px;
    padding-right: 2rem;
    box-shadow: none;
}

.widget-title {
    margin-bottom: 1.125rem;
    font-size: 1.0625rem;
    font-weight: 500;
}

.widget-product-title {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.widget-product-meta {
    font-size: 0.875rem;
}

span.text-accent.me-2 {
    color: var(--theme-color);
}

.ordersummary img {
    width: 64px;
}

.btn-secondary1 {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: rgb(255, 255, 255);
}

.btn-secondary1:hover {
    opacity: 0.9;
    color: rgb(255, 255, 255);
}

.newbtn {
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
    background: transparent !important;
    color: var(--cart-number-color) !important;
}

.newbtn:hover {
    opacity: 0.9;
    color: rgb(255, 255, 255);
}

.card-shadow {
    box-shadow: rgba(158, 60, 146, 0.06) 10px 10px 10px;
}

.form-element {
    position: relative;
}

.form-element input {
    display: none;
}

.form-element label {
    transition: all 200ms ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 7px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 227, 227);
    box-shadow: rgba(186, 149, 181, 0.15) 10px 10px 30px;
    border-radius: 0;
    flex: 0 0 auto;
    order: 0;
    cursor: pointer;
    margin-right: 9px;
}

.form-element .icon {
    margin-top: 10px;
    font-size: 30px;
    color: rgb(85, 85, 85);
    transition: all 200ms ease-in-out 0s;
}

.form-element .title {
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding: 5px 0px;
    transition: all 200ms ease-in-out 0s;
}

.form-element input:checked+label::before {
    opacity: 1;
    transform: scale(1);
}

.form-element input:checked+label .title {
    color: #000;
}

.form-element input:checked+label {
    border: 2px solid #2474a726;
    background: #2474a726;
    color: #000;
}

.c1 {
    box-shadow: rgba(158, 60, 146, 0.03) 10px 10px 10px;
    border-radius: 16px;
}

.mainimg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.mainimg {
    height: 219px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid rgb(255, 196, 54);
}

.herobanner img {
    height: 60vh;
    object-fit: cover;
}

.hero {
    width: 100%;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0px;
}

.hero .carousel-item {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* margin: auto; */
    vertical-align: middle;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.hero .carousel-item::before {
    content: "";
    /* background-color: rgba(12, 11, 10, 0.5); */
    position: absolute;
    inset: 0px;
}

.hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0px;
}

.hero .carousel-content {
    text-align: center;
    z-index: 9;
    position: relative;
    align-items: center;
    /* justify-content: center; */
    /* display: flex; */
    /* margin: auto; */
}

.hero h2 {
    color: var(--theme-color);
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.hero h2 span {
    color: var(--theme-color);
}

.hero p {
    /* font-family: 'Playfair Display',sans-serif; */
    font-weight: 500;
    /* width: 80%; */
    animation-delay: 0.4s;
    margin: 0px auto 30px;
    color: var(--dark-color);
    font-size: 20px;
}

.hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

.hero .carousel-inner .carousel-item,
.hero .carousel-inner .active.carousel-item-start,
.hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

.hero .carousel-inner .active,
.hero .carousel-inner .carousel-item-next.carousel-item-start,
.hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.hero .carousel-inner .carousel-item-next,
.hero .carousel-inner .carousel-item-prev,
.hero .carousel-inner .active.carousel-item-start,
.hero .carousel-inner .active.carousel-item-end {
    left: 0px;
    transform: translate3d(0px, 0px, 0px);
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    font-size: 30px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-next-icon:hover,
.hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.hero .carousel-indicators li {
    cursor: pointer;
}

.hero .btn-menu,
.hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    line-height: 1;
    margin: 0px 10px;
    animation-delay: 0.8s;
    color: var(--white-color);
    border: 2px solid var( --theme-color);
    background: var(--theme-color);
}

.hero .btn-menu:hover,
.hero .btn-book:hover {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        width: 5%;
    }
}

.blog_right img {
    width: 64px;
}

@media (min-width: 992px) {
    .proceedtocheckout .offcanvas {
        flex-grow: 1;
        position: static;
        transition: none 0s ease 0s;
        z-index: auto;
        background-color: transparent !important;
        border: 0px !important;
        height: auto !important;
        transform: none !important;
        visibility: visible !important;
        width: auto !important;
    }
    .newcat_home .offcanvas-body {
        padding: 0px;
    }
}

.categoryimg img {
    border-radius: 20px;
    height: 200px !important;
    width: 200px !important;
    object-fit: cover;
}

.mainban * {
    height: 100%;
}

.newproducts .nav-pills .nav-link.active,
.newproducts .nav-pills .show>.nav-link {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.newproducts .nav-pills .nav-link {
    color: var(--optionalcolor);
    font-size: 14px;
    font-weight: 500;
}

.newproducts1 .nav-pills .nav-link.active,
.newproducts1 .nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0px;
}

.product-price span {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
}

.product-floating-btn .btn-primary {
    color: var(--secondary-color);
    border-radius: 100%;
    height: 33px;
    width: 33px;
    margin: auto;
    display: flex;
    align-items: center;
    background: color-mix(in srgb, var(--secondary-color), transparent 90%) !important;
    border-color: var(--secondary-color) !important;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-prev,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: -7px;
    top: 50%;
    display: block;
    margin: 0px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    background-color: rgb(232, 246, 234) !important;
    padding: 0px 0.3em !important;
    font-size: 12px !important;
    color: var(--secondary-color) !important;
    border-radius: 100% !important;
}

.owl-next,
.owl-carousel .owl-next,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -36px;
    top: 50%;
    display: block;
    font-size: 3em;
    margin: 0px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    background-color: rgb(232, 246, 234) !important;
    padding: 0px 0.3em !important;
    border-radius: 100% !important;
    color: var(--secondary-color) !important;
}

.filter_right .form-select {
    border: 1px solid rgb(223, 226, 225);
    border-radius: 0.5rem;
    color: rgb(33, 49, 60);
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.55rem 3rem 0.55rem 1rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.nav-category .nav-link {
    align-items: center;
    color: rgb(0, 30, 43);
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0px;
    font-size: 14px;
    font-weight: 500;
}

.list-view .row>[class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
}

.list-view .card {
    flex-direction: row;
}

.list-view .card>.card-img-top {
    width: auto;
}

.list-view .card .card-body {
    display: inline-block;
}

.breadcrumb {
    margin-bottom: 0px;
    list-style: none;
}

@media (min-width: 992px) {
    .offcanvas-collapse {
        background-color: transparent;
        display: block;
        position: static;
        visibility: visible;
        inset: auto !important;
        height: auto !important;
        transform: none !important;
        width: 100% !important;
    }
    .sticky-top.cat_sticky {
        top: 80px;
        z-index: 1;
    }
}

.product_single {
    background: rgba(250, 199, 201, 0.15);
    padding: 15px;
}

.bg-theme1 {
    background: var(--theme-color) !important;
}

.border-dashed {
    border: 1px dashed var(--cart-number-color) !important;
}

.fs-12 {
    font-size: 11px;
}

.py-grid-gutter {
    padding: 1.875rem !important;
}

.secondary-color {
    background: var(--secondary-color);
}

.homecategory .sec-title {
    background: var(--secondary-color);
    padding: 9px;
    color: rgb(255, 255, 255);
}

@media (min-width: 991px) {
    .homecategory .nav-category {
        height: 23em;
        overflow: auto;
    }
}

.homecategory ::-webkit-scrollbar {
    width: 11px;
}

.homecategory ::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.homecategory ::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

@media (min-width: 992px) {
    .dropdown-mega .dropdown-menu {
        position: absolute;
        top: 100%;
        box-shadow: rgba(0, 0, 0, 0.06) 0px -3px 23px;
        background-color: var(--bs-white);
        padding: 9px 9px 6px 7px;
        transition: all 0.25s ease 0s;
        border-radius: 5px;
        z-index: 999;
        max-width: 456px;
        width: 100%;
        left: auto;
        right: unset !important;
    }
}

.menu-title {
    font-weight: 600;
}

.menu-col a {
    font-size: 14px;
}

.main_nav .newheader .nav-item .nav-link {
    color: var(--bs-dark);
    font-size: 13px;
    font-weight: 500;
}

.main_nav img {
    object-fit: contain;
}

.main_nav .nav-item a.active {
    color: var(--secondary-color) !important;
}

.main_nav .nav-item .nav-link {
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 500;
}

.fs-16 {
    font-size: 16px;
}

.tab-vertical1 .nav-tabs .nav-item:last-child {
    border-bottom: unset;
}

.dashboard-title {
    padding: 15px 15px 0 15px;
}

.bg-gift {
    background: #dcf1ee;
}

img.icon-shape {
    width: 80px;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
}

.wishlist_btn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f3f5f9;
    color: var(--theme-color);
    text-align: center;
}

.wishlist_btn:hover {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color)
}


/* new banner css */

.slider2 {
    background-color: rgba(34, 39, 43, 0.8);
    overflow: hidden;
    position: relative;
}

.slider2 .carousel,
.slider2 .carousel-inner,
.slider2 .carousel-item,
.slider2 .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


/* .slider2 .carousel-item::before {
    content: "";
    background-color: rgba(12, 13, 14, 0.8);
} */

.slider2 .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
    /* z-index: 99; */
}

.slider2 .container {
    text-align: center;
}

.slider2 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    height: auto;
}

.slider2 p {
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    height: auto;
}

.slider2 .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

.slider2 .carousel-inner .carousel-item,
.slider2 .carousel-inner .active.carousel-item-start,
.slider2 .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

.slider2 .carousel-inner .active,
.slider2 .carousel-inner .carousel-item-next.carousel-item-start,
.slider2 .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

.slider2 .carousel-control-next-icon,
.slider2 .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider2 .carousel-control-next-icon:hover,
.slider2 .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.slider2 .btn-get-started:hover {
    background: #5697d0;
}

.heightauto {
    height: auto !important;
}

.border-radius {
    border-radius: 50px !important;
}

.searchicon {
    color: #fff;
    background: var(--theme-color);
    padding: 8px;
    border-radius: 100% !important;
}

.star-rating i {
    color: #fea569;
}

.card_thumbnail ul li img {
    width: 55px !important;
    height: 55px;
    border: 3px solid #eee;
}

.image-upload {
    width: 100%;
    height: 213px;
    border: 1px dashed #ddd;
    border-radius: 5px;
    /* margin-bottom: 20px; */
    position: relative;
    text-align: center;
    background: #f8f8f9;
    color: #666;
    overflow: hidden;
}

.item-wrapper form img {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-height: 400px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
}

.image-upload img {
    height: 100% !important;
    width: auto !important;
    border-radius: 0px;
    margin: 0 auto;
}

.image-upload i {
    font-size: 6em;
    color: #ccc;
}

.image-upload input {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    /* text-align: center; */
    /* margin: auto; */
}


/* preloader */

.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader .loader {
    position: absolute;
    /* width: 80px; */
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.preloader .page-loader-body {
    margin-top: 14px;
    text-align: center;
}

[data-x-mode="design-mode"] .preloader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#squrespin {
    position: relative;
    width: 150px;
    height: 18px;
    margin: auto;
}

.squrespin {
    position: absolute;
    top: 0;
    background-color: white;
    width: 18px;
    height: 18px;
    animation-name: bounce_squrespin;
    -o-animation-name: bounce_squrespin;
    -ms-animation-name: bounce_squrespin;
    -webkit-animation-name: bounce_squrespin;
    -moz-animation-name: bounce_squrespin;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
}

#squrespin_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#squrespin_2 {
    left: 19px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#squrespin_3 {
    left: 37px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#squrespin_4 {
    left: 56px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#squrespin_5 {
    left: 75px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#squrespin_6 {
    left: 94px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#squrespin_7 {
    left: 112px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#squrespin_8 {
    left: 131px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_squrespin {
    0% {
        transform: scale(1);
        background-color: white;
    }
    100% {
        transform: scale(0.3) rotate(90deg);
        background-color: black;
    }
}

@-o-keyframes bounce_squrespin {
    0% {
        -o-transform: scale(1);
        background-color: white;
    }
    100% {
        -o-transform: scale(0.3) rotate(90deg);
        background-color: black;
    }
}

@-webkit-keyframes bounce_squrespin {
    0% {
        -webkit-transform: scale(1);
        background-color: white;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(90deg);
        background-color: black;
    }
}

@-moz-keyframes bounce_squrespin {
    0% {
        -moz-transform: scale(1);
        background-color: white;
    }
    100% {
        -moz-transform: scale(0.3) rotate(90deg);
        background-color: black;
    }
}

.preloader::before,
.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fff;
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader::after {
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.loader_logo img {
    width: auto;
}


/* new header mega menu */

.navbar .dropdown-fullwidth {
    position: static;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto!important;
    }
}

.navbar .dropdown-fullwidth .dropdown-menu {
    left: 0;
    margin: 1.25rem auto;
    max-width: 1320px;
    padding: 1rem 0;
    right: 0;
    border: 0;
    top: 77px;
}

.dropdown-item {
    align-items: center;
    background-color: transparent;
    border-radius: 0.5rem!important;
    display: flex;
    font-weight: 500;
    line-height: 26px;
    padding: 0.125rem 0.75rem;
}

.dropdown-menu h6 {
    color: var(--theme-color) !important;
}

.advance-search {
    background: #fff;
    padding: 26px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
}

.advance-search .desc {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}

.advance-search {
    /* border: 1px solid #d2d2d2; */
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    word-wrap: normal;
    z-index: 9999;
    margin: 0.5rem 0 0 0;
    border-radius: 0.125rem;
}

.search_left li {
    font-size: 14px;
    margin-bottom: 13px;
    display: flex;
}

.search_desc p {
    font-size: 12px;
    /* padding-top: 4px; */
    font-weight: 500;
    /* margin-bottom: 3px; */
    line-height: 19px;
}

.search_desc p span {
    color: var(--theme-color);
}

.search_left {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.search_desc img {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 100%;
    padding: 2px;
    object-fit: contain;
}

.search_left li:hover {
    cursor: pointer;
    background: #eee;
}

ul.search_desc.search_height {
    height: 17em;
    overflow-y: auto;
}

.fullbox p {
    font-size: 18px;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    text-align: center;
}

.fullbox_content:hover p,
.home_banner:hover p {
    color: #fff;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 1;
}

.fullbox {
    font-size: 15px;
    line-height: 1.4em;
    background-color: color-mix(in srgb, var(--theme-color), transparent 20%);
    min-height: 160px;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
    transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
}

h4.homebanner_box_header {
    font-size: 38px;
    /* font-size: 25px; */
    color: #FFFFFF!important;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.home_banner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 500px;
}

.mobile-toolbar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e3e9ef;
    background-color: #fff;
    box-shadow: -1.25rem 0 2rem 0 rgba(43, 52, 69, .15);
    z-index: 1026;
}

.mobile-toolbar-item:first-child {
    border-right: 0;
}

.mobile-toolbar-item {
    padding: 0.5rem;
    padding-top: 0.125rem;
    border-left: 1px solid #e3e9ef;
    text-align: center;
}

.mobile-toolbar-icon {
    display: block;
    color: var(--secondary-color);
    font-size: 1.25rem;
}

.mobile-toolbar-icon>i,
.mobile-toolbar-icon>.badge {
    display: inline-block;
    vertical-align: middle;
}

.mobile-toolbar-label {
    display: block;
    color: #7d879c;
    font-size: .6875rem;
}

.mobile-toolbar-item .badge {
    font-size: .625rem;
}


/* responsive */

@media (max-height: 500px) {
    .slider2 {
        height: 120vh;
    }
}

@media (max-width: 576px) {
    .acc_setting .wrapper {
        padding: 25px 20px;
    }
    .acc_setting #deactivate {
        line-height: 18px;
    }
    .categoryimg img {
        border-radius: 20px;
        height: 129px !important;
        width: 142px !important;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .homepage-search-block.position {
        margin: 15px;
    }
    span.user-alert-cart {
        background: rgb(25, 135, 84);
        position: absolute;
        border-radius: 50%;
        right: auto;
        color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        padding: 6px;
        line-height: normal;
        font-size: 10px;
        top: 10px;
        margin-left: 22px;
    }
    .heightscroll {
        height: 10em;
    }
    .navbar {
        margin-bottom: 0px;
    }
    a.navbar-brand {
        width: 80px;
    }
    .product-gallery {
        display: block;
    }
    .product_thumb {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-top: 1rem;
    }
    .hero h2 {
        font-size: 28px;
    }
    .product-floating-btn {
        position: relative;
        right: 0px;
        left: 0px;
        transition: opacity 0.2s ease-in-out 0s;
        opacity: 1;
        z-index: 10;
        padding: 0.5rem 1rem;
    }
    .product-flash-list {
        padding: 20px;
    }
    .pt-50 {
        padding-top: 18px;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .slider2 h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
    .login .image {
        width: 300px;
        height: 220px;
    }
    .login .border-line {
        border-right: none;
    }
    .login .card2 {
        margin: 0px 15px;
        border-top: 1px solid rgb(238, 238, 238) !important;
    }
    .login .card0 {
        border-radius: 0px;
        width: auto;
        margin: auto;
    }
    .bt1 {
        margin-bottom: 10px;
    }
    .mobile-toolbar {
        display: block;
    }
}