*,
.product-info-wrap .product-meta,
ol,
ul {
    margin: 0;
    padding: 0
}

.category-menus.open ul.category-list,
ul.main-menus li.open>.submenu {
    transform: translateY(0);
    opacity: 1;
    display: block
}

.ad-box,
.off-img,
.product-box,
.top-search-bar form input {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.breadcrumb-item a,
.filter-list a,
a {
    text-decoration: none
}

.breadcrumb-content,
.feature-box,
.insta-box,
.load-more-section,
.offer-box,
.qty-input {
    text-align: center
}

@font-face {
    font-family: 'Ulagadi Sans';
    src: url('../fonts/UlagadiSans-Bold.woff2') format('woff2'), url('../fonts/UlagadiSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ulagadi Sans';
    src: url('../fonts/UlagadiSans-Light.woff2') format('woff2'), url('../fonts/UlagadiSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ulagadi Sans';
    src: url('../fonts/UlagadiSans-Medium.woff2') format('woff2'), url('../fonts/UlagadiSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ulagadi Sans';
    src: url('../fonts/UlagadiSans.woff2') format('woff2'), url('../fonts/UlagadiSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.outstock,
span.instock {
    font-size: 13px;
    color: #006400;
    margin: 0 0 8px
}


.header .container,
.top-info-main,
ul.main-menus {
    display: flex;
    align-items: center
}

.category-list li,
.category-pr-box .pr-img,
.deals-right,
.feature-box-main,
.top-cart a,
.top-info,
.top-language-option,
.wishlist-item .pr-img,
ul.main-menus li {
    position: relative
}



* {
    box-sizing: border-box
}

html {
    font-size: 15px
}

body {
    color: #000;
    background: #fff;
    font-family: 'Ulagadi Sans'
}

main {
    overflow-x: clip
}

a {
    transition: .4s;
    color: inherit
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: .4s linear
}

h1,
h2,
h3 {
    line-height: 1.3;
    font-weight: 700
}

h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 500;
}

li,
p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400
}

li {
    list-style-type: none
}

:root {
    --primary: #ffbd6a;
    --secondary: #fab1b4;
}

.bg-color {
    background: #f6f1ec
}

.bg-color-2 {
    background: #ecf2e6
}

@media (min-width:992px) and (max-width:1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px
    }
}

.top-bar {
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 1px solid #cdcdcd7a
}

.header .container {
    justify-content: space-between
}

.top-info-main select {
    border: 0
}

.top-info:after,
.top-language-option:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ffffff38;
    right: -10px
}

.add-to-cart-btn:hover,
.breadcrumb-section,
.category-list li a:hover,
.category-list li.open>a,
.category-pr-box .cart-fab:hover,
.filter-btn:hover,
.notify-btn:hover,
.quick-actions .qa-btn:hover,
.social-links a:hover,
.top-info-main select option,
a.cart-btn:hover,
ul.main-menus li .submenu li a:hover,
ul.slick-dots li button {
    background: var(--secondary)
}

.logo img {
    width: 100px;
    height: auto;
    margin: 10px 0
}

.top-cart a {
    font-size: 1rem;
    color: #000;
    display: inline-block;
    margin: 0 3px
}

.top-cart a span {
    background: var(--primary);
    font-size: 11px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-grid;
    place-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: -5px
}

.top-search-bar form {
    min-width: 220px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px
}

.category-list li .submenu,
ul.category-list,
ul.main-menus li .submenu {
    position: absolute;
    background: #fff;
    opacity: 0
}

.all-btn a,
ul.main-menus li a {
    display: inline-block;
    color: #000
}



.top-search-bar form input {
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    padding: 8px 10px;
    background: #fff;
    border-radius: 30px;
    font-size: 13px
}

.top-search-bar form button {
    border: 0;
    background: var(--primary);
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    flex-shrink: 0;
    border-radius: 100px
}

.bottom-bar {
    border-top: 1px solid #cdcdcd
}

.category-menus {
    width: 22%;
    background: var(--primary);
    border-radius: 5px;
    padding: 8px 10px;
    position: relative
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff
}

.category-menus .category-title .fa-chevron-down {
    transition: transform .25s
}

.category-menus.open .category-title .fa-chevron-down {
    transform: rotate(180deg)
}

.category-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 7px 10px;
    font-weight: 500;
    border-bottom: 1px solid #cdcdcd
}

.category-list li.open>.submenu {
    max-height: 400px;
    opacity: 1;
    visibility: visible
}

.category-list li .submenu li a {
    padding: 6px 10px;
    font-size: .9rem
}

.category-title i {
    font-size: 13px
}

ul.category-list {
    border-radius: 8px;
    padding: 6px;
    max-height: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: max-height .35s, opacity .25s, transform .25s, visibility .25s;
    width: 100%;
    left: 0;
    z-index: 99
}

.all-btn a,
ul.slick-dots li.slick-active button {
    background: var(--primary)
}

.category-menus.open ul.category-list {
    max-height: 600px;
    visibility: visible
}

ul.main-menus li a {
    position: relative;
    padding: 12px 10px
}

ul.main-menus li .submenu {
    display: none;
    left: 0;
    top: 100%;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    min-width: 250px;
    padding: 8px;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-top: 3px solid var(--primary);
    transform: translateY(6px);
    transition: .25s
}

.banner-slide,
.off-img {
    border-radius: 20px;
    overflow: hidden
}

ul.main-menus li .submenu li a {
    padding: 8px 12px;
    display: block;
    font-size: 1rem;
    border-radius: 6px
}

ul.main-menus li.has-sub>a {
    display: flex;
    align-items: center;
    gap: 6px
}

.category-list li .submenu li+li a,
ul.main-menus li .submenu li+li {
    border-top: 1px dashed #eef1f0
}

@media (min-width:992px) {
    ul.main-menus>li.has-sub:hover>.submenu {
        display: block;
        transform: translateY(0);
        opacity: 1
    }
}

.category-menus ul.category-list {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-top: 3px solid var(--primary)
}

.category-list li .submenu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: max-height .3s, opacity .25s, visibility .25s;
    left: 100%;
    top: 0;
    z-index: 99999;
    min-width: 250px;
    border-left: 2px solid var(--secondary);
    border-radius: 6px
}

