@font-face {
  font-family: "Avenir LT Std";
  src: url("./assets/fonts/AvenirLTStd-Roman.eot");
  src: url("./assets/fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("./assets/fonts/AvenirLTStd-Roman.woff") format("woff"), url("./assets/fonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("/assets/fonts/AvenirLTStd-Black.eot");
  src: url("/assets/fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/AvenirLTStd-Black.woff2") format("woff2"), url("/assets/fonts/AvenirLTStd-Black.woff") format("woff"), url("/assets/fonts/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("/assets/fonts/AvenirLTStd-Book.eot");
  src: url("/assets/fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/AvenirLTStd-Book.woff2") format("woff2"), url("/assets/fonts/AvenirLTStd-Book.woff") format("woff"), url("/assets/fonts/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bg-pink {
  background: #ee522f;
}

.bg-blue {
  background: #239fdb;
}

.bg-light-yellow {
  background: #d9c890;
}

.bg-red {
  background: #ee522f;
}

.bg-green {
  background: #6ce19c;
}

.bg-yellow {
  background: #fae16b;
}

.bg-grey {
  background: #5f7c82;
}

.bg-light-green {
  background: #c0d3cb;
}

.bg-purple {
  background: #aa95da;
}

.bg-dark-blue {
  background: #2472f3;
}

.bg-light-pink {
  background: pink;
}

.bg-light-yellow {
  background-color: #d9c890;
}

.bg-light-orange {
  background-color: #e2a169;
}

.logo-green {
  background-color: #8dc540;
}

.light-parrot {
  background-color: #eaf4db;
}

.border-success_c {
  border: 1px solid #8dc540;
}

.whats-up {
  background-color: #0ae667;
}

a {
  text-decoration: none;
  color: #000;
}

/** category hover color ***/
.bg-green.active {
  color: #6ce19c !important;
}
.bg-green.active ::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 7px solid #6ce19c !important;
  min-height: 60px;
  max-height: 60px;
  height: 100%;
}

.bg-red.active {
  color: #ee522f !important;
}
.bg-red.active ::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 7px solid #ee522f !important;
  min-height: 60px;
  max-height: 60px;
  height: 100%;
}

.bg-yellow.active {
  color: #fae16b !important;
}
.bg-yellow.active ::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 7px solid #fae16b !important;
  min-height: 60px;
  max-height: 60px;
  height: 100%;
}

/** category hover color ***/
.l {
  box-shadow: inset 0 0 0 1px red;
}

html,
body {
  overflow-x: hidden;
}

.rounded-xl {
  border-radius: 1.25rem;
}

.fw-md {
  font-weight: 500;
}

.main-bg-color {
  background-color: #fafafa;
}

.text-color {
  color: #747474;
}

.icon-color {
  color: #130f26;
}

.back-textcolor {
  color: #252525;
}

.border-color {
  border-color: #8dc540;
}

p,
ul {
  margin-bottom: 0;
}

body {
  background: #fafafa;
  font-family: "Avenir LT Std";
}

.border-bottom-green {
  border: 1px solid #8dc540;
}

/** add to cart btn **/
.add-to-add a {
  letter-spacing: 0.9px;
  font-size: 12px;
}

/** end add to cart **/
.pd-parentnav {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  text-align: center;
}
.pd-parentnav .pd-navwrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper {
  padding: 10px 20px;
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink {
  text-decoration: none;
  display: block;
  color: #252525;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink:hover .pd-menuicon::after {
  transform: scale(1);
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink .pd-menuicon {
  width: 78px;
  min-width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px auto;
  overflow: hidden;
  position: relative;
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink .pd-menuicon::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgba(255, 255, 255, 0.25);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  transform: scale(0);
  transition: 300ms;
  z-index: 0;
}
.pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink .pd-menuicon img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  z-index: 2;
}

.ratio-1x2 {
  aspect-ratio: 1/0.675;
}

.product-box {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 12px;
  background-image: url(/assets/images/product-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px - 20px);
  height: calc(100% - 20px - 20px);
  background-color: rgba(255, 255, 255, 0.25);
  top: 20px;
  left: 20px;
  border-radius: 12px;
  transform: scale(0);
  transition: 400ms;
  z-index: 0;
}
.product-box:hover::after {
  transform: scale(1);
}
.product-box:hover .product-innerbox img {
  transform: scale(1.1);
}
.product-box .product-innerbox {
  padding: 10px;
  z-index: 1;
}
.product-box .product-innerbox img {
  display: block;
  position: absolute;
  bottom: calc(8% + 22px + 28px);
  left: 0;
  right: 0;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: calc(100% - 30px);
  max-height: calc(92% - 22px - 28px - 15px);
  transition: 400ms;
}
.product-box .product-innerbox p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

#banner-bg .product-box-sale {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#banner-bg .product-box-sale .product-innerbox {
  position: relative;
}
#banner-bg .product-box-sale .f-bg img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#banner-bg .product-box-sale .s-bg img {
  position: absolute;
  top: 0;
  right: 0;
}
#banner-bg .product-box-sale .t-bg img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-header {
  height: 105.35px;
  background-color: #ffffff;
}
.top-header .map-add P {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 4px;
  color: #747474;
}
.top-header a {
  text-decoration: none;
}
.top-header .address h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
}
.top-header .address .img-voice {
  height: 26px;
  width: 22px;
}
.top-header .address .icon {
  padding-right: 7px;
  color: #747474;
}
.top-header .img-voice {
  width: 25px;
}
.top-header .Login i {
  font-size: 24px;
}
.top-header .Login .bi-person-fill {
  padding-top: 8px;
}
.top-header .Login p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
}
.top-header .Login p a {
  text-decoration: none;
}
.top-header .Login span {
  color: #252525;
}
.top-header .cart-add .cart-img {
  width: 24px;
}
.top-header .cart-add p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
}

.search-input .form-control {
  border-radius: 127.34px;
  background-color: #f5f5f5;
  border: 0;
}
.search-input span#basic-addon1 {
  border-top-left-radius: 127.34px;
  border-bottom-left-radius: 127.34px;
  background-color: #f5f5f5;
  border: 0;
  padding-left: 16px;
}
.search-input .input-group {
  min-height: 51px;
  height: 100%;
}
.search-input .input-group:focus-within {
  box-shadow: 0px 0px 2px 1px #ccb;
  border-radius: 30px;
}
.search-input .input-group input.form-control:focus {
  box-shadow: rgb(204, 204, 204) 1px 1px 2px;
}

.nav-menu-top .col-megamenu {
  text-align: left;
}
.nav-menu-top .col-megamenu .title {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.nav-menu-top .col-megamenu .list-unstyled li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
  opacity: 0.5;
  text-decoration: none;
}
.nav-menu-top .pd-menuwrapper.active:focus,
.nav-menu-top .dropdown-content,
.nav-menu-top .pd-menuwrapper.active:hover .dropdown-content {
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  visibility: visible;
  opacity: 1;
}
.nav-menu-top .dropdown-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  visibility: hidden;
  opacity: 0;
  margin: 0.6rem auto;
  padding: 3rem 2rem;
  border: none;
  max-width: 100rem;
  width: 100%;
  outline: none;
  z-index: 99;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.11) -2px -3px 12px 3px;
  border-radius: 20px;
  transition: all 0.5s ease-in-out 0s;
}
.nav-menu-top .pd-menuwrapper.nav-item.active .pd-menulink.dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  top: 113px;
  right: 44%;
  z-index: 999;
}

