.prbox:hover {
  cursor: pointer;
  user-select: none;
  background-color: #dcf4ff;
}
.shine {
  background-color: #d0ff3f;
  color: black;
}
.shine:hover{
  background-color: #d0ff3f;
  color: black;
}

.pshine {
  background-color: #54f1df9e !important;
}

.thetable {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maintable {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.maintable .tabrow {
  display: flex;
  background-color: #C2EBEE;
  color: #2a2a2a;
  font-weight: 600;
}

.tabrowdata {
  display: flex;
}
.maintable .tabrowdata:nth-child(even){
  background-color:#f5f5f5;
}

.pricescs {
  display: flex;
}

.qtybox {
  display: flex;
}

.qtybox .qtyin,.mobileinput .mobqtyin {
  width: 70px;
  border-right: none;
    border-left: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: white;
}
.mobileinput .mobqtyin {
  width: 100%;
}
.incremntbtn,
.decrementbtn {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  font-size: 31px;
	line-height: 0;
  background-color: white;
}
.incremntbtn{
  color: green;
}
.decrementbtn{
  color: red;
}

.incremntbtn:hover,
.decrementbtn:hover {
  cursor: pointer;
  user-select: none;
  background-color: whitesmoke;
}


.tabrow,
.tabrowdata {
  width: 100%;
  height: 100%;

  border: 1px solid black;
  border-bottom: none;
}
.tabrow{
	position: sticky;
    top: 0;
    border-bottom: 1px solid black;
	margin-left: 1px;
	z-index: 1;
}
.tabrow > * {
  min-height: 130px;
}

.tabrow > *,
.tabrowdata > * {
  flex: 1 1 auto;
}

.tabrowdata:last-child {
  border-bottom: 1px solid black;
}
.tabrowdata:first-of-type {
  border-top: none;
}
.varimg{
  background-color: #C2EBEE;
}
.varimg,
.varimgdata,
.varname,
.varnamecs,
.unitperpack,
.unitperpackcs,
.priceranges,
.pricescs,
.qtyboxhead,
.qtybox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 60px;
}
.varimgdata{
    flex-direction: column;
}
.varimgdata p{
        margin: 0;
    font-size: 15px;
    color: #232222;
    margin-top: 2px;
    text-align: center;
    line-height: 20px;
}
.mobimg p{
    margin: 0;
    line-height: 18px;
    color: #333333;
}
.tabrow > *:not(:last-child),
.tabrowdata > *:not(:last-child) {
  border-right: 1px solid black;
}

.pricerangesbox > *:not(:last-child),
.pricescs > *:not(:last-child) {
  border-right: 1px solid black;
}

.priceranges {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #89D8DE;
}

.pricerangesbox {
  display: flex;
  width: 100%;
  border-top: 1px solid black;
}

.untbtns,
.prcbtns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  height: 100%;
}

.unitperpackpalletbts,
.prcperpackpalletbts {
  display: flex;
  gap: 10px;
}

.unitperpackpalletbts span,
.prcperpackpalletbts span {
  padding: 2px 10px;
  color: #0F6E7A;
	background-color: white;
	border-radius: 20px;
	border: 0;
}

.unitperpackpalletbts span:hover,
.prcperpackpalletbts span:hover {
  cursor: pointer;
}

.unitperpackpalletbts .active,
.prcperpackpalletbts .active {
  background-color: #0F6E7A;
  color: white;
}

.varname,
.varnamecs {
  width: 23%;
}
.varimg,
.varimgdata {
  width: 7%;
}
.unitperpack,
.unitperpackcs {
  width: 10%;
}
.unitperpackcs{
	font-size: 16px;
    color: black;
}
.priceranges,
.pricescs {
  width: 45%;
}

.qtyboxhead,
.qtybox {
  width: 15%;
}
.qtyboxhead{
  background-color: #C2EBEE;
}

.tiers {
  flex-direction: column;
  padding: 5px 10px;
}
.varimgdata {
  padding: 5px;
  overflow: hidden;
}
.varimgdata img {
  width: 60px;
}
.tiers,
.prbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.prbox{
	  font-size: 16px;
    color: black;
}


