:root {
  --primary-color: #f36921;
  --secondary-color: #666666;
  --tertitary-color: #353535;
  --white: #ffffff;
  --black: #000000;
  --green: #416900;
  --Wenge: #655c59;
  --MiddleGreenYellow: #a0d75a;
  --light-green: #ddffaf;
  --light-grey: #ffede7;
  --grey: #ececec;
  --EerieBlack: #201a18;
  --spc25: 25px;
  /* --secondary-color: # */
}

/*=== Common Css ===*/

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

.ProctLstSecBdy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ProctLstSecBdy .h1,
.ProctLstSecBdy .h2,
.ProctLstSecBdy .h3,
.ProctLstSecBdy h1,
.ProctLstSecBdy h2,
.ProctLstSecBdy h3 {
  margin-top: 0px;
}

.ProctLstSecBdy a,
.ProctLstSecBdy a:hover {
  text-decoration: unset;
}

.ProctLstSecBdy .form-control:focus {
  box-shadow: none;
}

.ProctLstSecBdy .btn.active.focus,
.ProctLstSecBdy .btn.active:focus,
.ProctLstSecBdy .btn.focus,
.ProctLstSecBdy .btn:active.focus,
.ProctLstSecBdy .btn:active:focus,
.ProctLstSecBdy .btn:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

/* body {
    overflow-x: hidden;
    background: var(--white);
    font-family: 'Poppins', sans-serif;
} */
.ProctLstSecBdy {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
}

.ProctLstSecBdy .CusrPntr {
  cursor: pointer;
}

.ProctLstSecBdy .Pddng-0 {
  padding: 0;
}

.ProctLstSecBdy .Prm_clr {
  color: var(--primary-color);
}

.side-cnt nav {
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .ProctLstSecBdy .container-1440 {
    max-width: 1440px;
  }
}

/*=== Common Css End ===*/

/*=== Button style starts ====*/
.ProctLstSecBdy .BtnSec {
  margin: 45px auto auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProctLstSecBdy .Grn_Btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--MiddleGreenYellow);
  border: 1px solid var(--MiddleGreenYellow);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 138px;
  height: 44px;
  background-image: linear-gradient(
    160deg,
    transparent 50%,
    var(--MiddleGreenYellow) 50%
  );
  background-size: 450%;
  transition: 0.8s all ease;
}

.ProctLstSecBdy .Grn_Btn:hover {
  color: var(--white);
  background-position: 100%;
  border: 1px solid var(--MiddleGreenYellow);
  transition: 0.8s all ease;
}

.ProctLstSecBdy .Secondary_Btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  min-width: 132px;
  height: 40px;
  background: #f36921;
  border-radius: 8px;
  justify-content: center;
  border: 1px solid var(--primary-color);
  transition: 0.8s ease-in-out;
}

.ProctLstSecBdy .Secondary_Btn:hover {
  background: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/*=== Button style ends ====*/

/*=== Header Css Starts ===*/

.ProctLstSecBdy .TpHdrSec {
  background-color: var(--grey);
  height: 42px;
}

.ProctLstSecBdy .HdrSec {
  padding: 12px 0;
}

.ProctLstSecBdy .HdrFlxSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.ProctLstSecBdy .HdrCntBlk {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  height: 42px;
}

.ProctLstSecBdy .HdrCntBlkHdng span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: var(--Wenge);
}