.saving h4 {
  font-size: 20px;
  font-weight: 600;
}
.saving p {
  font-size: 15px;
  font-weight: 400;
}
.saving .box {
  width: 100%;
  height: 100px;
  margin: auto;
  border-radius: 12px;
  min-width: 110px;
  position: relative;
}
.saving .box1 {
  background: url("/assets/images/sping-p.svg"), #ee2d24;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  box-shadow: 0px 5px 7px #ffd7d5;
}
.saving .box2 {
  background: url("/assets/images/percent.png"), #4285f4;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  box-shadow: 0px 5px 7px #c0d7ff;
}
.saving .box3 {
  background: url("/assets/images/cricle-ret.svg"), #8dc540;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  box-shadow: 0px 5px 7px rgba(175, 231, 99, 0.56);
}
.saving .row {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.saving .content {
  padding: 25px 0 20px 0;
  line-height: 0;
  cursor: pointer;
}
.saving .box:hover {
  transform: scale(95%);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.saving .box {
  transition: transform 0.6s ease;
}

.slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  top: 178px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.slider .carousel-caption .btn.btn-danger {
  border-radius: 26px;
  background-color: #d92127;
  padding: 12px 34px;
  line-height: 23px;
  font-size: 22px;
}
.slider button.carousel-control-prev,
.slider button.carousel-control-next {
  height: 70px;
  width: 70px;
  top: 100px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.slider button.carousel-control-prev img {
  transform: rotate(178deg);
}
.slider .slider-inner {
  padding: 0 30px;
}
.slider .carousel-control-prev {
  left: -33px;
}
.slider .carousel-control-next {
  right: -33px;
}
.slider .carousel-inner {
  border-radius: 30px;
}

h2,
h4 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}

.Fresh-Products .product-image img,
.product-category-page .product-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 225px;
  max-height: 225px;
  display: block;
  margin: 0 auto;
}
.Fresh-Products .product-image h3,
.product-category-page .product-image h3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #d92127;
  padding: 10px 15px 6px;
  font-size: 16px;
  line-height: 11px;
  border-radius: 24px;
  color: #fff;
}
.Fresh-Products .product-image h3 span,
.product-category-page .product-image h3 span {
  color: #fff !important;
  padding-right: 6px;
}
.Fresh-Products .product-logo-left,
.product-category-page .product-logo-left {
  width: 100%;
  max-width: 38px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 0 0 16px;
  display: inline !important;
}
.Fresh-Products .body-para p,
.product-category-page .body-para p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}
.Fresh-Products .kg,
.product-category-page .kg {
  background: #f5f5f5;
  border-radius: 19.9067px;
  border: none;
  height: 27.906717px;
  width: 64.5203781128px;
  left: 78.205078125px;
  top: 2082.2501220703px;
  border-radius: 19.9067153931px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.Fresh-Products button.plus,
.product-category-page button.plus {
  margin: auto;
  display: block;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(209, 232, 179, 0.46);
}
.Fresh-Products button.plus img,
.product-category-page button.plus img {
  width: 100%;
  max-width: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Fresh-Products .card.card-product,
.product-category-page .card.card-product {
  background: #ffffff;
  border-radius: 11.944px;
}
.Fresh-Products .card.card-product span,
.product-category-page .card.card-product span {
  font-size: 18px;
  color: #f58f23;
  font-weight: 500;
}
.Fresh-Products .card.card-product a,
.product-category-page .card.card-product a {
  text-decoration: none;
  color: #000;
}
.Fresh-Products h6,
.product-category-page h6 {
  font-size: 14px;
  color: #d92127;
  font-weight: 500;
}
.Fresh-Products .sr15,
.product-category-page .sr15 {
  font-size: 24px;
  font-weight: 700;
  color: #8dc540;
}
.Fresh-Products .Price,
.product-category-page .Price {
  font-size: 14px;
  font-weight: 500;
  color: #c4c4c4;
}
.Fresh-Products img.product-logo,
.product-category-page img.product-logo {
  width: 100%;
  max-width: 69px;
  height: 89px;
}
.Fresh-Products .card-footer,
.product-category-page .card-footer {
  background-color: #fff;
  border-top: 0;
  padding: 0;
}
.Fresh-Products .view-btn .card-body,
.product-category-page .view-btn .card-body {
  min-height: 447px;
  max-height: 447px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Fresh-Products .view-btn .product-all-view img,
.product-category-page .view-btn .product-all-view img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 132px;
  max-height: 132px;
  display: block;
  margin: 0 auto;
}
.Fresh-Products .view-btn .card-footer,
.product-category-page .view-btn .card-footer {
  text-align: center;
}
.Fresh-Products .view-btn .card-footer .quantity-button,
.product-category-page .view-btn .card-footer .quantity-button {
  background-color: #d1e8b3;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  padding: 4px;
}
.Fresh-Products .view-btn .pulsbuton,
.product-category-page .view-btn .pulsbuton {
  padding: 15px 35px;
  border-radius: 30px;
  background: rgba(209, 232, 179, 0.46);
  color: #8dc540;
  border: 0;
  font-weight: 600;
}
.Fresh-Products .card-product .card-header img,
.product-category-page .card-product .card-header img {
  transition: transform 0.6s ease;
}
.Fresh-Products .card-product .card-header:hover img,
.product-category-page .card-product .card-header:hover img {
  transform: scale(110%);
}
.Fresh-Products h2,
.product-category-page h2 {
  font-weight: 800;
}

footer {
  background-color: #252525;
}
footer .footer-section {
  margin: auto;
  display: block;
  text-align: center;
  border-bottom: 1px solid gray;
}
footer img.footer-logo {
  width: 100%;
  max-width: 87.86px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .social-media img {
  width: 100%;
  max-width: 49px;
  height: 49px;
}
footer .footer-menu {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.product-innerbox img {
  transition: transform 0.6s ease;
}

a.product-box-sale:hover .product-innerbox img {
  transform: scale(110%);
}

.card.card-product:hover .product-image img {
  transform: scale(110%);
}

.product-image img {
  transition: transform 0.6s ease;
}

.product-category-page .card1 {
  padding-top: 20px;
  padding-bottom: 200px;
  background: #ffffff;
  border-radius: 12px;
}
.product-category-page .card2 {
  height: 416px;
  margin-bottom: 37px;
  background: #ffffff;
  border-radius: 11.944px;
}
.product-category-page .underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product-category-page .badge-btn {
  border: none;
  outline: none;
  font-size: 14px;
  color: white;
  background: #8dc540;
  padding: 3px 16px 1px;
  border-radius: 12px;
}
.product-category-page .text {
  font-size: 14px;
  color: rgb(20, 20, 20);
}
.product-category-page .our_content {
  display: none;
}
.product-category-page .plus-cion:after {
  content: "+";
  display: block;
}
.product-category-page ul {
  list-style: none;
}
.product-category-page .card1 ul li {
  font-size: 13px;
  color: rgb(71, 70, 70);
  line-height: 1.4rem;
}
.product-category-page .underline span {
  font-size: 13px;
  color: #8dc540;
}
.product-category-page .our_line {
  border-radius: 2px;
}
.product-category-page .price_btn {
  border: 1px solid #747474;
  border-radius: 30px;
  color: #747474;
  background: #ffffff;
  padding: 4px 6px 0px 6px;
  font-size: 13px;
}
.product-category-page .price > p:nth-of-type(1) {
  font-size: 14px;
  color: #747474;
  font-weight: 600;
}
.product-category-page .price > p:nth-of-type(2) {
  font-size: 14px;
  color: #8dc540;
  font-weight: 600;
}
.product-category-page .sidebar-filter {
  border-radius: 12px;
}
.product-category-page .sidebar-filter .accordion {
  --bs-accordion-border-width: 0px;
}
.product-category-page .sidebar-filter .accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: unset;
}
.product-category-page .sidebar-filter .accordion .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.product-category-page .sidebar-filter .accordion .accordion-item .accordion-button {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
}
.product-category-page .sidebar-filter .accordion .accordion-body ul {
  padding: 0;
}
.product-category-page .sidebar-filter .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.product-category-page .sidebar-filter .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.product-category-page .sidebar-filter .accordion .accordion-item {
  background-color: unset;
  border-bottom: 1px solid #f3f3f3;
}
.product-category-page .sidebar-filter .accordion .search-input .input-group input.form-control:focus {
  box-shadow: unset;
}
.product-category-page .sidebar-filter .accordion .search-input .input-group:focus-within {
  box-shadow: 0px 0px 2px 1px #ccb;
  border-radius: 30px;
}
.product-category-page .sidebar-filter .accordion .search-input .form-control {
  background-color: #ffffff;
}
.product-category-page .sidebar-filter .accordion .search-input span#basic-addon1 {
  background-color: #ffffff;
}
.product-category-page .sidebar-filter .accordion-body ul li {
  padding: 5px 0;
}
.product-category-page .sidebar-filter .accordion-body ul li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}
.product-category-page .sidebar-filter input#customRange2::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
.product-category-page .sidebar-filter input#customRange2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  margin-top: -8px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

/** add to cart button use ny plCE **/
.add_to_cart a.add_tocart {
  border: 1px solid #8dc540;
  padding: 0 73px 0 47px;
  height: 42px;
  vertical-align: middle;
  line-height: 40px;
}
.add_to_cart span.input-number-increment i.bi.bi-plus {
  background-color: rgba(209, 232, 179, 0.46);
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #8dc540;
  justify-content: center;
}

/** add to cart **/
/** out of stock **/
.add_to_cart.out_of-stock a.add_tocart {
  border: 1px solid #c6c7c6;
}
.add_to_cart.out_of-stock span.input-number-increment i.bi.bi-plus {
  background-color: #d6dbd6;
  color: #8d8d8d;
}

/** End out of stock **/
/**single ***/
.product-details div#fancy {
  text-align: center;
}
.product-details .details_product {
  background: #ffffff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 6px;
  border: none;
}
.product-details .details_product .card-header {
  background-color: #fff;
  border: 0;
}
.product-details .details_product .card-header .social-menu ul li {
  padding: 10px;
  list-style-type: none;
}
.product-details .details_product .card-header .social-menu ul li a img {
  transition: transform 0.4s ease;
}
.product-details .details_product .card-header .social-menu ul li a:hover img {
  transform: scale(110%);
}
.product-details .details_product .xzoom-thumbs {
  padding-top: 20px;
}
.product-details .details_product .xzoom3 {
  box-shadow: unset;
}
.product-details .details_product .xactive {
  box-shadow: 0 0 3px 0 #bdd00c;
  border: 1px solid #bdd00c;
  padding: 8px;
}
.product-details .details_product .xzoom-gallery3 {
  margin-left: 20px;
  border-radius: 11px;
  padding: 5px 7px;
}
.product-details .product-info .product-name h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.03em;
  text-align: left;
}
.product-details .product-info .product-name h1 a {
  color: #252525;
  text-decoration: none;
}
.product-details .product-info .product-price-discount h3 {
  font-size: 48px;
  font-weight: 850;
  line-height: 26px;
  letter-spacing: 0px;
  color: #8dc540;
}
.product-details .product-info .product-price-discount h3 span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
}
.product-details .product-info .product-price-discount h3:nth-child(2) {
  color: #c4c4c4 !important;
  padding-left: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}