.crtrows {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.varname {
  display: flex;
  justify-content: center;
  align-items: center;
}
.varname .swth {

  padding: 2px 10px;
  color: #0F6E7A;
	background-color: white;
	border-radius: 20px;
	border: 0;
}
.varname .swth:hover {
  color: white;
  background-color: #0F6E7A;
  cursor: pointer;
}
.varname .active {
  color: white;
  background-color: #0F6E7A;
}
.varname {
  height: auto;
}
.varnametitle {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
	text-align: center;
}
.sizewithes {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}
.varnamecs .inner {
  width: 50%;
  flex: 1;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
	    color: #000000;
   font-size: 16px;
}
.varnametitle .sepbox,
.varnamecs .inner .sepbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.varnametitle .sepbox:not(:last-child),
.varnamecs .sepbox:not(:last-child) {
  border-right: 1px solid black;
}

.varmetahead {
  width: 50%;
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #C2EBEE;
}

.vardeschead,
.vardesc {
  width: 50%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid black;
  height: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.vardesc{
	font-size: 17px;
	color: black;
}
.poptriger{
  color: #ffffff !important;

    min-height: 0 !important;
    padding: 8px 15px !important;
  border-radius: 100px !important;
  background-color: #0f6e7a !important;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2) !important;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

#mobilepopup{
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  
  background-color: #fff;
  transition: all .3s ease-in-out;
  z-index: 999999;
  box-shadow: 0 0 10px rgb(0 0 0 / 80%);
  justify-content: center;
  align-items: center;
}
.showpopup{
  display: flex !important;
  opacity: 1 !important;

	
}
.proname h3{
	width: 75%
}
.mobpopupwrp{
  position: relative;
  width: 100%;
 
  padding:  20px;
}
.closepopup{
  position: fixed !important;
  top: 15px;
  right: 15px;
}
.pricescsmob{
  width: 100%;
}
.mobheader{
  background-color: #aff6ff;
    color: #333333;
}
.mobheader , .pricescsmobwrp{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid black;
}

.mobheader span, .pricescsmobwrp span{
  width: 33%;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  
}

.mobdetails{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
	color: #2f2f2f;
}
.mobdetails span strong {
    color: #2276e7;
    font-size: 15px;
}
.mobinputwrp{
  display: flex;
  width: 100%;
  padding: 10px 0;
}
.mobileinput{
  display: flex;
  width: 38%;
}
.mobcals{
  display: flex;
      justify-content: start;
      padding-left: 20px;
      align-items: end;
      width: 70%;
  }
.mobcals span{
	white-space: nowrap;
}


.setprice{
  font-weight: 600;
  padding-left: 4px;
}
.sethetotal{
  font-weight: 600;
 
      padding-left: 5px;
   
      color: #0585ff;
}
.active {
  background-color: #ffeb3b; /* Yellow Highlight */
  border: 2px solid #fbc02d;
}

.scrool{
  height: 170px;
  overflow-y: scroll;
}



.cartnotification{
	
    color: #00ce33;   
    padding: 5px 10px;
    font-weight: 600;
	position: absolute;
    right: 10px;
    bottom: 70px;
    font-size: 18px;
}





@media (min-width: 900px) {
  
  .bigscreens {
    display: flex;
  }
  .smallscreens {
    display: none;
  }
}
@media (max-width: 900px) {
  .csCart{
    display: none !important;
  }
  .smallscreens {
    display: flex;
  }
  .bigscreens {
    display: none;
  }
}


/* FOR MOBILE AND TABLET */
@media (max-width: 900px) {
	.cartableCTA{
	display: flex;
	align-items: center;
	gap: 10px;
}
.cartableCTA button {
 border-radius: 21px;
    padding: 0px 15px;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    min-height: 35px;
	width: 100%;
}
.cartableCTA button:nth-child(1) {
	background-color: #0f6e7a;
    color: white;
}
.cartableCTA button:nth-child(2) {
	background-color: #28bbc4;
    color: white;
}
   .priceranges, .padding{
  padding: 6px 2px;
        font-size: 14px;
  }
  .varnamecs {
    flex-direction: column;
  }
  .varnamecs .mobimg img {
    width: 50px;
  }
  .varnamecs .inner {
    width: 100%;
    order: 1;
  }
  .unitperpackpalletbts {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .vardesc {
   width: 100%;
        border-right: 0;
     
        order: 3;
        font-size: 14px;
        padding: 0;
  }
  .mobimg {
   
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 0 6px 0;
    box-sizing: border-box;
    order: 3;
  }
  .pricescs .prbox:not(:first-child) {
    display: none;
  }
  .prbox {
    border: none !important;
	
  }
  
  .sepbox{
    padding: 10px 0;
    box-sizing: border-box;
  }
  .priceranges,
  .pricescs {
    width: 10%;
  }
  .qtyboxhead, .qtybox {
    width: 7%;
  }
	
	.varnamecs .inner {
		    font-size: 14px;
		text-align: center;
		padding: 5px 2px 0 2px !important;
	}
	.sizewithes {
    gap: 4px;
		padding: 5px 0;
	}
	.varname .swth, .unitperpackpalletbts span, .prcperpackpalletbts span {
    padding: 1px 7px;
		font-size: 12px;
	}
	.unitperpackpalletbts, .prcperpackpalletbts {
    gap: 6px;
}
	.proname h3 {
margin-bottom: 10px;
    font-size: 16px;
}
	.prctext{
		font-size: 13px;
		text-align: center;
	}
	.incremntbtn, .decrementbtn {
		width: 60px;
	}
}


/*  CUSTOM GRID FOR PRODUSTS*/
.custom-product-grid{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: self-start;
	gap: 30px;
}
.custom-product{
	background-color: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
.custom-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px; 
	margin-top: 30px;
	
}
.custom-product h3 {
    font-size: 14px;
    font-weight: 600;
   
	min-height: 70px;
	margin: 0;
    padding: 15px 0;
}
.custom-product-content {
    padding: 15px;
}
.custom-discount{
	position: absolute;
	top: 0;
	left: 0;
}
.custom-discount {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #27adb6;
    color: white;
    font-size: 14px;
    font-weight: 600;
    
    text-transform: uppercase;
    padding: 1px 8px;
}
.custom-tag{
color: white;
    font-size: 14px;
    font-weight: 600;
    
    text-transform: uppercase;
    padding: 1px 8px;	
	min-height: 24px;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 1000px){
	.custom-product-grid{

    grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 800px){
	.custom-product-grid{
	
    grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 500px){
	.custom-product-grid{

    grid-template-columns: repeat(1, 1fr);
	}
}