@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Base Colors */
:root {
    --color-primary: #121212;
    --color-surface: #2B2B2B;
    --color-accent: #6F746F;
    --color-white: #ffffff;
}

body {
    font-family: 'Inter', sans-serif !important;
}

/*Headings*/
h1 {
    font-size: clamp(1.75em, 5vw, 2.5em) !important;
    line-height: 1.2em !important;
}

h2 {
    font-size: clamp(1.5em, 5vw, 2em) !important;
    line-height: 1.2em !important;
}

h3 {
    font-size: clamp(1.35em, 5vw, 1.5em) !important;
    line-height: 1.2em !important;
}

h4 {
    font-size: clamp(1.25em, 5vw, 1.4em) !important;
    line-height: 1.2em !important;
}

h5 {
    font-size: clamp(1.15em, 5vw, 1.3em) !important;
    line-height: 1.2em !important;
}

h6 {
    font-size: clamp(1.05em, 5vw, 1.2em) !important;
    line-height: 1.2em !important;
}

.is_web {
    display: block;
}

.is_tab {
    display: none;
}

/* ---header css--- */
.header-area {
    backdrop-filter: blur(8px);
    box-shadow: 0px 4px 8px 0px #0000001A;
}


/* parent wrapper should be positioned relative so dropdown is absolute to it */
.sec-center {
    position: relative;
    display: inline-block;
    /* keep as inline so it fits in header */
}
.btn.primary-btn:hover{background:#454545 !important;color:#ffffff !important;}
.collapse {
    visibility: visible !important;
}

p.MsoNoSpacing span {
    font-size: 18px !important;
}

.recipe-detailsdec {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}

.featured-recipe-sec .slick-track {
    margin: unset !important;
}

/* label cursor */
.for-dropdown {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.cart-related-slider .slick-track {
    display: flex;
    gap: 20px;
}
.footer-links a:hover{
    color:#fff
}
.p-6.related-heading-main h3 {
    height: 50px;
}
.mainheader ul li {list-style: none;}
.mainheader ul li a{color: #000000;}
.home-mainheader {
position: absolute;
z-index: 11;
width: 100%;
background: #FFFFFF66;
backdrop-filter: blur(8px);
box-shadow: 0px 4px 8px 0px #0000001A;
}
.latest-serach-area .dropdown select {
    width: 150px;
}
.custom-nav button:hover{
background:#121212;
border-color: #121212 !important;
}
div#about-review .owl-stage{display: flex;}
div#about-review .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.about-review-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.custom-nav button:hover img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(106%) contrast(107%); 

}

.homeprod-cat.ng-binding {
font-family: Inter;
font-weight: 400;
font-size: 18px;
color: #6F746F;
line-height: 22px;
letter-spacing: 0px;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

/* default hidden dropdown (absolute so it doesn't push header) */
.sec-center .section-dropdown {
    position: absolute;
    top: calc(100% + 0px);
    /* 8px gap below label */
    right: 0;
    /* change to right:0 if you want it right-aligned */
    min-width: 210px;
    /* change width as needed */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0;
    z-index: 1200;

    /* hide initially but keep space off the layout */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    pointer-events: none;
    /* prevent clicks when hidden */
}

/* show when hovering the parent wrapper (label OR dropdown area) */
/* this ensures moving mouse from label into dropdown keeps it open */
.sec-center:hover .section-dropdown,
.sec-center:focus-within .section-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Optional: checkbox toggle support (mobile click) */
/* If you want click-to-toggle, uncomment the input in your HTML and use this selector */
/* Note: your input must be placed BEFORE the label and have id="dropdown" */
/* #dropdown:checked + .for-dropdown + .section-dropdown { ... } */
#dropdown:checked+.for-dropdown+.section-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* small styles for dropdown links to match your screenshot */

.sec-center .section-dropdown a:last-child {
    border-bottom: none;
}

/* badge / notifications */
.sec-center .section-dropdown .badge {
    margin-left: 6px;
}

.password-groupeye span.input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

form#frmfright label {display: flex;gap: 5px;margin-bottom: 10px;align-items:center;}
form#frmfright label img {width:15px;height:15px}

/* optional: hover state for links */
.sec-center .section-dropdown a:hover {
    background: rgba(0, 0, 0, 0.03);
}

/* CMS Modal Content Styles */
.cms-content {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
}

.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
    color: #121212;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.cms-content h1:first-child,
.cms-content h2:first-child,
.cms-content h3:first-child {
    margin-top: 0;
}

.cms-content p {
    margin-bottom: 1em;
    color: #4b5563;
}

.cms-content ul,
.cms-content ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.cms-content ul {
    list-style-type: disc;
}

.cms-content ol {
    list-style-type: decimal;
}

/* Force override any inline legacy styles that might be causing the red background */
.cms-content .bg-danger,
.cms-content .text-danger,
.cms-content [style*="background-color: red"],
.cms-content [style*="background-color: #ff0000"] {
    background-color: transparent !important;
    color: inherit !important;
}

/* Ensure images fit */
.cms-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

/* Modal styling improvements */
#infoModal .modal-content {
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#infoModal .modal-header {
    background-color: #121212;
    color: white;
    border-bottom: 1px solid #1f2937;
}

#infoModal .close {
    color: white;
    text-shadow: none;
    opacity: 0.8;
}

#infoModal .close:hover {
    opacity: 1;
}