.product-details .product-info .option_choose h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.product-details .product-info .option_choose .form-check {
  border: 1px solid #8dc540;
  border-radius: 55px;
  padding: 10px 20px 2px 16px;
  background-color: #e9e9e9;
  border: 1px solid rgba(255, 255, 255, 0);
}
.product-details .product-info .option_choose .form-check label {
  padding-left: 13px;
  line-height: 0px;
}
.product-details .product-info .option_choose .form-check label p {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
}
.product-details .product-info .option_choose .form-check label span {
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #252525;
}
.product-details .product-info .option_choose .form-check.check {
  background-color: white;
  border: 1px solid #8dc540;
}
.product-details .product-info .option_choose .form-check.check label p {
  color: #8dc540;
}
.product-details .product-info .option_choose .form-check.check label span {
  color: #8dc540;
}
.product-details .product-info .option_choose .form-check .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.product-details .product-info .option_choose .form-check-input[type=radio] {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background-color: #f5f5f5;
  border: 3px solid #fff;
  margin: 0;
}
.product-details .product-info .option_choose .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%238dc540'/%3e%3c/svg%3e");
  background-color: #e7fbce;
  border-color: #8dc540;
  border: 3px solid #8dc540;
  margin: 0;
}
.product-details .product-info .product-add .round-black-btn {
  background-color: #8dc540;
  max-width: 400px;
  width: 100%;
  padding: 13px 10px;
  border-radius: 50px;
  border: none;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.product-details .product-info .product-add .btn {
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.product-details .product-info .product-add .btn:hover {
  transform: scale(1.1);
}

/*** Description **/
.product_description .card-description {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 6px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.product_description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #252525;
  opacity: 0.5;
}
.product_description h3 {
  font-weight: 850;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
}
.product_description .descript-content {
  padding-left: 40px;
}
.product_description .description_table table {
  border: 1px solid black;
  border-collapse: collapse;
}
.product_description .description_table th,
.product_description .description_table td {
  padding: 10px;
  border-bottom: 1px solid black;
}
.product_description .description_table th {
  font-weight: 850;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
}
.product_description .description_table td {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.product_description .description_table .text-end {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: end;
}

/**single Product***/
input.form-control:focus {
  outline: 0;
  box-shadow: unset;
}

.breadcrum ol.filter-option-content {
  list-style: none;
}

.result {
  background: #ffffff;
  border-radius: 20px;
}

.result > h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: 0px;
}

/*** Description **/
/** responsive css only view mobile **/
div#responsive .photoscanner img {
  display: block;
  max-width: 70%;
  max-height: 70%;
  position: relative;
  z-index: 2;
}
div#responsive .photoscanner a {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #8dc540;
  justify-content: center;
  padding-top: 8px;
  vertical-align: middle;
}
div#responsive .photoscanner .input-group input {
  font-size: 12px;
}
div#responsive .header-wrap .row {
  justify-content: space-between;
}
div#responsive .header-wrap input.form-control {
  font-size: 14px;
  padding-left: 3px;
}
div#responsive .header-wrap .search-input .left-pan {
  position: absolute;
  top: 4px;
  right: 9px;
  z-index: 11;
  background-color: #f5f5f5;
  padding: 0px 8px;
  border-bottom-right-radius: 17px;
}
div#responsive .header-wrap .search-input .left-pan a i {
  font-size: 25px;
  color: #000;
}
div#responsive .header-wrap .search-input .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.tab_menu .tab_nav_wrap .card {
  border: unset;
}
.tab_menu .tab_nav_wrap .nav-tabs {
  border: unset;
}
.tab_menu .tab_nav_wrap .nav-tabs .nav-link {
  padding: 0 13px 3px 13px;
  border: unset;
  border-bottom: 4px solid rgba(141, 197, 64, 0);
}
.tab_menu .tab_nav_wrap .nav-tabs .nav-link.active {
  border-bottom: 4px solid #8dc540;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
}
.tab_menu .tab_nav_wrap .nav-tabs .nav-link.active span {
  color: black;
}
.tab_menu .tab_nav_wrap .nav-tabs .nav-link span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #9c9c9c;
}
.tab_menu .tab_nav_wrap .view_delivery {
  line-height: 49px;
  vertical-align: middle;
}
.tab_menu .tab_nav_wrap .view_delivery .logo_scan img {
  padding-right: 10px;
}
.tab_menu .tab_nav_wrap .view_delivery .scanner-view {
  background-color: #8dc540;
  padding: 0px 16px 2px 16px;
}
.tab_menu .tab_nav_wrap .view_delivery .scanner-view .align-middel img {
  padding-right: 14px;
  width: 50px;
}
.tab_menu .tab_nav_wrap .view_delivery .scanner-view span {
  padding-top: 2px;
  letter-spacing: 0.6px;
}
.tab_menu .tab_nav_wrap .view_delivery a {
  color: #252525;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
}
.tab_menu div#nav-tabContent {
  background-image: linear-gradient(#eeeeee, #fff, #eeeeee);
  border-radius: 6px;
}
.tab_menu .border-line {
  border-right: 0.6px solid #8dc540;
  height: 16px;
  margin-top: 4px;
}

.loaction-mapper .map-add p {
  font-size: 14px;
  color: #9c9c9c;
}