.ProctLstSecBdy .HdrRhtSec {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.ProctLstSecBdy .HdrLftSec {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: start;
}

.ProctLstSecBdy .HdrLftCnt {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3e3e3e;
  text-align: center;
}

.ProctLstSecBdy .HdrRhtCnt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ProctLstSecBdy .HdrRhtCnt span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.ProctLstSecBdy .HdrDrpDwnBtn {
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  /* margin: 0px -0.2px; */
}

.ProctLstSecBdy .HddSrch {
  border-radius: 10px;
  max-width: 445px;
  min-width: 445px;
  min-height: 45px;
  align-items: center;
  padding: 2px 15px 2px 15px;
  background: var(--light-grey);
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.ProctLstSecBdy .HddSrch .form-control {
  background: transparent;
  border: unset;
  box-shadow: unset;
}

.ProctLstSecBdy .BtmHdrSec {
  padding: 5px 15px;
  background-color: var(--light-green);
}

.ProctLstSecBdy .BtmHdrCnt {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--green);
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .ProctLstSecBdy .HddSrch {
    max-width: 300px;
    min-width: 300px;
    min-height: 45px;
  }

  .ProctLstSecBdy .HdrRhtCnt span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ProctLstSecBdy .HddSrch {
    max-width: 250px;
    min-width: 250px;
    min-height: 45px;
  }

  .ProctLstSecBdy .HdrFlxSec {
    flex-wrap: nowrap;
  }

  /* .LogoImg img{
        max-width: 80%;
    } */
}

/*=== Header Css ends ===*/

/*=== Footer Css Starts ===*/

.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%;
}

.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;
}

.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;
}

@media only screen and (max-width: 1199px) {
  .ProctLstSecBdy .StrIcon {
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .ProctLstSecBdy .VewSec,
  .ProctLstSecBdy .StrIcon {
    margin-bottom: var(--spc25);
  }
}

@media only screen and (max-width: 767px) {
  .ProctLstSecBdy .BtnSec {
    margin: 25px auto auto;
  }
}

@media only screen and (max-width: 575px) {
  .ProctLstSecBdy .FttrPgLst li {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .ProctLstSecBdy .FttrLstHdng {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
}

/*=== Footer Css ends ===*/

/*=== Product list starts ===*/
/* side bar  */
.ProctLstSecBdy .sidenav {
  width: 227px;
  background-color: #ffffff;
  /* min-height: 100vh; */
  transition: 1s;
  position: relative;
  padding-top: 25px;
  /* border-right: 1px solid #E8EAF4; */
}

.ProctLstSecBdy .sidenav .navbar-header {
  width: 100%;
}

.ProctLstSecBdy .sidenav .brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px 8px 16px;
  gap: 16px;
  /* min-width: 227px; */
  /* height: 56px; */
  background: #fef1ec;
  border-radius: 8px;
}

.ProctLstSecBdy .brand-name-cls-icon {
  display: none;
}

.ProctLstSecBdy .PlusAuctn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--EerieBlack);
  text-align: left;
}

.ProctLstSecBdy .TgleSec .switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px;
  margin-bottom: 0;
}

.ProctLstSecBdy .TgleSec .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ProctLstSecBdy .TgleSec .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ede0dc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #85736c;
}

.ProctLstSecBdy .TgleSec .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 7px;
  background-color: #85736c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ProctLstSecBdy .TgleSec input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: var(--white);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 5px;
}

.ProctLstSecBdy .TgleSec input:checked + .slider {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* Rounded sliders */
.ProctLstSecBdy .TgleSec .slider.round {
  border-radius: 34px;
  margin-top: 0;
  margin-bottom: 0;
}

.ProctLstSecBdy .TgleSec .slider.round:before {
  border-radius: 50%;
}

.ProctLstSecBdy .SideLstSec h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--EerieBlack);
}

.ProctLstSecBdy .SideLstSec h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #201a18;
}

.ProctLstSecBdy .SideLstSec {
  padding: 0 15px;
  /* border-bottom: 1px solid #D8C2BA; */
}

.ProctLstSecBdy .SideList {
  margin-bottom: 15px;
  display: grid;
}


.ProctLstSecBdy .SideList li a,
.ProctLstSecBdy .SideList label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #201a18;
  margin-bottom: 5px;
  cursor: pointer;
}

.ProctLstSecBdy .ChkBox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.ProctLstSecBdy .ChkBox label {
  position: relative;
  cursor: pointer;
}

