.itemtable {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    }

  @media only screen and ( max-width: 640px ) 
  {

    .itemtable {
        padding: 0 12px;
    }

  }

.itemcell {
    vertical-align: top;
    text-align: center;
    padding: 4%;
    background-color: #fff;
    border: 1px solid #dedede;
    }

.onaline { position: relative; text-align: left; padding-top: 10px; }

.item_thumb {
	display: block;
    text-align: center;
    }

.item_thumb_image {
    text-align: center;
    border: 0px;
    }

.favlink {
    position: absolute;top: 0;right: 0;display: block; width: 23px;height: 22px;
}
a.favlink:hover {
    width: 28px !important;
    height: 27px !important;
}
.fav { position: absolute;top: 0;right: 0;width: 100%;height: 100%; }

.items {
    text-align: center;
    background-color: #f8f8f8;
    padding: 20px 0;
    }

.add2cart {
    display: inline-block;
    vertical-align: middle;
}

.freeship-c {
    display: inline-block;
    vertical-align: middle;
}

.addcartbutt {    
    color: #fff;
    background-color: #ed0da1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 1em;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

.itemname {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1em;
	text-align: left;
	display: block;
	padding-bottom: 8px;
    }


.items a:link {
    color: #000;
    text-decoration: none;
    }

.items a:visited {
    color: #000;
    text-decoration: none;
    }

.items a:hover {
    color: #d56600;
    text-decoration: none;
    }

.items a:active {
    color: #d56600;
    text-decoration: none;
    }

.reviews-thumb-text {
	vertical-align: super;
}

.manname {
display:none;
    }

.mancode {
display:none;
    }

.itemshortdesc {
    }
.itemshortdesc p{
	margin: 0px;
	padding: 0px;
    }

.itemshortdesc center {
text-align: left;
padding-bottom: 8px;
}

.item-message {
    color: #FF0000;
    font-weight: bold;
    padding: 6px 0px;
    }

.pricemod {
    text-align: left;
    padding: 20px 0;
}


.price {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    text-align: left;
    padding: 20px 0;
    }

.saleprice {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.25em;
    color: #cc0000;
    font-weight: bold;
    }

.notprice {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.25em;
    color: #000000;
    text-decoration: line-through;
    font-weight: normal;
    color: #666;
    }