/* ensure profile-image inside label stays inline and doesn't affect positioning */
.sec-center .profile-image {
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
}

/* small responsive tweak: if the dropdown would overflow right edge, tuck it inside */
@media (min-width: 0) {
    .sec-center {
        --dropdown-offset-right: 0;
    }
}

/* If you find dropdown going outside viewport on the right, change left:auto; right:0; in .section-dropdown */


.sec-center .section-dropdown a:hover {
    background: #000;
    color: #fff;
}

/* Hero Banner */
.hero-slider-area {
    position: relative;
}

/* .main-container.hero-slider-content {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
    max-width: 50%;
} */

ul.profile-sidebar a.active img,
ul.profile-sidebar a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(120deg) brightness(101%) contrast(94%);
}

ul.profile-sidebar a.active {
    background: #121212;
    color: #fff;
}

ul.profile-sidebar a:hover {
    color: #fff;
}

.hero-slider-image {
    position: relative;
}

.hero-slider-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 2.45%, rgba(0, 0, 0, 0) 60.31%);
    top: 0;
    left: 0;
}

.main-container.hero-slider-content .btn.primary-btn::after {
    content: "";
    background: url(/fieworks-ecommerce/assets/images/homepage/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 24px;
    height: 24px;
}

.hero-slider-image img {
    object-fit: cover;
}

.main-container.hero-slider-content .btn.primary-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 24px;
}

div#banner-slider {
    position: relative;
}

section.hero-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

/* banner dots */


.theme-slider .slick-dots {
    bottom: 30px;
}

.theme-slider .slick-dots li button::before {
    opacity: 1 !important;
    color: #fff !IMPORTANT;
    content: "" !important;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #F5F5F5 !important;
    margin: 0 !important;
    border-radius: 50px;
}

