@font-face {
  font-family: Monotype-corsiva;
  src: url('../webfonts/Monotype-corsiva.ttf');
  font-weight: italic;
}

/* Defoult Title */
.site-title>span.small-title {
  font: 700 18px/normal var(--font-two);
  color: rgb(var(--color-black));
  text-shadow: var(--text-shadow) rgb(var(--color-black) / 40%);
}

.site-title h3 {
  font: 400 35px/normal var(--font-josh);
}

.site-title h3,
.site-title h3>span {
  font: 700 24px/normal var(--font-three);
  text-transform: uppercase;
  color: rgb(var(--color-darkbrown));
  letter-spacing: 1px;
  margin: 1rem auto 1.5rem;
}

.site-title h3>span {
  font-weight: 700;
  color: rgb(var(--color-dyellow));
}

.site-title p {
  font: 400 14px/normal var(--font-two)
}

.text-white.site-title p,
.text-white.site-title h3,
.text-white.site-title>span.small-title {
  color: rgb(var(--color-white));
}

/* Defoult Title End */

/* Ticker Header */
.top-ticker {
  background-color: #e6d3c2;
  /* background-color: transparent; */
  margin: 0 0;
  padding: 0 15px;
  border-bottom: 1px solid #9d9999;
}

.top-ticker-inner {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}

.top-ticker p {
  font: 400 14px/normal var(--font-three);
  color: rgba(var(--color-brown));
  margin: 0 0;
}

.top-ticker .call_text {
  display: inline-flex;
  grid-gap: 10px;
}

/* Ticker Header End */
/* Header Section change  */
.call_icon_area {
  justify-content: flex-end;
  justify-content: end;
  padding-left: 0px;
  width: auto margin-left: 0;
}

.icon_area li a {
  color: rgb(var(--color-black));
}

header {
  width: 100%;
  background: #e6d3c2;
  /* backdrop-filter: blur(200px); */
  padding: 0 0;
  border-bottom: 0px solid #fff;
  position: sticky;
  top: 0;
  z-index: 9;
  height: 70px;
}

