button,
hr,
input {
    overflow: visible
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header,
section {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: #fff0;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid #fff0
}

:root {
    --theme-color: #326c3a;
    --theme-color-rgb: 13, 164, 135;
    --theme-color1: #efd155;
    --theme-color1-rgb: 14, 148, 122;
    --theme-color2: linear-gradient(90.56deg, #007606 8.46%, var(--theme-color) 62.97%)
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    padding: calc(7px + 7 * (100vw - 320px)/ 1600) calc(14px + 18 * (100vw - 320px)/ 1600);
    font-weight: 500;
    background: #fff0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    font-size: calc(14px + 4 * (100vw - 320px)/ 1600);
    z-index: 0;
    white-space: nowrap
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    font-size: 14px;
    padding: calc(8px + 6 * (100vw - 320px)/ 1600) calc(12px + 3 * (100vw - 320px)/ 1600)
}

.form-control:focus {
    color: #000
}

.input-group .btn {
    z-index: 0
}

.slick-slider .slick-list {
    margin: 0 -10px
}

@media (max-width:575px) {
    .slick-slider .slick-list {
        margin: 0 -6px
    }
}

.slick-slider .slick-list .slick-slide>* {
    margin: 0 10px
}

@media (max-width:575px) {
    .slick-slider .slick-list .slick-slide>* {
        margin: 0 6px
    }
}

.title {
    margin-bottom: calc(16px + 14 * (100vw - 320px)/ 1600);
    display: inline-block;
    position: relative
}

.title h2 {
    font-weight: 700;
    color: #222;
    position: relative
}

span {
    display: inline-block
}

@media (min-width:1464px) {
    .container {
        max-width: 1440px
    }
}

.section-t-space,
section {
    padding-top: calc(30px + 20 * (100vw - 320px)/ 1600)
}

.section-b-space {
    padding-bottom: calc(30px + 20 * (100vw - 320px)/ 1600)
}

/*
.container-fluid-lg {
    padding: 0 calc(12px + 148 * (100vw - 320px)/ 1600)
}
*/

body {
    position: relative !important;
    overflow-x: hidden
}

body {
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    color: #222;
    margin: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 0 !important
}

body ::-moz-selection {
    color: #fff;
    background-color: var(--theme-color)
}

body ::selection {
    color: #fff;
    background-color: var(--theme-color)
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

li,
p {
    font-size: 14px
}

li {
    display: inline-block
}

p {
    line-height: 18px
}

a {
    color: var(--theme-color)
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

:focus,
a:focus,
button:focus {
    outline: 0
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    background-color: #fff;
    color: #6a7383
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-color)
}

h2 {
    font-size: calc(40px + 30 * (100vw - 320px)/ 1600);
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0
}

h2 {
    font-size: calc(19px + 6 * (100vw - 320px)/ 1600);
    line-height: 1
}

h4,
h5,
h6 {
    font-size: calc(16px + 4 * (100vw - 320px)/ 1600);
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

h4,
h5,
h6 {
    font-size: calc(17px + 1 * (100vw - 320px)/ 1600);
    font-weight: 400
}

h5,
h6 {
    font-size: calc(15px + 1 * (100vw - 320px)/ 1600)
}

h6 {
    font-size: calc(13px + 1 * (100vw - 320px)/ 1600)
}

.theme-color {
    color: var(--theme-color) !important
}

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

.category-section-3 .category-box-list .category-name h4,
.category-section-3 .category-box-list a img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-section-3 {
    min-height: 500px
}

.category-section-3 .category-box-list a {
    display: block;
    position: relative
}

.category-section-3 .category-box-list::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-section-3 .category-box-list {
    padding: 16px 20px 20px 20px;
    border-radius: 15px;
    background-color: #f1f1f3;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 0
}

.category-section-3 .category-box-list::after {
    top: 0;
    background: rgba(var(--theme-color-rgb), .15);
    z-index: -1;
    opacity: 0
}

.category-section-3 .category-box-list:hover {
    background-color: #fff
}

.category-section-3 .category-box-list:hover::after {
    opacity: 1
}

.category-section-3 .category-box-list:hover .category-name h4 {
    font-weight: 700;
    color: var(--theme-color)
}

.mobile-menu ul li a:hover {
    color: #222
}

.category-section-3 .category-box-list:hover a img {
    opacity: .7;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.category-section-3 .category-box-list .category-name {
    margin-bottom: 8px;
    color: #222;
    display: block;
    flex: 1 1 auto
}

.category-section-3 .category-box-list .category-name h4 {
    font-weight: 600;
    line-height: calc(21px + 3 * (100vw - 320px)/ 1600);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.category-section-3 .category-box-list a img {
    margin: 0 auto
}

footer::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

footer {
    background-color: #f8f8f8;
    z-index: 0
}

footer::after {
    content: "";
    width: 30%;
    background-repeat: no-repeat
}

@media (max-width:1199px) {
    footer::after {
        content: none
    }
}

footer:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1
}

@media (max-width:1199px) {
    footer:before {
        content: none
    }
}

footer .main-footer {
    border-top: 1px dashed #c1c1c1
}

@media (max-width:767px) {
    footer .main-footer {
        border: 0;
        padding-top: 0
    }
}

.footer-section-2 .main-footer .foot-logo img {
    width: calc(120px + 40 * (100vw - 320px)/ 1600)
}

footer .main-footer .footer-title h4 {
    font-size: calc(17px + 3 * (100vw - 320px)/ 1600);
    font-weight: 600
}

@media (max-width:575px) {
    footer .main-footer .footer-title h4 {
        font-weight: 500
    }
}

footer .main-footer .footer-contact {
    margin-top: calc(13px + 7 * (100vw - 320px)/ 1600)
}

footer .sub-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px dashed #c1c1c1
}

@media (max-width:991px) {
    footer .sub-footer {
        display: block;
        text-align: center
    }
}

@media (max-width:767px) {
    footer .sub-footer {
        margin-bottom: 66px
    }
}

.footer-section-2 .main-footer .footer-address li a .inform-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-section-2 {
    background-color: #f8f8f8
}

.footer-section-2::after,
.footer-section-2::before {
    content: none
}

.footer-section-2.footer-color-2 {
    background-color: #2d6a31
}

.footer-section-2 .main-footer {
    padding-bottom: calc(18px + 32 * (100vw - 320px)/ 1600);
    border-top: unset
}

.footer-section-2 .main-footer .information-text {
    margin-bottom: 0;
    margin-top: calc(5px + 15 * (100vw - 320px)/ 1600);
    color: #4a5568;
    font-weight: 400;
    font-size: calc(14px + 2 * (100vw - 320px)/ 1600);
    line-height: 1.7
}

.footer-section-2 .main-footer .information-text-2 {
    color: #fff;
    margin-top: calc(18px + 12 * (100vw - 320px)/ 1600)
}

.footer-section-2 .main-footer .social-icon,
.footer-section-2 .main-footer .social-icon li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-section-2 .main-footer .social-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 20px
}

.footer-section-2 .main-footer .social-icon li,
.footer-section-2 .main-footer .social-icon li::after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-section-2 .main-footer .footer-list li a:before,
.footer-section-2 .main-footer .social-icon li.light-bg::after {
    background-color: #fff;
    opacity: .1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
    opacity: .3
}

.footer-section-2 .main-footer .social-icon li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color);
    opacity: .06;
    z-index: -1
}

.footer-section-2 .main-footer .social-icon li:hover::after {
    opacity: 1
}

.footer-section-2 .main-footer .social-icon li a {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4a5568
}

.footer-section-2 .main-footer .footer-list li a.light-text,
.footer-section-2 .main-footer .footer-list-light li a:hover,
.footer-section-2 .main-footer .social-icon li a.footer-link-color {
    color: #fff
}

.footer-section-2 .main-footer .footer-title {
    margin-bottom: calc(13px + 23 * (100vw - 320px)/ 1600);
    font-size: calc(18px + 4 * (100vw - 320px)/ 1600);
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    position: relative
}

.footer-section-2 .main-footer .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(7px + 9 * (100vw - 320px)/ 1600)
}

