 .ItemNameFont { color:black;}
 .ItemPriceFont { color:red; font-size:18px;}
 .ItemOPriceFont { color:gray; font-size:16px;}
 .ItemSizeAndColorFont { color:black;}
 .CartTotalsFont { color:black;}
 .LabelsFont { color:#5499C7;}
 .ErrorFont { color:black;}
.GroupPicContainer {
display: inline-block;
border-width:3px;
border-style:none;
border-color:red;
width:calc(25% - 11px);
height:170px;
max-width: 300px;
min-width: 150px;
cursor: pointer;
margin:4px;
box-sizing:border-box;
background-color:transparent;
transition: ease-in-out 0.3s;
-webkit-transition: ease-in-out 0.3s;
--CustHeight:0;
} 

@media screen and (min-width: 10in) {
.GroupPicContainer {
width:calc(30% - 2px);
max-width:1000px;
height:99px;
--CustHeight:99;
margin-right:1px;
margin-bottom:0px;
}
}
@media screen and (min-width: 5.1in) {
.GroupPicContainer {
width:calc(50% - 2px);
max-width:660px;
min-width:10px;
height:41px;
--CustHeight:41;
margin-right:1px;
margin-bottom:0px;
}
}
@media screen and (max-width: 5in) {
.GroupPicContainer {
width:calc(50% - 20px);
max-width:330px;
min-width:330px;
height:41px;
--CustHeight:41;
margin-right:10px;
margin-bottom:0px;
}
}
