:root {
  --popinFont: "Poppins", sans-serif !important;
  --primaryColor: rgb(160, 215, 9);
  --secondaryColor: #f36921;
  --tertitary-color: #353535;
  --accentColor: #ba1a1a;
  --footerbgColor: #353535;
  --darkBlueColor: #192e35;
  --lightGreyColor: #655c59;
  --darkGreyColor: #3e3e3e;
  --colorOpacity: 22%;
  --white: #ffffff;
  --black: #000000;
  --green: #416900;
  --Wenge: #655c59;
}

html * {
  font-family: var(--popinFont);
}

.customContainer {
  max-width: 1600px;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
}

.sliBuyEMS .topNavSticky {
  background-color: #e6f7d7;
}

.sliBuyEMS .busuniessContacts .aHref {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--lightGreyColor);
}

.sliBuyEMS .busuniessContacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 9px 10px;
}

.sliBuyEMS .sliyHeader .gridBaseBox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  align-items: center;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellInit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellInit .brandLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sliBuyEMS .sliyHeader .gridBaseBox .gridCellInit .brandLogo {
  width: 100px;
  height: 40px;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellInit .changeLocation .tit {
  font-size: 14px;
  font-weight: 600;
  color: var(--darkGreyColor);
}
.sliBuyEMS .sliyHeader .gridBaseBox .gridCellInit .changeLocation select {
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  box-shadow: unset;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondaryColor);
  width: fit-content;
  margin: auto;
}
.sliBuyEMS .sliyHeader .gridBaseBox .gridCellInit .changeLocation {
  font-size: 14px;
  min-width: 180px;
  text-align: center;
}
.sliBuyEMS .sliyHeader {
  padding-bottom: 14px;
  background: #f5f5f5;
  padding-top: 14px;
  box-shadow: 0px 0px 16px 1px #00000029;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellMid .slibuysearchInpAddonGrod {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 5px;
  background: #ffede7;
  border: 1px solid #ffede7;
  border-radius: 6px;
  padding: 10px 13px;
}
.sliBuyEMS
  .sliyHeader
  .gridBaseBox
  .gridCellMid
  .slibuysearchInpAddonGrod
  object {
  cursor: pointer !important;
}
.sliBuyEMS
  .sliyHeader
  .gridBaseBox
  .gridCellMid
  .slibuysearchInpAddonGrod
  input:focus {
  outline: unset;
}
.sliBuyEMS
  .sliyHeader
  .gridBaseBox
  .gridCellMid
  .slibuysearchInpAddonGrod
  input {
  background: #ffede7;
  border: 1px solid #ffede7;
  box-shadow: unset;
  outline: unset;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellFial a span {
  color: var(--secondaryColor);
  font-size: 20px;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellFial a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap !important;
}

.sliBuyEMS .sliyHeader .gridBaseBox .gridCellFial {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* banner CSS */

.sliBuyEMS .bannerBoxSlider .owlSliderone {
  /* display: block; */
}

.sliBuyEMS .bannerBoxSlider .owl-slider img {
  width: 100%;
  height: 316px;
  /* object-fit: cover; */
  max-height: 316px;
  max-width: 1600px;
  border-radius: 16px;
}

.sliBuyEMS .bannerBoxSlider .slick-dots li {
  width: auto;
  margin-right: 6px;
}
.sliBuyEMS .bannerBoxSlider .slick-dots li button {
  color: #ffffff;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.sliBuyEMS .bannerBoxSlider {
  margin-top: 30px;
}

.sliBuyEMS .slick-dots li button:before {
  background: transparent;
  visibility: hidden;
  width: 8px;
  height: 8px;
}

.sliBuyEMS .slick-dots li {
  margin: 0 2px;
}

.sliBuyEMS .slick-dots li.slick-active button {
  width: 30px;
}

.sliBuyEMS .slick-dots li.slick-active button:before {
  min-width: 20px;
  color: transparent;
}

.sliBuyEMS .slick-dots {
  bottom: 0;
  text-align: left;
  padding-inline-start: 60px;
  padding-block-end: 35px;
}

/* banner CSS End */

.sliBuyEMS .discountBox {
  background-color: #ddffaf;
  padding: 4px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #416900;
  margin-bottom: 75px;
}

/* Wy us Sectoin css */

.sliBuyEMS .Whyus .whyWeNeedGridBox .cardBase .para {
  font-size: 16px;
  color: var(--darkBlueColor);
  font-weight: 400;
  line-height: 25px;
}

.sliBuyEMS .Whyus .whyWeNeedGridBox .cardBase .tit {
  font-size: 22px;
  color: var(--darkBlueColor);
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 17px;
}

.sliBuyEMS .Whyus .whyWeNeedGridBox .cardBase {
  max-width: 350px;
  margin: auto;
}

.sliBuyEMS .Whyus .whyWeNeedGridBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 250px;
  width: fit-content;
  margin: auto;
}

.sliBuyEMS .Whyus {
  background: linear-gradient(#84d51f82, #f3692175);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}

.sliBuyEMS .Whyus {
  margin-top: 75px;
}

.sliBuyEMS .Whyus .secTit {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.sliBuyEMS .headerFlexBox ul li {
  color: var(--secondaryColor);
}

.sliBuyEMS .headerFlexBox ul {
  margin-bottom: 0;
  line-height: 15px;
  height: auto;
}

.sliBuyEMS .headerFlexBox .aHref i {
  color: var(--secondaryColor);
  font-size: 14px;
}
.sliBuyEMS .headerFlexBox .aHref {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sliBuyEMS .headerFlexBox .lfBoxRating p {
  font-size: 22px;
  font-weight: 600;
  color: var(--lightGreyColor);
}

.sliBuyEMS .headerFlexBox .lfBoxRating .suporttext {
  font-size: 22px;
  font-weight: 600;
  color: var(--secondaryColor);
}

.sliBuyEMS .headerFlexBox .lfBoxRating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 3px solid var(--secondaryColor);
  padding-bottom: 18px;
}

.sliBuyEMS .headerFlexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 45px;
  margin-bottom: 32px;
}

/* Wy us Sectoin css end */

/* testimonial css */

.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] {
  border: 1px solid #e4d7d3;
  border-radius: 16px;
  padding: 24px;
  overflow: hidden;
}

.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 16px var(--shadow);
}

.sliBuyEMS .userreviewRoot {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  /* grid-auto-rows: 120px; */
  grid-auto-flow: dense;
}

.sliBuyEMS .userreviewRoot .horizontal {
  grid-column: span 2;
}

.sliBuyEMS .userreviewRoot .vertical {
  grid-row: span 2;
}

.sliBuyEMS .userreviewRoot .big {
  grid-column: span 2;
  grid-row: span 2;
}

.sliBuyEMS .userreviewRoot {
}
.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] {
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .ratingStart
  li {
  color: var(--secondaryColor);
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .businessreply
  .message {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .businessreply
  .chatSubject {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .userIdenti
  .timing {
  color: #998e8b;
  font-size: 12px;
  font-weight: 400;
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .userIdenti
  .userName {
  color: #3a3330;
  font-size: 16px;
  font-weight: 400;
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .userProfile
  .userIdenti {
  display: grid;
}
.sliBuyEMS
  .userreviewRoot
  > div[data-lightbox="homePortfolio"]
  .userProfile
  img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] .userProfile {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 15px;
}
.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] .businessreply {
}
.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] .userreview {
  color: #3a3330;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
.sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] .ratingStart {
  line-height: 25px;
  height: auto;
}

/* Product caed css */
.sliBuyEMS .proDuctCard .proImgCOnainer .curBidAmount {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #655c59;
  text-align: center;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliBuyEMS .proDuctCard .proImgCOnainer .proImg {
  height: 180px;
  width: 100%;
  display: block;
  position: relative;
}

.sliBuyEMS .proDuctCard .proImgCOnainer .proImg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.sliBuyEMS .proDuctCard .proImgCOnainer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sliBuyEMS .proDuctCard .overlayContent .heartIco {
  justify-self: flex-end;
  /* margin-right: 8px; */
  margin-left: auto;
  color: #fff;
}

.sliBuyEMS .proDuctCard .overlayContent .LocatoinDiv object {
  width: auto;
}
.sliBuyEMS .proDuctCard .overlayContent .LocatoinDiv {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background: #fff;
  border-radius: 100px;
  padding: 5px 7px;
  gap: 5px;
}

.sliBuyEMS .proDuctCard .overlayContent .PrdctHrtIcon i {
  font-size: 22px;
}

.sliBuyEMS .proDuctCard .overlayContent .PrdctHrtIcon {
  margin-left: auto;
  color: #ffffff;
  margin-right: 6px;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 52%);
}

.sliBuyEMS .cartHeadericoc span.icon {
  color: var(--secondaryColor);
  font-size: 20px;
}
.sliBuyEMS .cartHeadericoc h5.txt {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sliBuyEMS .cartHeadericoc {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sliBuyEMS .ProctLstSecBdy .PrdctLstVwCntBtmSec .PrctLstCntSec .tab-pane,
.sliBuyEMS .ProctLstSecBdy .PrdctLstVwCntBtmSec .PrctLstCntSec .tab-pane span {
  font-size: 14px !important;
}

.sliBuyEMS .proDuctCard .overlayContent .PrdctHrtIcon {
  cursor: pointer;
}

.sliBuyEMS .proDuctCard .overlayContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  right: 5px;
  top: 10px;
  flex-wrap: nowrap;
  left: 5px;
}

.sliBuyEMS .proDuctCard .timer {
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  color: var(--accentColor);
  text-align: center;
  border-top: 1px solid #e4d7d3;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliBuyEMS .proDuctCard .proTit {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 55px;
  max-height: 55px;
}

.sliBuyEMS .owlSliderthree .proDuctCard .proTit {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 92px;
  padding: 16px 15px;
}

.sliBuyEMS .filterTpHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.sliBuyEMS .filterTpHeader .tit {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.sliBuyEMS .filterTpHeader .clear {
  box-shadow: none;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #f36921;
}
.sliBuyEMS .filteredBadge .nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sliBuyEMS .filteredBadge li {
  margin: 0;
  margin-left: 3px;
  margin-bottom: 3px;
}
.sliBuyEMS .filteredBadge li a {
  background: #fef1ec;
}
.sliBuyEMS .filteredBadge li a span {
  font-size: 16px;
  margin-right: 3px;
  font-weight: 600;
}
.sliBuyEMS .filteredBadge li a span.material-symbols-outlined {
  cursor: pointer;
}
.sliBuyEMS .filteredBadge li a {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.sliBuyEMS .owlSliderfour .proDuctCard .proTit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 55px;
  max-height: 55px;
}

.sliBuyEMS .owlSliderfour .owl-nav {
  /* display: flex;
  justify-content: space-between; */
  /* gap: 10px; */
  position: absolute;
  top: calc(100% - 66%);
  left: 30px;
  right: 30px;
  margin: auto;
  bottom: auto;
}

.sliBuyEMS .owlSliderfour .owl-nav .owl-prev,
.sliBuyEMS .owlSliderfour .owl-nav .owl-next {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  box-shadow: 0px 1px 3px 0px #0000003d;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 0;
  position: absolute;
  top: calc(100% - 66%);
  left: 30px;
  right: auto;
}
.sliBuyEMS .owlSliderfour .owl-nav .owl-prev .glyphicon,
.sliBuyEMS .owlSliderfour .owl-nav .owl-next .glyphicon {
  top: -2px;
}
.sliBuyEMS .customContainer .sellp1 {
  margin: 25px auto;
}
.sliBuyEMS .smallThumnailImg {
  height: 300px;
  overflow: hidden;
  width: 70px;
}
.sliBuyEMS .smallThumnailImg:hover {
  overflow: auto;
}
.sliBuyEMS .customContainer .dsm {
  margin: 18px 0px;
}
.sliBuyEMS .smallThumnailImg .item {
  flex-direction: column;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.sliBuyEMS .owlSliderfour .owl-nav .owl-next {
  position: absolute;
  top: calc(100% - 66%);
  left: auto;
  right: 30px;
}

.sliBuyEMS .proDuctCard {
  border-radius: 16px;
  border: 1px solid #e4d7d3;
  overflow: hidden;
  margin: 0 10px;
}

.sliBuyEMS .proDuctCard .biddingSection .curBidAmount {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}

.sliBuyEMS .proDuctCard .biddingSection .curBidAmount .formatCurrency {
  font-size: 28px;
  font-weight: 400;
}
.sliBuyEMS .proDuctCard .biddingSection .flexcheckBox > div span {
  font-size: 14px;
}
.sliBuyEMS .proDuctCard .biddingSection .flexcheckBox > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 12px;
  color: #53443e;
  font-weight: 600;
}
.sliBuyEMS .proDuctCard .biddingSection .flexcheckBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.sliBuyEMS .proDuctCard .biddingSection .produStauscheck {
  justify-content: flex-end;
  justify-self: flex-end;
  text-align: right;
}
.sliBuyEMS .proDuctCard .biddingSection {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding: 0 0px;
  padding-bottom: 10px;
  align-items: center;
}

.sliBuyEMS .proDuctCard .viewProductPriceBox {
  padding-top: 10px;
  border-top: 1px solid #e4d7d3;
  margin: 0 15px;
}

.sliBuyEMS .proDuctCard .cPrice .formatCurrency {
  font-size: 28px;
  font-weight: 400;
}

.sliBuyEMS .footerTag .footerGridBox .footerRtt ul li a {
  color: #000000;
}

.sliBuyEMS .footerTag .footerGridBox .footerLft {
  min-width: 250px;
}

.sliBuyEMS .footerTag .footerGridBox .footerRtt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  gap: 15px;
}

.sliBuyEMS .footerTag .footerGridBox {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 25px;
}

.sliBuyEMS .footerTag {
  background-color: #353535;
}

/* Deva Footer Css */

.ProctLstSecBdy .FtrSec {
  background-color: var(--tertitary-color);
  padding: 15px 15px;
}

.ProctLstSecBdy .InrFtrSec {
  padding: 25px 0;
}

.ProctLstSecBdy .FttrFrm .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary-color);
  box-shadow: unset;
  min-height: 45px;
  padding: 0px 16px;
  background: var(--white);
}

.ProctLstSecBdy .FttrFrm {
  display: flex;
  align-items: center;
}

.ProctLstSecBdy .ScIcon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ProctLstSecBdy .StrIcon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ProctLstSecBdy .FttrBtmLftCntHdng {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 20px auto 15px;
}

.ProctLstSecBdy .PdngLftRht {
  padding-left: 0;
  padding-right: 0;
}

.ProctLstSecBdy .BtnCrcle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 50% !important;
}

.ProctLstSecBdy .FttrLstHdng {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: var(--white);
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
}

.ProctLstSecBdy .FttrLstHdng::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80%;
  height: 2px;
  background-color: var(--white);
}