.footer-section-2 .main-footer .footer-list li {
    display: block;
    width: 100%
}

@media (max-width:575px) {
    .footer-section-2 .main-footer .footer-list li:last-child {
        margin-bottom: 16px
    }
}

.footer-section-2 .main-footer .footer-address li,
.footer-section-2 .main-footer .footer-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-section-2 .main-footer .footer-list li a {
    color: #4a5568;
    position: relative;
    font-size: 16px
}

.footer-section-2 .main-footer .footer-list li a:hover {
    color: #fff;
    padding-left: 14px
}

.footer-section-2 .main-footer .footer-list li a:hover::before {
    left: 0;
    opacity: .7
}

.footer-section-2 .main-footer .footer-list li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    border-radius: 100%;
    opacity: 0
}

.footer-section-2 .main-footer .footer-address li {
    margin-bottom: 16px
}

.footer-section-2 .main-footer .footer-address li:last-child {
    margin-bottom: 0
}

.footer-section-2 .main-footer .footer-address li a {
    color: #4a5568;
    position: relative;
    font-size: 16px;
    display: block;
    width: 100%
}

.footer-section-2 .main-footer .footer-address li a.light-text,
.footer-section-2 .sub-footer p.light-text {
    color: #bfbfbf
}

.footer-section-2 .main-footer .footer-address li a .inform-box p {
    margin: -3px 0 0;
    width: calc(100% + -36 * (100vw - 320px)/ 1600);
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.footer-section-2 .sub-footer {
    border-top: 1px solid #ececec
}

.footer-section-2 .sub-footer-lite {
    border-top: 1px solid rgb(236 236 236/.2)
}

.footer-section-2 .sub-footer p {
    margin-bottom: 0;
    font-size: 15px;
    color: #4a5568;
    text-transform: capitalize
}

header .timer-notification {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .timer-notification {
    color: #fff;
    text-align: center;
    position: relative
}

@media (max-width:1399px) {
    header .timer-notification {
        text-align: left
    }
}

header .header-notification {
    position: relative
}

@media (max-width:767px) {
    header .header-notification .notification-slider .timer-notification {
        width: 80%;
        margin: 0 auto
    }
}

.footer-section-2 .main-footer .footer-address li a .inform-box .feather {
    width: 20px;
    margin-right: 10px
}

header .top-nav {
    padding: 24px 0;
    background-color: #fff
}

@media (max-width:767px) {
    header .top-nav {
        padding: 3px 0 2px
    }

    header .header-nav {
        margin-top: -14px
    }
}

header .top-nav .navbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width:1199px) {
    header .top-nav .navbar-top {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal
    }
}

@media (max-width:767px) {
    header .top-nav .navbar-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

header .top-nav .navbar-top .web-logo img {
    width: calc(150px + 42 * (100vw - 320px)/ 1600);
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:767px) {
    header .top-nav .navbar-top .web-logo img {
        margin: 0 auto
    }
}

header .top-nav .navbar-top .middle-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    header .top-nav .navbar-top .middle-box {
        display: none
    }
}

@media (max-width:1199px) {
    header .top-nav .navbar-top .middle-box .search-box {
        display: none
    }
}

header .top-nav .navbar-top .middle-box .search-box .input-group ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group ::-moz-placeholder {
    font-size: 16px;
    font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400
}

header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
    width: 577px;
    border-radius: 5px 0 0 5px;
    border-color: #ececec
}

