.pinkbg-breadcrumb{background: rgba(14, 13, 57, 1) ; padding: 15px 0;}
.pinkbg-breadcrumb  h1{font-weight: bold;color: #FFFFFF;float: left;text-align: left;}
.pinkbg-breadcrumb .breadcrumb {margin: 15px 0 0 0;display: flex;align-items: center;justify-content: right;gap: 28px;float: right;text-align: right;}
.pinkbg-breadcrumb .breadcrumb li {position: relative;}
.pinkbg-breadcrumb .breadcrumb li a{font-weight: bold;color: #FFFFFF;text-decoration: none;}
.pinkbg-breadcrumb .breadcrumb li a:hover {color: #FF2508;text-decoration: none;cursor: pointer;}
.pinkbg-breadcrumb .breadcrumb li::after {content: "";margin: 0px 7px;background: url(../images/white-down-right-icon.svg) no-repeat;width: 16px;height: 17px;position: absolute;top: 4px;}
.pinkbg-breadcrumb .breadcrumb li:last-child:after {content: none;}
.pinkbg-breadcrumb .breadcrumb li span {font-weight: 600;font-size: 14px;line-height: 21px;color: #FF2508;}

.pac-container {background-color: #FFF;z-index: 20;position: fixed;display: inline-block;float: left;}
.modal{z-index: 20; }
.modal-backdrop{z-index: 10;}

#loading {position: fixed;display: block;width: 100%;height: 100%;top: 0;left: 0;text-align: center;opacity: 0.7;background-color: #fff;z-index: 99;}  
#loading-image {position: absolute;top: 50%;left: 44%;z-index: 100;}
.modal-OtherOutletsModal{z-index: 99 !important;--bs-modal-width:50%;}
.modal-OtherOutletsModal .modal-content {background: #FBF6F0 !important;}
.online-modal-item-outer ul li .grey-box{padding: 0px;background: #FFF !important;box-shadow: 5px 5px 5px 5px rgb(149 148 148 / 10%);border-radius: 15px;}

.location-menu {display: flex;align-items: center;gap: 12px;cursor: pointer;}
.place {display: flex;align-items: center;gap: 14px;}
.place p {font-size: 18px;line-height: 27px;color: #2b2b2b;/*color: #FFFFFF;*/font-weight: 700;border-bottom: 1px solid #2b2b2b;padding-bottom: 2px;}
.location-point {display: flex;align-items: center;gap: 10px;}

.floating-button{display: block;position: fixed !important;padding: 13px 30px;z-index: 100000000 !important;background: #292929;color: #fff;font-size: 16px;transform: rotate(270deg);top: 55%;right: -50px;}
.floating-button:hover{text-decoration:none;}
.support-24hour{position: fixed;height: 50px;width: 50px;cursor: pointer;display: none;z-index: 10000;opacity: 1;visibility: visible;bottom: 17%;right: 15px;}
.download-app {display: flex;gap: 24px;margin: 0px;}
.download-app img:hover{transform:scale(1.1);}

#search_result_htmlR{position: relative;}
ul.search-results {position: absolute;width: 100%;/*top: 65%;*/height: 300px;background-color: #ffffff;z-index: 2;padding: 20px;box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);display: none;border-radius: 8px;overflow: scroll;}
ul.search-results > li:first-child {padding-top: 0;}
ul.search-results > li {padding: 15px 0;border-bottom: 1px solid #e4ebf3;}
ul.search-results > li > a {display: flex;align-items: center;text-decoration: none;color: #2b2b2b;font-size: 14px;}
ul.search-results > li > a:hover {color: #FF2508;}
ul.search-results > li > a > img {width: 50px;height: 50px;border-radius: 50%;}
ul.search-results > li > a > span {padding-left: 15px;}
ul.search-results > li > a > span:hover {color: #FF2508;}
ul.search-results > li:last-child {padding-bottom: 0;border-bottom: 0;}
ul.search-results > li > a.form-link {color: #FF2508;text-decoration: underline;margin: 0 auto;width: max-content;}
ul.search-results > li > a.form-link:hover {color: #2b2b2b;}
.mobile-signin,.location-mobile-menu {display: none;}
.header_mobile_search {display: none;}
.error-text {font-size: 14px;color: #FF2508;}

/* =======================================================================
    registration page / otp registration page
======================================================================= */
.registration-box {background: #ffffff;/*box-shadow:inset -2px 15px 40px #ffebeb;*/border-radius: 20px;padding: 32px 24px;}
#login,.login,.otp-verification {display: none;}
#register {display: block;}
.registration-box a {white-space: nowrap;color: #2b2b2b;text-decoration: none;cursor: pointer;}
.registration-box a:hover{color: #FF2508;text-decoration: none;cursor: pointer;}
.otp-box {display: flex;align-items: center;gap: 20px;justify-content: center;}
.otp-box input {background: rgb(255 188 63 / 44%);border: 1px solid transparent;border-radius: 8px;padding: 11px 18px;
  text-align: center;
  width: 55px;
  height: 59px;
  font-size: 28px;
  line-height: 36px;
  color: #2b2b2b;
  font-weight: 700;
}
/*.otp-box input:hover{background: #fff;}*/
.login-border {border-top: 1px solid #fff;margin: 5px 0;}
/*============ Modal Popup =======================*/
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: -2px 15px 40px rgba(167, 167, 167, 0.4);
  border-radius: 20px;
  padding: 32px;
}
.modal-title {
  position: relative;
}
.modal-title img {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.modal-search-form {
  position: relative;
}
input.modal-search-field {
  position: relative;
  background: #f5f5f5;
  border-radius: 8px;
  height: 48px;
  padding: 12px 12px 12px 40px;
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
  border: none;
  width: 100%;
}
.current-location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-body {
  padding: 0;
}
/*----------------- End Modal ---------------*/
input[type="search"]::-webkit-search-cancel-button {
  background: url("images/cross-icon.svg") no-repeat;
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  background-size: contain;
}

#Search::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
}
/* =======================================================================
   CMS  page
======================================================================= */
.about-us p {
  line-height: 28px;
}
.contact-box {
  background: #FF2508;
  border-radius: 8px;
  padding: 100px 52px;
}
.contact-us .common_btn {
  padding: 10px 101px;
}
.contact-box li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
.contact-box li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
.contact-box li a span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: 0.4s;
}
.contact-box li a span:hover {
  color: #2b2b2b;
}
.icon-call:before {
  content: "";
  -webkit-mask-image: url(images/call-calling.svg);
  mask-image: url(images/call-calling.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background: #fff;
  transition: 0.4s;
  position: absolute;
  top: -4px;
  left: 0px;
  -webkit-mask-size: cover;
}
.icon-email:before {
  content: "";
  -webkit-mask-image: url(images/icon-email.svg);
  mask-image: url(images/icon-email.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background: #fff;
  transition: 0.4s;
  position: absolute;
  top: -4px;
  left: 0px;
  -webkit-mask-size: cover;
}
.icon-location:before {
  content: "";
  background: url(images/contact-location.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: absolute;
  top: 30px;
  left: 0px;
}
.contact-box li:hover i::before {
  background: #2b2b2b;
  transition: 0.4s;
}
input.search-listing-field {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 15px 15px 40px;
}
.listing-search {
  position: relative;
}
.listing-search input.search-submit {
  top: 32px;
}

/* =======================================================================
    7. Input Placeholder
======================================================================= */

input,
button,
select,
textarea {
  background: #ffffff;
  /*border: 1px solid rgba(180, 182, 184, 0.4);*/
  border-radius: 8px;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  padding: 14px 16px;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
.form-select:focus {
  border-color: #ddd;
}
.form-control:focus {
  border-color: rgb(180 182 184 / 40%);
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*input,select {height: 52px;}*/

input[type="checkbox"],
input[type="radio"] {
  width: 22px;
  height: 22px;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.form-check-input:checked {
  background-color: #FF2508;
  border-color: #FF2508;
}
.form-check-input:focus {
  border-color: #96999c;
}
.form-control,
.form-select {
  padding: 14px 16px;
  border: 1px solid rgba(180, 182, 184, 0.4);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
}

select::placeholder,
input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #96999c;
}

input[type="date"]:invalid::-webkit-datetime-edit {
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
}
label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.form-check-input {
  padding: 0;
  border: 2px solid #96999c;
}
.header-right{width: 25vw;}
input.search-submit {
  margin: 0;
  background-color: transparent;
  background-image: url("images/search-icon.svg");
  background-repeat: no-repeat;
  border: none;
  background-position: left center;
  background-size: 16px;
  width: 10%;
  height: auto;
  position: absolute;
  top: 14px;
  right: 18px;
  padding: 3px 10px;
}

.categorie-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pinkbox {
  background: #FF2508;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  display: inline-block;
}
.color-red{color: #FF2508;}
.categorie-list a:hover {
  color: #FF2508;
}
.moretext {
  display: none;
}
/* =======================================================================
    Vendor page
======================================================================= */
.item-title.coupon-name-image .col-2{padding-right: 10px;}
.item-title.coupon-name-image img{
  border-radius: 15px;
  border:1px solid #e7e7e7;  
  width: 100%;
  height: 150px;
}
.item-title.coupon-name-image img:hover{transform: scale(1.05);}

.item-title.coupon-name-image-list .col-2{padding-right: 10px;}
.item-title.coupon-name-image-list img{
  border-radius: 15px;
  border:1px solid #e7e7e7;  
}
.vendor-details-block {position: relative;top: -150px;}
.vendor-card-box {position: sticky;top: 120px;}
.vendor-card-box .square-box-img {
 /* height: 254px;*/
  height: 400px;
  position: relative;
}

.accordion-button[aria-expanded="true"] .seemore {
  display: none;
}

.accordion-button[aria-expanded="false"] .seemore {
  display: block;
}

.accordion-button[aria-expanded="true"] .seeless {
  display: block;
}

.accordion-button[aria-expanded="false"] .seeless {
  display: none;
}
body.freezerefer{background-color: #00000098;overflow: hidden;}
.modal-couponDetail{z-index: 99 !important;}
.modal-couponDetail .title-1{font-size: 25px;line-height: 27px;text-align: center;display: none;}
.square-box-content-coupondetail{display: block;float: left; padding: 0px 16px;text-align: center;}
.square-box-content-coupondetail .square-location{text-align: center;}
.square-box-content-coupondetail .square-location a{text-align: center; text-decoration: none;cursor: pointer;color: #000;}
.square-box-content-coupondetail > h5{text-align: center;margin: 10px;color: #DA291C;}
.square-box-content-coupondetail lable{display: block;padding-top:5px;padding-bottom:5px;text-align: left;}
.square-box-content-coupondetail .btn-coupon{display: block;}
.square-box-content-coupondetail #RedeemNow{display: inline-block;}
.square-box-content-coupondetail img.businesslogo{border-radius: 10px;width: 150px;display: inline-block;}
.otphint{display: block;font-weight: bold;font-size: 2rem;text-align: center;}

.modal-OtherOutletsModal{z-index: 99 !important;--bs-modal-width:50%;}
.modal-OtherOutletsModal .modal-content {background: #FBF6F0 !important;}
.online-modal-item-outer ul li .grey-box{padding: 0px;background: #FFF !important;box-shadow: 5px 5px 5px 5px rgb(149 148 148 / 10%);border-radius: 15px;}
.online-modal-item-outer ul li  .item-title {display: flex;justify-content: space-between;align-items: center;}
.item-title.coupon-name-image-list .col-2{padding-right: 10px;}
.item-title.coupon-name-image-list img {border-radius: 15px;border: 1px solid #e7e7e7;max-width: 100%;}
/* =======================================================================
    Package page
======================================================================= */
.package-box {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #fff;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-package input[type="radio"]:checked + .package-box {
  background: #FF2508;
  color: #fff;
}
.choose-package input[type="radio"]:checked + .package-box .coupons {
  background: #fff;
  color: #FF2508;
}
.choose-package input[type="radio"]:checked + .package-box .package-content p {
  color: #fff;
}
.choose-package input[type="radio"]:checked + .package-box .package-content h5 {
  color: #fff;
}
/*.choose-package input[type="radio"]:checked + .package-box .dummy-radio {
   background-color: #FF2508;
    border-color: #fff;
}*/
.choose-package input[type="radio"]:checked ~ .package-box .dummy-radio {
  background: url(images/radio-circle.svg);
  background-repeat: no-repeat;
  border: none;
}
.package-box.active .package-content p {
  color: #fff;
}
.package-box.active .package-content h5 {
  color: #fff;
}
/*.package-box.active .coupons{
    background: #fff;
    color: #FF2508;
}*/
.coupons {
  background: rgba(255, 198, 0, 0.18);
  border-radius: 8px;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2b2b2b;
}
.package-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.package-content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #2b2b2b;
}
.package-content span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.package-grey-box {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 24px 16px;
}
.package-details {
  display: flex;
  align-items: center;
  gap: 11px;
  /* flex-wrap: wrap; */
}
.package-grey-box .accordion-button {
  background: #f5f5f5;
  padding: 0;
}
.package-grey-box .accordion-item {
  margin-bottom: 0;
}
.package-grey-box .accordion-body {
  padding: 0;
}
.package-grey-box .accordion-button::after {
  background: url(images/icon-black-down.svg) no-repeat;
  width: 30px;
  height: 30px;
  transition: 0.4s;
}
.package-grey-box .accordion-button:not(.collapsed)::after {
}
.package-sub-details .accordion-body {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #f0f0f0;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  padding: 25px 24px;
}
.sub-details {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}
.yellow-circle {
  background: #ffbc3f;
  padding: 4px 6px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #2b2b2b;
  width: 38px;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-details-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sub-details-left p {
  font-size: 12px;
  line-height: 16px;
  color: #5e5e5e;
}
.sub-details-right span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.sub-details-right .accordion-button {
  padding: 4px 0;
  background: #fff;
}
.sub-details-right .accordion-button::after {
  background: url(images/red-down-icon.svg) no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 7px;
  transition: 0.4s;
}
.sub-details-right .grey-box {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-top: 16px;
}
.sub-details-right li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  color: #5e5e5e;
}
.sub-details-right li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #96999c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub-details-right .accordion-collapse {
  background: #fff;
}
article {
  display: none;
}
article.on {
  display: block;
}
.package-details .image {
  height: 70px;
  min-width: 70px;
  width: 70px;
  min-height: 70px;
}
.package-details .image img {
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.total-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-package {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.choose-package-input {
  position: absolute;
  display: none;
}
.dummy-radio {
  display: block;
  width: 22px;
  height: 22px;
  background: #fafbfc;
  border: 2px solid #96999c;
  border-radius: 100%;
  cursor: pointer;
}
.sticky-packagebox {
  position: sticky;
  top: 150px;
}
.sub-details-right {
  width: 100%;
}
.my-package {
  position: sticky;
  top: 120px;
}
.my-package-box {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 24px 16px;
}
.progress {
  position: relative;
  height: 4px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 6px 0px;
}
.bar {
  height: 4px;
  background: #FF2508;
  border-radius: 18px;
  width: 70%;
}
.progress::after {
  content: "";
  background: #FF2508;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 50%;
  top: -1px;
}
.mobile-artical {
  display: none;
}


/* =======================================================================
   Profile / Transactions page
======================================================================= */
.profile-box {
  /*background: rgba(245, 245, 245, 0.6);*/
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  margin: 10px;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
span.input-group-addon {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.custom-daterange-picker {
  position: relative;
}
i {
  display: block;
}
i::before {
  content: "";
  display: block;
  background-size: cover;
}
.icon-eye:before {
  content: "";
  background: url(images/icon-eye.svg) no-repeat;
  width: 19px;
  height: 14px;
  cursor: pointer;
}
.icon-edit:before {
  content: "";
  background: url(images/icon-edit.svg) no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-control:disabled {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ebebeb;
}
.table-block {
  background: rgba(245, 245, 245, 0.6);
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.table {
  margin-bottom: 0;
  border-color: #f0f0f0;
}
th {
  font-size: 14px;
  line-height: 21px;
  color: #2b2b2b;
  font-weight: 900;
}
td {
  font-size: 14px;
  line-height: 21px;
  color: #2b2b2b;
  font-weight: 600;
}
.table > :not(caption) > * > * {
  padding: 16px 0 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.table > :not(caption) > * > *::last-child {
  border-bottom: 1px solid #000;
}
.mobile-artical .choose-package input[type="radio"]:checked + article.on {
  background: #FF2508;
  color: #fff;
}

.common_btn {
  background: #DA291C;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  width: auto;
  text-align: center;
  transition: 0.4s;
  text-decoration: none;
  border: none;
}
.common_btn:hover {
  color: #fff;
  background:rgb(14 13 57);
  text-decoration: none;
}

/* Discount Code  */
.total-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.border-discount {
  border-top: 1px solid #ddd;
  padding-top: 16px;
}
.discount-table {
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.discount-table:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cancle-product {
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 3px;
  cursor: pointer;
}
input.dicount-field {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  border: 1px solid #DA291C;
}
.cancle-product img {
  width: 18px;
  height: 18px;
}

/**
** Refer and share Button share-button
**/


.socialicon svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button.socialicon, .socialicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button.socialicon:hover, .socialicon:hover {
  border-color: #cdd;
}

.share-button, .copy-link {
  /*padding-left: 30px;
  padding-right: 30px;*/
}
/*.share-button*/
.share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block !important;
  z-index: 99;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* =======================================================================
   Icons css
======================================================================= */
.location-icon {
  background: url("images/location-icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.location-icon-black {
  background: url("images/location-white-icon.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.search {
  background: url("images/search-icon.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.down-arrow {
  background: url("images/icon-down.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
/*
.banner_img img {border-radius: 20px;box-shadow:0px 20px 20px rgb(149 148 148 / 30%);}
.cat-icon{max-width: 102px;border-radius: 50px;}
.cat-icon-2{max-width: 35px;}
*/
/* VEndor  List Page CSS */
.listing-filter-box{background: #FFFFFF;border-radius: 8px;padding: 24px 16px;position: sticky;top: 150px;}
.vendor-list {padding: 60px 0;}
.filter-area {display: flex;align-items: center;justify-content: space-between;margin-bottom: 24px;}
@media (max-width: 480px) {
   .filter-icon-mb {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .mobile-filter-btn {
        display: block !important;
        top: 4px;
        right: 20px;
        width: 32px;
        height: 32px;
        background-image: url(../images/filter-icon.svg)!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
        background-size: 26px 24px!important;
        transition: 0.3s;
        background: #F55A51;
        border-radius: 8px;
    }
    .filter-mobile-toggle{display: none;margin-top: 20px;}
    .listing-filter-box{margin-bottom: 24px;padding: 15px;}
    .filter-area{margin-bottom: 0;}
    .vendor-list {padding: 30px 0;}
    .filter_icon_mb {display: flex;align-items: center;gap: 10px;}
}
.categorie-list {display: flex;align-items: center;justify-content: space-between;}
.pinkbox {background: rgba(245, 90, 81, 0.06);border-radius: 12px;padding: 2px 8px;font-size: 12px;line-height: 16px;color: #f55a51;display: inline-block;}
.categorie-list.pt-2 a{color:#2b2b2b;text-decoration: none;cursor: pointer;}
.categorie-list a:hover {color: #f55a51;}
.pagination-area {
  margin-top: 110px;
  text-align: center;
  position: relative;
}
ul.page-pagination li:first-child {
}
ul.page-pagination li:last-child {
}
ul.page-pagination li {
  display: inline-block;
}
ul.page-pagination li:first-child a,
ul.page-pagination li:last-child a {
  width: 25px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
ul.page-pagination > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
  transition: 0.3s;
  text-decoration: none;
  padding: 0 8px;
  margin-right: 10px;
  display: block;
}
ul.page-pagination li {
}
ul.page-pagination > li > a.active {
  color: #fff;
  background: #f55a51;
  border-radius: 2px;
  padding: 0 8px;
}
ul.page-pagination > li > a:hover {
  color: #fff;
  background: #f55a51;
  border-radius: 2px;
  padding: 0 8px;
}
ul.page-pagination svg:hover path {
  stroke: #fff;
}
.mobile-filter-btn {
  display: none;
}
.pagination-end {
  position: absolute;
  right: 0;
  top: 0;
}
/* Store DETail PAge Divider*/
.divider {
    width: 80%;
    height: 1px;
    background-color: #eee;
    margin: 25px auto; /* Space above and below divider, center it */
}

.bought-info {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px; /* Space below bought info */
}
.price-summary-table {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    text-align: left; /* Align text left within the table */
}

.price-summary-table div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.price-summary-table div:last-child {
    border-bottom: none;
}

.price-summary-table .label {
    font-weight: 600;
    color: #333;
}

.price-summary-table .value {
    color: #555;
}

.price-summary-table .discount-value {
    font-weight: 700;
    color: #2053CD; /* Blue for discount value */
}

.price-summary-table .save-value {
    font-weight: 700;
    color: #FF250A; /* Red for savings value */
}


/*My DEal List*/
.my-package {position: sticky;top: 120px;}
.my-package-box {border: 1px solid #f0f0f0;border-radius: 8px;padding: 24px 16px;}
/*.my-package-box .item-title {border-bottom: 1px solid #f0f0f0;padding-bottom: 16px;}*/
.my-package-box .item-title:last-child {border-bottom: none;padding-bottom: 0;}
.progress {position: relative;height: 4px;width: 100%;background-color: #f0f0f0;margin: 6px 0px;}
.bar {height: 4px;background: #f55a51;border-radius: 18px;width: 70%;}
.progress::after {content: "";background: #f55a51;width: 6px;height: 6px;border: 1px solid #ffffff;position: relative;border-radius: 50%;top: -1px;}
.mobile-artical { display: none;}
.fontw700 {font-weight: 700;}
.color-grey { color: #5e5e5e;}