/****Panel Base Css Start ****/

/* =============== SIDEBAR CSS STARTS HERE =============== */
.dashboard_menu {
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 0;
  border-right: 1px solid #e3e3e3;
  min-height: 100%;
}

.dasboard_header {
  padding: 30px 0px 20px 0;
  text-align: center;
}

.dasboard_header .dasboard_header_img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px #3c3c3c38;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #4eb711;
  box-shadow: 0px 0px 10px #3c3c3c38;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
}

.dasboard_header h2 {
  font-size: 22px;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}

.dashboard_menu ul li a {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  transition: all 0.3s linear 0s;
  background: none !important;
  color: #212121;
  border-top: 1px solid rgba(0, 128, 128, 0.15);
  padding: 0px 0px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  text-transform: capitalize;
  position: relative;
}

.dashboard_menu ul li a span {
  display: inline-block;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  width: 50px;
  height: 50px;
  color: #212121;
  text-align: center;
  line-height: 50px;
  background: #4eb7111a;
  font-size: 18px;
  margin-right: 6px;
}

/* =============== SIDEBAR CSS ENDS HERE =============== */

/* RESTAURANT HOME CSS ENDS HERE */

/* =============== INNER HEADER STARTS HERE =============== */

.dashboard-wrapper .header-card {
  border-bottom: 1px solid #e3e3e3;
}

/* =============== INNER HEADER ENDS HERE =============== */

.dashboard_content {
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  padding: 0 0 50px;
}

.db_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.db_inr_hd h4 {
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: capitalize;
}

.inner-card-body {
  padding: 20px;
}

/* =============== PROFILE DROPDOWN STARTS HERE =============== */

.hdr-pro-view {
  display: flex;
  align-items: center;
  gap: 3px;
}

.hdr-pro-view .username {
  color: #212121;
}

.hdr-pro-view span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  display: inline-block;
}

.hdr-pro-view span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdr-pro-view p {
  margin-bottom: 0;
}

.profile-card-drop {
  display: flex;
  align-items: center;
  background: var(--primary-color);
  padding: 14px 12px;
  position: relative;
}

.profile-card-drop span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  min-width: 52px;
  min-height: 50px;
}

.profile-card-drop span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-rt h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.profile-card-rt p {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
}

.profile-drop .dropdown-item {
  transition: all 0.5s ease-in-out;
}

.profile-drop .dropdown-item:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.profile-drop .btn:first-child:active,
.profile-drop .btn.show {
  background: none !important;
  border-color: none !important;
}

/* =============== PROFILE DROPDOWN CSS ENDS HERE =============== */

/* =============== SIDEBAR CSS STARTS HERE =============== */
.dashboard_menu {
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 0;
  border-right: 1px solid #e3e3e3;
  min-height: 100%;
}

.dasboard_header {
  padding: 30px 0px 20px 0;
  text-align: center;
}

.dasboard_header .dasboard_header_img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px #3c3c3c38;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f6c101;
  box-shadow: 0px 0px 10px #3c3c3c38;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #000;
}

.dasboard_header h2 {
  font-size: 22px;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}


.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover,
.dashboard_menu ul li a.active span,
.dashboard_menu ul li a:hover span {
  background: var(--primary-color) !important;
  color: #000 !important;
}

.dashboard_menu ul li a span {
  display: inline-block;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  width: 50px;
  height: 50px;
  color: #212121;
  text-align: center;
  line-height: 50px;
  background: rgba(246, 193, 1, 0.05);
  font-size: 18px;
  margin-right: 6px;
}

/* =============== SIDEBAR CSS ENDS HERE =============== */

/* =============== RESTAURANT PANEL CSS STARTS HERE =============== */

.restaurant .dash-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.restaurant .dash-widget .value h6 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #212121;
  margin: 0;
}

.restaurant .dash-widget .value p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(33, 33, 33, 54%);
  font-weight: 400;
  margin: 0;
}

.restaurant .dash-widget .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.restaurant .dash-widget.bx1 .icon {
  background-color: #1ba100;
}