.header_logo img {
  padding: 5px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-inner .logo .wsus_logo_area a {
  max-width: 200px;
  position: relative;
  z-index: 1;
}

.navbar-block>li a {
  font: 400 14px/normal var(--font-one);
  text-transform: uppercase;
  color: rgb(var(--color-black));
  transition: var(--transition);
}

.navbar-block>li a:hover {
  color: rgb(var(--color-darkbrown));
}

/* Header Section change  */

/* HomePage End */

/* blog section  */
.single_blog_date {
  position: absolute;
  background-color: rgb(var(--color-black));
  color: #fff;
  padding: 4px 8px;
  top: 5px;
  right: 5px;
  font: 100 14px/normal var(--font-three);
  z-index: 1;
}

/* blog section  End */
/* home_services_tolls */
.home_services_tolls>i {
  /* float: left; */
  font-size: 48px;
  color: rgb(var(--color-black) / 60%);
  position: relative;
}

.home_services_tolls>h5::before {
  content: '';
  height: 120px;
  width: 120px;
  position: absolute;
  top: -40px;
  left: -60px;
  background: linear-gradient(rgb(var(--color-yellow) / 25%), transparent);
  display: inline-block;
  border-radius: 50%;
}

.home_services_tolls h5 {
  font: 600 16px/normal var(--font-one);
  margin-left: 20px;
  position: relative;
}

.home_services_tolls {
  background-color: #fff;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 20%);
  position: relative;
  padding: 1rem 15px;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}

.home_services_tolls:after {
  content: '';
  display: table;
  clear: both;
}

/* home_services_tolls End */

/* Profile section  */
.chairperson-figure img.img-fluid {
  border-radius: 50%;
  box-shadow: 8px 8px 0px 0px rgb(var(--color-yellow) / 50%), var(--box-shadow) rgb(var(--color-yellow) / 50%), var(--box-shadow) rgb(var(--color-black) / 50%);
  position: relative;
  max-width: calc(100% - 50px);
  display: block;
  margin: auto;
}

section.home_supliments,
section.chairperson {
  box-shadow: inset 0px -7px 18px -15px rgb(var(--color-black) / 30%);
  padding: 3rem 0;
  position: relative;
  background: url(../../frontend/images/bg-top-element.png), url(../../frontend/images/bg-bottom-element.png), rgb(var(--color-white));
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 400px;
}

section.home_supliments {
  background-color: rgb(var(--color-white));
}

section.chairperson:after,
section.chairperson:before {
  opacity: 0;
  content: '';
  background: url('../../frontend/images/bg-1.png');
  position: absolute;
  width: 200px;
  height: 200px;
  display: inline-block;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

section.chairperson:after {
  background: url('../../frontend/images/bg-3.png');
  bottom: 0;
  right: 0;
  background-size: cover;
  top: unset;
  left: unset;
  z-index: 0;
}

.chairperson .align-items-center {
  z-index: 1;
  position: relative;
}

.chairperson-content h3 {
  color: rgb(var(--color-black));
  text-shadow: var(--text-shadow) rgb(var(--color-black) / 20%);
  margin-bottom: 1rem;
  position: relative;
  font: 700 24px/normal var(--font-one);
}

.chairperson-content p {
  letter-spacing: 0.5px;
  font: 400 14px/26px var(--font-three);
  color: rgb(var(--color-black) / 70%);
}

.chairperson-content h3:after {
  content: '';
  height: 4px;
  width: calc(100% / 5 - 14%);
  border-radius: 50px;
  background-color: rgb(var(--color-dyellow));
  display: block;
  margin-top: 10px;
  box-shadow: inset var(--box-shadow) rgb(var(--color-dyellow)), var(--box-shadow) rgb(var(--color-black));
}

.chairperson-content>p>span {
  font: 900 24px/normal var(--font-one);
  color: rgb(var(--color-yellow));
  margin-top: 8px;
  display: block;
}

/* Profile section End  */

/* Home FAQ Section  */
section.home_faq {
  background: linear-gradient(90deg, rgb(var(--color-black) / 100%) 50%, transparent), url('../../frontend/images/bg-img-one.jpg');
  background-size: contain;
  background-position: right;
  background-attachment: fixed;
}

/* Home FAQ Section  */



/* HomePage End */
/* Card  */
.card-btns {
  display: flex;
  width: 100%;
  grid-gap: 5px;
}

.card-btns .card-wishlist-btns>a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgb(var(--color-black));
  background-color: rgb(var(--color-black));
  color: #fff;
}

.card-btns .card-wishlist-btns>a:hover {
  background-color: rgb(var(--color-yellow));
  color: rgb(var(--color-black));
  border-color: rgb(var(--color-yellow));
}

.card-btns .card-cart-btns button {
  margin: 0 0;
  height: 40px;
  border-radius: 0;
  background-color: rgb(var(--color-yellow));
  border: 1px solid rgb(var(--color-yellow)) !important;
  color: rgb(var(--color-black));
  transition: var(--transition);
}

.card-btns .card-cart-btns button:hover {
  background: rgb(var(--color-black));
  color: #fff;
  border-color: rgb(var(--color-black)) !important;
}

.card-cart-btns {
  flex: 1 1 calc(100% - 40px);
}

/* Card End */

/* Footer Section  */
/* .footer_2 {
  margin-top: 40px;
  background-image: url("../../frontend/images/hawa-mahal.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
} */
.footer_2 {
  position: relative;
  /* Ensure relative positioning to contain the pseudo-element */
  margin-top: 40px;
  /* background-image: url("../../frontend/images/image2.jpg"); */
  background-image: linear-gradient(to bottom, rgb(var(--color-main)), rgb(var(--color-main)/30%) 100%), url("../../frontend/images/image2.jpg");
  background-size: cover;
  /* background-position: bottom; */
  background-color: rgb(var(--color-main));
  background-repeat: repeat;
  padding-top: 40px;
  /* background-position: center; */
  z-index: 1;
  /* Ensure content is on top */
}

.category-section {
  display: none;
}

.common-home .category-section {
  display: block;
}

.footer_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* Whitish overlay effect */
  z-index: -1;
  /* Ensure the overlay is behind the content */
  pointer-events: none;
  /* Ensure the overlay does not block content interaction */
}

footer {
  background: #fff;
}

.copyright>p {
  color: #000 !important;
}

/* Footer Section End */

/*======================
BREADCRUMB START
========================*/
.category-banner img {
  height: 100%;
  /* height: clamp(300px, 2.5vw, 400px); */
  object-fit: cover;
  object-position: center;
}

.breadcrumb {
  background-color: rgb(var(--color-brown) / 10%);
  position: relative;
  margin-bottom: 1rem;
}