.theme-slider .slick-dots li button {
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.theme-slider .slick-dots li {
    margin: 0;
    height: auto;
    width: 20px;
}

.theme-slider .slick-dots li.slick-active button::before {
    width: 30px !important;
    height: 8px !important;
}




/* section.hero-banner .owl-dots button.owl-dot.active span {
    width: 30px;
    height: 8px;
    opacity: 1;
    border-radius: 100px;
    background: #F5F5F5 !important;
    margin: 0 !important;
}

section.hero-banner .owl-dots button.owl-dot span {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #F5F5F5 !important;
    margin: 0 !important;
}

section.hero-banner .owl-dots button.owl-dot {
    margin: 0 !important;
} */

/* Search Box */
.search-box {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 30px;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 14px;
    width: 180px;
    font-size: 14px;
    color: #333;
}

.search-box button {
    background: #000;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-box button img {
    width: 14px;
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.sidebar-menu .ng-scope .active {
    border-bottom: 2px solid #121212 !important;
    color: #121212;
    font-weight: 600;
}

li.first.active svg {
    background: #F5F5F5;
    border: none;
    outline: none;
    border-radius: 20px 0px 0px 20px;
}

li.sec.active svg {
    background: #F5F5F5;
    border: none;
    outline: none;
    border-radius: 0px 20px 20px 0px;
}

li.third.active svg {
    background: #F5F5F5;
    border: none;
    outline: none;
    border-radius: 0px 20px 20px 0px;
}

li.four.active svg {
    background: #F5F5F5;
    border: none;
    outline: none;
    border-radius: 0px 20px 20px 0px;
}

.collection-grid-view ul {
    border: 2px solid #EAEAEA;
    margin-left: auto;
    border-radius: 23px;
    max-width: fit-content
}

.collection-grid-view ul li {
    margin-left: 0px !important;
}

li.first svg,
li.sec svg,
li.third svg,
li.four svg {
    width: 60px !Important;
    height: 45px !Important;
    padding: 7px
}

li.first.active svg path,
li.sec.active svg path,
li.third.active svg path,
li.four.active svg path {
    fill: #121212
}

#selsort::after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s ease;
    font-family: 'FontAwesome';
}

/* .input-group {
position: absolute;
left: -180px;
z-index: 0;
} */
.count-box {
    background: #121212;
    padding: 7px;
    border-radius: 60px;
    width: 20px;
    height: 20px;
    color: #ffff;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.dropdown select {
    border: none;
    background: #f7f7f7;
    border-radius: 30px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button.action-btn.default {
    display: flex !important;
}

button.action-btn.default,
button.action-btn.delete {
    margin: 0px !important;
}

/* Dropdown Arrow */
.dropdown::after {
    content: "\f107";
    position: absolute;
    right: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #605F5F;
    pointer-events: none;
    transition: transform 0.25s ease;
}

.dropdown.open::after {
    content: "\f106";
}

/* Product CSS */
.product-price {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #F5F5F5;
    background: #EAEAEA;
    padding: 9px 18px;
    border-radius: 40px;
}

.product-card-img {
    position: relative;
}

.product-card-img img {
    border-radius: 16px;
}

.product-info h5 span {
    display: block;
    font-weight: 400;
    margin-top: 7px;
    color: #6F746F;
}

.btn.primary-btn.product-btn-2 {
    color: #121212;
    background: transparent;
    border: 1px solid #605F5F;
}

/* Explore Collections */
.explore-slide-box {
    position: relative;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-radius: 16px;
    overflow: hidden;
}

.explore-slide-box-text {
    padding: 30px 0px 30px 40px;
}

.explore-slide-box-text a {
    position: relative;
    display: flex;
    gap: 5px;
}

.explore-slide-box-text a::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
}

.explore-slide-box-img {
    display: flex;
    justify-content: flex-end;
}

.explore-slide-box-img img {
    height: 300px;
    /* Adjust height as needed to match design */
    object-fit: contain;
    width: 100%;
    object-position: right;
}

/* Homepage */
.btn.primary-btn {
    background: #121212;
    padding: 15px 20px;
    border-radius: 70px;
    color: #ffffff;
}

.product-category-card {
    position: relative;
}

.offer-heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 38px;
}