@media (max-width:1812px) {
    header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
        width: 466px;
        height: 100%
    }
}

header .top-nav .navbar-top .middle-box .search-box .input-group .form-control:focus {
    border-color: var(--theme-color);
    background-color: #fff
}

header .top-nav .navbar-top .middle-box .search-box .input-group button {
    background-color: #326c3a;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid #48742f
}

header .top-nav .navbar-top .middle-box .search-box .input-group button .feather {
    width: 20px;
    height: 20px
}

@media (max-width:1199px) {
    header .top-nav .navbar-top .rightside-box {
        margin-left: auto
    }
}

@media (max-width:767px) {
    header .top-nav .navbar-top .rightside-box {
        margin-left: unset
    }
}

header .top-nav .navbar-top .rightside-box .right-side-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
    position: relative;
    padding-right: 32px
}

@media (max-width:767px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
        display: none
    }

    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
        display: block
    }
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child {
    padding-right: 0
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:last-child::before {
    content: none
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    right: 14px;
    background-color: rgb(74 85 104/.5)
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
    color: #2c6b2f;
    margin-right: 14px;
    stroke-width: 1.5
}

@media (max-width:1660px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
        margin-right: 0
    }

    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
        display: none
    }
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h6 {
    color: #7e7e7e;
    margin-bottom: 3px
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail h5 {
    font-weight: 500;
    color: #595959
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    stroke-width: 1.5;
    color: #467330
}

@media (max-width:1660px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
        color: #222
    }
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-menu ul li a {
    display: block
}

.mobile-menu {
    position: fixed;
    background-color: #fff
}

.mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-menu {
    bottom: 0;
    padding: 6px;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 -3px 10px 0 rgb(0 0 0/.08);
    box-shadow: 0 -3px 10px 0 rgb(0 0 0/.08);
    border-top: #326c3a 4px solid
}

.mobile-menu ul {
    width: 70%;
    margin: 0 auto
}

@media (max-width:767px) {
    .mobile-menu ul {
        width: 80%
    }
}

@media (max-width:480px) {
    .mobile-menu ul {
        width: 95%
    }
}

@media (max-width:360px) {
    .mobile-menu ul {
        width: 100%
    }
}

.mobile-menu ul li {
    width: 100%;
    text-align: center
}

.mobile-menu ul li.active {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative
}

.mobile-menu ul li.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 100%
}