.breadcrumb ul>li {
  display: inline-block;
}

.breadcrumb ul>li>a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb ul>li:last-child>a {
  font-weight: 100;
}

.breadcrumb ul>li:first-child>a::before {
  content: '\f015';
}

.breadcrumb ul>li>a {
  position: relative;
  font: 700 14px/45px var(--font-two);
  height: 45px;
  color: rgb(var(--color-black));
}

/*======================
BREADCRUMB END
========================*/
/*======================
Filter START
========================*/
.accordion-button::after,
.accordion-button:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
  background: none;
  font-weight: 100;
  font-size: 20px;
}

.accordion-button::after {
  content: '\2b';
  font-size: 30px;
  line-height: 20px;
}

/*======================
Filter END
========================*/
/*========================
	LOGIN/REGISTER START
=========================*/
#login_register {
  position: relative;
}

.login_reg_area {
  padding: 15px;
  border-radius: 4px;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 20%);
  background: rgb(var(--color-white));
  max-width: 400px;
  margin: auto;
}

.login_reg_area ul.nav-pills {
  justify-content: space-between;
  grid-gap: 10px;
}

.login_reg_area .nav-item {
  width: calc(100% / 2 - 5px);
}

.login_reg_area .nav-item .nav-link {
  width: 100%;
  text-transform: uppercase;
  font: 700 14px/40px var(--font-two);
  color: rgb(var(--color-black));
  background: rgb(var(--color-white));
  outline: none;
  border-radius: 4px;
  border: 1px solid rgb(var(--color-black));
  padding: 0 15px;
  transition: var(--transition);
}

.login_reg_area .nav-pills .nav-link:hover,
.login_reg_area .nav-pills .nav-link.active,
.login_reg_area .nav-pills .show>.nav-link {
  color: rgb(var(--color-white));
  background: rgb(var(--color-black));
}

.login_input {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.login_input i {
  width: 45px;
  height: 45px;
  background: transparent;
  line-height: 45px;
  text-align: center;
  margin-right: 0;
  color: rgb(var(--color-black));
  border-radius: 0px;
  position: absolute;
  right: 0;
}

.login_input input {
  width: 100%;
  padding: 0px 45px 0px 15px;
  border-radius: 4px;
  color: rgb(var(--color-black));
  border: 1px solid rgb(var(--color-black));
  height: 45px;
  font: 400 14px/45px var(--font-two);
}

/* For Select element */
.login_input select {
  width: 100%;
  padding: 0px 45px 0px 15px;
  /* Match input padding */
  border-radius: 4px;
  color: rgb(var(--color-black));
  border: 1px solid rgb(var(--color-black));
  height: 45px;
  font: 400 14px/45px var(--font-two);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Custom dropdown arrow */
.login_input select+.fas {
  right: 0;
  pointer-events: none;
}

/* Additional arrow for select (if needed) */
.login_input::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(var(--color-black));
  pointer-events: none;
  z-index: 1;
}


.login_save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0px;
}

.login_save .form-check {
  margin-bottom: 0;
}

.login_save .form-check input {
  border-radius: 20px !important;
}

.login .forget_p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: red;
}

#login_register h4 {
  font: 100 16px/normal var(--font-three);
  text-align: center;
  margin: 2rem auto 1rem;
  text-transform: capitalize;
}

.login button {
  width: 100%;
}

.login .social_text {
  text-align: center;
  text-transform: capitalize;
  margin: 20px 0px 15px 0px;
}

.login_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_link li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.login_link li:nth-child(1) a {
  background: #e14032;
}

.login_link li:nth-child(2) a {
  background: #1873eb;
}

.login_link li:nth-child(3) a {
  background: #1c9cea;
}

.login_link li:nth-child(4) a {
  background: #2464ad;
}

.login_text_position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.login_text_position h6 {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.login_text_position h6 span {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin: 10px 0px 10px 0px;
}

.login_text_position p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/*========================
	LOGIN/REGISTER END
=========================*/

/* PDP Price Bar  */

.price {
  margin: 0.5rem 0 0.5rem;
}

.price span.currency_icon,
.price>label {
  font: 700 28px/normal var(--font-three);
  color: rgb(var(--color-red));
}

.price>label#del_price span.currency_icon,
.price>label#del_price {
  font: 400 20px/normal var(--font-three);
  color: rgb(var(--color-gold));
  text-decoration: line-through;
}