.category-list li.has-sub>a i {
    font-size: 11px;
    color: #888
}

.banner-section {
    background: url(../imgs/bg-1.jpg) 0 0/cover;
    padding: 4rem 0
}

.banner-slide {
    position: relative;
    z-index: 9
}

.banner-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 49%) 0 3px 8px
}

.product-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.banner-text {
    position: absolute;
    top: 20%;
    z-index: 9;
    width: 60%;
    padding: 2rem
}

.banner-text h3 {
    color: #000;
    font-size: 3rem
}

.all-btn a {
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--primary);
}

.all-btn button {
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--primary);
}


.all-btn a i,
button.slick-arrow i {
    font-size: 12px
}



.off-img {
    width: 140px;
    height: 130px;
    margin: 0 auto 1rem;
    background: #f0f8ff;
    padding: 10px
}

.banner-offers-section .col-md-6 {
    width: 20%
}

.offer-box {
    overflow: hidden;
    width: 90%;
    border: 1px solid transparent;
    transition: .4s;
    margin: auto
}

.ad-box:hover img,
.insta-box:hover img,
.offer-box:hover img,
.product-box:hover img {
    transform: scale(1.1)
}

.offer-box:hover .off-img {
    filter: none
}

.offer-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px
}

.insta-box {
    width: 100%;
    margin: 2rem auto 0
}

.insta-box .insta-img {
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
    border-radius: 100%;
    overflow: hidden
}

.insta-box .view-more {
    opacity: 0;
    transition: .4s;
    transform: translateY(10px);
    font-weight: 500
}

.insta-box:hover .view-more {
    transform: inherit;
    opacity: 1
}

.category-pr-box:hover .cart-fab,
.wishlist-item:hover .wish-remove {
    transform: translateY(0);
    opacity: 1
}

.breadcrumb-item a:hover,
.contact-info .ci-row i,
.insta-outer a,
.product-box:hover p,
.product-status.instock,
.support-box .ci-row i,
.view-order {
    color: var(--primary)
}

.insta-box .insta-img img,
.pr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cat-text,
.tab-content .tab-pane,
.timer-label {
    display: none
}

.cat-text h4 {
    color: #000;
    font-size: 1.2rem;
    margin: 0
}

ul.slick-dots {
    justify-content: center;
    display: flex
}

.side-flex,
.test-flex {
    display: flex;
    align-items: center
}

ul.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 2px
}

.web-title {
    font-size: 2rem;
    font-weight: 600
}

.new-flex p,
.outstock,
.pr-title,
span.instock {
    font-weight: 500
}