.map-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeeeee;
  line-height: 10px;
  border-radius: 6px;
  padding: 9px 15px;
}
.map-field a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 16px;
}
.map-field .icon {
  font-size: 12px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.map-field .icon img {
  width: 25px;
}
.map-field .icon span {
  padding-top: 2px;
  letter-spacing: 0.6px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 136px;
  white-space: nowrap;
}

.quantity-button .input-number {
  width: 55px;
  font-size: 20px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
.quantity-button .input-number,
.quantity-button .input-number-decrement,
.quantity-button .input-number-increment {
  border: 1px solid #ccc;
  height: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(209, 232, 179, 0.46);
  border: none;
}
.quantity-button .input-number i,
.quantity-button .input-number-decrement i,
.quantity-button .input-number-increment i {
  color: #8dc540;
  font-size: 32px;
}
.quantity-button .input-number-decrement,
.quantity-button .input-number-increment {
  display: inline-block;
  width: 45px;
  line-height: 54px;
  background: rgba(209, 232, 179, 0.46);
  color: #444;
  font-weight: bold;
  cursor: pointer;
}
.quantity-button .input-number-decrement {
  border-right: none;
  border-radius: 30px 0 0 30px;
  text-align: right;
}
.quantity-button .input-number-increment {
  text-align: left;
  border-left: none;
  border-radius: 0 30px 30px 0;
}

.app-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}
.app-menu ul.nav.navbar-nav {
  text-align: center;
}
.app-menu .navbar-w {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  text-align: center;
}
.app-menu ul.nav {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.app-menu ul.nav .nav-item {
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  position: relative;
  font-size: 13px;
  color: #444444;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.app-menu ul.nav a.nav__link {
  display: inline-grid;
  justify-items: center;
  text-decoration: none;
  padding: 10px 0;
}
.app-menu ul.nav a.nav__link img {
  width: 25px;
  height: 25px;
  filter: grayscale(100%) brightness(62%) saturate(345%) contrast(160%) invert(12%);
  -webkit-filter: grayscale(100%) brightness(62%) saturate(345%) contrast(160%) invert(12%);
  -moz-filter: grayscale(100%) brightness(62%) saturate(345%) contrast(160%) invert(12%);
}
.app-menu ul.nav a.nav__link .nav__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: #747474;
  font-family: "Avenir LT Std";
  text-decoration: none;
  padding-top: 5px;
}
.app-menu ul.nav a.nav__link.nav_active ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  right: 0;
  width: 32px;
  height: 1px;
  background-color: #8dc540;
}
.app-menu ul.nav a.nav__link.nav_active img {
  filter: unset;
  -webkit-filter: unset;
  -moz-filter: unset;
}
.app-menu ul.nav a.nav__link.nav_active span {
  color: #8dc540;
}
.app-menu ul.nav span.badge {
  top: 7px;
  right: 4px;
  padding: 3.6px 2px;
  background-color: red;
  color: #fff;
  font-size: 11px;
}

span.badge {
  position: absolute;
  top: 0px;
  right: 6px;
  height: 20px;
  width: 20px;
  padding: 3px 2px;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 10px;
  border: 2px solid #fff;
}

/** responsive category **/
.category_responsive .nav-pills .nav-link {
  text-align: left;
  font-size: 14px;
  color: #252525;
  font-weight: 400;
  background-color: #f4f4f4;
  padding: 15px 14px 15px 10px;
  min-width: 110px;
  max-width: 110px;
  height: 100%;
  width: 100%;
  white-space: normal;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.category_responsive .nav-pills .nav-link span {
  white-space: normal;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  line-height: 15px;
  vertical-align: middle;
}
.category_responsive .tab-content {
  width: 100%;
}
.category_responsive .tab-content .card {
  flex-direction: row;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(236, 236, 236, 0.31);
}
.category_responsive .tab-content .card1.card a img {
  max-width: 2.4em;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category_responsive .tab-content .card1.card .card-body {
  padding: 15px 8px;
  vertical-align: middle;
}
.category_responsive .tab-content .card1.card .card-body a {
  text-decoration: none;
}
.category_responsive .tab-content .card1.card .card-body h5.card-title {
  white-space: normal;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  line-height: 15px;
  font-size: 14px;
  color: #252525;
  vertical-align: middle;
  margin-bottom: 0;
}
.category_responsive .side-category::-webkit-scrollbar {
  background-color: #fff;
  width: 1px;
}
.category_responsive .side-category::-webkit-scrollbar-track {
  background-color: #fff;
}
.category_responsive .side-category::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}
.category_responsive .side-category::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 2px solid #fff;
}
.category_responsive .side-category::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 2px solid #f4f4f4;
}
.category_responsive .side-category::-webkit-scrollbar-button {
  display: none;
}
.category_responsive .side-category {
  height: 90vh;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page_name h1 {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0 4px 0;
  margin-right: 42px;
  margin-bottom: 0;
}

/** responsive category **/
/** cart Page **/
/** store notification **/
.missing_product .massage_store p {
  line-height: 37px;
}

/** store notification **/
/** cart list Product start**/
.cart_list_product {
  background-color: #fafafa;
}
.cart_list_product .cart-product-thumbnail img {
  text-align: end;
}
.cart_list_product .cart_details .discount_price p {
  color: #d92127;
  font-size: 14px;
  line-height: 11px;
}
.cart_list_product .cart_details .discount_price span {
  font-size: 12px;
}
.cart_list_product .cart_details .regular_price p {
  font-size: 12px;
  color: #252525;
  line-height: 11px;
}
.cart_list_product .cart_details .regular_price span {
  font-size: 12px;
}
.cart_list_product .cart_details .quantity-button .input-number-decrement,
.cart_list_product .cart_details .quantity-button .input-number-increment {
  height: 40px;
  line-height: 45px;
}
.cart_list_product .cart_details .quantity-button .input-number,
.cart_list_product .cart_details .quantity-button .input-number-decrement,
.cart_list_product .cart_details .quantity-button .input-number-increment {
  height: 40px;
}
.cart_list_product .cart_details .quantity-button .input-number {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: top;
}
.cart_list_product .cart_details .quantity-button .input-number i,
.cart_list_product .cart_details .quantity-button .input-number-decrement i,
.cart_list_product .cart_details .quantity-button .input-number-increment i {
  font-size: 22px;
}
.cart_list_product .cart_details h6 a {
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 3px;
}
.cart_list_product .cart-product-remove img {
  width: 25px;
}
.cart_list_product .add_offer_notification p {
  font-size: 12px;
  color: #d92127;
}
.cart_list_product img.thumb-imgq {
  -o-object-fit: cover;
  object-fit: cover;
  padding: 20px 15px 20px 10px;
  height: 85px;
}
.cart_list_product .cart-product-thumbnail {
  max-width: 90px;
  min-width: 90px;
  width: 100%;
  text-align: center;
}
.cart_list_product .card.cart_items_listing {
  border: 0;
  box-shadow: 0px 0px 3px 0 #dadada;
}
.cart_list_product .card.cart_items_listing a {
  color: #212529;
}

/** tolatl***/
.Tolat_ammount {
  position: fixed;
  bottom: 68px;
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
}
.Tolat_ammount a.round-black-btn {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  letter-spacing: 2.5px;
}
.Tolat_ammount .total_item p {
  font-size: 18px;
}
.Tolat_ammount span {
  font-size: 14px;
}
.Tolat_ammount .cart-product-thumbnail {
  text-align: right;
}
.Tolat_ammount .total_price span {
  font-size: 18px;
}

/** total ammount **/
/*** Product listing ***/
.count-product .found_product p {
  font-size: 14px;
  line-height: 26px;
}
.count-product .filter_row .sort a,
.count-product .filter_row .filter a {
  font-size: 14px;
  vertical-align: middle;
  line-height: 24px;
  text-transform: capitalize;
  color: #130f26;
  text-decoration: none;
}
.count-product .filter_row a i {
  padding-right: 6px;
}
.count-product .filter_row .sort img {
  width: 17px;
  padding-right: 3px;
  margin-top: -6px;
}

.custom-showed1 {
  box-shadow: -1px 0px 3px 0px #c2c2c2;
}

/** price any ***/
#product_listing .cart_price p {
  font-size: 14px;
}
#product_listing .plus i {
  color: #8dc540;
  font-size: 22px;
  line-height: 0;
}
#product_listing .regular_price p del {
  font-size: 12px;
}
#product_listing .discount_price span,
#product_listing .regular_price span {
  color: #706b6b !important;
}
#product_listing .col.pr-right {
  padding-right: 5px;
}
#product_listing .col.pl-left {
  padding-left: 5px;
}

/** listing end **/
/** checkout page only responsive css**/
#checkout_bottom_footer {
  bottom: 0;
  z-index: 9;
}
#checkout_bottom_footer .conggrat_massage p {
  font-size: 12px;
  color: #444444;
}
#checkout_bottom_footer .conggrat_massage p {
  color: #8dc540;
}
#checkout_bottom_footer .total_price {
  line-height: 19px;
}
#checkout_bottom_footer .total_price p {
  font-size: 10px;
}
#checkout_bottom_footer .total_price p span {
  font-size: 12px;
}