/* In stock area End */
.stock_area .out_stock,
.stock_area .in_stock {
  background: var(--bs-green);
  color: rgb(var(--color-white));
  text-transform: capitalize;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 4px;
  font: 100 12px/normal var(--font-three);
}

.stock_area .out_stock {
  background-color: rgb(var(--color-red));
}

.pro_rating>span,
span.in_stock_gty {
  font: 100 13px/normal var(--font-three);
  color: rgb(var(--color-black));
}

/* In stock area End */

/* Add to cart btn */
.pdp_button_area li {
  display: inline-block;
  margin-right: 10px;
}

.pdp_button_area button.comment_btn,
.pdp_button_area button.add_cart,
.pdp_button_area span.add_to_wishlist {
  height: 40px;
  width: 40px;
  font: 400 20px/40px var(--font-three);
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(var(--color-black));
  background-color: rgb(var(--color-black));
  color: rgb(var(--color-white));
  transition: var(--transition);
  cursor: pointer;
  border-radius: 4px;
}

.pdp_button_area button.comment_btn:hover,
.pdp_button_area button.add_cart:hover,
.pdp_button_area span.add_to_wishlist:hover {
  background-color: transparent;
  color: rgb(var(--color-black));
}

.pdp_button_area button.add_cart {
  width: 100%;
}

.pdp_button_area button.comment_btn {
  background-color: rgb(var(--color-gold));
  border: 1px solid rgb(var(--color-gold));
  color: rgb(var(--color-black)) !important;
}

.pdp_button_area button.comment_btn:hover {
  background-color: rgb(var(--color-black));
  border: 1px solid rgb(var(--color-black));
  color: rgb(var(--color-white)) !important;
}

.button_area li .add_cart {
  padding: 0px 20px;
  font-size: 14px;
  min-width: 200px;
  border-radius: 4px;
}

.button_area li .add_cart:hover {
  background-color: rgb(var(--color-gold));
}

/* Ingredeant section  */
.products-ingrediants {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.products-ingrediants>li {
  max-width: 95px;
  height: auto;
  margin-bottom: 10px;
}

/* Ingredeant section End */
/* Detail Section  */
.pro_det_description .nav .nav-item button {
  width: 100%;
  padding: 0px 10px;
  border: none;
  border-radius: 2px;
  color: rgb(var(--color-black));
  text-transform: capitalize;
  background: rgb(var(--color-black) / 10%);
  outline: none;
  height: 40px;
  font: 700 16px/normal var(--font-two);
}

.pro_det_description .nav {
  border-bottom: 1px solid rgb(var(--color-black) / 10%);
  overflow: hidden;
  margin-bottom: 1rem !important;
}

.pro_det_description .nav .nav-item {
  min-width: 100px;
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.pro_det_description .nav-pills .nav-link.active,
.pro_det_description .nav-pills .nav-link:hover {
  color: rgb(var(--color-white));
  background: rgb(var(--color-black));
}

/* Detail Section End */
/* Add to cart btn End */


/* PDP Price Bar End */

/* Products card  */
#products-tab {
  justify-content: center;
}

#products-tab>li>button {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid lightgray;
  margin: 0 10px;
  min-width: 100px;
}

#products-tab>li>button.active {
  border-bottom-color: #9c8068;
}

.homeProductCard {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  position: relative;
}

.products_list_item {
  flex: 0 0 calc(100% / 4 - 15px);
  /* max-width: calc(100% / 4 - 15px); */
}

.common-home .arrivels .col-md-4.col-sm-6 a>img {
  height: 100%;
}

.product_item .pro_link {
  padding: 0px;
}

.customMobileSlide .products_list_item {
  padding-right: 5px;
  height: 100%;
}

.customMobileSlide .slick-dots {
  display: block;
  margin: auto;
}

.customMobileSlide .slick-dots li>button {
  display: none;
}

.customMobileSlide .slick-dots li {
  display: inline-block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #9c8068;
  margin-right: 5px;
  border-radius: 50%;
}

.customMobileSlide .slick-dots li.slick-active {
  background-color: #9c8068;
}

.customMobileSlide .slick-arrow {
  position: absolute;
  top: 30%;
  height: 30px;
  width: 30px;
  background-color: #9c8068;
  color: #fff;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
}

.customMobileSlide .slick-arrow.nxt_arr {
  left: unset;
  right: 5px;
}

/* Products card End */

/* Timer css */
.saleBannerInner {
  position: relative;
}