.offer-categorybtn {
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.offer-categorybtn p {
    width: 150px;
    display: flex;
    justify-content: center;
}

.comman-categorybox {
    margin-top: -100px;
}

a.product-category-card p {
    position: absolute;
    top: 30px;
    left: 30px;
}

.cta-section1 button {
    display: flex;
    justify-content: start;
}

.main-container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.featured-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.featured-para {
    font-size: 18px;
    font-weight: 400;
    color: #605F5F;
}

.mobile-menu-inside {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

/* Footer */
.footer-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.offer-text {
    font-size: 54px;
    font-weight: 500;
    line-height: 58px;
}

.footer-links a {
    font-size: 18px;
    font-weight: 400;
    color: #CBCBCB;
}

.newletter-head {
    font-size: 18px;
    font-weight: 400;
}

.subscription-head {
    font-size: 14px;
    font-weight: 400;
    color: #B7BAB7;
}

/* .newsletter-section {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 10px;
    max-width: 80%;
} */

.input-newsletter {
    position: relative;
    max-width: 100%;
    width: 100%;
}

input.subscription-input {
    padding: 20px;
    border-radius: 50px;
    width: 100%;
}

.input-newsletter a {
    position: absolute !important;
    right: 10px;
    background: #121212;
    height: 80%;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 18px;
    font-weight: 400;
}

.custom-nav img {
    width: 6px;
    height: 11px;
}

.custom-nav button {
    width: 60px;
    height: 60px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewer-info .rounded-full {
    width: 48px !important;
    height: 48px;
}

.reviewer-name span {
    display: block;
}

section.main-container.review-section {
    margin: 0px auto !important;
    padding: 0px 0px 80px 0px;
}

.faq-item.active span.toggle-icon {
    content: "";
    background: url(/fieworks-ecommerce/assets/images/homepage/minus-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 10px;
    display: inline-block;

}

.faq-item span.toggle-icon {
    content: "";
    background: url(/fieworks-ecommerce/assets/images/homepage/plus-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    display: inline-block;

}

.inner-faq .faq-item span.toggle-icon img {
    display: none;
}

img.review-user {
    width: 60px !important;
}

div#about-review .owl-stage-outer {
        padding: 0px 1px 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -20px;
    margin-right: -20px;
}

section.inn-about-reaview .owl-dots button.owl-dot.active span {
    width: 30px;
    height: 8px;
    opacity: 1;
    border-radius: 100px;
    background: #121212 !important;
    margin: 0 !important;
}

section.inn-about-reaview .owl-dots button.owl-dot span {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #121212 !important;
    margin: 0 !important;
}

section.inn-about-reaview .owl-dots button.owl-dot {
    margin: 0 !important;
}

section.inn-about-reaview .owl-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 0 !important;
}

a.absolute.inset-0.z-0.ng-scope {
    /* background: #00000085; */
}

/* .product-box .check-price {
    text-decoration: line-through;
} */

.product .product-box .product-detail.detail-inline {
    padding: 0;
    background: transparent;
}

.product .product-box {
    padding-right: 0 !important;
}

.product-box .product-icon {
    opacity: 0;
    transition: all .7s ease;
}

.product-box .pro-add-btn {
    opacity: 0;
    transition: all .7s ease;
}

.product-box:hover .pro-add-btn {
    opacity: 1;
}


.product-back {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: all 1s ease;
    opacity: 0;
}


.product-box:hover .product-back {
    opacity: 1;
}

.latest-section .product-box:hover .product-back,
.collection-product-wrapper .product-box:hover .product-back {
    opacity: 1;
}

.latest-section .product-box:hover .product-front,
.collection-product-wrapper .product-box:hover .product-front {
    opacity: 0;
}

.product-imgbox {
    position: relative;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active {
    border: 0 !important;
    color: #121212;
}

/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
    margin-bottom: 6px;
} */

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
    color: #807E7E;
}

.main-product-box .icon-detail {
    opacity: 0;
    transition: all .7s ease;
}

.main-product-box:hover .icon-detail,
.main-product-box:hover .single-pro-add-btn {
    opacity: 1;

}

/* Coming Soon Page Styles */
.coming-soon-section {
    font-family: 'Inter', sans-serif;
}

.coming-soon-section h1 {
    letter-spacing: -0.02em;
}

#countdown-timer span.block {
    font-variant-numeric: tabular-nums;
}

.coming-soon-section input::placeholder {
    color: #9CA3AF;
}

.coming-soon-section button:hover {
    background-color: #000000;
}

@media (max-width: 768px) {
    .coming-soon-section {
        flex-direction: column;
    }

    .coming-soon-section>div:first-child {
        height: 50vh;
    }

    .coming-soon-section>div:last-child {
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.single-pro-add-btn {
    opacity: 0;
    transition: all .7s ease;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../images/dropdown.png) no-repeat 95%;
    color: #121212;
    font-weight: 500;
    letter-spacing: 0;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
}

.collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\f107";
    font-family: FontAwesome;
    color: #333;
}

.collection-collapse-block.open .collapse-block-title:after {
    content: "\f00d";
    /* Cross icon */
}

/* Category Sidebar Arrows */
.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    /* Right arrow */
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    transition: transform 0.3s ease;
    font-size: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown a.active:after {
    content: "\f107" !important;
    transform: none;
}

.collection-wrapper .collection-content .top-filter-border .collection-grid-view ul li.active svg path {
    fill: #121212 !important;
}

.product-pagination .pagination ul li a {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    color: #605F5F;
    font-size: 16px;
    padding: 9px 14.5px !important;
}

.product-pagination .pagination ul {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.product-pagination .pagination ul li.active a {
    background: #121212;
    color: #fff;
}

.related-slider-col .slick-slide, .featured-recipe-sec .slick-slide {
    padding: 0 12px;
}

.related-slider-col .slick-list {
    margin: 0 -12px;
}


.pagination ul {
    box-shadow: unset !important;
}

.collection-mobile-back {
    display: none;
}

.rating.three-star i {
    color: #FD7E14 !important;
}

.nav-tabs .nav-link {
    border-radius: 50px !important;
    box-shadow: unset;
    border: 0;
    color: #454545 !important;
}

.pdesc p {
    margin-bottom: 20px;
}

.pdesc p:last-child {
    margin: 0;
}


.related-slider-col img.arrow-btn,
.cart-related-slider img.arrow-btn {
    width: 44px;
    height: 44px;
    background: #F5F5F5;
    border-radius: 50px;
    padding: 12px;
    object-fit: contain;
    cursor: pointer;
    position: absolute;
    top: -75px;
    right: 0;
}

.related-slider-col img.arrow-btn.left-arrow.slick-arrow,
.cart-related-slider img.arrow-btn.left-arrow.slick-arrow {
    right: 55px;
}

.related-slider-col slick.slider,
.cart-related-slider slick.slider {
    position: relative;
}



.theme-slider .slider-banner .slick-arrow {
    display: none !important;
}

.profile-image a {
    border-radius: 50%;
    display: inline-block;
}

.profile-image a img {
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
}



/* Toast Css */
.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: #fff;
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40);
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container> :hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin: auto;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin: auto;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #121212;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40);
}