@media (max-width:360px) {
    .mobile-menu ul li a {
        font-size: 13px
    }
}

.mobile-menu ul li a .icli {
    display: inline-block;
    margin: 0 auto;
    font-size: calc(20px + 2 * (100vw - 320px)/ 1600);
    color: #454545
}

.mobile-menu ul li a span {
    display: block;
    color: #262626
}

header .offcanvas-header h5 {
    color: var(--theme-color);
    font-weight: 600
}

header .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .main-nav {
    padding: 20px 0
}

@media (max-width:767px) {
    header .main-nav {
        padding: 0
    }
}

header .navbar-nav {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

header .navbar-nav .nav-item {
    margin-bottom: 0
}

header .navbar-nav .nav-item:hover {
    color: var(--theme-color)
}

header .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

header .navbar.navbar-expand-xl .navbar-nav .nav-item+.nav-item {
    margin-left: calc(15px + 10 * (100vw - 1200px)/ 720)
}

@media (max-width:1199px) {
    header .navbar.navbar-expand-xl .navbar-nav .nav-item+.nav-item {
        margin-left: 0
    }
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    position: relative
}

@media (max-width:1199px) {
    header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
        right: 0
    }
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link::after {
    content: none
}

header .navbar-toggler {
    background-color: #fff0;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 18px;
    margin-right: 10px;
    padding: 0
}

@media (max-width:767px) {
    header .navbar-toggler {
        margin-right: 0
    }
}

header .navbar-toggler:focus-visible {
    outline: 0
}

header .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

header .navbar-toggler-icon {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #222;
    -webkit-text-fill-color: #326c3a;
    -webkit-opacity: 1
}

@media (max-width:767px) {
    header .navbar-toggler-icon {
        margin-right: 0px
    }
}

header .navbar-light .navbar-nav .nav-link {
    color: #222
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: var(--theme-color)
}

header .navbar-light .navbar-nav .nav-link:focus {
    color: var(--theme-color)
}

header .navbar {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    z-index: 1
}

header .navbar-shadow {
    -webkit-box-shadow: 0 2px 10px -3px rgb(34 34 34/.1);
    box-shadow: 0 2px 10px -3px rgb(34 34 34/.1)
}

header .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: -1px 0 10px 0 rgb(34 34 34/.07), 5px 20px 40px 0 rgb(34 34 34/.04);
    box-shadow: -1px 0 10px 0 rgb(34 34 34/.07), 5px 20px 40px 0 rgb(34 34 34/.04);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform, box-shadow;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-box-shadow .3s ease;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), box-shadow .3s ease;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), box-shadow .3s ease, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-box-shadow .3s ease;
    visibility: visible !important
}