#clockdiv {
  display: flex;
  position: absolute;
  justify-content: center;
  width: clamp(320px, 100%, 700px);
  bottom: 15%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  grid-gap: 20px;
}

.timer_slide span {
  font: 700 36px/60px 'Open Sans';
  background-color: #812b22;
  color: #fff;
  height: 60px;
  display: inline-block;
  width: 60px;
  border-radius: 4px;
}

.timer_slide .smalltext {
  font-size: 13px;
}

/* Timer css End */
/* Footer Section  */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_payment ul li {
  display: inline-block;
  max-width: 60px;
  margin-left: 10px;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 50%);
  border-radius: 4px;
  overflow: hidden;
}

.footer-bottom .footer_payment>p {
  font: 400 14px/normal 'Open Sans';
}

.footer_payment h5,
.footerLanguage h5 {
  display: block !important;
  margin-bottom: 1rem;
}

/* Footer Section End */

/* Vendor Page  */
.registration-form {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: var(--box-shadow) rgb(var(--color-black) / 15%);
  margin: 2rem auto 3rem;
  border: 1px solid rgb(var(--color-black) / 20%);
}

.registration-title>h3,
.registration-title>h1 {
  font: 700 20px/normal var(--font-three);
  color: rgb(var(--color-red));
  margin-bottom: 5px;
}

.registration-title>h3 {
  font-size: 16px;
}

.registration-title p {
  font: 500 18px/normal var(--font-three);
  margin-bottom: 1rem;
  color: rgb(var(--color-darkbrown));
}

.registration-form .form-group>label {
  font: 600 12px/normal var(--font-two);
  color: rgb(var(--color-black) / 50%);
}

.registration-form input:focus {
  outline: none;
  box-shadow: none;
}

.registration-form input {
  height: 40px;
  border: 1px solid rgb(var(--color-black) / 30%);
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}

.registration-form input::placeholder {
  font-size: 12px !important;
  text-transform: capitalize;
}

.registration-form .form-check input[type="checkbox"] {
  height: 16px;
  width: 16px;
}

button[type="submit"].btn-create-account {
  height: 40px;
  font: 700 16px/normal var(--font-two);
  background: rgb(var(--color-red));
  color: rgb(var(--color-white));
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  min-width: 100px;
}

.form-group {
  margin-bottom: 15px;
}

/* Vendor Page End */


/* Mobile View */
@media (max-width: 991.99px) {
  header {
    /* height: 75px; */
    padding: 0;
    position: sticky;
    top: 0px;
    left: 0;
    background: #e6d3c2 !important;
    z-index: 999;
    border: none;
    /* line-height: 75px; */
  }

  .header_logo img {
    padding: 5px;
    margin-top: -20px !important;
  }

  .mobile_menu_icon {
    width: 30px;
    height: 30px;
    background: transparent;
    color: black !important;
    border: 1px solid rgb(var(--color-red)) !important;
    text-align: center;
    line-height: 30px;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    float: left;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    border: 1px solid #9c8068;
  }

  .mobile_menu_header_icon li a {
    width: 31px;
    height: 31px;
    background: rgb(var(--color-red)) !important;
    color: #fff;
    border: 1px solid rgb(var(--color-red)) !important;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 3px;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: block;
  }

  #mobile_menu .nav-pills .nav-link.active,
  #mobile_menu #pills-tab li button:hover {
    color: rgb(var(--color-yellow)) !important;
    border-color: rgb(var(--yellow-red)) !important;
  }

  .mobile_menu_header_icon li a span {
    position: absolute;
    width: 20px;
    height: 21px;
    top: -7px;
    right: -7px;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: rgb(var(--color-yellow));
  }
}

@media (max-width: 767px) {
  .categoryList li a img {
    width: 100px;
    height: 100px;
    object-fit: fill;
  }

  .categoryList>li>a,
  .categoryList>li>a>span {
    width: 100px !important;
  }

  .products_list_item {
    flex: 0 0 calc(100% / 3 - 10px);
    /* max-width: calc(100% / 4 - 15px); */
  }

  .footer-bottom {
    flex-direction: column;
    grid-gap: 20px;
  }

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

  .home_services_tolls h5 {
    margin-left: 0px;
    text-align: center;
  }

}

@media (max-width: 576px) {}

@media (max-width: 480px) {
  .products_list_item {
    flex: 0 0 calc(100% / 2 - 8px);
  }
}