.time_slot_change {
  font-size: 12px;
}
.time_slot_change .content_small a {
  color: #000;
  text-decoration: none;
}
.time_slot_change .time_icon i {
  font-size: 16px;
  padding-right: 12px;
  vertical-align: middle;
}
.time_slot_change img {
  width: 20px;
  margin-right: 12px;
  margin-top: -6px;
}
.time_slot_change:nth-child(1) a {
  text-decoration: underline;
}

.card_validate_time .card-img_card {
  max-width: 65px;
  min-width: 65px;
  width: 100%;
  height: auto;
}
.card_validate_time .cart-img-card_thumb {
  text-align: center;
}
.card_validate_time .cart-product-remove img {
  width: 22px !important;
  display: unset !important;
}
.card_validate_time .password_num,
.card_validate_time p.expires_date {
  font-size: 12px;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.card_validate_time .cart-img-card_thumb img {
  display: unset !important;
}
.card_validate_time .card-body {
  padding: 10px;
}

.Checkout_payment_method .payment h4 {
  font-size: 12px;
  margin-bottom: 0px;
}
.Checkout_payment_method .payment h4 img {
  width: 17px;
  margin-right: 5px;
  margin-top: -7px;
}
.Checkout_payment_method .mada_payment_about {
  font-size: 12px;
}
.Checkout_payment_method .Promo_code_inner .input-group input.form-control {
  border: 0;
}
.Checkout_payment_method .Promo_code_inner .input-group input.form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.Checkout_payment_method .Promo_code_inner .input-group input.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.Checkout_payment_method .Promo_code_inner .input-group input.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.Checkout_payment_method .Promo_code_inner .input-group button {
  font-size: 12px;
  letter-spacing: 1.7px;
}

.visa_carasou .owl-item.active:hover .card.card_validate_time {
  border-color: #8dc540;
  border-width: 2px;
}
.visa_carasou .card.card_validate_time {
  border-color: white;
  border-width: 2px;
}

/** item carasoul start**/
.Checkout_cart_item .checout_Product-small img.card-img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 7px 5px;
}
.Checkout_cart_item .checout_Product-small .card {
  min-height: 50px;
  max-height: 50px;
  width: 100%;
  border-color: #fff;
  overflow: hidden;
}
.Checkout_cart_item .checout_Product-small .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.3882352941);
  padding: 13px 13px 13px 11px;
  text-align: center;
}
.Checkout_cart_item .checout_Product-small .card-img-overlay p {
  color: #fff;
  font-weight: 600;
}
.Checkout_cart_item .sub_total_addedcartitem p {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.Checkout_cart_item .sub_total_addedcartitem .line span hr {
  border: 1px solid #c5c3c3;
}
.Checkout_cart_item .sub_total_addedcartitem .sub-total_price p {
  font-weight: 500;
}
.Checkout_cart_item .sub_total_addedcartitem .sub_tolal_inner {
  width: 100%;
  text-align: justify;
}
.Checkout_cart_item .sub_total_addedcartitem .line {
  width: 100%;
}
.Checkout_cart_item .sub_total_addedcartitem .sub-total_price {
  width: 100%;
  text-align: right;
}
.Checkout_cart_item .term_condition_policy .form-check-input:checked {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  background-color: rgba(209, 232, 179, 0.46);
}
.Checkout_cart_item .term_condition_policy .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%2370bc1f%27 class=%27bi bi-check%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z%27/%3E%3C/svg%3E");
  border-color: rgba(112, 188, 31, 0) !important;
}
.Checkout_cart_item .term_condition_policy .form-check label {
  font-size: 14px;
  padding-left: 7px;
}
.Checkout_cart_item .term_condition_policy .color-under a {
  color: #8dc540;
  text-decoration: underline;
}
.Checkout_cart_item .item-p p {
  font-size: 14px;
  font-weight: 500;
}

/** item carasoul ** /

/** checkout  end****/
/** checkout payment s**/
.checkout_payment .payment_logo a img {
  width: 39px;
}
.checkout_payment .payment_logo p {
  font-size: 12px;
}
.checkout_payment .card_number p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 23px;
}
.checkout_payment .card_number p:nth-child(2) {
  font-size: 13px;
  letter-spacing: 0.6px;
}
.checkout_payment .expry_card_date .date_exp p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 23px;
}
.checkout_payment .expry_card_date .date_cvv p {
  font-size: 12px;
}
.checkout_payment .expry_card_date .col-5:before {
  position: absolute;
  left: 0;
  top: -8px;
  border-right: 1px solid #c6c6c6;
  content: "";
  height: 66px;
}

div#payment-che .clear span {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

/** checkout payment end**/
/** single product item **/
.product_slider .single_inner_details .social-menu ul li {
  list-style-type: none;
  padding: 0px 7px;
}
.product_slider .single_inner_details .social-menu ul li a img {
  width: 23px;
}
.product_slider .single_price_inner_details .cart_title {
  font-size: 14px;
  font-weight: 400;
}

.single_price_inner_details .option_choose .option-all form {
  display: inline-flex;
  overflow-x: scroll;
  width: 100%;
}
.single_price_inner_details .option_choose .option-all form::-webkit-scrollbar {
  height: 2px;
}
.single_price_inner_details .option_choose .option-all form::-webkit-scrollbar-thumb {
  background-color: white;
}
.single_price_inner_details .option_choose .option-all form .form-check label {
  padding-left: 9px;
}
.single_price_inner_details .option_choose .option-all .form-check.form-check-inline {
  margin-right: 6px;
}
.single_price_inner_details .option_choose .option-all .form-check {
  padding: 10px 13px 2px 9px;
  min-width: 112px;
  width: 100%;
  max-width: 112px;
}

.single-product_description ul#pills-tab {
  justify-content: space-evenly;
}
.single-product_description .nav-pills .nav-link.active,
.single-product_description .nav-pills .show > .nav-link {
  background-color: #fff;
  color: #706b6b;
  border-bottom: 3px solid #8dc540;
  border-radius: 0;
}
.single-product_description .nav-link {
  color: #000;
  text-transform: uppercase;
}

/** single product only res**/
/** filter page ***/
.filter-category .filter_item a {
  text-decoration: none;
  color: #000;
}
.filter-category .filter_item a h2 {
  font-size: 14px;
  text-decoration: none;
  margin: 0;
}
.filter-category .filter_item a span i {
  color: #747474;
}