.product-box {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 8px;
    z-index: 9;
    height: 100%;
    overflow: hidden
}

.off,
a.cart-btn {
    background: var(--primary)
}

.pr-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    overflow: hidden
}

.latest-products-slider .product-box,
.related-products-slider .product-box,
.trendy-products-slider .product-box {
    width: 95%;
    margin: auto
}

.outstock {
    color: red !important
}

.pr-title {
    margin: 0 0 5px !important;
    font-size: 15px
}

.pr-text select {
    width: 100%;
    padding: 2px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 0 5px
}

.price {
    color: var(--primary);
    font-weight: 600
}

.deal-text,
.off {
    color: #fff;
    position: absolute
}

.price .old-prize {
    color: #000;
    margin-right: 6px;
}

.off {
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 2px 9px
}

.fetured-product-box .off,
.new-arrivals {
    font-size: 11px
}

.padding {
    padding: 3.5rem 0
}

.quantity-wrapper {
    border-radius: 8px
}

.quantity-btn {
    width: 23px;
    height: 24px;
    border: 1px solid #838383;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: 700;
    line-height: 1
}

.quantity-wrapper input {
    width: 32px;
    text-align: center;
    border: 1px solid #6c6c6c;
    height: 24px;
    font-size: 13px;
    color: #000
}

a.cart-btn {
    display: inline-block;
    padding: 4px 11px;
    color: #000;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400
}

.latest-products-slider p.pr-title {
    font-size: 14px
}

.latest-side-box {
    background: var(--secondary);
    border-radius: 8px;
    padding: 40px 20px;
    width: 100%;
    height: 100%
}

.side-flex {
    justify-content: flex-start;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #cbcbcb69
}

.side-flex img {
    width: 40px;
    height: auto
}

.side-flex>div {
    margin-left: 20px
}

.ad-box img,
.deal-left-img img {
    width: 100%
}

.deals-right img {
    width: 100%;
    height: 335px
}

.deal-text {
    top: 0;
    left: 0;
    padding: 5rem 4rem
}

.deal-timer {
    background: #fff;
    width: max-content;
    color: #000;
    padding: 4px 12px;
    margin: 1rem 0 !important;
    border-radius: 10px
}

.new-arrivals {
    position: absolute;
    top: 45px;
    left: 10px;
    background: var(--primary);
    color: #fff;
    padding: 2px 9px
}

.offer-slogan {
    font-weight: 500;
    color: var(--primary);
    margin: 0 0 10px;
    font-size: 1.2rem
}

p.offer-title {
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 9px
}

.timer-box {
    width: 35px;
    height: auto;
    border-radius: 4px;
    margin: 6px 0
}

.deal-img img {
    width: 100%;
    height: auto
}

.fetured-product-box {
    display: flex;
    position: relative;
    padding: 15px;
    border: 1px solid var(--primary);
    border-radius: 8px;
    justify-content: space-between;
    height: 100%
}

.f-content {
    width: 60%
}

.f-img img {
    width: 100px;
    height: auto
}

.f-content p {
    font-weight: 500;
    margin: 0;
    font-size: 14px
}

.f-img {
    width: 38%
}

.f-content i {
    color: gold;
    font-size: 13px;
    margin: 5px 0
}

.ad-box {
    overflow: hidden;
    width: 100%;
    border: 1px solid transparent;
    transition: .4s
}

.ad-box:hover {
    border-color: var(--secondary)
}

.testimonial-box {
    padding: 20px;
    background: #fff;
    transition: .4s;
    border-radius: 10px;
    width: 95%;
    margin: auto;
    border: 2px solid #e5e5e5;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px;
    text-align: center;
}

.testimnial-rating i {
    font-size: 12px;
    color: gold;
    margin: 0 0 10px
}

.test-tag {
    font-weight: 600;
    font-style: italic;
    margin: 0 0 5px
}

.testimonial-box p {
    color: #474744
}

.test-flex {
    gap: 15px
}

.footer-bottom,
.new-flex {
    align-items: center;
    display: flex
}

