.mxCrd {
  max-width: 1160px;
}
.mangBtn {
  min-width: 160px;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 14px;
  margin: 0 5px;
  font-weight: 600;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/*CommonBox*/

.crdShdw {
  box-shadow: 0px 0px 4px 1px #e0e0e0;
  border-radius: 5px;
}
.crdBrdr {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

input[type="text"], input[type="number"], select {
  border: 1px solid #E0E0E0;
  padding-left: 10px;
  height: 40px;
  font-size: 13px !important;
  width: 100%;
  border-radius: 5px;
  color: #bbb;
}
.shrtPrA {
  background-color: #F6861F;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  top: 10px;
}
.shrtSoldA {
  color: #FFE600;
  padding: 5px 10px;
  bottom: 10px;
}


/* Mobile Rersponsiveness */
@media (max-width: 768px) {

.shrtLstWrp {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  grid-gap: 5px !important;
}

.shrtLstWrp div.w25 {
  width: 100%;
  padding: 0;
  margin: 0;
}

#shrtEmpMdl {
  width: calc( 100% - 20px ) !important;
}
.mdTitle {
  font-size: 18px !important;
}
.mdSbTle {
  font-size: 28px !important
}
.titAdsW {
  margin-bottom: 15px;
}

.cntItms {
  padding: 10px !important;
  margin-top: 30px !important;
  margin-bottom: 100px !important
}

#tgpMnFtr {
  display: none !important;
}

.mgnrTbs {
  flex-direction: column !important;
  padding: 20px;
}
.mgnrTbs div.w50 {
  width: 100% !important;
  margin-top: 20px;
}
.mgntPst {
  display: none !important
}
.mgnrTbs div.w50 a {
  width: 50%;
}
.fAdPst {
  display: flex !important;
}
}

.shrtLstWrp {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(calc(95% / 4), 1fr));
grid-gap: 10px;
align-items: flex-start;
}

.shrtLstWrp div.w25 {
  width: 100%;
  padding: 0;
  margin: 0;
}

.dropHdm {
  padding: 10px 15px;
  width: 100% !important;
  text-align: left;
  background: #fff;
  color: #33334e !important;
}
.dropHdm:not(:last-child) {
  border-bottom: 1px solid #DADADA;
}
.cntrDrop {
  display: none;
  width: 157px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #DADADA;
  overflow: hidden;
  top: 50px;
  right: 0;
}

.cntrNm {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

@media(max-width:425px){
  .actnDrpTbs a {
    min-width: unset !important;
  }
}

@media(min-width: 1024px){
  .strAds {
    display: none !important
  }
}
/* Smallert Screen Laptop */
@media only screen and (max-width: 1024px) and (min-width: 769px)  {
  .actnDrpTbs a {
    max-width: 160px !important;
  }
}
/* Smallert Screen Laptop */
@media only screen and (max-width: 1200px) and (min-width: 1025px)  {

}
/* Extra Large Screens */
@media (min-width: 1201px)  {

}

@media(min-width: 868px){

}
