@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Font family*/
/*neutral tone*/
/*Brand tone*/
/*gray tone*/
/*notifications*/
.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.bg-primary {
    background-color: #0f62fe;
    color: #ffffff;
}

.bg-primary a {
    color: #ffffff;
}

.bg-primary.hover:hover {
    background-color: #0353e9;
}

.bg-black {
    background-color: #161616;
}

.bg-black a {
    color: #ffffff;
}

.bg-black a:hover {
    color: #0353e9;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #f1f1f1;
}

.bg-light-green {
    background-color: #defbe6;
}

.bg-light-error {
    background-color: #ffe1cc;
}

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

.text-white {
    color: #ffffff;
}

.underline {
    text-decoration: underline;
}

.card .cardtags ul li,
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

select,
a {
    transition: all 0.2s ease-in-out;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.item-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.w-full {
    width: 100%;
}

.h-sm {
    min-height: 24px;
}

.h-md {
    min-height: 32px;
}

.h-lg {
    min-height: 40px;
}

.h-xl {
    min-height: 48px;
}

.m-auto {
    margin: 0 auto;
}

.m-1 {
    margin: 2px;
}

.m-2 {
    margin: 4px;
}

.m-3 {
    margin: 8px;
}

.m-4 {
    margin: 12px;
}

.m-5 {
    margin: 16px;
}

.m-6 {
    margin: 24px;
}

.m-7 {
    margin: 32px;
}

.m-8 {
    margin: 40px;
}

.m-9 {
    margin: 48px;
}

.m-10 {
    margin: 64px;
}

.mt-sm {
    margin-top: 12px;
}

.mt-md {
    margin-top: 16px;
}

.mt-lg {
    margin-top: 24px;
}

.mt-xl {
    margin-top: 32px;
}

.mt-xxl {
    margin-top: 72px;
}

.mb-sm {
    margin-bottom: 12px;
}

.mb-md {
    margin-bottom: 16px;
}

.mb-lg {
    margin-bottom: 24px;
}

.mb-xl {
    margin-bottom: 32px;
}

.mb-xxl {
    margin-bottom: 48px;
}

.p-sm {
    padding: 12px;
}

.p-md {
    padding: 16px;
}

.p-lg {
    padding: 24px;
}

.p-xl {
    padding: 32px;
}

.px-sm {
    padding-left: 12px;
    padding-right: 12px;
}

.px-md {
    padding-left: 16px;
    padding-right: 16px;
}

.px-lg {
    padding-left: 24px;
    padding-right: 24px;
}

.px-xl {
    padding-left: 32px;
    padding-right: 32px;
}

.py-xsm {
    padding-top: 4px;
    padding-bottom: 4px;
}

.py-sm {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-md {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-lg {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
}

.pt-sm {
    padding-top: 12px;
}

.pt-md {
    padding-top: 16px;
}

.pt-lg {
    padding-top: 24px;
}

.pt-xl {
    padding-top: 32px;
}

.pt-xxl {
    padding-top: 72px;
}

.pb-sm {
    padding-bottom: 12px;
}

.pb-md {
    padding-bottom: 16px;
}

.pb-lg {
    padding-bottom: 24px;
}

.pb-xl {
    padding-bottom: 32px;
}

.gap-1 {
    gap: 2px;
}

.gap-2 {
    gap: 4px;
}

.gap-3 {
    gap: 8px;
}

.gap-4 {
    gap: 12px;
}

.gap-5 {
    gap: 16px;
}

.gap-6 {
    gap: 24px;
}

.gap-7 {
    gap: 32px;
}

.gap-8 {
    gap: 40px;
}

.gap-9 {
    gap: 48px;
}

.gap-10 {
    gap: 64px;
}

.border {
    border: 1px solid #d5d4d4;
}

.b-b {
    border-bottom: 1px solid #d5d4d4;
}

.b-t {
    border-top: 1px solid #d5d4d4;
}

.b-l {
    border-left: 1px solid #d5d4d4;
}

.b-r {
    border-right: 1px solid #d5d4d4;
}

.br-sm {
    border-radius: 2px;
}

.br-md {
    border-radius: 4px;
}

.br-lg {
    border-radius: 8px;
}

.br-xl {
    border-radius: 12px;
}

.br-full {
    border-radius: 999px;
}

*,
:before,
:after {
    box-sizing: border-box;
}

body {
    color: #555252;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #555252;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

svg {
    vertical-align: middle;
}

select {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 8.625L12 15.375L18.75 8.625' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 16px;
    min-width: 124px;
    cursor: pointer;
}

select:hover,
select:focus {
    border-color: #0f62fe;
}

hr.seprator {
    margin: 0;
    border-width: 1px 0 0 0;
    border-color: #e8e8e8 transparent transparent transparent;
    border-style: solid;
}

.swiper-pagination {
    left: 0;
    right: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 2px;
}

.pickup-date {
    font-size: 14px;
    text-align: right;
}
.pickup-date {
    text-align: right !important;
}

.product-wrapper .priceRangeDonation-wrapper span.custom-btn.fill-btn {
    font-size: 15px;
}

.nav-wrapper .navbar-wrap .logo-box a img {
    max-width: 70px;
}

/* .nav-wrapper .navbar-wrap .logo-box .org-with-member img {
  max-width: 45px !important;
} */

@media (max-width: 992px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.show-on-mobile {
    display: none !important;
}

@media (max-width: 992px) {
    .show-on-mobile {
        display: flex !important;
    }
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #161616;
    line-height: 1.15;
}

h1 {
    font-size: 72px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

.container-fluid {
    padding: 0 70px;
}

.header-notice-top {
    background: #f1f1f1;
    padding: 10px;
}

.header-notice-top p {
    font-weight: 400;
}

.header-top .lang-wrapper {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.header-top .lang-wrapper .lang-box {
    align-items: center;
}

.header-top .lang-wrapper .lang-box .lang-text {
    margin-right: 27px;
    position: relative;
}

.header-top .lang-wrapper .lang-box .lang-text:before {
    position: absolute;
    top: 47%;
    right: -27px;
    width: 1px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    background-color: #d5d4d4;
}

.header-top .lang-wrapper .lang-box .lang-text:hover .lang-car-dropdown {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
}

.header-top .lang-wrapper .lang-box .lang-text:hover span {
    color: #28a745;
}

.header-top .lang-wrapper .lang-box .lang-text span {
    font-size: 14px;
    line-height: 54px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.8px;
    color: #555252;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-top .lang-wrapper .lang-box .lang-text span svg {
    font-size: 12.5px;
}

.header-top .lang-wrapper .lang-box .lang-text .lang-car-dropdown {
    position: absolute;
    z-index: 220;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 125px;
    padding: 8px 12px 10px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    text-align: left;
    opacity: 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}

.header-top .lang-wrapper .lang-box .lang-text .lang-car-dropdown ul li:hover button {
    color: #28a745;
}

.header-top .lang-wrapper .lang-box .lang-text .lang-car-dropdown ul li button {
    font-size: 13px;
    line-height: 27px;
    border: none;
    background: none;
    color: #555252;
}

.header-top .lang-wrapper .lang-box .contact-box {
    padding-left: 27px;
  align-self: center;
}

.header-top .lang-wrapper .lang-box .contact-box a {
    font-size: 16px;
    line-height: 54px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.8px;
    color: #555252;
}

.header-top .lang-wrapper .pickup-date p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.8px;
    color: #555252;
}

.nav-wrapper {
    padding: 15px 0;
}

.nav-wrapper .navbar-wrap {
    align-items: center;
    justify-content: space-between;
}

/* .nav-wrapper .navbar-wrap .logo-box {
  max-width: 70px;
} */
.nav-wrapper .navbar-wrap .navbar-list {
    display: flex;
    align-items: center;
}

.nav-wrapper .navbar-wrap .navbar-list li {
    padding: 0 15px;
}

.nav-wrapper .navbar-wrap .navbar-list li a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.8px;
    color: #555252;
}

.nav-wrapper .navbar-wrap .navbar-list li a:hover {
    color: #28a745;
}

.nav-wrapper .navbar-wrap .navbar-list li .active {
    color: #28a745;
}

.nav-wrapper .navbar-wrap .add-cartbox {
    position: relative;
}

.nav-wrapper .navbar-wrap .add-cartbox a {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.nav-wrapper .navbar-wrap .add-cartbox a svg {
    transition: all 0.3s ease-in-out;
}

.nav-wrapper .navbar-wrap .add-cartbox a svg g {
    transition: all 0.3s ease-in-out;
}

.nav-wrapper .navbar-wrap .add-cartbox a .count-box {
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: -2px;
    display: inline-block;
    text-align: center;
    color: #28a745;
    border-radius: 100%;
    font-weight: 600;
    transform: translateX(-50%);
    left: calc(50% + 6px);
}

.nav-wrapper .navbar-wrap .add-cartbox a:hover svg {
    stroke: #28a745;
}

.nav-wrapper .navbar-wrap .add-cartbox a:hover svg g {
    stroke: #28a745;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content {
    position: absolute;
    z-index: 9999;
    top: 190%;
    right: 0;
    visibility: hidden;
    width: 340px;
    padding: 10px 35px;
    transition: all 0.5s ease 0s;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    opacity: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff none repeat scroll 0 0;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul {
    overflow-y: auto;
    max-height: 320px;
    margin-right: -15px;
    padding-top: 20px;
    padding-right: 15px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul::-webkit-scrollbar-corner {
    background: #e8e8e8;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul::-webkit-scrollbar-thumb {
    background: #28a745;
    border: 0px none #ffffff;
    border-radius: 4px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul::-webkit-scrollbar-track {
    background: #e8e8e8;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-img {
    flex: 0 0 82px;
    margin-right: 15px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-title h4 {
    font-size: 15px;
    line-height: 16px;
    margin: 0 20px 0 0;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-title h4 a {
    font-size: 15px;
    line-height: 16px;
    margin: 0 20px 0 0;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-title h6 {
    font-size: 13px;
    margin: 5px 0 8px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-title span {
    font-size: 14px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-delete {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-delete button {
    font-size: 0;
    color: red;
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    background-color: red;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul li .shopping-cart-delete button::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 6l-12 12' /%3E%3Cpath d='M6 6l12 12' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    background-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content .shopping-cart-total h4 {
    font-size: 14px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content .shopping-cart-total h4 span {
    float: right;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content .shopping-cart-btn {
    margin-top: 23px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content .shopping-cart-btn .default-btn {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    padding: 16px 10px 17px;
    text-transform: uppercase;
    color: #010101;
    border: 1px solid #333;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: transparent;
    cursor: pointer;
    transition: all 0s ease-in-out;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content .shopping-cart-btn .default-btn:hover {
    border-color: #28a745;
    color: #ffffff;
    background-color: #28a745;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content .shopping-cart-btn .default-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
}

.nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content.active {
    visibility: visible;
    transform: rotateX(0deg);
    opacity: 1;
}

body.header-scroll .nav-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
    margin: 0;
    padding: 15px 0;
    transition: all 0.3s ease 0s;
    animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button#navBurger {
    display: none;
}
/*  */
/* ===== Floating Icon Panel ===== */
.floating-icons {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
}

.floating-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-icons .icon-item {
  position: relative;
  margin: 0 0;
  text-align: center;
}
.floating-icons .icon-item:first-child {
    border-bottom: solid 1px #fff;
}

.floating-icons .icon-item i,
.floating-icons .icon-item a {
    background-color: #28a745;
    color: #fff;
    font-size: 20px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* animation: pulse 2s infinite; */
    width: 40px;
    height: 40px;
}
/* Hover effect on icons */
.floating-icons .icon-item i:hover,
.floating-icons .icon-item a:hover {
    background-color: #198932;
    /* transform: scale(1.15); */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Tooltip / Hover Content */
.floating-icons .hovershow {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: #fff;
  border: solid 1px #f5f7f6;
  color: #333;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
  width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Tooltip Arrow */
.floating-icons .hovershow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

/* Show tooltip on hover */
.floating-icons .icon-item:hover .hovershow {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}


/* Show tooltip on hover */
.floating-icons .icon-item:hover .hovershow {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* ===== Pulse Animation ===== */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

/* Responsive tweak */
@media (max-width: 600px) {
  .floating-icons {
    right: 10px;
  }
  .floating-icons .hovershow {
    width: 160px;
    font-size: 12px;
  }
}

.pickup-date-main > span {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 2px dotted #28a74530;
    border-radius: 20px;
    padding-right: 10px;
}
.pickup-date-main > span > i {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #28a74530;
    color: #198932;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .navigation {
        flex-direction: column;
        padding-bottom: 16px;
        gap: 16px;
        border-top: 1px solid #d5d4d4;
    }
}

@media (max-width: 767px) {
    .navigation ul {
        flex-direction: column;
        align-items: flex-start;
    }
}

.navigation ul li {
    width: 100%;
}

@media (max-width: 767px) {
    .navigation ul li a {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

.navigation .google-button {
    margin: 0 16px;
}

/* Hamburger Menu*/
#navcheck,
.nav-btn,
.backdrop {
    display: none;
}

.nav-btn {
    position: absolute;
    right: 16px;
    top: 26px;
    z-index: 99;
}

.nav-btn label span {
    display: block;
    width: 30px;
    height: 1.5px;
    background: #161616;
    border-radius: 3px;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease-in-out;
    position: relative;
}

.nav-btn label span:not(:last-child) {
    margin-bottom: 7px;
}

@media (max-width: 992px) {
    .navigation {
        display: none !important;
    }

    .nav-btn {
        display: block;
    }

    .navigation ul li a {
        color: #303030;
        width: 100%;
        display: block;
        padding: 16px;
    }

    #navcheck {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 64px;
        height: 64px;
        z-index: 999;
        cursor: pointer;
        margin: 0;
        display: block;
    }

    #navcheck:checked~.nav-btn label span:first-child {
        transform: rotate(45deg) translate(6px, 6px);
        top: 0;
        left: 0;
    }

    #navcheck:checked~.nav-btn label span:last-child {
        transform: rotate(-45deg) translate(6px, -6px);
        top: 0;
        left: 0;
    }

    #navcheck:checked~.nav-btn label span:nth-child(2) {
        opacity: 0;
    }

    #navcheck:checked~header>.header .navigation {
        display: flex !important;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background-color: #fff;
    }

    #navcheck:checked~.backdrop {
        position: absolute;
        display: block;
        background-color: rgba(0, 0, 0, 0.36);
        width: 100%;
        height: calc(100% - 64px);
        z-index: 1;
        top: 0;
        left: 0;
    }
}

footer {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

footer .footer-text {
    text-align: center;
}

footer .footer-text p {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    text-align: center;
}

footer .footer-text p a {
    color: #848484;
}

footer .footer-text p a:hover {
    color: #28a745;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
}

.back-to-top .back-to-top-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1.125rem -0.5rem #848484;
    transition: all 0.2s ease-in-out;
    display: none;
}

.back-to-top .back-to-top-box:hover svg,
.back-to-top .back-to-top-box:hover i {
    transform: translate(0, -5px);
}

.back-to-top .back-to-top-box svg,
.back-to-top .back-to-top-box i {
    height: 16px;
    transition: all 0.4s ease-in-out;
}

.back-to-top .back-to-top-box.show {
    display: flex;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

body::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

body::-webkit-scrollbar-corner {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: #161616;
    border: 1px none #a8a8a8;
    border-radius: 4px;
}

body::-webkit-scrollbar-track {
    background: #e8e8e8;
    border: 1px none #a8a8a8;
    border-radius: 50px;
}

.container {
    padding: 0 70px;
}

.hero-wrapper {
    background-color: #f6f6f6;
    overflow: hidden;
}

.hero-wrapper .row {
    align-items: center;
    padding: 50px 0;
}

.hero-wrapper .row .hero-right {
    max-width: 500px;
    padding-bottom: 20px;
}

.hero-wrapper .row .hero-right h1 {
    line-height: 97px;
    color: #000000;
    margin: 15px 0 38px;
}

.hero-wrapper .row .hero-right h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.hero-wrapper .row .hero-right .button-list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 1.5rem;
}

.hero-wrapper .row .hero-right .button-list .custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #28a745;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hero-wrapper .row .hero-right .button-list .custom-btn:hover {
    background-color: #218838;
    border-color: #28a745;
}

.hero-wrapper .select-wrapper {
    position: relative;
}

.hero-wrapper .select-wrapper .selected .custom-btn {
    min-width: 70px;
    padding-right: 25px !important;
    position: relative;
}

.hero-wrapper .select-wrapper .selected .custom-btn::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-3px, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px;
}

.hero-wrapper .select-wrapper .quantity-list {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background-color: #28a745;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    max-height: 200px;
    /*156.5px;*/
    overflow-y: auto;
}

.hero-wrapper .select-wrapper .quantity-list::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.hero-wrapper .select-wrapper .quantity-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.hero-wrapper .select-wrapper .quantity-list::-webkit-scrollbar-corner {
    background: transparent;
}

.hero-wrapper .select-wrapper .quantity-list::-webkit-scrollbar-thumb {
    background: gray;
    border: 0px none #ffffff;
    border-radius: 5px;
}

.hero-wrapper .select-wrapper .quantity-list::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.568);
    border: 0px none #ffffff;
    border-radius: 50px;
}

.hero-wrapper .select-wrapper .quantity-list span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.hero-wrapper .select-wrapper .quantity-list span:hover {
    background-color: #ffffff;
    color: #000000;
}

.hero-wrapper .select-wrapper .quantity-list.active {
    display: block;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-50 {
    padding-bottom: 50px;
}

.about-wrapper {
    text-align: center;
}

.about-wrapper .title h5 {
    font-weight: 500;
    font-size: 16px;
    color: #666;
    margin: 0;
    letter-spacing: 0.3px;
}

.about-wrapper .title h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 8px 0 30px;
    color: #433f3f;
    position: relative;
    display: inline-block;
    padding: 0 0 23px;
    line-height: 1;
}

.about-wrapper .title h2:before {
    position: absolute;
    background-color: #070508;
    height: 3px;
    width: 70px;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.about-wrapper .description {
    max-width: 772px;
    margin: 0 auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.about-wrapper .description p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 30px;
    margin: 0 auto 20px;
}

.about-wrapper .description p:last-child {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #28a745;
    border: 1px solid #28a745;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single:hover {
    background-color: #218838;
    border-color: #28a745;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-dropdown {
    background-color: #21a64f;
    border: 1px solid #21a64f;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-search__field {
    display: none;
}

.select2-results__option--selectable {
    cursor: pointer;
    color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffffff;
    color: #000000;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
    color: #000000;
    font-size: 14px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container {
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 70px;
}

.contact-wrapper .contact-social {
    padding: 45px 70px 116px 35px;
    background-color: #f3f3f3;
}

.contact-wrapper .contact-social .contact-social-inner li {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-wrapper .contact-social .contact-social-inner li .contact-icon {
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 40px;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #252525;
    border: 1px solid #252525;
    border-radius: 100%;
}

.contact-wrapper .contact-social .contact-social-inner li span {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #404040;
}

.contact-wrapper .contact-social .contact-social-inner li span a {
    color: #404040;
    word-break: break-word;
}

.contact-wrapper .contact-social .contact-social-inner li span a:hover {
    color: #28a745;
}

.contact-wrapper .contact-social .social-media-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 17px;
    color: #4d4d4d;
}

.contact-wrapper .contact-social .social-media-wrapper ul {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-wrapper .contact-social .social-media-wrapper ul li a {
    font-size: 16px;
    color: #4d4d4d;
}

.contact-wrapper .contact-social .social-media-wrapper ul li a:hover {
    color: #28a745;
}

.contact-wrapper .contact-form {
    padding: 50px 110px;
    background-color: #f3f3f3;
}

.contact-wrapper .contact-form .title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 36px;
    color: #464646;
}

.contact-wrapper .contact-form form .two-box {
    gap: 10px;
}

.contact-wrapper .contact-form form .two-box .form-group {
    width: 100%;
}

.contact-wrapper .contact-form form input {
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
    padding: 2px 14px;
    color: #000;
    border: 1px solid #c1c1c1;
    background: transparent;
}

.contact-wrapper .contact-form form input:focus {
    border: 1px solid #404040;
}

.contact-wrapper .contact-form form textarea {
    font-size: 14px;
    width: 100%;
    padding: 14px;
    color: #000;
    border: 1px solid #c1c1c1;
    background: transparent;
}

.contact-wrapper .contact-form form textarea:focus {
    border: 1px solid #404040;
}

.contact-wrapper .contact-form form .submit-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 38px;
    padding: 15px 52px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #404040;
    transition: all 0.2s ease-in-out;
}

.contact-wrapper .contact-form form .submit-btn:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.cart-wrapper .title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #000000;
}

.cart-wrapper table {
    width: 100%;
    border: 1px solid #ebebeb;
}

.cart-wrapper table tr {
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
}

.cart-wrapper table tr th {
    font-size: 14px;
    font-weight: 500;
    padding: 21px 45px 22px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    color: #333;
    border-top: none;
    vertical-align: middle;
}

.cart-wrapper table tr .product-thumbnail {
    width: 150px;
}

.cart-wrapper table tr td {
    font-size: 15px;
    padding: 30px 0 30px 30px;
    text-align: center;
    color: #333;
    background-color: #ffffff;
    vertical-align: middle;
}

.cart-wrapper table tr td a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.cart-wrapper table tr td a:hover {
    color: #28a745;
}

.cart-wrapper table .cart-plus-minus {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 40px;
    padding: 0;
}

.cart-wrapper table .cart-plus-minus .qtybutton {
    font-size: 16px;
    position: absolute;
    float: inherit;
    width: 30px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #333;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-wrapper table .cart-plus-minus .qtybutton:hover {
    background-color: #28a745;
    color: #ffffff;
}

.cart-wrapper table .cart-plus-minus input.cart-plus-minus-box {
    font-size: 14px;
    float: left;
    width: 110px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
    border: 1px solid #e1e1e1;
    background: transparent none repeat scroll 0 0;
}

.cart-wrapper table .cart-plus-minus .inc.qtybutton {
    top: 0;
    right: 0;
    height: 40px;
    border-left: 1px solid #e5e5e5;
}

.cart-wrapper table .cart-plus-minus .dec.qtybutton {
    top: 0;
    left: 0;
    height: 40px;
    border-right: 1px solid #e5e5e5;
}

.cart-wrapper table td.product-remove button {
    font-size: 17px;
    margin: 0 13px;
    color: #666;
    border: none;
    background: none;
}

.cart-wrapper table td.product-remove button:hover {
    color: red;
}

.cart-wrapper .cart-total {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.cart-wrapper .cart-total .left-box .shopping-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-wrapper .cart-total .left-box .shopping-btn .btn-cart {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 18px 60px;
    text-transform: uppercase;
    color: #363f4d;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
}

.cart-wrapper .cart-total .left-box .shopping-btn .btn-cart:hover {
    background-color: #28a745;
    color: #ffffff;
}

.cart-wrapper .cart-total .right-box {
    width: 30%;
}

.cart-wrapper .cart-total .right-box .grand-totall {
    padding: 45px 30px 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.cart-wrapper .cart-total .right-box .grand-totall .title-wrap {
    position: relative;
}

.cart-wrapper .cart-total .right-box .grand-totall .title-wrap:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 0.4s ease 0s;
    background-color: #e3e1e1;
}

.cart-wrapper .cart-total .right-box .grand-totall .title-wrap .cart-bottom-title {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    padding-right: 18px;
    position: relative;
    z-index: 9;
    background-color: #f9f9f9;
}

.cart-wrapper .cart-total .right-box .grand-totall h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}

.cart-wrapper .cart-total .right-box .grand-totall h5 span {
    font-size: 18px;
    font-weight: 500;
    float: right;
}

.cart-wrapper .cart-total .right-box .grand-totall .grand-totall-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #28a745;
}

.cart-wrapper .cart-total .right-box .grand-totall .grand-totall-title span {
    float: right;
}

.cart-wrapper .cart-total .right-box .grand-totall .btn-Checkout {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    background-color: #28a745;
}

.cart-wrapper .cart-total .right-box .grand-totall .btn-Checkout:hover {
    color: #ffffff;
    background-color: #333;
}

.checkout-wrapper .form-group label {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000000;
}

.checkout-wrapper .form-group input {
    font-size: 14px;
    color: #333;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.checkout-wrapper .form-group input:focus {
    border-color: #252525;
}

.checkout-wrapper .title {
    margin: 20px 0;
}

.checkout-wrapper .title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #000000;
}

.checkout-wrapper .payment-box {
    padding: 38px 45px 44px;
    background: #f6f6f6;
}

.checkout-wrapper .payment-box .total-listing {
    justify-content: space-between;
    gap: 10px;
}

.checkout-wrapper .payment-box .total-listing li {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.checkout-wrapper .payment-box .your-order-middle {
    margin: 29px 0;
    padding: 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.checkout-wrapper .payment-box .your-order-middle:nth-child(2n) {
    margin-top: 0;
    padding-top: 0;
}

.checkout-wrapper .payment-box .your-order-middle ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.checkout-wrapper .payment-box .your-order-middle ul li {
    font-size: 14px;
    color: #000000;
}

.checkout-wrapper .payment-box .your-order-shipping ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.checkout-wrapper .payment-box .your-order-shipping ul li {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}

.checkout-wrapper .payment-box .total-order-list {
    margin: 29px 0;
    padding: 20px 0;
    border-top: 1px solid #dee0e4;
    border-bottom: 1px solid #dee0e4;
}

.checkout-wrapper .payment-box .total-order-list ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.checkout-wrapper .payment-box .total-order-list ul li b {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}

.checkout-wrapper .payment-box .total-order-list ul li .amount {
    font-size: 16px;
    font-weight: 500;
    list-style: outside none none;
    color: #28a745;
}

.checkout-wrapper .place-box {
    margin-top: 30px;
}

.checkout-wrapper .place-box .place-btn {
    font-weight: 500;
    line-height: 1;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 18px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: none;
    background-color: #28a745;
    transition: all 0.3s ease-in-out;
}

.checkout-wrapper .place-box .place-btn:hover {
    background-color: #333;
}

.newhome_wrapper {
    background-color: #f5f7f6;
    overflow: visible;
    position: relative;
}

.newhome_wrapper .row .hero-right h1 {
    line-height: normal !important;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 15px;
}

.newhome_wrapper .row .hero-right .description p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.newhome_wrapper .row .hero-right h3 {
    font-size: 20px;
    color: #222222;
}

.newhome_wrapper .row .hero-right .button-list .custom-btn {
    min-width: 100px;
    min-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.newhome_wrapper .row .hero-right .custom-btn.unfill-btn {
    border-width: 2px;
}

.newhome_wrapper .row .hero-right .custom-btn.unfill-btn:hover {
    background-color: transparent;
    border-color: #28a745;
    color: #000000;
}

.newhome_wrapper .row .hero-right span.custom-btn.fill-btn {
    justify-content: flex-start !important;
    padding-left: 15px !important;
    background-color: #28a745;
    color: #ffffff;
}

.newhome_wrapper .row .hero-right span.custom-btn.fill-btn:hover {
    background-color: #218838 !important;
    color: #ffffff;
    border-color: #218838 !important;
}

.newhome_wrapper .row .select-wrapper .selected .custom-btn::after {
    right: 5px;
}

.newhome_wrapper .row .spring-title {
    position: relative;
}

.product-wrapper {
    padding: 100px 0;
}

.product-wrapper .product-container .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    z-index: -1;
}

.product-wrapper .product-container .title .sm-title {
    display: block;
    color: #28a745;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Yesteryear", cursive;
}

.product-wrapper .product-container .title h2 {
    position: relative;
}

.product-wrapper .product-container .title h2 span {
    color: #28a745;
}

.product-wrapper .product-container .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.product-wrapper .product-container .product-grid .rating {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
}

.product-wrapper .product-container .product-grid .rating::before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    font-size: 15px;
    color: #666666;
    letter-spacing: 2px;
}

.product-wrapper .product-container .product-grid .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.product-wrapper .product-container .product-grid .rating .rating-on::before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    font-size: 15px;
    color: #FF9800;
    letter-spacing: 2px;
}

.product-wrapper .product-container .product-grid .product-item {
    padding: 10px 10px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #ffffff;
    box-shadow: 15px -2px 40px rgba(4, 12, 30, 0.08);
}

.product-wrapper .product-container .product-grid .product-item:hover .product-img img {
    transform: scale(1.1);
}

.product-wrapper .product-container .product-grid .product-item .product-img {
    height: 240px;
    overflow: hidden;
    margin-bottom: 18px;
}

.product-wrapper .product-container .product-grid .product-item .product-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: all 0.5s ease-in-out;
}

.product-wrapper .product-container .product-grid .product-item .product-title {
    margin-top: 5px;
}

.product-wrapper .product-container .product-grid .product-item .product-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    /* margin-bottom: 5px; */
    min-height: 50px;
}

.product-wrapper .product-container .product-grid .product-item .product-title h5 {
    font-size: 14px;
    color: #000000;
}

.product-wrapper .product-container .product-grid .product-item .action-links {
    margin-top: 20px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cartBtnWrap {
    padding: 8px 15px;
    background-color: #28a745;
    color: #ffffff;
    border: 1px solid #28a745;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase;
    height: 40px;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cartBtnWrap svg {
    width: 25px;
    height: 25px;
    stroke: #ffffff;
    display: none;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cartBtnWrap svg path {
    stroke: #ffffff;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cartBtnWrap:hover {
    background-color: #218838;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cart-plus-minus {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 40px;
    padding: 0;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cart-plus-minus .qtybutton {
    font-size: 16px;
    position: absolute;
    float: inherit;
    width: 30px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #333;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cart-plus-minus .qtybutton:hover {
    background-color: #28a745;
    color: #ffffff;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cart-plus-minus input.cart-plus-minus-box {
    font-size: 14px;
    float: left;
    width: 110px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
    border: 1px solid #e1e1e1;
    background: transparent none repeat scroll 0 0;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cart-plus-minus .inc.qtybutton {
    top: 0;
    right: 0;
    height: 40px;
    border-left: 1px solid #e5e5e5;
}

.product-wrapper .product-container .product-grid .product-item .action-links .cart-plus-minus .dec.qtybutton {
    top: 0;
    left: 0;
    height: 40px;
    border-right: 1px solid #e5e5e5;
}

.thankyou-main {
    height: calc(100vh - 210px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankyou-main .product-grid img {
    max-width: 250px;
    margin: 0 auto;
}

.thankyou-main .thankyou-wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 5px;
}

.thankyou-main .thankyou-wrapper p {
    font-size: 18px;
    font-weight: 600;
    color: #a8a8a8;
}

.single-wrapper .program-inquire {
    padding: 5rem 0;
    background-color: #f9fff9;
}

.single-wrapper .program-inquire button.btn.btn-success {
    border-radius: 2px;
    padding: 8px 30px;
}

.single-wrapper .program-inquire .inquire-sec h3 {
    font-weight: 600;
    color: #004c25 !important;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.single-wrapper .program-inquire textarea#estimate_plants {
    min-height: 150px;
}

.single-wrapper .program-inquire .inquire-sec h4 {
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.single-wrapper .program-inquire .inquire-sec .inquire-form {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: rgba(28, 111, 25, 0.13) 0px 7px 29px 0px;
    border-radius: 10px;
}

.single-wrapper .program-inquire .inquire-form .form-label {
    font-size: 14px;
    color: #212529;
}

.single-wrapper .program-inquire .inquire-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 0.9rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.single-wrapper .program-inquire .inquire-form .form-control:focus {
    box-shadow: none;
    border-color: #198754;
}

.single-wrapper .program-inquire .inquire-form .mb-3 {
    margin-bottom: 1.7rem !important;
}

.single-wrapper .program-inquire .inquire-form .form-select {
    --vz-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: var(--vz-form-select-bg-img), none;
    background-image: var(--vz-form-select-bg-img), var(--vz-form-select-bg-icon, none);
    background-position: right 0.9rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 2.7rem 0.5rem 0.9rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.single-wrapper .program-inquire .inquire-form .form-select:focus {
    box-shadow: none;
    border-color: #198754;
}

.single-wrapper .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #004c25;
    z-index: 100;
    transition: all 0.5s ease;
}

.single-wrapper .sidebar.close {
    width: 78px;
}

.single-wrapper .sidebar .logo-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.single-wrapper .sidebar .logo-details img {
    max-width: 150px;
    padding-top: 10px;
}

.single-wrapper .sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.single-wrapper .sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.single-wrapper .sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.single-wrapper .sidebar.close .logo-details .logo {
    max-width: 50px;
}

.single-wrapper .sidebar .nav-links {
    height: 100%;
    padding: 0 0 150px 0;
    overflow: auto;
}

.single-wrapper .sidebar.close .nav-links {
    overflow: visible;
}

.single-wrapper .sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.single-wrapper .sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}

.single-wrapper .sidebar .nav-links li a:hover,
.single-wrapper .sidebar .nav-links li a.active {
    background: #1d1b31;
}

.single-wrapper .sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-wrapper .sidebar.close .nav-links li .icon-link {
    display: block;
}

.single-wrapper .sidebar .nav-links li i {
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-item {
    padding: 50px 0;
}

.single-wrapper .sidebar .profile-details i {
    min-width: 50px !important;
}

.single-wrapper .sidebar .nav-links li a i {
    min-width: 40px;
}

.single-wrapper .sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.single-wrapper .sidebar.close .nav-links i.arrow {
    display: none;
}

.single-wrapper .sidebar .nav-links li a {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 15px;
}

.single-wrapper .sidebar .nav-links li a:focus {
    border: none !important;
    outline: none;
}

.single-wrapper .sidebar .profile-details .name-job {
    padding-left: 15px;
}

.single-wrapper .sidebar .nav-links li a .link_name {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}

.single-wrapper .sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.single-wrapper .sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    background: #1d1b31;
    display: none;
}

.single-wrapper .sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.single-wrapper .sidebar .nav-links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.single-wrapper .sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.single-wrapper .sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.single-wrapper .sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.single-wrapper .sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.single-wrapper .sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.single-wrapper .sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.single-wrapper .sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.single-wrapper .sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
}

.single-wrapper .sidebar.close .profile-details {
    width: 78px;
}

.single-wrapper .sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.single-wrapper .sidebar .profile-details img {
    height: 52px;
    width: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}

.single-wrapper .sidebar.close .profile-details img {
    padding: 10px;
}

.single-wrapper .sidebar .profile-details .profile_name,
.single-wrapper .sidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.single-wrapper .sidebar.close .profile-details .profile_name,
.single-wrapper .sidebar.close .profile-details .job {
    display: none;
}

.single-wrapper .sidebar .profile-details .job {
    font-size: 12px;
}

.single-wrapper .home-section {
    position: relative;
    height: 100%;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.single-wrapper .sidebar.close~.home-section {
    left: 78px;
    width: calc(100% - 78px);
}

.single-wrapper .home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
}

.single-wrapper .home-section .home-content .bx-menu,
.single-wrapper .home-section .home-content .text {
    color: #11101d;
    font-size: 35px;
}

.single-wrapper .home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

.single-wrapper .home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 420px) {
    .single-wrapper .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
}

.single-wrapper .program-coupon {
    padding: 100px 0;
}

.single-wrapper .program-coupon .card-header {
    margin-bottom: 30px;
}

.single-wrapper .program-coupon .card-header h3 {
    display: block;
    font-weight: 600;
    color: #004c25;
    margin-bottom: 10px;
}

.single-wrapper .program-coupon .card-header p {
    display: block;
    font-size: 16px;
    line-height: 27px;
}

.single-wrapper .gallery-box {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    margin-bottom: 10px;
    box-shadow: none;
    background-color: transparent;
    padding: 8px;
}

.single-wrapper .gallery-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--vz-card-bg);
    transition: all 0.4s;
}

.single-wrapper .gallery-box .gallery-container-fluid {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 12px;
}

.single-wrapper .gallery-box .gallery-container-fluid a {
    display: block;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.single-wrapper .gallery-box .gallery-img {
    transition: all 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-wrapper .gallery-box .gallery-container-fluid .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding: 16px;
}

.single-wrapper .gallery-overlay .overlay-caption {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.single-wrapper .gallery-box .box-content {
    position: relative;
    transition: all 0.5s ease;
}

.single-wrapper .gallery-box .box-content p {
    font-size: 18px;
    font-weight: 600;
}

.single-wrapper .gallery-sec {
    padding-right: 20px;
}

.single-wrapper .gallery-box:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.single-wrapper .swiper-pagination-bullet-active {
    background: #004c25;
}

.google-button {
    all: unset;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
    display: flex;
    justify-content: space-between;
}

.google-button .google-icon-wrapper {
    margin: 1px;
    width: 46px;
    height: 46px;
    border-radius: 1px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.google-button .google-button-text {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
    margin-left: 1em;
    margin-right: 1em;
    align-items: center;
}

.google-button:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
    cursor: pointer;
}

.google-button:active {
    background: #3367d6;
}

.card-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.card-image img {
    border-radius: 8px 8px 0 0;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.card-image:hover img {
    transform: scale(1.1);
}

.card .card-description .card-title {
    font-size: 24px;
    font-weight: 500;
}

.card .card-description .product-description {
    line-height: 1.25;
}

.card .cardtags ul li {
    min-height: 28px;
    border-radius: 28px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
}

.card .cardtags ul li.bg-light-green {
    color: #42be65;
}

.card .cardtags ul li.bg-light-error {
    color: #ff832b;
}

.card .hashtags ul li a {
    color: #0f62fe;
}

.card .hashtags ul li a:hover {
    color: #0353e9;
    text-decoration: underline;
}

.card .card-buttons>div {
    flex: 1;
}

.card .card-buttons>div a {
    font-weight: 500;
}

.card .card-buttons>div a:hover {
    background-color: #f1f1f1;
}

.card .card-buttons .visit a {
    color: #0f62fe;
}

.card .card-buttons .bookmark a {
    color: #555252;
}

.card .card-buttons .bookmark a svg path {
    transition: all 0.2s ease-in-out;
}

.card .card-buttons .bookmark.active svg path {
    fill: red;
    stroke: red;
}

.card .card-buttons .bookmark.active a {
    color: red;
    animation: like 0.5s 1;
}

.card .card-buttons .bookmark:hover svg path {
    fill: red;
    stroke: red;
}

.card .card-buttons .bookmark:hover a {
    color: red;
}

.grid-33 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

@media (max-width: 768px) {
    .grid-33 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .grid-33 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@keyframes like {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.breadcrumb ul li {
    color: #555252;
    position: relative;
}

.breadcrumb ul li:not(:first-child) {
    padding-left: 40px;
}

.breadcrumb ul li:not(:first-child):before {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.16667 15.8333L13 9.99999L7.16667 4.16666' stroke='%23161616' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 16px;
    height: 16px;
}

.breadcrumb ul li a {
    color: #161616;
}

.breadcrumb ul li a:hover {
    color: #0353e9;
}

.alert {
    line-height: 1.5;
}

.alert-success {
    background-color: #defbe6;
    border: 1px solid #a6e0b7;
    color: #28a745;
    font-weight: 500;
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip:after,
.tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
    background-color: rgba(97, 97, 97, 0.92);
    content: attr(data-tooltip);
    padding: 4px 8px;
    white-space: nowrap;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
}

.tooltip:before {
    width: 0;
    height: 0;
    content: "";
    margin-bottom: 6px;
}

.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

[data-tooltip-pos=up]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f5f5f5;
    margin-bottom: 6px;
}

[data-tooltip-pos=down]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f5f5f5;
    margin-top: 6px;
}

[data-tooltip-pos=right]:before {
    border-top: 6px solid transparent;
    border-right: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-left: 6px;
}

[data-tooltip-pos=left]:before {
    border-top: 6px solid transparent;
    border-left: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-right: 6px;
}

[data-tooltip-pos=down]:before,
[data-tooltip-pos=down]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[data-tooltip-pos=down]:after {
    margin-top: 11px;
}

[data-tooltip-pos=down]:hover:before,
[data-tooltip-pos=down]:hover:after {
    transform: translate(-50%, 0);
}

[data-tooltip-pos=left]:before,
[data-tooltip-pos=left]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
}

[data-tooltip-pos=left]:after {
    margin-right: 11px;
}

[data-tooltip-pos=left]:hover:before,
[data-tooltip-pos=left]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-pos=right]:before,
[data-tooltip-pos=right]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%);
}

[data-tooltip-pos=right]:after {
    margin-left: 11px;
}

[data-tooltip-pos=right]:hover:before,
[data-tooltip-pos=right]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-length]:after {
    white-space: normal;
}

[data-tooltip-length=small]:after {
    width: 80px;
}

[data-tooltip-length=medium]:after {
    width: 150px;
}

[data-tooltip-length=large]:after {
    width: 260px;
}

[data-tooltip-length=fit]:after {
    width: 100%;
}

.animate__animated {
    --animate-duration: 1.5s;
}

.animate__animated.animate_delay {
    --animate-delay: 3.9s;
}

.button-list {
    --animate-delay: 1.5s !important;
}

@media (max-width: 1490px) {
    .container {
        padding: 0 15px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .hero-wrapper .row .hero-right h1 {
        line-height: 1.2;
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .menu-wrap #menuburger {
        display: block;
    }
}

@media (max-width: 1199px) {

    .pickup-date {
        font-size: 13px;
        max-width: 300px;
        text-align: center;
    }

    .green-bg {
        font-size: 14px !important;
        padding: 7px 10px !important;
    }

    .hero-wrapper .row {
        padding-top: 50px;
    }

    .thankyou-main {
        height: calc(100vh - 195px);
    }

    button#navBurger {
        display: block;
    }

    .container {
        padding: 0 15px;
        max-width: 100%;
    }

    .container-fluid {
        padding: 0 15px;
        max-width: 100%;
    }

    .cart-wrapper .cart-total .right-box {
        width: 50%;
    }

    .hero-wrapper {
        overflow: hidden;
    }

    .hero-wrapper .row .hero-right h3 {
        font-size: 18px;
        line-height: normal;
    }

    .hero-wrapper .row .hero-right h1 {
        line-height: normal;
        margin: 15px 0;
    }

    .header-top .lang-wra {
        flex-direction: column;
        text-align: center;
    }

    .header-top .container-fluid {
        padding: 0;
    }

    .header-top .lang-wrapper .lang-box .lang-text span,
    .header-top .lang-wrapper .lang-box .contact-box a {
        line-height: normal;
    }

    .header-top .lang-wrapper {
        padding: 10px 10px;
        justify-content: space-between;
    }

    .nav-wrapper .navbar-wrap .navbar-list {
        padding: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-wrapper .navbar-wrap .logo-box a img {
        max-width: 50px !important;
    }

    .nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content {
        max-width: 280px;
        padding: 10px 20px;
    }

    .nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content ul {
        padding-top: 10px;
        padding-right: 10px;
    }

    .header-top .lang-wrapper .lang-box .contact-box a {
        font-size: 13px;
    }

    .header-top .lang-wrapper .lang-box .lang-text span {
        font-size: 13px;
    }

    .nav-wrapper .navbar-wrap .navbar-collapse {
        position: absolute;
        z-index: 99;
        width: calc(100% + 30px);
        background-color: #ffffff;
        top: 60px;
        left: -15px;
        padding: 10px 15px 30px;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }

    .nav-wrapper {
        margin: 0;
        padding: 15px 0;
        background-color: #ffffff;
    }

    .nav-wrapper .navbar-wrap .add-cartbox a svg path {
        stroke: #070508;
    }

    /* body.header-scroll .nav-wrapper {
    background-color: #28a745;
  } */
    body.header-scroll .nav-wrapper .navbar-wrap .navbar-collapse {
        top: 79px;
    }

    .nav-wrapper .navbar-wrap .navbar-list li {
        padding: 15px 0 0;
    }

    .navbar-toggler .bar1,
    .navbar-toggler .bar2,
    .navbar-toggler .bar3 {
        width: 25px;
        height: 2px;
        background-color: #070508;
        margin: 6px 0;
        transition: 0.4s;
    }

    .navbar-toggler .change .bar1 {
        transform: translate(0, 5px) rotate(-45deg);
    }

    .navbar-toggler .change .bar2 {
        opacity: 0;
    }

    .navbar-toggler .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
    }

    .nav-wrapper .navbar-wrap {
        position: relative;
    }

    .nav-wrapper .navbar-wrap .userProfile {
        margin-right: 40px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-5px, -50%);
    }

    .header-top .lang-wrapper .pickup-date p {
        font-size: 13px;
    }

    .contact-wrapper .contact-form {
        padding: 40px 30px;
        height: 100%;
    }

    .contact-wrapper .contact-social {
        padding: 40px 20px;
        height: 100%;
    }

    .hero-wrapper .row .hero-right h1 {
        font-size: 40px;
        line-height: inherit !important;
    }

    .nav-wrapper .navbar-wrap .logo-box a img {
        max-width: 70px !important;
    }

    .nav-wrapper .navbar-wrap .logo-box .org-with-member img {
        max-width: 45px !important;
    }

    .nav-wrapper {
        padding: 14px 0;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
    }
}

@media (max-width: 991px) {
    .modal-product-image img {
        height: auto;
    }
    section.greenhouse-grid-wrapper.py-80:not(.bg-white){
        padding-top: 120px;
    }
    .nav-wrapper .navbar-wrap .navbar-collapse {
        top: 62px;
    }

    section.about-wrapper,
    .contact-wrapper,
    .cart-wrapper,
    .checkout-wrapper,
    .auth-page-wrapper {
        margin-top: 80px;
    }

    
    .header-top .lang-wrapper .lang-box > div:first-child{
        display: none;
    }
    .header-top .lang-wrapper.main-outer-header{
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top .lang-wrapper .pickup-date p,
    .header-top .lang-wrapper .lang-box .contact-box a,
    .header-top .lang-wrapper .lang-box .lang-text span {
        font-size: 12px;
    }

    .product-wrapper .product-container .product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .newhome_wrapper::after {
        z-index: -1;
    }

    body {
        margin-top: 118px;
    }

    .header-top {
        background-color: #ffffff;
    }

    header {
        width: 100%;
        z-index: 9;
        position: relative;
    }

    body.header-scroll .header-top {
        display: none;
    }

    .newhome_wrapper {
        overflow: visible;
        /* margin-top: 80px; */
    }
}

@media (max-width: 900px) {
    .cart-wrapper table {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .hero-imgbox.animate__animated.animate__fadeInUp {
        animation: none !important;
    }
}

@media (max-width: 767px) {
    .hero-wrapper .row {
        padding-top: 0;
    }

    .pickup-date {
        display: none;
    }

    .header-top .lang-wrapper {
        padding: 10px 0;
        justify-content: center;
    }

    .container {
        max-width: 100%;
    }

    .form-group.w-50 {
        width: 100% !important;
    }

    .payment-box {
        padding: 40px 20px;
        background: #f6f6f6;
    }

    footer .footer-text p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-wrapper .title h2 {
        font-size: 20px;
    }

    .about-wrapper .description p {
        font-size: 14px;
        line-height: 1.8;
    }

    .back-to-top {
        right: 20px;
        bottom: 50px;
    }

    .cart-wrapper .cart-total {
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
    }

    .cart-wrapper .cart-total .right-box {
        width: 100%;
    }

    .cart-wrapper .cart-total .left-box .shopping-btn .btn-cart {
        width: 100%;
        padding: 18px 20px;
    }

    .cart-wrapper .cart-total .right-box .grand-totall {
        padding: 40px 20px;
    }

    .cart-wrapper .cart-total .right-box .grand-totall .grand-totall-title {
        font-size: 16px;
    }

    .hero-wrapper {
        padding: 0 0 0;
    }

    .hero-wrapper .col-12.col-md-6.col-lg-5 .hero-right {
        max-width: 100%;
        text-align: center;
    }

    .hero-wrapper .row .hero-right .button-list {
        justify-content: center;
    }

    .hero-imgbox {
        padding-top: 30px;
    }

    .contact-wrapper .contact-social {
        padding: 45px 20px;
        height: auto;
        margin-bottom: 2rem;
    }

    .contact-wrapper .contact-form {
        height: auto;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .checkout-wrapper .payment-box {
        padding: 38px 20px;
    }

    .hero-wrapper .row .hero-right h1 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .newhome_wrapper .col-12.col-md-6.col-lg-5 .hero-right {
        text-align: left;
    }

    .newhome_wrapper .row .hero-right .button-list {
        justify-content: start;
    }

    .newhome_wrapper .row .hero-right .description p {
        margin-bottom: 12px;
    }

    .newhome_wrapper::after,
    .newhome_wrapper::before {
        z-index: -1;
        opacity: 0.5;
    }

    .newhome_wrapper .row .spring-title {
        font-size: 22px;
    }

    .newhome_wrapper .row .spring-title::before {
        left: auto;
        right: 0;
        top: -20px;
        background-size: 70px;
        z-index: -1;
    }

    .newhome_wrapper .row {
        flex-direction: column-reverse;
    }

    .newhome_wrapper .hero-imgbox {
        padding-bottom: 30px;
        text-align: center;
        animation-name: fadeInRight !important;
    }

    .hero-imgbox img {
        width: 100%;
        max-width: 300px;
    }

    .product-wrapper .product-container .title {
        padding-bottom: 30px;
        position: relative;
        z-index: -1;
    }

    .product-wrapper {
        padding: 50px 0;
    }
}

/*# sourceMappingURL=style.css.map */



.program-item section {
    padding: 120px 0;
}

.program-item {
    padding: 0;
}

.single-wrapper .program-inquire .inquire-sec .inquire-form {
    max-width: 100%;
}

.single-wrapper .home-section .home-content {
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
}

.header-contact li,
.header-contact li a {
    display: flex;
    align-items: center;
    color: var(--vz-btn-color);
    line-height: inherit;
}

.header-contact li .icon {
    height: 35px;
    width: 35px;
    background: #004c2530;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 22px;
    color: #004c25;
}

.program-description {
    position: relative;
    background-color: rgba(243, 246, 249, .5);
}

.single-wrapper .sidebar .profile-details .profile_name,
.single-wrapper .sidebar .profile-details .job {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: wrap;
}



.lightboxOverlay {
    background-color: #000 !important;
    opacity: 0.7 !important;
}

/* lightbox */
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0px !important;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    top: 60px !important;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(https://i.imgur.com/JTKVZma.gifv) no-repeat;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(https://i.imgur.com/slZtGA7.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(https://i.imgur.com/GhmehLP.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://i.imgur.com/lc1tXrH.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}

.bg-overlay-pattern {
    background-image: url(../images/bg-pattern.png);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    opacity: .2;
}

.single-wrapper .program-inquire {
    background-color: rgba(243, 246, 249, 1) !important;
}

.program-description .description * {
    background: transparent !important;
}

.pickup-date a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.8px;
    color: #555252;
}

.nav-wrapper .navbar-wrap .logo-box a {
    margin-right: 10px;
    outline: none;
}

.nav-wrapper .navbar-wrap .logo-box a img {
    width: 100%;
    max-width: 70px;
    object-fit: contain;
}

.nav-wrapper .navbar-wrap .logo-box {
    align-items: center;
}

.org-with-member img {
    border-radius: 50%;
}

.footerAppBar {
    display: none;
}
.userProfile a span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border-radius: 50%;
}
.userProfile a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #091d35;
    background-color: #cae7ff;
    padding: 3px;
    padding-left: 20px;
    border-radius: 30px;
    margin-top: 5px;
}
.userProfile:not(.huserProfile) a{
    padding-left: 3px;
}
.userProfile a svg {
    width: 20px;
    height: 20px;
}

/**ORG FRONT >> ORG View**/
.content {
    font-family: 'Poppins';
    font-size: 16px;
    color: #4b4b4b;
    line-height: 30px;
    margin: 0 auto 20px;
}

.product-wrapper .product-container .product-grid .product-item .action-links {
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 15px;
}

.product-wrapper .product-container .product-grid .product-item .product-img {
    cursor: pointer;
}

.product-wrapper .priceRangeDonation-wrapper {
    position: relative;
}

.product-wrapper .priceRangeDonation-wrapper .custom-btn {
    min-width: 100px;
    min-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.product-wrapper .priceRangeDonation-wrapper span.custom-btn.fill-btn {
    justify-content: flex-start !important;
    padding-left: 9px !important;
    background-color: #28a745;
    color: #ffffff;
}

.product-wrapper .priceRangeDonation-wrapper span.custom-btn.fill-btn:hover {
    background-color: #218838 !important;
    color: #ffffff;
    border-color: #218838 !important;
}

.product-wrapper .priceRangeDonation-wrapper .custom-btn {
    min-width: 70px;
    padding-right: 25px !important;
    position: relative;
}

.product-wrapper .priceRangeDonation-wrapper .custom-btn::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-3px, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px;
}

.product-wrapper .priceRangeDonation-wrapper .custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #28a745;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    background-color: #28a745;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    max-height: 156.5px;
    overflow-y: auto;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list::-webkit-scrollbar-corner {
    background: transparent;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list::-webkit-scrollbar-thumb {
    background: gray;
    border: 0px none #ffffff;
    border-radius: 5px;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.568);
    border: 0px none #ffffff;
    border-radius: 50px;
}

.product-wrapper .priceRangeDonation-wrapper .quantity-list span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.modal-product-image img {
    height: 450px;
}

.content ul {
    padding-left: 30px;
    list-style: disc;
}

.content b,
.content strong {
    font-weight: bolder;
}

button.btn.btn-success.qty-btn.add-order-drop-btn {
    width: 80px;
    text-align: left;
}

button.btn.btn-success.qty-btn.add-order-drop-btn::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(-3px, -50%);
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='44' height='44' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
}

.qty-btn-wrap .drop-content {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgb(40, 167, 69);
    color: #fff;
    text-align: center;
    z-index: 99;
    border: 1px solid rgb(40, 167, 69);
}

.qty-btn-wrap .drop-content li {
    padding: 3px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.qty-btn-wrap .drop-content li:hover {
    background-color: #fff;
    color: #000;
}

.pickup-date {
    display: flex;
    align-items: center;
    justify-content: end;
}
.pickup-date a {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    white-space: nowrap;
}
.header-top .lang-wrapper .lang-box .contact-box svg{
    width: 24px;
    height: 24px;
}
.header-top .lang-wrapper.main-outer-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.center-text {
    text-align: center;
}
/**ORG FRONT >> ORG View**/
@media (max-width: 1199px) {
    button#navBurger > span.navbar-toggler-icon {
        margin-top: -6px;
    }
}
@media (max-width: 991px) {
    body {
        margin-top: 0;
    }

    .program-item section {
        padding: 60px 0;
    }

    .program-description .description img {
        width: 100% !important;
        padding: 0 !important;
        margin: 10px 0 20px;
        height: auto !important;
    }

    .program-description .description p:not(:last-child) {
        margin: 0 0 30px !important;
    }

    .single-wrapper .sidebar {
        left: -260px;
    }

    .single-wrapper .home-section,
    .single-wrapper .sidebar.close~.home-section {
        left: 0;
        width: 100%;
    }

    .single-wrapper .sidebar.close {
        width: 260px;
        left: 0;
    }

    .single-wrapper .sidebar.close .nav-links li a .link_name {
        opacity: 1;
        pointer-events: initial;
    }

    .single-wrapper .sidebar .logo-details {
        margin-top: 67px;
    }

    .single-wrapper .sidebar.close .profile-details {
        width: 260px;
    }

    .single-wrapper .sidebar.close .profile-details .profile_name,
    .single-wrapper .sidebar.close .profile-details .job {
        display: block;
    }

    .single-wrapper .program-coupon {
        padding: 60px 0;
    }

    .single-wrapper .program-inquire {
        padding: 3rem 0;
    }

    .single-wrapper .program-inquire .inquire-sec h3 {
        margin: 0 0 25px !important;
    }

    .checkout-wrapper .form-group label {
        font-size: 16px;
        margin: 0 0 10px;
    }

}

@media (max-width: 767px) {

    .header-contact li:last-child,
    .header-contact li .icontext {
        display: none !important;
    }

    .header-contact li .icon {
        margin: 0 !important;
    }

    .newhome_wrapper .row .hero-right .button-list {
        gap: 10px;
    }

    .newhome_wrapper .row .hero-right .button-list .custom-btn {
        min-width: 90px;
    }

    /* .newhome_wrapper, */
    section.about-wrapper,
    .contact-wrapper,
    .cart-wrapper,
    .checkout-wrapper,
    .auth-page-wrapper {
        margin-top: 65px;
    }
}

@media (max-width: 575px) {
    .header-top .lang-wrapper .lang-box{
        display: none !important;
    }
    .header-top .lang-wrapper.main-outer-header .center-text {
    text-align: left;
}
    .header-top .lang-wrapper.main-outer-header{
        grid-template-columns: 1fr 1fr !important;
    }
    .nav-wrapper .navbar-wrap .navbar-collapse {
        top: 60px;
    }
    .nav-wrapper {
        padding: 10px 0;
    }

    .product-wrapper .product-container .product-grid .product-item .product-img {
        height: 370px;
    }

    .product-wrapper .product-container .product-grid {
        grid-template-columns: 1fr;
    }

    button#navBurger {
        display: none;
    }

    .nav-wrapper .navbar-wrap .userProfile {
        margin-right: 0;
    }

    .back-to-top .back-to-top-box.show {
        display: none;
    }

    .footerAppBar {
        display: block;
        width: 100%;
        background-color: #ededed;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 1rem 1rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 99;
    }

    .footerAppBar ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }

    .footerAppBar li svg {
        width: 22px;
        height: 22px;
    }

    .footerAppBar li a {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        min-width: 50px;
    }

    .footerAppBar li a span {
        font-size: 12px;
        font-weight: 400;
        color: #0d0d0d;
    }

    .footerAppBar li .homeActive {
        width: 60px;
        height: 60px;
        background-color: #21a64f;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-top: -50px;
        opacity: 1;
    }

    .footerAppBar li .homeActive svg {
        width: 24px;
        height: 24px;
    }

    .footerAppBar li .homeActive svg path {
        fill: #ffffff;
    }

    footer {
        margin-bottom: 100px;
    }

    .footerAppBar li a.active span {
        color: #21a64f;
    }

    .footerAppBar li a.active path {
        stroke: #21a64f;
    }

    .newhome_wrapper .row .hero-right .button-list {
        flex-wrap: wrap;
    }

    .newhome_wrapper .row .hero-right .button-list .custom-btn {
        min-height: 40px;
        font-weight: 400;
        font-size: 14px;
    }

    .product-wrapper {
        padding: 50px 0 15px;
    }

}

@media (max-width: 400px) {
    .nav-wrapper .navbar-wrap .add-cartbox .shopping-cart-content {
        right: -30px;
    }
}

@media (max-width: 350px) {
    .hero-wrapper .row .hero-right h3 {
        font-size: 16px;
    }
}

.green-bg {
    font-size: 14px;
    padding: 5px 5px;
    color: #ffffff;
    background-color: #28a745;
    text-align: center;
    line-height: 18px;
}

.green-bg span {
    display: block;
}