header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:1199px) {
    header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
        width: calc(300px + 20 * (100vw - 1200px)/ 720);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 7
    }
}

header .offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px 24px;
    z-index: 1
}

header .offcanvas-header .btn-close {
    padding: 0;
    margin: -10px 0;
    font-size: 16px
}

header .offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 24px;
    overflow-y: auto;
    height: 100%
}

@media (max-width:1199px) {
    header .offcanvas-body {
        padding: calc(13px + 7 * (100vw - 320px)/ 880) calc(16px + 8 * (100vw - 320px)/ 880)
    }
}

header .offcanvas-body::-webkit-scrollbar {
    width: 0;
    background-color: #fff0;
    opacity: 0
}

header .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 4px
}

@media (prefers-reduced-motion:reduce) {

    header .navbar-toggler,
    header .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:1200px) {
    header .navbar-expand-xl.navbar .offcanvas-body {
        overflow: visible
    }

    header .navbar-expand-xl .navbar-nav {
        position: relative;
        padding-top: 0
    }

    header .navbar-expand-xl .navbar-nav .nav-item {
        border: 0
    }

    header .navbar-expand-xl .navbar-nav .nav-item:hover>.nav-link:not(.disabled) {
        color: var(--theme-color)
    }
}

@media (min-width:1200px) {
    header .offcanvas-collapse {
        -webkit-transform: none !important;
        transform: none !important
    }

    header .offcanvas-collapse {
        display: block;
        position: static;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        background-color: #fff0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .offcanvas-collapse .offcanvas-header {
        display: none
    }

    header .offcanvas-collapse .offcanvas-body {
        padding: 0;
        overflow: initial
    }
}

header .navbar-expand-xl .offcanvas {
    -webkit-box-flex: 1
}

@media (max-width:1199px) {
    header .navbar-expand-xl .offcanvas {
        z-index: 4;
        -webkit-box-flex: 2
    }
}

@media (max-width:1199px) {
    header .offcanvas-collapse .offcanvas-body .navbar-nav {
        padding-top: 0
    }

    header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
        border-top: 0
    }

    header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        color: #4a5568;
        font-weight: 700
    }

    header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
        color: var(--theme-color);
        background-color: #fff0
    }
}

.add-to-cart-box {
    position: relative
}

.add-to-cart-box {
    border-radius: 50px;
    max-width: 250px
}

.add-to-cart-box .btn-add-cart {
    padding: calc(8px + 2 * (100vw - 320px)/ 1600) 0;
    width: 100%;
    font-size: calc(14px + 1 * (100vw - 320px)/ 1600);
    margin-top: 10px;
    color: #4a5568;
    border-radius: 50px;
    font-weight: 500
}

.add-to-cart-box {
    background-color: #f8f8f8
}

.product-box-3:hover .product-header .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-box-3 .product-header .product-image img {
    -o-object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-box-3 .product-footer .product-detail a,
.product-box-3 .product-footer .product-detail a:hover,
.product-box-3 .product-header .product-image .product-option li a {
    color: #222
}

.product-box-3 {
    padding: calc(7px + 7 * (100vw - 320px)/ 1600);
    position: relative;
    background-color: #f8f8f8;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.product-box-3:hover {
    -webkit-box-shadow: 0 0 8px rgb(34 34 34/.08);
    box-shadow: 0 0 8px rgb(34 34 34/.08)
}

.product-box-3:hover .product-header .product-image .product-option {
    bottom: 10px;
    opacity: 1
}

.product-box-3 .product-header {
    position: relative
}

.product-box-3 .product-header .product-image {
    text-align: center;
    padding: 20px;
    display: block
}

@media (max-width:480px) {
    .product-box-3 .product-header .product-image {
        padding: 8px
    }
}

.product-box-3 .product-header .product-image img {
    width: 100%;
    height: calc(100px + 40 * (100vw - 320px)/ 1600);
    object-fit: cover;
    aspect-ratio: 1.1
}

.product-box-3 .product-header .product-image .product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%
}