.restaurant .dash-widget.bx2 .icon {
  background-color: #0092dd;
}

.restaurant .dash-widget.bx3 .icon {
  background-color: #ff00ba;
}

.restaurant .dash-widget.bx4 .icon {
  background-color: #ff005a;
}

.restaurant .custom-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.restaurant .custom-card-header {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}
.restaurant .custom-card-header h6 {
  font-size: 24px;
  font-weight: 500;
}
.restaurant .custom-card-body {
  padding: 20px;
}

.table.order-request tr td {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 13px;
  vertical-align: middle;
  border: 0;
  text-wrap: nowrap;
}

.table.order-request tr td h6 {
  font-size: 16px;
}

.table.order-request tr td p {
  color: rgba(33, 33, 33, 54%);
}

.trending-menus .timeline .timeline-panel {
  padding: 25px 30px 30px 30px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.trending-menus .timeline .timeline-panel.active,
.trending-menus .timeline .timeline-panel:hover {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05);
}

.trending-menus .timeline .timeline-panel .media {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: unset;
  border-radius: 0.5rem;
  background: #eee;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  align-self: start;
}

.trending-menus .timeline .timeline-panel .media img {
  border-radius: 0.5rem;
  width: 100%;
}

.trending-menus .timeline .timeline-panel .media .number {
  width: 42px;
  height: 42px;
  border-radius: 40px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  border: 3px solid #fff;
  line-height: 38px;
  transform: translateX(-50%);
  text-align: center;
  background: #ffb800;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.widget-media .timeline .timeline-panel .media-body h4,
.widget-media .timeline .timeline-panel .media-body h5 {
  font-size: 16px;
  line-height: 26px;
}

.widget-media .timeline .timeline-panel .media-body p {
  font-size: 14px;
  line-height: 1.5;
}

.widget-media .timeline li:last-child .timeline-panel {
  margin-bottom: 0;
  border-bottom: 0;
}

.tab-content {
  margin-top: 25px;
}

.custom_nav .nav-link.active,
.custom_nav .show > .nav-link {
  color: #fff !important;
  background-color: #4eb711 !important;
}

.custom_nav .nav-link {
  padding: 12px;
  margin: 0 10px;
  background: transparent !important;
  border-radius: 30px !important;
  border: 1px solid#4eb711 !important;
  width: auto !important;
  white-space: nowrap;
}

.custom_nav .nav-link:hover {
  background: #4eb711 !important;
  color: #fff !important;
}

.restaurant_edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.restaurant_edit a {
  width: 100%;
  text-align: center;
}

.restaurant_edit h6 {
  margin-bottom: 0px;
}

.menu_img_wrp img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.restaurant_edit .theme-btn {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 38px;
  height: 40px;
  line-height: 22px;
}

.custom_toggle input[type="checkbox"] {
  position: relative;
  width: 46px;
  height: 25px;
  -webkit-appearance: none;
  appearance: none;
  background: #4eb711;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.custom_toggle input[type="checkbox"]::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}

.custom_toggle input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.custom_toggle input[type="checkbox"]:checked {
  background: #4caf50;
}
.restaurant-panel .nav-pills .nav-link {
  padding: 10px 0;
  font-size: 16px;
}

.menu_modal .btn-close {
  position: absolute;
  right: 15px;
}
.menu_modal .modal-dialog {
  max-width: 700px;
}

content-wrap .form-check input:checked {
  background-color: #4eb711;
  border-color: #4eb711;
}

.content-wrap p {
  color: rgb(33 33 33 / 55%);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.form-control[type="file"] {
  line-height: 32px;
}

.content-wrap .card-title {
  margin-bottom: 0.5rem;
  font-size: 19px;
  font-weight: 600;
}

.content-wrap .price {
  color: #000;
  font-size: 15px;
  margin-top: 8px;
}

.order-menu.style-1 img {
  border: 1px solid #4eb711;
  border-radius: 0.625rem;
  height: 4rem;
  object-fit: contain;
  width: 4rem;
}

.orders-img img {
  border-radius: 0.5rem;
  object-fit: cover;
  height: 3rem;
  margin-right: 0.5rem;
  width: 3rem;
}

.orderin-bx {
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.375rem 1.5rem;
}

.orderin-bx .icon-bx {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 0.5rem;
  text-align: center;
  width: 2rem;
}

.orderin-bx:hover {
  background-color: #fff;
  border-color: #4eb711;
}

.orderin-bx:hover .icon-bx {
  background: #4eb711;
  color: #fff;
}

.total_earnings_wrp {
  background: rgb(78 183 17 / 13%);
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}

.main-color {
  color: #4eb711;
}

table tr td,
table tr th {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 13px;
  vertical-align: middle;
  border: 0;
  text-wrap: nowrap;
}

table tr th {
  font-weight: "700";
}

.table th {
  background: var(--primary-color) !important;
  color: #000;
  font-size: 15px;
  text-wrap: nowrap;
  font-weight: 500;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  --bs-table-accent-bg: rgb(78 183 17 / 15%);
}

.field-icon {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.notification-day {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.notifi-card {
  padding: 20px 0px 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.1s ease-in-out;
}

.notifi-card .trash {
  display: none;
  transition: all 0.3s ease-in-out;
}

.notifi-card:hover.notifi-card .trash {
  display: block;
  margin-right: 30px;
  font-size: 20px;
  color: red;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.notifi-card:hover.notifi-card .trash:hover {
  color: red;
  transform: rotate(10deg);
}

.notifi-card:hover.notifi-card .notifi-time {
  display: none;
}

.notifi-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
  min-width: 50px;
}

.notifi-details-card h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.notifi-details-card p {
  margin-bottom: 0;
  font-size: 12px;
  color: #777;
}
.order-drop {
  width: 160px;
}
.order-drop .form-select {
  min-height: 50px;
}

.order-drop .form-select:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

/* =============== RESTAURANT PANEL CSS ENDS HERE =============== */

/****Panel Base Css End****/

/****Order Details Page Start****/

.order_dtl_wrapp p {
  color: #808080;
  margin-bottom: 10px;
  font-size: 16px;
}

.order_dtl_wrapp .order-menu.style-1 img {
  border: 1px solid #cecece;
  border-radius: 0.625rem;
  height: 5rem;
  object-fit: cover;
  width: 5rem;
  margin-right: 12px;
}

.order_dtl_wrapp {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.order_dtl_wrapp .orders-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.order_dtl_wrapp .orders-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****Order Details Page End****/

/****Track  Order Page Start****/
.dropdown-item.active, .dropdown-item:active {
	color: #000 !important;
	background-color: #f4f4f4 !important;
}
#tracking-steps .tracking-step{
  position: relative;
}
.tracking-step::after {
	position: absolute;
	left: 11px;
	top: 23px;
	width: 1px;
	height: 70%;
	position: absolute;
	/* background-color: #f3f3f3; */
	border-left: 2px dashed #b2b2b2;
	content: '';
}

#tracking-steps .bg-light {
	background: #eee !important;
}
#tracking-steps .tracking-step:last-child::after{
  display: none;
}
/****Track Order Page End****/

#tracking-steps .bg-light {
  background: #eee !important;
}
#tracking-steps .tracking-step:last-child::after {
  display: none;
}
/****Track Order Page End****/

/***User Address Page Start***/

.user-address .address-box {
	height: 100%;
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user-address .address-box.add-new {
	cursor: pointer;
	color: #000;
}
.user-address .address-box.checked {
	border-color: #f6c101;
}
.user-address .address-box h3 {
	margin-bottom: 15px
}

.user-address .address-box .plus-icon {
	padding: 10px;
	background-color: var(--primary-color);
	border-radius: 100px;
	color: #fff;
}

.user-address .address-box .plus-icon svg {
	width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
	height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
	stroke: #fff
}

.user-address .address-box .radio-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.user-address .address-box .option-wrap {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}


.user-address .address-box .option-wrap .edit,
.user-address .address-box .option-wrap .delet {
	cursor: pointer
}

.user-address .address-box .option-wrap .edit svg, .user-address .address-box .option-wrap .delet svg {
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	/* stroke: #767676; */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	stroke: #000;
}
.user-address .address-box .option-wrap .edit svg:hover, 
.user-address .address-box .option-wrap .delet svg:hover {
	stroke: #7b7b7b;
}

.user-address .address-box .address-detail {
	padding: 0 25px;
	margin-top: 18px;
	margin-bottom: -3px;
}

.user-address .address-box .address-detail p {
	margin-bottom: 5px
}

.user-address .address-box .address-detail>span {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.user-address .address-box .address-detail ul {
	margin-top: 15px;
	list-style: disc;
	padding-left: 19px
}


.user-address .address-box .address-detail ul li {
	font-size: 16px;
	color: #262834;
	display: list-item
}

.user-address .address-box .address-detail .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px
}

.user-address .radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.user-address .badges.badges-theme {
	background-color: green;
	color: #fff;
	border: none;
	font-size: 12px;
}

.user-address .badges.badges-pill {
	padding: 3px 10px;
	border-radius: 100px;
}

.user-address .radio-box input[type="radio"] + .radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #000;
	cursor: pointer;
}

.user-address .radio-box input[type="radio"] + .radio-label::before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid #f6c101;
	display: inline-block;
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.user-address .radio-box input[type="radio"]:checked + .radio-label::before {
	background-color: #f6c101;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.user-address .radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #f6c101;
}

.user-address .radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: var(--primary-color);
	background: #363636;
}