.ProctLstSecBdy .ChkBox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #85736c;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
  /* padding: 10px; */
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.ProctLstSecBdy .ChkBox input:checked + label:before {
  content: "";
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.ProctLstSecBdy .ChkBox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ProctLstSecBdy .Line {
  width: 100%;
  height: 2px;
  background-color: #d8c2ba;
  margin: 15px auto;
}

.ProctLstSecBdy .PrizeFltr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ProctLstSecBdy .LtsGoBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 30px;
  height: 30px;
  background: rgba(29, 27, 32, 0.12);
  border: none;
  border-radius: 75px;
}

.ProctLstSecBdy .SidePlaceInptBid {
  min-width: 50px;
  height: 40px;
  border: 1px solid #d8c2ba;
  border-radius: 4px;
}

.ProctLstSecBdy .LtsGoBtn i {
  color: var(--white);
  font-weight: 400;
  font-size: 20px;
}

.ProctLstSecBdy .LtsGoBtn:hover {
  background-color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  .ProctLstSecBdy .sidenav {
    width: 0px;
    transition: 1s;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 7;
    padding: 0px;
    /* display: none; */
  }

  .ProctLstSecBdy .sidenav.fliph {
    width: 227px;
    transition: 1s;
    overflow: hidden auto;
    position: fixed;
    top: 0px;
    z-index: 7;
    padding: 0px;
    height: 100vh;
    /* display: none; */
    /* margin-top: 141px; */
    left: 0;
  }

  .ProctLstSecBdy .brand-name-cls-icon {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
  }
}

/* sidebar ends */

.ProctLstSecBdy .D_flx_aln {
  display: flex;
}

.ProctLstSecBdy .centercontent {
  width: calc(100% - 227px);
  background: var(--white);
  border-radius: 20px;
  padding: 25px;
  transition: 1s;
}

.ProctLstSecBdy .PrdctHdng {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--Wenge);
}

.ProctLstSecBdy .numb {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
}

.ProctLstSecBdy .PrmLne {
  min-width: 320px;
  height: 2px;
  margin: 15px auto;
  background-color: var(--primary-color);
}

.ProctLstSecBdy .SrtByCnt {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #222222;
  margin-bottom: 0;
  white-space: nowrap;
}

.ProctLstSecBdy .SrtBySec {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.ProctLstSecBdy .SltBox {
  max-width: 200px;
  appearance: none;
  background: #ffffff url(./../../assets/images/dropdown.svg) no-repeat right
    10px center;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  min-width: 145px;
}

.ProctLstSecBdy .PrdctLstBox {
  background-color: var(--white);
  padding: 20px 15px;
  border-radius: 2px;
  margin-bottom: 15px;
}

.ProctLstSecBdy .PrdctLstBox:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}

.ProctLstSecBdy .PrdctLftEnding {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ba1a1a;
  margin-bottom: 25px;
}

.ProctLstSecBdy .ProdctImg {
  text-align: center;
  position: relative;
}

.ProctLstSecBdy .ProdctImg img {
  width: 100%;
  height: 163px;
  object-fit: contain;
}

.ProctLstSecBdy .ProdctImg .owl-carousel {
  display: block;
}

.ProctLstSecBdy .ProdctImg .owl-item img {
  width: 100%;
  height: 145px;
  margin: auto;
  max-width: fit-content;
  object-fit: contain;
}

.ProctLstSecBdy .ProdctImg .owl-prev {
  position: absolute;
  left: 0%;
  top: 35%;
  transform: translate(-50%, -50%);
  background: transparent !important;
}

.ProctLstSecBdy .ProdctImg .owl-next {
  position: absolute;
  right: 0%;
  top: 35%;
  transform: translate(50%, -50%);
  background: transparent !important;
}

.ProctLstSecBdy .ProdctImg .owl-next i,
.ProctLstSecBdy .ProdctImg .owl-prev i {
  color: var(--black);
  font-size: 20px;
}

.ProctLstSecBdy .PrdctRhtHdng {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #53443e;
  mix-blend-mode: normal;
}