.test-flex img {
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.newletter-section {
    background-image: url(../imgs/Newsletter.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0
}

.new-flex {
    margin: 0 0 .5rem
}

.new-flex img {
    width: 70px;
    height: auto;
    margin-right: 20px
}

.new-flex h3 {
    margin: 0;
    font-size: 2.3rem
}

.newletter-box form input[type=email] {
    width: 70%;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: rgb(233 233 233 / 18%) 0 2px 8px 0
}

.newletter-box form button {
    border: 0;
    background: var(--primary);
    color: #fff;
    padding: 7px 30px;
    border-radius: 8px;
    margin-left: 15px
}

footer.footer {
    background: url(../imgs/bg-1.jpg) 0 0/cover;
    padding: 4rem 0 1rem
}

.footer-logo img {
    width: 125px;
    height: auto;
    margin: 0 0 15px
}

.contact-item i,
.social-links a {
    width: 30px;
    height: 30px;
    display: inline-grid;
    background: var(--primary);
    border-radius: 100%;
    place-content: center
}

.footer-bottom {
    justify-content: center;
    border-top: 1px solid #101010;
    margin: 1rem 0 0;
    padding: 1rem 0 0
}

ul.footer-links li a {
    position: relative;
    display: inline-block;
    margin: 0 0 5px;
    padding-left: 20px
}

ul.footer-links li a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #ffbd6ab0;
    border-radius: 100%;
    top: 7px;
    left: 0
}

h3.footer-heading {
    font-size: 1.3rem;
    margin: 0 0 1rem
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 0 0 1rem
}

.contact-item i {
    font-size: 1rem;
    margin-right: 10px
}

.social-links a {
    margin: 0 2px;
    transition: .4s;
    color: #000;
    font-size: 15px
}

.breadcrumb-content {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.breadcrumb-content .web-title {
    font-size: 1.6rem
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0;
    justify-content: center
}

.breadcrumb-item a {
    color: rgb(0 0 0 / 80%)
}

.breadcrumb-item.active,
.cart-item-info .remove-item:hover,
.wl-item .remove-item:hover {
    color: #000
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(0 0 0 / 60%)
}

.product-price {
    margin-bottom: 1rem
}



.category-content-section {
    padding: 2rem 0
}

.category-sidebar {
    background: var(--primary);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    color: #000;
    position: sticky;
    top: 30px;
}

.filter-box {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #000
}

.filter-box:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.filter-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.filter-list a span,
.price-input {
    font-size: .9rem
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.filter-list li {
    margin-bottom: .5rem
}

.filter-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    transition: color .3s;
    background: white;
    border-radius: 5px;
}

.price-filter {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.filter-checkbox,
.price-inputs {
    align-items: center;
    display: flex
}

.price-inputs {
    gap: .5rem;
    width: 100%
}

.price-input {
    padding: .5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%
}

.clear-filters-btn,
.filter-btn {
    padding: .5rem 1rem;
    color: #fff;
    cursor: pointer;
    background: #000
}

.filter-btn {
    border: none;
    border-radius: 5px;
    transition: background .3s
}

.checkbox-filter {
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.filter-checkbox {
    cursor: pointer
}

.filter-checkbox input[type=checkbox] {
    margin-right: .5rem
}

.filter-actions {
    margin-top: 1rem
}

.clear-filters-btn {
    border: 1px solid #000;
    border-radius: 5px;
    transition: .3s;
    width: 100%
}

.badge-new,
.clear-filters-btn:hover,
.load-more-btn:hover,
.pr-icons .pr-icon:hover,
.wishlist-item .wish-remove:hover {
    background: var(--primary);
    color: #fff
}

.products-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef
}

.products-count,
.sort-options label {
    color: #666;
    margin: 0;
    font-size: .9rem
}

.sort-options {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-end
}

.product-badges,
.product-card {
    flex-direction: column;
    display: flex
}

.sort-select {
    padding: .5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    font-size: .9rem
}

.products-grid {
    margin-bottom: 1rem;
}

.product-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

.product-card:hover {
    transform: translateY(-5px)
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 200px
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s
}

.product-card:hover .product-image img {
    transform: scale(1.05)
}

.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    gap: .5rem
}

.badge-new,
.badge-off {
    padding: .25rem .5rem;
    border-radius: 3px;
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase
}

.badge-off {
    background: var(--secondary);
    color: #fff
}

.product-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    opacity: 0;
    transition: opacity .3s
}

.action-btn,
.product-rating {
    align-items: center;
    display: flex
}

.product-card:hover .product-actions {
    opacity: 1
}

.action-btn {
    width: 35px;
    height: 35px;
    border: none;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.add-to-cart-btn,
.notify-btn,
.qty-btn {
    transition: background .3s;
    border: none
}

.action-btn:hover {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1)
}

.category-pr-box.product-box {
    border: 1px solid var(--primary)
}

.category-pr-box .pr-img img {
    width: 100%;
    height: 180px;
    object-fit: contain
}

.category-pr-box .cart-fab {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: .3s
}

.category-pr-box:hover .cart-fab {
    visibility: visible
}

.product-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.product-status {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.product-status.outstock {
    color: #dc3545
}

.product-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: .5rem;
    line-height: 1.3
}

.product-rating {
    gap: .25rem;
    margin-bottom: .5rem
}

.product-rating i {
    font-size: .8rem;
    color: #ffc107
}

.rating-count {
    font-size: .8rem;
    color: #666;
    margin-left: .5rem
}

.current-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary)
}