.user-address .radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: var(--primary-color);
	border: 0px;
	color: #000;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.modal-header.border-0 {
	background: #f4f4f4;
}
/**User Address Page End**/

/****User Payment Page Start****/
.user-payment .radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.user-payment .badges.badges-theme {
	background-color: var(--primary-color);
	color:var(--primary-color);
	border: 1px solid var(--primary-color);
	font-size: 14px;
}

.user-payment .badges.badges-pill {
	padding: 3px 10px;
	border-radius: 100px;
}

.user-payment .radio-box input[type="radio"]+.radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #262834;
	cursor: pointer;
}

.user-payment .radio-box input[type="radio"]+.radio-label:before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid var(--primary-color);
	display: inline-block;
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.user-payment .radio-box input[type="radio"]:checked+.radio-label:before {
	background-color: var(--primary-color);
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.user-payment .radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: var(--primary-color);
}

.user-payment .radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: var(--primary-color);
	background: #363636;
}

.user-payment .radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}
.checkout .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.payment-section .accordion .accordion-item {
	background-color: #fff !important;
	line-height: 23px;
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 10px;
}

.payment-section .accordion .accordion-item:not(:first-of-type) {
	margin-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col {
	border: #f0f3f8;
	background-color: rgba(229, 229, 229, 0.3);
	padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 5px;
	font-weight: 600;
	color: #767676;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.payment-section .accordion .accordion-button {
	background: #0000 !important;
	box-shadow: none !important;
	font-weight: 500;
}

.payment-section .accordion-button:not(.collapsed) {
	color: #000;

}
.payment-section .accordion-button:focus {
	border-color: #0000 !important;
	box-shadow: none !important;
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col .payment-card {
	width: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
	height: auto;
	margin-left: auto;
}

.payment-section .accordion .accordion-item .accordion-body .radio-box label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/****User Payment Page End****/




.cart-item-card {
  border: 1px solid #ddd;
}

.cart-section .quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
  min-width: 140px;
  justify-content: space-between;
  width: 150px;
  height: 40px;
  padding: 5px;
}

.cart-section .quantity-btn {
  background: var(--primary-color);
  border: none;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  color: #000;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 50%;
}

.cart-section .quantity-input input[type="number"] {
  width: 70px;
  height: 32px;
  border: none;
  text-align: center;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  color: #222;
}

.cart-section .cart-img {
  width: 160px;
  height: 140px;
  overflow: hidden;
}

.cart-section .cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.cart-section .cart-remove {
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  background: #fb0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 8px;
}

.cart-section .cart-summary-card {
  border: 1px solid #ddd;
}