.ProctLstSecBdy .NewBtnBox {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #6d9f28;
  padding: 2px 6px;
  width: fit-content;
  height: 20px;
  background: #e0f8c2;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ProctLstSecBdy .PrdctDtlsCnt {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #53443e;
  margin-bottom: 10px;
}

.ProctLstSecBdy .PrdctShpngCnt {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #53443e;
  margin-bottom: 10px;
}

.ProctLstSecBdy .PrdctPickCnt {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #a08d85;
  margin-bottom: 10px;
}

.ProctLstSecBdy .ShpngSec {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ProctLstSecBdy .PrzNumb {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #53443e;
  text-align: right;
  /* margin-bottom: 10px; */
}

.ProctLstSecBdy .PrzCnt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #53443e;
  text-align: right;
  margin-bottom: 10px;
}

.ProctLstSecBdy .FlxEndAln {
  display: flex;
  align-items: end;
}

.ProctLstSecBdy .PlaceInptBid {
  max-width: 86px;
  /* min-width: 50px; */
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d8c2ba;
}

.ProctLstSecBdy .PlcBidBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 40px;
  border: 1px solid rgba(160, 141, 133, 0.5);
  background-color: transparent;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--primary-color);
  min-width: 100px;
  transition: 0.5s ease-in-out;
}

.ProctLstSecBdy .PrdctLstBox:hover .PlcBidBtn {
  background-color: var(--primary-color);
  color: var(--white);
}

.ProctLstSecBdy .ShrWhstIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.ProctLstSecBdy .PrdctLstBox:hover .ShrWhstIcon {
  opacity: 1;
  /* transition: .8s ease-in-out; */
}

.ProctLstSecBdy .PrdctHdngSec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 25px;
  gap: 10px;
}

.ProctLstSecBdy .Fltr_Btn {
  display: none;
}

.ProctLstSecBdy .Fltr_Btn a {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  max-width: fit-content;
  min-width: 150px;
  border-radius: 5px;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  margin-bottom: 15px;
}

.ProctLstSecBdy .DsplySrtSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media only screen and (max-width: 1199px) {
  .ProctLstSecBdy .centercontent {
    width: calc(100% - 227px);
    transition: 1s;
  }
}