.bottom_apply_button {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.bottom_apply_button a {
  text-decoration: none;
  color: #000;
}
.bottom_apply_button a .clear.btn {
  text-align: center;
  padding: 8px 11px;
  width: 100%;
  letter-spacing: 0.9px;
  font-size: 14px;
}
.bottom_apply_button a .clear.btn:hover {
  background-color: #8dc540;
  color: #fff;
}

/** end filter page**/
/** support page css **/
.getting-sect .accordion-item .accordion-button {
  font-size: 14px;
  padding: 12px;
  line-height: 18px;
}
.getting-sect .accordion-item .accordion-button span {
  padding-left: 10px;
}
.getting-sect .accordion-item .accordion-body {
  padding: 12px;
}
.getting-sect .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.getting-sect .accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.getting-sect .accordion-button span {
  padding-left: 10px;
}
.getting-sect .accordion-button:after {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 900 !important;
  font-variant: normal;
  text-transform: none;
  background-image: unset;
  content: "\f282";
  margin-left: auto;
  border-radius: 20px;
  line-height: 22px;
  text-align: center;
  color: #000;
  font-size: 13px;
}

.help_title h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.get_any-help .support_button a {
  text-decoration: none;
}
.get_any-help .support_button a i {
  font-size: 18px;
}
.get_any-help .support_button a p {
  font-size: 12px;
  color: #000;
  padding-top: 17px;
  line-height: 0;
}
.get_any-help .support_button .circle-icon {
  height: 33px;
  width: 33px;
  margin: 0 auto;
}
.get_any-help .support_button .circle-icon i {
  line-height: 35px;
}

/*** support end css**/
/** my account **/
.my_account .name_account h2 {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
}
.my_account .name_account p {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.my_account .expirable_credit {
  font-size: 12px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.my_account .account_menu ul,
.my_account .notification_bell ul {
  padding: 0;
}
.my_account .account_menu ul li,
.my_account .notification_bell ul li {
  list-style-type: none;
  padding: 12px 11px;
}
.my_account .account_menu ul li a,
.my_account .notification_bell ul li a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.my_account .account_menu ul li a img,
.my_account .notification_bell ul li a img {
  height: 22px;
}
.my_account .account_menu ul li a span,
.my_account .notification_bell ul li a span {
  padding-left: 10px;
}
.my_account .notification_bell .check-box {
  transform: scale(2);
  text-align: center;
  height: 100%;
}
.my_account .notification_bell input:checked[type=checkbox] {
  background: #8dc540;
}
.my_account .notification_bell input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 7px;
  background: #ccc;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
}
.my_account .notification_bell input:checked[type=checkbox]::after {
  left: 50%;
}
.my_account .notification_bell input[type=checkbox]::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: -1px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s;
}
.my_account .notification_bell .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fff;
  box-shadow: unset;
}
.my_account .notification_bell .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: unset;
  padding: 12px 0 4px 0;
}
.my_account .notification_bell .accordion-item {
  border: unset;
}
.my_account .notification_bell .accordion-item .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.my_account .notification_bell .accordion-item .accordion-button {
  font-size: 14px;
  padding: 12px 0 4px 0;
  line-height: 18px;
}
.my_account .notification_bell .accordion-item .accordion-button span {
  padding-left: 10px;
}
.my_account .notification_bell .accordion-item .accordion-button:after {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 900 !important;
  font-variant: normal;
  text-transform: none;
  background-image: unset;
  content: "\f282";
  background-color: #000;
  margin-left: auto;
  border-radius: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.my_account .notification_bell .accordion-item .accordion-body {
  padding: 12px 12px 0;
}
.my_account .notification_bell .accordion-item .accordion-body .form-check-label p {
  font-size: 12px;
}
.my_account .notification_bell .accordion-item .accordion-body .form-check-label span {
  font-size: 12px;
  color: #c4c4c4;
}
.my_account h4 {
  font-size: 12px;
  padding: 10px 11px 0 11px;
  font-weight: 400;
  margin-bottom: 0;
}
.my_account .version_v1 p {
  font-size: 12px;
  letter-spacing: 0.8px;
}

/** end my account  **/
/**  my address **/
.line_maprer .addres_listing_order .cont_home h4 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}
.line_maprer .addres_listing_order .cont_home p {
  font-size: 12px;
  display: -webkit-box;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.line_maprer .addres_listing_order.click_active {
  background-color: #eaf4db;
  border: 1px solid #8dc540;
}

div#plus_btns_right {
  width: unset;
}
div#plus_btns_right .circle_plusb {
  padding: 4px 4px;
  line-height: 0;
}
div#plus_btns_right .circle_plusb i {
  font-size: 35px;
  line-height: 0;
}
div#plus_btns_right .circle_plusb:hover {
  background-color: #8dc540;
  color: #fff;
}

/** end my address **/
/** Order **/
.order_inner h4 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.order_inner h4 span {
  color: #212529;
  padding-left: 6px;
  font-size: 10px;
}

.line_locator ul.progressBar {
  padding-left: 0;
}
.line_locator .progressBar li {
  list-style-type: none;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  line-height: 16px;
}
.line_locator .progressBar li span {
  font-size: 11px;
  color: #212529;
}
.line_locator .progressBar li:before {
  content: " ";
  line-height: 30px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: white;
  z-index: 11;
  position: relative;
}
.line_locator .progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  top: 7px;
  left: -50%;
  z-index: 1;
}
.line_locator .progressBar li:first-child:after {
  content: none;
}
.line_locator .progressBar li.active {
  color: #8dc540;
}
.line_locator .progressBar li.active:before {
  border-color: #8dc540;
  background-color: #8dc540;
}
.line_locator .progressBar li.cancle:before {
  border-color: red;
  background-color: red;
}
.line_locator .progressBar li.active + li:after {
  background-color: #8dc540;
}

/** End order **/
/** Order details **/
.Oder_tracker .payment_status h4 {
  font-size: 12px;
}
.Oder_tracker .payment_status h4 span {
  color: #8dc540;
}
.Oder_tracker .btn_custom_payment button {
  font-size: 12px;
}
.Oder_tracker .btn_custom_payment button.btn {
  font-size: 12px;
  color: #8dc540;
  letter-spacing: 0.8px;
  padding: 6px 25px;
  border: 1px solid #8dc540;
}
.Oder_tracker h4 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 29px;
}
.Oder_tracker .delvery_massage a p {
  color: #8dc540;
  text-decoration: underline;
  font-size: 12px;
  padding-top: 5px;
}
.Oder_tracker .inner_dev_content p {
  line-height: 11px;
  font-size: 12px;
  color: #a5a3a3;
}
.Oder_tracker .order_delvery .line_locator {
  padding-right: 0;
}

.Checkout_cart_item h4 {
  font-size: 12px;
}

#product_items-order .item-p p {
  font-size: 12px;
  font-weight: 500;
}
#product_items-order .img-hei_width {
  background-color: #f8f9fa;
  padding: 10px;
}
#product_items-order .img-hei_width img {
  background-color: #fff;
}
#product_items-order .sub_total_addedcartitem .sub-total_price {
  width: 70%;
  text-align: right;
}

.delivery_service_type .del_addrees_content h4, .delivery_service_type .dservice_addrees_content h4 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 19px;
}
.delivery_service_type .del_addrees_content p, .delivery_service_type .dservice_addrees_content p {
  font-size: 10px;
  line-height: 16px;
  color: #a5a3a3;
}
.delivery_service_type .border-left:before {
  content: "";
  position: absolute;
  height: 67px;
  top: -7px;
  left: 0;
  border-left: 1px solid #8dc540;
}

.need_help p {
  font-size: 12px;
}

/** End order details **/
/** my shopping **/
.shooping_inner_box .list_title h4 {
  font-size: 12px;
  margin-bottom: 0;
}
.shooping_inner_box .edit_del img {
  width: 18px;
  margin-top: -4px;
}

/**my shopping list **/
/** my account form ***/
.shooping_inner_box .floating-label {
  position: relative;
  margin-top: 17px;
}
.shooping_inner_box .floating-label input {
  width: 100%;
  padding: 15px 17px;
  line-height: 0;
  border-radius: 40px;
}
.shooping_inner_box .floating-label input:valid {
  background: #eaf4db;
  border: 1px solid #8dc540;
}
.shooping_inner_box .floating-label::-moz-placeholder {
  font-size: 14px;
  color: #8dc540;
}
.shooping_inner_box .floating-label:-ms-input-placeholder {
  font-size: 14px;
  color: #8dc540;
}
.shooping_inner_box .floating-label::placeholder {
  font-size: 14px;
  color: #8dc540;
}
.shooping_inner_box .floating-label input[type=text] {
  border: none;
  border: 1px solid #c4c4c4;
  font-size: 12px;
}
.shooping_inner_box .floating-label input[type=text]:valid {
  border: 1px solid #8dc540;
}
.shooping_inner_box .floating-label input[type=text]:hover {
  margin-bottom: 0;
}
.shooping_inner_box .floating-label input[type=text]:focus,
.shooping_inner_box .floating-label input[type=text]:active {
  outline: none;
  margin-bottom: 0;
}
.shooping_inner_box .floating-label input[type=text] + label {
  position: absolute;
  pointer-events: none;
  bottom: 1.2em;
  left: 1.5em;
  color: #8dc540;
  font-size: 1em;
  transition: margin 0.2s ease, color 0.2s ease, font-size 0.2s ease;
  font-size: 12px;
}
.shooping_inner_box .floating-label input[type=text]:focus + label,
.shooping_inner_box .floating-label input[type=text]:active + label,
.shooping_inner_box .floating-label input[type=text]:valid + label {
  pointer-events: auto;
  margin-bottom: 2.5em;
  font-size: 12px;
}
.shooping_inner_box .floating-label input[type=text]:focus + label,
.shooping_inner_box .floating-label input[type=text]:active + label {
  color: #8dc540;
  font-size: 12px;
}
.shooping_inner_box .floating-label input[type=text].empty:not(:focus) + label,
.shooping_inner_box .floating-label input[type=text].empty:not(:active) + label {
  pointer-events: none;
  margin-bottom: 0;
  color: gray;
  font-size: 12px;
}
.shooping_inner_box .date_picker .form-check.form-check-inline {
  width: 100%;
  padding-left: 0;
}
.shooping_inner_box .date_picker .form-check.form-check-inline input {
  padding: 15px 24px;
  line-height: 0;
  border-radius: 40px;
}
.shooping_inner_box .form-check-input:checked {
  background-color: unset;
  border: 2px solid #8dc540;
}
.shooping_inner_box .form-check-input:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.shooping_inner_box .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%238DC540'/%3e%3c/svg%3e");
  border: 2px solid #8dc540;
}
.shooping_inner_box input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid #ececec;
  margin-top: 2px;
  margin-right: 12px;
}
.shooping_inner_box input[type=radio]:focus-visible {
  border: 0px solid red;
  outline: navajowhite;
}
.shooping_inner_box label {
  font-size: 12px;
}
.shooping_inner_box .check-box p {
  font-size: 14px;
}
.shooping_inner_box .check-box .form-check.form-check-inline input {
  height: 21px;
  width: 21px;
  border-radius: 30px;
  border: 1px solid #ece8e8;
  margin-right: 10px;
  margin-top: 2px;
}
.shooping_inner_box .check-box .form-check-input:checked {
  background-color: #eaf4db;
}
.shooping_inner_box .check-box .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%238DC540' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border: 1px solid #eaf4db;
}
.shooping_inner_box .check-box label {
  font-size: 12px;
}
.shooping_inner_box .del p {
  font-size: 12px;
  letter-spacing: 1.6px;
  color: red;
}
.shooping_inner_box .privan_cypolicy p {
  font-size: 12px;
  color: #000;
}
.shooping_inner_box .privan_cypolicy p span {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
}