.product-box-3 .product-header .product-image .product-option {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 8px rgb(34 34 34/.12);
    box-shadow: 0 0 8px rgb(34 34 34/.12);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 230px
}

@media (max-width:480px) {
    .product-box-3 .product-header .product-image .product-option {
        display: none
    }
}

.product-box-3 .product-header .product-image .product-option li {
    position: relative;
    width: 50%
}

.product-box-3 .product-header .product-image .product-option li a .feather {
    width: 17px;
    height: auto;
    color: #4a5568
}

.product-box-3 .product-footer .product-detail .name {
    font-weight: 500;
    line-height: calc(21px + 3 * (100vw - 320px)/ 1600);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.product-box-3 .product-footer .price {
    margin-top: 6px;
    font-weight: 600
}

.product-box-3 .product-footer .price span {
    font-size: calc(15px + 1 * (100vw - 320px)/ 1600)
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden
}

.splide.is-initialized {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide__arrow:focus:not(:focus-visible) {
    outline: none
}

.splide__pagination__page:focus:not(:focus-visible) {
    outline: none
}

#filtre-arama-form {
    height: 50px;
}

.top-header.sticky-header {
    height: 70px;
    /* sabit yükseklik belirle */
    position: sticky;
    top: 0;
    z-index: 999;
}

.top-header img {
    width: 100px;
    height: 50px;
}



.piyasa-alan,
.piyasa-alan1 {
    background-color: #efefef;
    color: #fff;
    border-radius: 8px;
}

.header-notification .slick-vertical .slick-slide {
    height: 60px;
    border: 1px solid #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-notification .slick-vertical .slick-slide a {
    font-size: 15px;
    text-decoration: none !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125);
}

.search-box.ara1 {
    position: relative;
}

.etiket {
    position: absolute;
    background: var(--theme-color);
    padding: 6px 12px;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    z-index: 1000;
}

/*        #primaryMenu.show{
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            left:278px;
        }*/
header .offcanvas-backdrop {
    z-index: 6 !important;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: .5;
}

header .offcanvas-backdrop {
    z-index: 6;
}

.top-header.sticky-header {
    z-index: 1 !important;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fade {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .offcanvas.show {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: -1px 0 10px 0 rgb(34 34 34/0.07), 5px 20px 40px 0 rgb(34 34 34/0.04) !important;
    box-shadow: -1px 0 10px 0 rgb(34 34 34/0.07), 5px 20px 40px 0 rgb(34 34 34/0.04) !important;
}

@media (max-width: 1199px) {

    header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover,
    header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active,
    header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
        color: var(--theme-color);
        background-color: #fff0;
    }
}

@media (max-width: 767px) {
    header .navbar.navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        color: #4a5568;
        font-weight: 700;
    }
}

.header-2 .header-nav-left .category-dropdown .category-title h5,
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span,
header .offcanvas-header h5 {
    color: var(--theme-color);
    font-weight: 600;
}

h5,
h6 {
    font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}

a {
    color: var(--theme-color);
    text-decoration: none !important;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    background-color: #fff;
    color: #6a7383;
    box-shadow: none !important;
}

.form-control {
    font-size: 14px;
    padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(12px + 3 * (100vw - 320px) / 1600);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

h2 {
    font-size: calc(19px + 6 * (100vw - 320px) / 1600);
    line-height: 1;
}

.category-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px;
}

.category-menu ul,
.category-menu ul li .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed rgb(74 85 104 / .5);
}

.category-menu ul li .category-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: calc(10px + 6 * (100vw - 320px) / 1600);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    padding-bottom: 12px;
}

.category-menu ul,
.category-menu ul li .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed rgb(74 85 104 / .5);
}

.categoryy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.category-list,
.shop-section .left-box .shop-left-sidebar .filter-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(10px + 6 * (100vw - 320px) / 1600);
}