@media only screen and (max-width: 991px) {
  .ProctLstSecBdy .centercontent {
    width: 100%;
    transition: 1s;
  }

  .ProctLstSecBdy .ProdctImg .owl-carousel {
    max-width: 400px;
  }

  .ProctLstSecBdy .FlxEndAln {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  .ProctLstSecBdy .pdng-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .ProctLstSecBdy .PrdctShpngCnt {
    font-size: 12px;
  }

  .ProctLstSecBdy .PrdctPickCnt {
    font-size: 12px;
  }

  .ProctLstSecBdy .Fltr_Btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .ProctLstSecBdy .PrmLne {
    min-width: 230px;
  }

  .ProctLstSecBdy .HddSrch {
    max-width: 200px;
    min-width: 200px;
    min-height: 40px;
  }

  .ProctLstSecBdy .HdrFlxSec {
    gap: 15px;
  }

  .ProctLstSecBdy .HdrLftSec {
    gap: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .ProctLstSecBdy .HdrFlxSec {
    flex-wrap: wrap;
  }

  .ProctLstSecBdy .HdrLftSec {
    min-width: 100%;
    justify-content: space-between;
  }

  .ProctLstSecBdy .HdrFlxSec {
    min-width: 100%;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 460px) {
  .ProctLstSecBdy .FlxEndAln {
    flex-wrap: wrap;
    justify-content: start;
  }

  .ProctLstSecBdy .PrzNumb,
  .ProctLstSecBdy .PrzCnt {
    text-align: left;
  }

  .ProctLstSecBdy .PrmLne {
    height: 2px;
    margin: 5px auto;
  }

  .ProctLstSecBdy .DsplySrtSec {
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

/*=== Product list ends ===*/

/*=== Modal starts ===*/
.ProctLstSecBdy #rightModal .modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.ProctLstSecBdy .modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0);
  transform: translate(0%, 0);
  right: 0;
  top: 0;
  margin: unset;
  margin-left: auto;
  /* transform: translate(100%, 0)scale(1); */
}

.ProctLstSecBdy .modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.ProctLstSecBdy .PrdctLstMdl .modal-content {
  background-color: #fffbff;
}

.ProctLstSecBdy .PrdctLstMdl {
  padding-right: 0 !important;
}

.ProctLstSecBdy .Cls_Btn {
  position: absolute;
  left: 10px;
  top: 30px;
  background: transparent;
  border: none;
  /* width: 24px;
    height: 24px; */
}

.ProctLstSecBdy .Cls_Btn i {
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .ProctLstSecBdy .modal-dialog {
    width: 700px;
  }
}

/*=== Product List View start  ===*/
.ProctLstSecBdy .PrdctLstVwCntTpSec {
  border-bottom: 1px solid #d8c2ba;
}

.ProctLstSecBdy .PrdctLstCnt h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #ba1a1a;
}

.ProctLstSecBdy .PrdctLstHdngSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.ProctLstSecBdy .PrdctLstHdng {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #53443e;
  word-wrap: break-word;
}

.ProctLstSecBdy .PrdctHrtIcon i {
  color: #f36921;
  font-size: 20px;
  font-weight: 500;
}

.ProctLstSecBdy .PrdctViewLst .PrzCnt {
  margin-bottom: 0;
}

.ProctLstSecBdy .PrdctViewLstData {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 10px;
}

.ProctLstSecBdy .PrdctLstDrpDwnBtn {
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 5px 10px;
  gap: 5px;
  min-width: 78px;
  height: 25px;
  background: rgba(33, 0, 93, 0.08);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProctLstSecBdy .BusNmeHdng h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #53443e;
  mix-blend-mode: normal;
}

.ProctLstSecBdy .BusNmeHdng h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #53443e;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  white-space: nowrap;
}

.ProctLstSecBdy .LctnCnt {
  color: var(--primary-color) !important;
}

.ProctLstSecBdy .GrnCnt {
  color: var(--green);
}

.ProctLstSecBdy .ShpngDtlSec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ProctLstSecBdy .PrdctViewShpng {
  padding: 20px 10px;
}

.ProctLstSecBdy .JstfyCntr {
  display: flex;
  justify-content: center;
}

.ProctLstSecBdy .CndtHdng {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #53443e;
  mix-blend-mode: normal;
  white-space: nowrap;
}

.ProctLstSecBdy .CndtPara {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #53443e;
  mix-blend-mode: normal;
}

.ProctLstSecBdy .CndtnDtlSec {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 15px;
}

.ProctLstSecBdy .CndtBtn {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #360f00;
  padding: 2px 6px;
  height: 20px;
  background: #fef1ec;
  border-radius: 4px;
}

/* .PrdctVwTabCnt {
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F36921;
    color: #53443E;

} */
.ProctLstSecBdy .PrdctLstVwCntBtmSec {
  padding: 20px 15px;
}

.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs {
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li {
  position: relative;
}

.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  /* color: #F36921; */
  color: #53443e;
  border: none;
  padding: 0;
  min-width: fit-content;
  padding: 5px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li.active a::after,
.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li a:hover::after {
  content: "";
  width: 100%;
  background: var(--primary-color);
  transition: 1s ease-in-out;
}

.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  /* background: #B6B9C0; */
  left: 0;
  bottom: 0;
}

.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li a:hover,
.ProctLstSecBdy .PrdctLstVwCntBtmSec .nav-tabs li.active a {
  border: none;
  background: transparent;
  color: var(--primary-color);
}

.ProctLstSecBdy .PrctLstCntSec {
  padding: 20px 15px;
}

.ProctLstSecBdy .TabInnrCntSec {
  max-width: 350px;
  margin: auto;
}

.ProctLstSecBdy .TabInnrCntSec .Frm_Input_TxtArea {
  padding: 8px 0px 8px 16px;
  height: 92px;
  border-radius: 4px 4px 0px 0px;
  resize: none;
}

.ProctLstSecBdy .AskQstnBtn {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #360f00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: #ffdbcd;
  border-radius: 8px;
  height: 44px;
}

.ProctLstSecBdy .FrmInptSec {
  margin-bottom: 15px;
}

.ProctLstSecBdy .QustnHdng h5 {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #53443e;
  mix-blend-mode: normal;
}

.ProctLstSecBdy .QustnSecBox {
  /* padding: 10px 10px; */
  border: 1px solid #d8c2ba;
  border-radius: 8px;
}

.ProctLstSecBdy .QustnHdngSec {
  padding: 8px;
  height: 32px;
  background: #ffede7;
  border-bottom: 1px solid #d8c2ba;
  border-radius: 8px 8px 0px 0px;
}

.ProctLstSecBdy .QuestParaSec {
  padding: 8px 16px;
}

.ProctLstSecBdy .QuestParaSec h2 {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #85736c;
  mix-blend-mode: normal;
  /* margin-bottom: 10px; */
}

.ProctLstSecBdy .QuestParaSec h3 {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #53443e;
  mix-blend-mode: normal;
}

.ProctLstSecBdy .SeeMoreLink {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #f36921;
  mix-blend-mode: normal;
  margin-left: 15px;
}

/* image slider  */

.ProctLstSecBdy .hide-bullets li {
  max-width: 100px;
}

.ProctLstSecBdy .hide-bullets li a {
  margin-bottom: 5px !important;
}

.ProctLstSecBdy .carousel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.ProctLstSecBdy .OutrCarousImg .carousel-inner {
  display: block;
}

.ProctLstSecBdy .carousel-inner .item {
  /* min-height: 400px; */
}

.ProctLstSecBdy .carousel-inner .item {
  min-height: 400px;
  margin: auto;
  /* display: grid;
  width: 100%; */
}

.ProctLstSecBdy .carousel-inner .item .test-popup-link {
    height: 400px;
    display: block;
}

.ProctLstSecBdy .carousel-inner .item img {
  height: 100%;
  max-height: 400px;
  object-fit: scale-down;
  width: 100%;
}

.ProctLstSecBdy .hide-bullets .thumbnail {
  border: 0.5px solid #a08d85;
  border-radius: 2px;
  height: 70px;
  overflow: hidden;
}

.ProctLstSecBdy .hide-bullets .thumbnail img {
  object-fit: cover;
  height: 100%;
  min-width: 100px;
}

.ProctLstSecBdy .OutrCarousImg .carousel-control.left,
.ProctLstSecBdy .OutrCarousImg .carousel-control.right {
  background: transparent;
  color: var(--black);
}

.ProctLstSecBdy .hide-bullets {
  height: 400px;
  overflow-y: auto;
  /* transition: c; */
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 10px;
}

.ProctLstSecBdy .flx_rvs_aln {
  margin-inline: 15px;
}

@media only screen and (max-width: 991px) {
  .ProctLstSecBdy .hide-bullets {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    overflow-y: hidden;
    gap: 5px;
  }

  .ProctLstSecBdy .carousel-inner .item {
    min-height: 100%;
    margin: 20px auto;
  }

  .ProctLstSecBdy .carousel-inner .item img {
    height: 100%;
    min-height: 240px;
    /* object-fit: contain; */
  }

  .ProctLstSecBdy .flx_rvs_aln {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .ProctLstSecBdy .carousel-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }

  .ProctLstSecBdy .carousel-inner .item img {
    height: 100%;
    min-height: 100%;
  }
}

/* Image Slider  */

@media only screen and (max-width: 575px) {
  .ProctLstSecBdy .ShpngDtlSec {
    flex-wrap: wrap;
  }

  .ProctLstSecBdy .PrdctViewLstData {
    flex-wrap: wrap;
  }
}

/* 
.PrdctLstMdl .modal-dialog {
    right: 0;
    transform: translate(3%, -0%);
    TOP: 0;
    margin: 0;
    margin-left: auto;
} */