/**end my accouunt ***/
/** responsive **/
.border_radious {
  border-radius: 8px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1600px !important;
  width: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: all ease 0.2s;
}

@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1480px;
    width: 100%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .slider .carousel-caption {
    top: 119px;
  }
  .dropdown-content {
    left: 3.3%;
  }
}
@media screen and (max-width: 991px) {
  body {
    background: #fff;
  }
  .slider button.carousel-control-prev,
.slider button.carousel-control-next {
    height: 40px;
    width: 40px;
    top: 43px;
  }
  .slider .carousel-control-prev {
    left: -15px;
  }
  .slider .carousel-control-next {
    right: -15px;
  }
  .product-box .product-innerbox p {
    font-size: 16px;
  }
  .dropdown-content {
    left: 0;
  }
  .product-details .product-info .product-add .round-black-btn {
    max-width: 350px;
    padding: 7px 10px;
  }
  .d-xs-none {
    display: none !important;
  }
  .mt-4-sm {
    margin-top: 10px;
  }
  .top-header {
    height: auto;
  }
  .pd-menuwrapper .dropdown-content {
    display: none !important;
  }
  .pd-menuwrapper i.bi.bi-chevron-down {
    display: none;
  }
  .border-bottom-green {
    border: unset;
  }
  .banner_sale .card-header a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease;
  }
  section.banner_sale {
    padding-top: 11px !important;
    padding-bottom: 15px !important;
  }
  .sticky + .content {
    padding-top: 145px;
  }
  .slider button.carousel-control-prev,