.old-price {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
    margin-left: .5rem
}

.product-actions-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: .5rem
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.payment-option,
.qty-btn {
    align-items: center;
    cursor: pointer
}

.qty-btn {
    width: 30px;
    height: 35px;
    background: #f8f9fa;
    display: flex;
    justify-content: center
}

.qty-btn:hover {
    background: #e9ecef
}

.qty-input {
    width: 50px;
    height: 35px;
    border: none;
    font-size: .9rem
}

.add-to-cart-btn,
.notify-btn {
    flex: 1;
    background: var(--primary);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600
}

.load-more-btn,
.page-link {
    color: var(--primary);
    transition: .3s
}

.notify-btn {
    background: #6c757d
}

.notify-btn:hover {
    background: #5a6268
}

.pagination-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 1rem; */
    justify-content: center;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: .5rem
}

.page-item {
    margin: 0
}

.page-link {
    display: block;
    padding: .2rem .75rem;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 5px
}

.page-item.active .page-link,
.page-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.page-item.disabled .page-link {
    color: #6c757d;
    background: #fff;
    border-color: #dee2e6;
    cursor: not-allowed
}

.load-more-btn {
    background: 0 0;
    border: 1px solid var(--primary);
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer
}

@media (max-width:576px) {
    .filter-box {
        margin-bottom: 1.5rem
    }

    .product-info {
        padding: 1rem
    }

    .product-title {
        font-size: .9rem
    }

    .current-price {
        font-size: 1.1rem
    }
}

.cart-table-wrap,
.wishlist-table-wrap {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1rem
}

.cart-table-header,
.orders-header,
.wishlist-header {
    border-bottom: 1px solid #e9ecef;
    padding: .5rem 0;
    margin-bottom: .5rem
}

.cart-item-row,
.wishlist-row {
    padding: .8rem 0;
    border-bottom: 1px solid #f0f0f0
}

.cart-item-row:last-child,
.order-row:last-child,
.summary-row:last-child,
.wishlist-row:last-child {
    border-bottom: 0
}

.cart-item-info .remove-item {
    border: 0;
    background: 0 0;
    color: #999;
    margin-right: 10px;
    cursor: pointer;
    transition: .2s
}

.cart-item-img img,
.wl-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #e9ecef;
    border-radius: 6px
}

.cart-item-text,
.wl-text {
    margin-left: 12px
}

.cart-item-text .pr-title,
.fw-600 {
    font-weight: 600
}

.cart-actions .all-btn a {
    padding: 7px 16px
}



.auth-box,
.card-like,
.cart-summary,
.contact-box,
.faq-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px
}

.order-summary .summary-title,
.summary-title {
    font-size: 1.3rem;
    margin: 0 0 .8rem;
    color: var(--primary)
}

.order-summary .summary-row,
.summary-row {
    padding: .4rem 0;
    border-bottom: 1px dashed #e9ecef
}

.order-summary .summary-total,
.summary-total {
    padding: .8rem 0 0
}

.checkout-forms .form-box,
.order-summary {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 1.2rem
}

.auth-form .form-label,
.checkout-form .form-label,
.contact-form .form-label {
    font-weight: 600;
    margin-bottom: 6px
}

.auth-form .form-control,
.checkout-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff
}

.auth-form .form-control:focus,
.checkout-form .form-control:focus,
.contact-form .form-control:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgb(24 107 34 / 10%)
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.payment-option {
    display: flex;
    gap: .5rem
}

.order-summary .summary-items {
    border-bottom: 1px dashed #e9ecef;
    margin-bottom: .6rem
}

.order-summary .summary-item {
    padding: .4rem 0
}

.social-login .social-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    color: #333
}