#mobilKategorilerContainer {
    flex-direction: column;
    padding-right: 32px
}

h5,
h6 {
    font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}

.mobile-menu ul li {
    flex: 1;
    text-align: center;
}

.mobile-menu ul li {
    width: 100%;
    text-align: center;
}

.mobile-menu ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    border-radius: 12px;
    transition: background 0.3s ease;
}

.circle-ilan {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.mobile-menu ul li a .icli {
    display: inline-block;
    margin: 0 auto;
    font-size: calc(20px + 2 * (100vw - 320px) / 1600);
    color: #454545;
}

.mobile-cart ul {
    padding-left: 0 !important;
}

.circle-ilanicon {
    border-radius: 50px;
    align-content: center;
    top: -7px;
    position: relative;
    background-color: #326c3a;
    height: 50px;
    width: 50px;
    color: #fff !important;
}

.main-footer ul {
    padding-left: 0 !important;
}

@media(max-width:2000px) {
    .header-notification {
        height: 40px;
        overflow: hidden
    }

    .header-notification .slick-vertical .slick-slide {
        height: 40px;
    }
}

@media(max-width:1199px) {
    .header-notification {
        height: 60px;
        overflow: hidden
    }

    .header-notification .slick-vertical .slick-slide {
        height: 60px;
    }
}

h2 {
    font-size: calc(19px + 6 * (100vw - 320px) / 1600) !important;
    line-height: 1 !important;
}

h4:not(.delivery-detail h4, .category-list.categoryy h4),
h5:not(.delivery-detail h5, #primaryMenu h5, .category-list.categoryy h5),
h6:not(.delivery-detail h6, .category-list.categoryy h6) {
    font-size: calc(17px + 1 * (100vw - 320px) / 1600) !important;
    font-weight: 400;
}

.title a {
    color: #326c3a !important;
}

.piyasa-alan1 {
    height: 130px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 10px 20px;
    user-select: none;
    width: 100%;
    transition: height 0.3s ease;
    border: 2px solid #008001;

}

#filtre-arama-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0
}

.delivery-detail h6 {
    font-size: calc(13px + 1 * (100vw - 320px) / 1600) !important;
}

.delivery-detail h5 {
    font-size: calc(15px + 1 * (100vw - 320px) / 1600) !important;
}

.delivery-login-box .delivery-detail h5 {
    margin-bottom: 0 !important;
}

.category-list.categoryy h5 {
    font-size: calc(15px + 1 * (100vw - 320px) / 1600);
    font-weight: 400 !important;
}

@media(min-width:1199px) {
    .menu-div {
        margin-top: 40px !important;
    }
}

#primaryMenu h5 {
    font-size: calc(15px + 1 * (100vw - 320px) / 1600) !important;
}

header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    left: -1px
}


body {
    font-family: "Public Sans", sans-serif !important;
    font-size: 14px !important;
    color: #222;
    margin: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 0 !important;
}

@media(max-width:1199px) {
    #filtre-arama-form {
        height: 40px !important;
    }

    .search-box.ara1 input {
        font-size: 14px !important;
    }

    .search-box.ara1 #filtre-arama-btn {
        font-size: 14px !important;
    }
}

.tooltip {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.tooltip.show {
    opacity: 1;
}

.tooltip {
    position: absolute !important;
}

.tooltip-inner {
    background-color: #326c3a !important;
    color: #fff !important;
    font-weight: 500;
}

.product-detail h5 {
    font-weight: 600 !important;
}

@media (max-width: 911px) {
    .product-tab .title {
        padding-left: 10px !important;
    }

    .container-fluid-lg .row.custom>* {
        margin-top: 1.5rem !important;
    }

    .container-fluid-lg .post-card {
        margin-bottom: 0px !important;
    }
}


body .header-notification .notification-slider .slick-list.draggable {
    height: 60px !important;
}

/* Mobilde Kategori İsimleri Kalın */
@media (max-width: 768px) {
    .category-section-3 .category-box-list .category-name h4 {
        font-weight: 700 !important;
    }
}