#column_left {
    background-color: #515151;
}

.nav-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #515151 !important;
    color: #9d9d9d;
}

.nav-list>li>a {
    color: #C4C4C4;
    font-size: 14px;
    padding-left: 13px !important;
    border-bottom: 1px solid #585858;
}

.nav-list>li>a:hover {
    background-color: #444444;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    margin-top: 20px;
}

/* .sidebar-wrapper ul {list-style-type: none;padding: 0;margin: 0;} */
.sidebar-wrapper a {
    text-decoration: none;
}




/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu ul li {
    display: block;
    line-height: 30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "FontAwesome";
    font-weight: 600;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 0px;
    font-size: 18px;
    top: 7px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 0px;
}

.recipe-loader-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.recipe-loader-overlay img {
    height: 130px;
}

/* ---responsive css--- */



@media (max-width: 1536px) and (min-width: 1280px) {
    .main-container.hero-slider-content {
        /* max-width: 70%; */
    }
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .main-container.hero-slider-content {
        /* max-width: 80%; */
    }

    .explore-slide-box-text {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .order-heading {
        font-size: 32px;
        padding-bottom: 0;
    }
}



@media (max-width: 1023px) and (min-width: 768px) {
    .main-container.hero-slider-content {
        /* max-width: 80%; */
    }

    .main-container.hero-slider-content p br {
        display: none;
    }

    .explore-slide-box-text {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    section.in-about-sect-1 h2 br {
        display: none;
    }



}



/* Tablet (767px - 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
    .comman-categorybox {
        margin-top: -60px;
    }

    .offer-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .offer-footer {
        font-size: 36px;
        line-height: 45px;
    }

    .footer-links a {
        font-size: 14px;
        line-height: 15px;
    }

    .footer-heading {
        font-size: 18px;
    }

    a.product-category-card p {
        top: 15px;
        left: 20px;
    }
}


@media (max-width: 1024px) {

    li.first svg,
    li.sec svg,
    li.third svg,
    li.four svg {
        width: 50px !important;
        height: 40px !important;
    }

    .product-pagination .pagination ul {
        gap: 5px;
        overflow-x: auto;
        padding-bottom: 15px;
        flex-wrap: wrap;
    }

    input.subscription-input {
        padding: 15px 15px;
    }

    .input-newsletter a {
        right: 5px;
        height: 85%;
        padding: 10px 15px;
        font-size: 16px;
    }

    .footer-links a {
        font-size: 13px;
    }
}

/* Mobile (max 767px) */
@media (min-width: 1024px) {
    .sign-contdiv {
        padding: 0px !important;
    }
}

@media (max-width: 1023px) {
div#about-review .owl-stage-outer{
       padding: 0px 1px 40px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -5px;
    margin-right: -5px;
}
    .recipe-detailsdec {
        height: unset;
    }

    .sec-center .section-dropdown {
        right: 0 !important;
        left: unset !important;
    }

    .comman-categorybox {
        margin-top: 0;
    }

    .main-container {
        max-width: 550px !important;
        margin: auto;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-container.hero-slider-content p br {
        display: none;
    }

    section.hero-banner .owl-dots {
        display: none;
    }

    .is_web {
        display: none;
    }

    .is_tab {
        display: block;
    }

    .header-area {
        position: absolute;
        z-index: 8;
        width: 100%;
        backdrop-filter: blur(8px);
        box-shadow: 0px 2px 4px 0px #0000000F;
        background: #FFFFFF66;
        top: 0;
        left: 0;
    }

    .offer-categorybtn a.w-fit {
        margin: 0 auto !important;
    }

    .offer-heading {
        font-size: 24px;
        line-height: 1.2em;
    }

    a.product-category-card p {
        top: 10px;
        left: 20px;
    }

    div#dropdown {
        width: 100%;
    }

    .dropdown select {
        width: 100%;
    }

    .search-box {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .latest-product-btn-area {
        flex-direction: column !important;
    }

    .latest-product-btn-area button {
        width: 100%;
    }

    .latest-product-btn-area button a {
        width: 100%;
    }

    .explore-slide-box-text {
        top: 40px;
        left: 20px;
        width: 55%;
    }

    section.in-about-sect-1 h2 br,
    .hero-about-heading br {
        display: none;
    }

    .collection-filter {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: white;
        z-index: 99;
        overflow-y: scroll;
        max-width: 350px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .collection-filter.category-page-side {
        padding: 20px 30px 20px 40px;
    }

    .collection-collapse-block .collapse-block-title:after {
        display: none;
    }

    .collapse-block-title-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .collection-mobile-back {
        display: block;
    }

    .product-page-filter {
        width: fit-content !important;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        padding: 5px;
    }

    .search-count-mobile {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    section.shop-hero-section p br {
        display: none;
    }

    .picZoomer-pic {
        height: auto !important;
    }

    .picZoomer-pic-wp {
        height: auto !important;
    }

    .offer-footer br {
        display: none;
    }

    .footer-links a {
        font-size: 15px;
        line-height: 18px;
    }

    header.shadow-md {
        position: absolute;
        width: 100%;
        z-index: 9;
        /* backdrop-filter: blur(8px); */
        box-shadow: 0px 2px 4px 0px #0000000F;
        background: #FFFFFF66;
    }

    .main-container.hero-slider-content {
        /* top: 100px; */
    }

    .main-container.hero-slider-content {
        max-width: 100% !important;
    }

    .hero-slider-content p br {
        display: none;
    }

    .explore-slide-box-img img {
        width: auto !important;
    }

    .explore-slide-box-text {
        position: unset;
    }

    .explore-slide-box {
        display: flex;
        justify-content: space-between;
        background: #F5F5F5;
        padding: 20px;
        border-radius: 20px;
        align-items: center;
        gap: 50px;
    }

    section.main-container.review-section {
        margin: 80px auto !important;
    }

    .order-heading {
        font-size: 28px !important;
        padding: 0;
        margin-top: 40px;
    }

    .user-sidebar {
        margin-bottom: 40px;
        margin-top: 110px;
    }

    div#mobile-back-btn {
        margin-top: 70px;
    }

    .pdesc p {
        letter-spacing: 0;
        font-size: 15px;
    }

    div#mob-questions p {
        letter-spacing: 0;
    }

    .slick-list {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .hero-main-text br {
        display: none;
    }

    .featured-heading {
        font-size: 19px;
    }

    .featured-para {
        font-size: 16px;
    }

    .product .product-box .product-imgbox img {
        height: 200px;
    }

    .product-price {
        top: 10px;
        right: 10px;
        padding: 6px 12px;

    }
}

@media all and (max-width: 480px) {
    .shpping-order img.img-fluid {
        width: 110px !important;
    }

    .add_to_cart.left {
        width: 320px;
    }
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}