.slider button.carousel-control-next {
    height: 30px;
    width: 30px;
    top: 48px;
  }
  .slider .carousel-control-prev {
    left: -15px;
  }
  .slider .slider .carousel-control-next {
    right: -15px;
  }
  .pd-menulink .pd-menuicon img {
    max-width: 60%;
    max-height: 60%;
  }
  .pd-menulink .pd-menuicon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .footer-menu {
    text-align: center;
  }
  .saving h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .saving p {
    font-size: 10px;
    word-wrap: normal;
    line-height: 15px;
  }
  .saving .box1 {
    background-position: 95% 50%;
  }
  .saving .box2 {
    background-position: 95% 50%;
  }
  .saving .box3 {
    background-position: 95% 50%;
  }
  .saving .content {
    padding: 14px 0 13px 0;
    line-height: 0;
  }
  .saving .box {
    height: 68px;
    border-radius: 6px;
    height: 100%;
    min-width: 90px;
  }
  .banner_sale .col-7 {
    padding-right: 0;
    padding-left: 5px;
  }
  .banner_sale .col-5 {
    padding-left: 0;
    padding-right: 5px;
  }
  .banner_sale .mb-sxm-6 {
    margin-bottom: 12px;
  }
  .banner_sale .card-header {
    padding: 0 10px !important;
  }
  .banner_sale .card-body {
    padding: 5px 12px 0 12px !important;
  }
  .banner_sale .card-body .product-box {
    border-radius: 6px;
  }
  .product-details .product-info .product-name h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .product-details .product-info .product-price-discount h3 {
    font-size: 30px;
  }
  .product-details .product-info .product-price-discount h3:nth-child(2) {
    font-size: 23px;
  }
  .product-details .product-info .product-add .round-black-btn {
    max-width: 300px;
    font-size: 16px;
    padding: 7px 10px;
  }
  .mt-4-sm {
    margin-top: 10px;
  }
  .descript-content {
    margin-top: 40px;
    padding-left: 0px;
  }
  .py-sm-21 {
    padding-top: 0px !important;
  }
  #responsive .header-wrap .logo img {
    max-width: 35px;
  }
  #responsive .header-wrap .search-input .input-group {
    min-height: 35px;
    height: 100%;
  }
  #responsive .header-wrap .search-input input::-moz-placeholder {
    color: #000;
  }
  #responsive .header-wrap .search-input input:-ms-input-placeholder {
    color: #000;
  }
  #responsive .header-wrap .search-input input::placeholder {
    color: #000;
  }
  #responsive .header-wrap .search-input input::-webkit-input-placeholder {
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #responsive .header-wrap .search-input input::-moz-placeholder {
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #responsive .header-wrap .search-input input:-moz-placeholder-shown {
    text-overflow: ellipsis;
    letter-spacing: 0.7px;
  }
  #responsive .header-wrap .search-input input:-ms-input-placeholder {
    text-overflow: ellipsis;
    letter-spacing: 0.7px;
  }
  #responsive .header-wrap .search-input input:placeholder-shown {
    text-overflow: ellipsis;
    letter-spacing: 0.7px;
  }
  #responsive .header-wrap .search-input .input-group-text img {
    width: 15px;
  }
  .top-header {
    height: auto;
  }
  section#header-sticky {
    transition: all 0.5s ease;
  }
  .tab_menu {
    box-shadow: rgba(33, 35, 38, 0.16) 0px 3px 3px 0px;
  }
  .tab_menu .tab_nav_wrap .view_delivery a {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view {
    padding: 5px 13px 6px 13px;
    max-height: 32px;
    line-height: 1;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view .align-middel img {
    padding-right: 11px;
    width: 36px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .logo_scan {
    line-height: 26px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .logo_scan img {
    width: 32px;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper {
    padding: 10px 12px 10px 12px;
    font-size: 12px;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper.nav-item:first-child {
    padding-left: 0px !important;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper.nav-item:nth-last-child(1) {
    padding-right: 0px !important;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink span {
    white-space: normal;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    line-height: 15px;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink .pd-menuicon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    margin: 0 auto 5px auto;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper .pd-menulink .pd-menuicon img {
    max-width: 65%;
    max-height: 65%;
  }
  .pd-parentnav::-webkit-scrollbar {
    height: 2px;
  }
  .pd-parentnav::-webkit-scrollbar-thumb {
    background-color: white;
  }
  .filter-option-content li {
    font-size: 11px;
  }
  .mt-sm-33 {
    margin-top: 30px;
  }
  .slider {
    display: none;
  }
  .border-bottom-green {
    display: none;
  }
  .banner_sale .product-box .product-innerbox img {
    bottom: calc(7% + 12px + 17px);
    max-height: calc(93% - 12px - 17px - 15px);
  }
  .banner_sale .product-box .product-innerbox p {
    font-size: 12px;
    padding: 3px 10px;
    bottom: 0%;
  }
  .banner_sale .card-header h4 {
    font-size: 14px;
    font-weight: 400 !important;
  }
  .banner_sale .card-header a {
    font-size: 12px;
    display: none;
  }
  .banner_sale div#banner-bg .product-innerbox img {
    width: 50%;
  }
  .banner_sale .shadow-sm {
    box-shadow: none !important;
  }
  .banner_sale .rounded-xl {
    border-radius: unset;
  }
  .banner_sale .col {
    margin-top: 12px !important;
  }
  section#cannel_t {
    margin-bottom: 102px;
  }
  section#bakers_t {
    padding-top: 0 !important;
  }
  .Fresh-Products,
.product-category-page {
    margin-top: 0px !important;
    margin-bottom: 17px;
  }
  .Fresh-Products h2,
.product-category-page h2 {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0px !important;
  }
  .Fresh-Products h6,
.product-category-page h6 {
    font-size: 12px;
  }
  .Fresh-Products .card-product,
.product-category-page .card-product {
    padding: 10px !important;
  }
  .Fresh-Products .kg,
.product-category-page .kg {
    font-size: 12px;
  }
  .Fresh-Products .sr15,
.product-category-page .sr15 {
    font-size: 12px;
    font-weight: 500;
    color: #252525;
  }
  .Fresh-Products .Price,
.product-category-page .Price {
    font-size: 12px;
  }
  .Fresh-Products .card.card-product .card-header img.product-logo,
.product-category-page .card.card-product .card-header img.product-logo {
    max-width: 24px;
    height: 30px;
  }
  .Fresh-Products .card.card-product .card-header .product-logo-left,
.product-category-page .card.card-product .card-header .product-logo-left {
    max-width: 25px;
    height: 17px;
  }
  .Fresh-Products .card.card-product span,
.product-category-page .card.card-product span {
    font-size: 12px;
  }
  .Fresh-Products .card.card-product.view-btn .card-body,
.product-category-page .card.card-product.view-btn .card-body {
    min-height: 327px;
    max-height: 327px;
  }
  .Fresh-Products .body-para p,
.product-category-page .body-para p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .Fresh-Products .card-footer .quantity-button,
.product-category-page .card-footer .quantity-button {
    text-align: right !important;
  }
  .Fresh-Products .card-footer .quantity-button .input-number-decrement,
.Fresh-Products .card-footer .quantity-button .input-number-increment,
.product-category-page .card-footer .quantity-button .input-number-decrement,
.product-category-page .card-footer .quantity-button .input-number-increment {
    line-height: 39px;
    height: 35px;
  }
  .Fresh-Products .card-footer .quantity-button .input-number-decrement,
.product-category-page .card-footer .quantity-button .input-number-decrement {
    text-align: left;
    padding-left: 6px;
  }
  .Fresh-Products .card-footer .quantity-button .input-number-decrement i,
.product-category-page .card-footer .quantity-button .input-number-decrement i {
    font-size: 20px;
  }
  .Fresh-Products .card-footer .quantity-button .input-number-increment,
.product-category-page .card-footer .quantity-button .input-number-increment {
    text-align: right;
    padding-right: 6px;
  }
  .Fresh-Products .card-footer .quantity-button .input-number-increment i,
.product-category-page .card-footer .quantity-button .input-number-increment i {
    font-size: 20px;
  }
  .Fresh-Products .card-footer .quantity-button .input-number,
.product-category-page .card-footer .quantity-button .input-number {
    width: 40px;
    font-size: 12px;
    padding: 0 6px;
    height: 35px;
  }
  .Fresh-Products .card-footer button.plus,
.product-category-page .card-footer button.plus {
    width: 35px;
    height: 35px;
    margin: 0;
    float: right;
  }
  .Fresh-Products .product-image h3,
.product-category-page .product-image h3 {
    right: -3px;
    bottom: 11px;
    padding: 7px 12px 6px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 24px;
    color: #fff;
  }
  .Fresh-Products h2,
.product-category-page h2 {
    font-weight: 400;
  }
  nav.nav-menu-top {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .saving .psm-0 {
    padding: 12px 0 12px 4px !important;
  }
  .saving .px-22-m {
    padding: 0px 6px !important;
  }
  .saving h4 {
    line-height: 10px;
    margin-bottom: 5px;
  }
  .saving .content {
    padding: 9px 0 3px 0;
    line-height: 0;
  }
  #responsive .header-wrap .logo img {
    max-width: 35px;
  }
  #responsive .header-wrap .search-input .input-group {
    min-height: 35px;
    height: 100%;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view {
    padding: 4px 13px 6px 13px;
    max-height: 32px;
    line-height: 1;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view .align-middel img {
    padding-right: 11px;
    width: 30px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .logo_scan span {
    padding-top: 2px;
    font-size: 14px;
  }
  .px-22-m:nth-child(1) {
    padding-left: 0 !important;
  }
  .quantity-button .input-number-decrement,
.quantity-button .input-number-increment {
    line-height: 41px;
    height: 35px;
  }
  .Fresh-Products .card.card-product.view-btn .card-body,
.product-category-page .card.card-product.view-btn .card-body {
    min-height: 305px;
    max-height: 305px;
  }
}
@media screen and (max-width: 411px) {
  .pd-parentnav .pd-navwrapper .pd-menuwrapper {
    padding: 10px 9px 10px 9px;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper.nav-item:nth-last-child(1) {
    padding-right: 0px !important;
  }
  .pd-parentnav .pd-navwrapper .pd-menuwrapper.nav-item:first-child {
    padding-left: 0px !important;
  }
  .Fresh-Products h6,
.product-category-page h6 {
    font-size: 11px;
    padding-top: 3px;
    margin-bottom: 0;
  }
  .Fresh-Products .Price,
.product-category-page .Price {
    font-size: 10px;
  }
  .Fresh-Products .kg,
.product-category-page .kg {
    height: 23.906717px;
    width: 52.520378px;
    line-height: 23px;
  }
  .Fresh-Products .card.card-product.view-btn .card-body,
.product-category-page .card.card-product.view-btn .card-body {
    min-height: 285px;
    max-height: 285px;
  }
}
@media screen and (max-width: 320px) {
  .slider button.carousel-control-prev,
.slider button.carousel-control-next {
    height: 25px;
    width: 25px;
    top: 17px;
  }
  .slider .carousel-control-prev {
    left: -15px;
  }
  .slider .slider .carousel-control-next {
    right: -15px;
  }
  #responsive .form-control {
    border-radius: 127.34px;
    background-color: #f5f5f5;
    border: 0;
    font-size: 10px;
  }
  #responsive .logo {
    padding: 11px 0;
  }
  .tab_menu .tab_nav_wrap .view_delivery {
    line-height: unset;
    vertical-align: middle;
  }
  .tab_menu .tab_nav_wrap .view_delivery .logo_scan {
    width: 45%;
  }
  .tab_menu .tab_nav_wrap .view_delivery .logo_scan img {
    padding-right: 7px;
    width: 32px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .logo_scan span {
    padding-top: 4px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view {
    padding: 3px 13px 6px 13px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view .align-middel img {
    padding-top: 0px;
    padding-right: 10px;
    width: 30px;
  }
  .tab_menu .tab_nav_wrap .view_delivery .scanner-view .align-middel span {
    padding-top: 4px;
  }
  .box {
    height: 68px;
    height: 100%;
    min-width: 90px;
  }
  .saving .content {
    padding: 7px 0 8px 0;
    line-height: 0;
  }
  .saving .px-22-m {
    padding: 0px 5px !important;
  }
  .saving p {
    line-height: 13px;
  }
  .Fresh-Products .card.card-product span,
.product-category-page .card.card-product span {
    font-size: 9px;
  }
  .Fresh-Products .card.card-product .card-header img.product-logo,
.product-category-page .card.card-product .card-header img.product-logo {
    max-width: 19px;
    height: 23px;
  }
  .Fresh-Products .card.card-product.view-btn .card-body,
.product-category-page .card.card-product.view-btn .card-body {
    min-height: 255px;
    max-height: 255px;
  }
  .Fresh-Products .quantity-button .input-number-decrement,
.Fresh-Products .quantity-button .input-number-increment,
.product-category-page .quantity-button .input-number-decrement,
.product-category-page .quantity-button .input-number-increment {
    display: inline-block;
    width: 32px;
  }
  .category_responsive .tab-content .card1.card .card-body {
    padding: 13px 8px;
  }
  .sub_total_addedcartitem .line span hr {
    width: 139px;
    border-top: 2px solid;
  }
}/*# sourceMappingURL=style.css.map */