.ProctLstSecBdy .FttrPgLst {
  list-style: inside;
  padding-left: 10px;
}

.ProctLstSecBdy .FttrPgLst li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 10px;
}

.sliBuyEMS .ProctLstSecBdy .FttrPgLst li {
  list-style-type: disc;
}

.sliBuyEMS .ProctLstSecBdy .FttrPgLst {
  padding-left: 25px;
}

.ProctLstSecBdy .FttrPgLst li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

.ProctLstSecBdy .ViewAllLnk {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--primary-color);
  padding-left: 10px;
}

.ProctLstSecBdy .ViewAllLnk span {
  margin-left: 5px;
}

.ProctLstSecBdy .ViewAllLnk:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.ProctLstSecBdy .EmailFrm {
  min-width: 250px;
}

/* Responsiveness */
@media (max-width: 1124px) {
  .sliBuyEMS .ud-phone-wrap a {
    right: -9px !important;
  }
}
@media (max-width: 1024px) {
  .sliBuyEMS .mobileDrawerContainer {
    width: 250px;
    background-color: #fff;
    box-sizing: content-box;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    z-index: 999;
    max-width: 250px;
    box-shadow: inset 5px 0px 21px 0px #0000000d;
  }
  .sliBuyEMS .mobileDrawerContainer .SbDrawerBody ul li a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    word-spacing: 1px;
  }
  .sliBuyEMS .mobileDrawerContainer .SbDrawerBody ul li {
  }
  .sliBuyEMS .mobileDrawerContainer .SbDrawerBody ul {
    margin: 15px auto;
  }
  .sliBuyEMS .mobileDrawerContainer .SbDrwerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  .sliBuyEMS .mobileGridHraderView .rightSlider select {
    border: 0;
    background-color: transparent;
    width: fit-content;
    box-shadow: none;
  }
  .sliBuyEMS .mobileGridHraderView img {
    width: 100px;
    object-fit: scale-down;
    height: auto;
  }
  .sliBuyEMS .mobileGridHraderView .rightSlider {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .sliBuyEMS .mobileGridHraderView {
    display: grid;
    grid-template-columns: 100px auto;
  }
}
@media (max-width: 767px) {
  .sliBuyEMS .padboth .col-sm-5.padlef button{
    margin: 10px  18px !important;
   }
}
@media (max-width: 600px) {
  .sliBuyEMS .smallThumnailImg {
    height: fit-content;
  }
  .sliBuyEMS .headerFlexBox {
    margin-top: 15px;
    margin-bottom: 22px;
  }
  .sliBuyEMS .Whyus .whyWeNeedGridBox {
    gap: 15px;
    grid-template-columns: auto;
  }
  .sliBuyEMS .headerFlexBox .lfBoxRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 5px;
  }

  .sliBuyEMS .headerFlexBox .lfBoxRating p,
  .sliBuyEMS .headerFlexBox .lfBoxRating .suporttext {
    font-size: 14px;
  }
  .sliBuyEMS .Whyus .whyWeNeedGridBox .cardBase .tit {
    font-size: 16px;
  }
  .sliBuyEMS .userreviewRoot {
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] {
    padding: 8px;
  }
  .sliBuyEMS .headerFlexBox .aHref {
    white-space: nowrap;
  }
  .sliBuyEMS .customContainer {
    padding-inline: 15px;
  }
  .sliBuyEMS
    .userreviewRoot
    > div[data-lightbox="homePortfolio"]
    .ratingStart
    li {
    color: var(--secondaryColor);
    font-size: 12px;
  }
  .sliBuyEMS .Whyus .whyWeNeedGridBox .cardBase .tit {
    margin-block: 10px;
  }
  .sliBuyEMS .Whyus .whyWeNeedGridBox .cardBase .paragraph,
  .sliBuyEMS
    .userreviewRoot
    > div[data-lightbox="homePortfolio"]
    .businessreply
    .chatSubject,
  .sliBuyEMS
    .userreviewRoot
    > div[data-lightbox="homePortfolio"]
    .businessreply
    .message,
  .sliBuyEMS .userreviewRoot > div[data-lightbox="homePortfolio"] .userreview,
  .sliBuyEMS
    .userreviewRoot
    > div[data-lightbox="homePortfolio"]
    .userIdenti
    .userName {
    font-size: 12px;
  }
  .sliBuyEMS
    .userreviewRoot
    > div[data-lightbox="homePortfolio"]
    .userIdenti
    .timing {
    font-size: 10px;
  }
  .sliBuyEMS
    .userreviewRoot
    > div[data-lightbox="homePortfolio"]
    .userProfile
    img {
    width: 20px;
    height: 20px;
  }
  .sliBuyEMS .ProctLstSecBdy .FttrLstHdng {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sliBuyEMS .ProctLstSecBdy .FttrPgLst {
    padding-left: 25px;
  }
  .sliBuyEMS .ProctLstSecBdy .FttrPgLst li {
    margin-bottom: 3px;
  }

  .sliBuyEMS .ProctLstSecBdy .FttrPgLst li a {
    font-size: 12px;
    line-height: 12px;
  }
  .sliBuyEMS .ProctLstSecBdy .StrIcon div {
    flex: 1 1 0;
  }
  .sliBuyEMS .ProctLstSecBdy .StrIcon img {
    width: 100%;
    object-fit: scale-down;
  }
  .sliBuyEMS .ProctLstSecBdy .InrFtrSec {
    padding: 15px 0;
  }
  .sliBuyEMS .ProctLstSecBdy .FttrLogo .img-fluid {
    width: 100px;
    object-fit: scale-down;
  }
  .sliBuyEMS .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  .sliBuyEMS .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
  .sliBuyEMS .bidding_pop .form-inline .form-control.pbid_amount {
    height: 32px !important;
  }
  .sliBuyEMS .ProctLstSecBdy .ShpngSec {
    flex-wrap: wrap;
    gap: 0px;
  }
}
@media (max-width: 500px) {
  .sliBuyEMS .form-horizontal .captcha-wrap{
    left: 20% !important;
  }
  .sliBuyEMS .logo-signin-wrap .reg-sign-in-txt {
    width: auto !important;
  }
  .sliBuyEMS .PrdctViewShpng .JstfyCntr .col-sm-5{
    width: 100%;
  }
  .sliBuyEMS .ProctLstSecBdy .JstfyCntr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* Wrapper that holds popover content */
.popover-content {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 9999;
  max-width: auto !important;
  height: auto !important;
  overflow-y: auto;
}

/* Show on hover (desktop) */
.CndtBtn:hover + .popover-content {
  display: block;
}


}
@media (max-width: 400px) {
  .sliBuyEMS .form-horizontal .captcha-wrap{
    left: 3% !important;
  }
}
@media (max-width: 325px) {
  .sliBuyEMS .form-horizontal .captcha-wrap{
    left: 0% !important;
  }
}