.social-login .social-btn.google:hover {
    border-color: #db4437;
    color: #db4437
}

.social-login .social-btn.facebook:hover {
    border-color: #1877f2;
    color: #1877f2
}

.dashboard-sidebar {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 16px;
    position: sticky;
    top: 20px
}

.sidebar-user .user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-content: center;
    margin-right: 10px;
    font-weight: 700
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 12px 0 0
}

.sidebar-nav li button.nav-link,
.sidebar-nav li button.nav-link.active {
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    background-color: var(--primary);
    margin: 0 0 10px
}

.sidebar-nav li:hover button.nav-link {
    color: #fff;
    background: #000;
}

.sidebar-nav li.active::after {
    content: "";
    position: absolute;
    right: 8px;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%
}

.sidebar-nav li a {
    color: inherit
}

.dashboard-content .dash-stat {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px
}

.dashboard-content .dash-stat .stat-icon,
.order-badge.shipped {
    background: var(--secondary);
    color: #000;
}

.dashboard-content .dash-stat .stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: grid;
    place-content: center
}

.orders-table {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 10px
}

.order-row {
    padding: .6rem 0;
    border-bottom: 1px dashed #e9ecef
}

.order-badge {
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600
}

.order-badge.delivered {
    background: #e8f7e9;
    color: #1e7e34
}

.address-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px;
    height: 100%
}

.order-modal {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 35%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.order-modal-dialog {
    width: min(640px, 92%);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9ecef
}

.quick-actions .qa-btn {
    border: 1px solid #e9ecef;
    padding: 6px 12px;
    border-radius: 8px;
    color: #333
}

.map-box,
.order-pr-img {
    border: 1px solid #e9ecef
}

.order-modal-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef
}

.order-modal-body {
    padding: 16px
}

.order-pr-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px
}

.order-modal-close {
    border: 0;
    background: 0 0;
    font-size: 20px;
    cursor: pointer
}

.contact-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px
}

.map-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.accordion-button:not(.collapsed) {
    background: var(--secondary);
    font-weight: 500;
    color: #000
}

.accordion-button:focus {
    box-shadow: none
}

.policy-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 24px
}

.policy-box h4 {
    /* color: var(--primary); */
    margin-bottom: .5rem;
}

.policy-box p {
    /* color: #444; */
}

.wishlist-item .wish-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: #333;
    display: grid;
    place-content: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    opacity: 0;
    transform: translateY(-4px);
    transition: .25s
}

.featured-pr,
.pr-icons .pr-icon,
.sidebar-categories {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.wl-item .remove-item {
    border: 0;
    background: 0 0;
    color: #999;
    margin-right: 10px;
    cursor: pointer
}

@media (max-width:768px) {
    .category-sidebar {
        margin-bottom: 2rem
    }

    .products-header {
        text-align: center
    }

    .sort-options {
        justify-content: center;
        margin-top: 1rem
    }

    .pagination-section {
        flex-direction: column;
        text-align: center
    }

    .product-actions-bottom {
        flex-direction: column;
        gap: 1rem
    }

    .quantity-selector {
        width: 100%;
        justify-content: center
    }



    .add-to-cart-btn,
    .notify-btn {
        width: 100%
    }

    .cart-item-img img,
    .wl-img img {
        width: 60px;
        height: 60px
    }

    .cart-summary,
    .order-summary {
        margin-top: 1.5rem
    }

    .dashboard-sidebar {
        margin-bottom: 1rem
    }
}

button.slick-arrow {
    border: 1px solid var(--primary);
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    z-index: 9
}



.trendy-products-slider button.slick-prev.slick-arrow {
    top: 40%;
    left: -30px
}

.trendy-products-slider button.slick-next.slick-arrow {
    top: 40%;
    right: -30px
}

.latest-products-slider button.slick-prev.slick-arrow {
    top: -18%;
    right: 41px
}

.latest-products-slider button.slick-next.slick-arrow {
    top: -18%;
    right: 0
}

button.slick-prev.slick-arrow {
    top: -35%;
    right: 50px
}

button.slick-next.slick-arrow {
    top: -35%;
    right: 10px
}

@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

button.remove-item {
    background: 0 0;
    border: 0;
    color: red
}

.trending-product-section {
    background-image: url(../imgs/bg-1.jpg);
    background-size: cover
}

.pr-text {
    padding: 15px
}

.pr-icons .pr-icon {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-content: center;
    background: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin: 0 2px
}

.pr-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .4s
}

