#brand-grid .ProductPriceRating {
    height: 30px !important;
 }
 .HomeBlogpost h2{
   color: #3c2415;
    text-transform: uppercase;
    font-size: 20px;
    /*font-family: "Architects Daughter",cursive;
    font-family: 'Roboto', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
    text-align: center;
    padding: 7px 0 3px;
    margin: 0;
 }
 #SideNewsletterBox .Newscontent{
   font-size:16px;
}
     
.HomeBlogpost #HomeRecentBlogs ul{margin-bottom: 0;}
    
#HomeRecentBlogs{margin:0;}
.HomeBlogpost {
    width: 27%;
    border: 1px solid #eee;
    padding: 0.3% 0.5%;
    float:left;
}

#HomeRecentBlogs li {
    float: left;
    list-style: outside none none;
    margin: 0 0 8px;
    padding: 7px 10px 8px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.46);
}
#HomeRecentBlogs li .bleft {
}
#HomeRecentBlogs li .bleft img {
    height: auto;
    margin: 0 10px 10px 0;
    width: 90px;
}
#HomeRecentBlogs li .bright {
}
#HomeRecentBlogs li:last-child {
    border: medium none;
}

#HomeRecentBlogs .blogImage {
    float: left;
    margin: 0 12px 0 0;
    min-height: 70px;
    min-width: 100px;
}
#HomeRecentBlogs .blogImage > img {
    height: auto;
    width: 100px !important;
}
#HomeRecentBlogs a {
   
    text-transform: uppercase;
    text-decoration: none;
    color: #698d3c;
      font-size: 13px;
      line-height: 16px;
}
#HomeRecentBlogs li p {
    margin: 5px 0 0;
    line-height:16px;
    font-size: 12px;
    color: #3f2211;    
}
@media (max-width:979px){
.HomeBlogpost {
    border: 0px solid #eeeeee;
    float: left;
    padding: 0.3% 0;
    width: 100%;
}
#HomeRecentBlogs li{
float: left;
width: 98%;
  
}
.HomeBlogpost h2{
  font-size: 25px;
  padding: 0px 0 10px;
}
}

@media (max-width:480px){
  #HomeRecentBlogs li{

width: 93%;
  
}
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}



@media (max-width:599px){
#CartContent table.CartContents thead {
    display: none;
}
#CartContent table.CartContents tr {
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    padding-top: 15px;
}
#CartContent table.CartContents tr td {
    border: medium none;
    float: left;
    padding: 0 2% 15px;
    text-align: center !important;
    width: 96%;
}
#CartContent table.CartContents tr td.CartItemIndividualPrice {
    display: none;
}
#CartContent .WrappingOptions{
    display:inline-block;
}
#CartContent .EstimateShipping {
    display: block;
    float: left;
    font-weight: normal;
    margin: 10px 2%;
    padding: 15px 2%;
    width: 92%;
}
#CartContent .CartUpdateBtn {
    display: block;
    float: right;
    margin: 0;
    width: 100%;
}
#CartContent .CartUpdateBtn .btn {
    display: block;
    float: right;
    margin: 0 0 10px;
}
#CartContent table.CartContents tr.SubTotal td {
    padding: 1px 0;
}
#CartContent table.CartContents tr.SubTotal {
    padding: 12px 0;
}
}