/* Variables
================================== */
:root {
  --tab_border:  #A40808;
  --tab_bg: #FFFFFF;
  --inner_border: #AAAAAA;
  --header_bg: #A40808;
--header_bg_grad1:#bb4646;
	--header_bg_grad2: #ad2020;  
  --header_div:#A40808;
  --footer_bg: #A40808;
  --footer_link: #A40808;
  --header_txt: #FFFFFF;
  --spec_text: #A40808;
}

.pomeTable {
  --tab_border:  #A40808;
  --tab_bg: #FFFFFF;
  --inner_border: #AAAAAA;
  --header_bg: #A40808;
--header_bg_grad1:#bb4646;
	--header_bg_grad2: #ad2020;  
  --header_div:#A40808;
   --footer_bg: #100808; 
  --footer_link: #A40808;
  --header_txt: #FFFFFF;
  --spec_text: #A40808;
}

.mangoTable {
  --tab_border:  #F7E50A;
  --tab_bg: #FFFFFF;
  --inner_border: #AAAAAA;
  --header_bg: #F7E50A;
--header_bg_grad1:#f9eb47;
	--header_bg_grad2: #f7e722;  
  --header_div:#E5D409;
    --footer_bg: #10E50A;
  --footer_link: #F7E50A;
  --header_txt: #000000;
  --spec_text: #f1c104;  
}



/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 1px;
border-color:  var(--tab_border);
  background: var(--tab_bg);
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
 border-color: var(--header_border);
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: var(--tab_bg);

}
/* Cell styles
================================== */
.Rtable-cell--dark {
  background-color: var(--header_bg);
  border-color: #var(--header_div);
  color: var(header_txt);
}
.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: var(header_txt);
}
.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9;
}
.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764;
}
.Rtable-cell--alert {
  background-color: darkorangel;
  border-color: #cc7000;
  color: var(--tab_bg);
}
.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: var(--tab_bg);
}
.Rtable-cell--head {
  background-color: var(--header_bg);
  border-color: var(--header_div);
  color: var(--header_txt);
}
.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: var(--header_txt);
}
.Rtable-cell--foot {
  background-color: var(--footer_bg);
  border-color: var(--footer_link);
}
/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}


.spec_head{
	color: #1BCB52;
	font-size: 18px;
	font-style: bold;
}

ul.prodSpecList{
	list-style-type: none;
    font-size: 18px;
    font-family: "Trebuchet MS", Arial, sans-serif;	
	color: var(--spec_text);
	font-style: bold;
	
}

ul.prodSpecList li {
	margin:40px 0px;
}

ul.prodSpecList li  div{
	padding-left: 50px;
}

ul.prodSpecList li a{
	background: url('../images/web_elements.png') no-repeat;
	margin:40px 0px;
	padding-left: 50px;	
	padding-bottom: 28px;
}


ul.prodSpecList li a.pome_storage {
	background-position: 0 0px;
	
}
ul.prodSpecList li a.pome_recycle1 {
	background-position: 0 -49px;

}
ul.prodSpecList li a.pome_weight {
	background-position: 0 -99px;

}
ul.prodSpecList li a.pome_pack1 {
	background-position:  0 -153px;;

}
ul.prodSpecList li a.pome_pack2 {
	background-position: 0 -202px;;

}

ul.prodSpecList li a.pome_recycle2 {
	background-position: 0 -251px;

}
ul.prodSpecList li a.pome {
	background-position: 0 -300px;

}
ul.prodSpecList li a.pome_shelf {
	background-position: 0 -350px;

}
ul.prodSpecList li a.pome_mark {
	background-position: 0 -400px;

}
ul.prodSpecList li a.pome_temp {
	background-position: 0 -450px;

}
ul.prodSpecList li a.pome_humid {
	background-position: 0 -501px;

}
ul.prodSpecList li a.pome_count {
	background-position: 0 -550px;

}
ul.prodSpecList li a.pome_color {
	background-position: 0px -599px;


}
ul.prodSpecList li a.pome_avail {
	background-position: 0 -650px;

}
ul.prodSpecList li a.pome_scname {
	background-position: 0 -700px;
}

ul.prodSpecList li a.mango_storage {
	background-position: -50px 0px;
	
}
ul.prodSpecList li a.mango_recycle1 {
	background-position: -50px -49px;

}
ul.prodSpecList li a.mango_weight {
	background-position: -50px -99px;

}
ul.prodSpecList li a.mango_pack1 {
	background-position:  -50px -153px;;

}
ul.prodSpecList li a.mango_pack2 {
	background-position: -50px -202px;;

}

ul.prodSpecList li a.mango_recycle2 {
	background-position: -50px -251px;

}
ul.prodSpecList li a.mango {
	background-position: -50px -300px;

}
ul.prodSpecList li a.mango_shelf {
	background-position: -50px -350px;

}
ul.prodSpecList li a.mango_mark {
	background-position: -50px -400px;

}
ul.prodSpecList li a.mango_temp {
	background-position: -50px -450px;

}
ul.prodSpecList li a.mango_humid {
	background-position: -50px -501px;

}
ul.prodSpecList li a.mango_count {
	background-position: -50px -550px;

}
ul.prodSpecList li a.mango_color {
	background-position: -50px -599px;


}
ul.prodSpecList li a.mango_avail {
	background-position: -50px -650px;

}
ul.prodSpecList li a.mango_scname {
	background-position: -50px -700px;
}