.product-box:hover .pr-icons {
    opacity: 1;
    top: 50%
}

.sidebar-categories {
    width: 95%;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fffbf5;
    padding: 25px;
    position: sticky;
    top: 30px
}

.sidebar-categories li a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #22222257;
    padding: 0 0 .7rem;
    margin: 0 0 .7rem
}

.featured-pr {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    overflow: hidden;
    align-items: center
}

.feature-img img {
    width: 105px;
    height: 110px;
    object-fit: cover
}

.feature-img {
    flex-shrink: 0;
    margin-right: 12px;
    overflow: hidden
}

.feature-text h5 {
    font-size: 1rem;
    font-weight: 400
}

.feature-rating {
    font-size: 12px;
    color: #daa520
}

.featured-pr:hover img {
    transform: scale(1.2)
}

.feature-box-main img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px
}

.feature-box-main-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3rem 2rem;
    color: #fff
}

.feature-box-main-text h3 {
    font-size: 2.2rem;
    margin: 0 0 1rem
}

.feature-box-main-text span {
    display: inline-block;
    background: var(--primary);
    color: #000;
    margin: 1rem 0;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 10px 0
}

.pay-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.pay-img a img {
    width: 62px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px
}

.product-detail-section .product-gallery-main img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    object-position: center
}

.product-detail-section .product-gallery-thumbs img {
    width: 96%;
    height: 90px;
    object-fit: cover;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer
}

.product-info-wrap .product-meta li {
    list-style: none;
    margin: .3rem 0;
    color: #555
}

.tabs {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    background: var(--primary);
    color: #000
}

.tab-nav {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.tab-nav li {
    padding: .5rem .9rem;
    cursor: pointer;
    color: #000;
    border-radius: 6px;
    background: #fff
}

.tab-nav li.active,
.tab-nav li:hover {
    background: #000;
    color: #fff
}

.tab-content .tab-pane.active {
    display: block
}

.product-info-wrap form select {
    padding: 6px 5px;
    border: 1px solid #cdccdd;
    border-radius: 7px
}

.tab-content {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px
}


/* ======================== */

/* Our Story Section */
.our-story-section {
    background: #fff;
}

.story-content {
    /* max-width: 900px; */
    margin: auto;
    text-align: center;
}

.story-image {
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 400px;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.img-hover:hover img {
    transform: scale(1.05);
}

/* Mission Vision Section */
.mission-vision-section {
    background: #f8f9fa;
}

.mission-wrapper,
.vision-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
    width: 100%;
    height: 100%;
}

.mission-wrapper:hover,
.vision-wrapper:hover {
    transform: translateY(-5px);
}

.content-side {
    flex: 1;
}

.content-side h2 {
    /* font-size: 32px; */
    /* margin-bottom: 20px; */
}


.image-side {
    flex: 0 0 200px;
}

.image-wrapper {
    border-radius: 15px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mission-wrapper:hover .mission-image,
.vision-wrapper:hover .vision-image {
    transform: scale(1.1);
}

/* Why Choose Section */
.why-choose-section {
    background: #fff;
}

.feature-box {
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.feature-box:hover {
    background: #fafafa;
    transform: translateY(-8px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.feature-box:hover .feature-icon {
    transform: rotate(360deg);
}

.feature-icon i {
    font-size: 32px;
    color: white;
}

.feature-box h4 {
    font-size: 20px;
    /* font-weight: 600; */
    /* color: #2c3e50; */
    /* margin-bottom: 15px; */
}

.feature-box p {
    /* font-size: 15px; */
    /* line-height: 1.7; */
    /* color: #666; */
}

/* Benefits Section */
.benefits-section {
    background: #f8f9fa;
}

.benefit-card {
    text-align: left;
    padding: 20px 20px;
    background: var(--primary);
    border-radius: 15px;
    transition: all 0.3s ease;
    /* border: 1px solid #e9ecef; */
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    gap: 15px;
}

.benefit-card:hover {
    transform: translateY(-5px);
    background: white;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.benefit-card:hover .benefit-icon {
    background: var(--primary);
}

.benefit-icon i {
    font-size: 28px;
    color: var(--primary);
    transition: color 0.3s ease;
}

.benefit-card:hover .benefit-icon i {
    color: white;
}

.benefit-card h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.benefit-card p {
    font-size: 14px;
    margin: 0;
}