/*change product column number, may also be effected by views settings*/
#main-content .view-products-for-homepage .view-content .views-row,
#main-content .view-products-for-homepage .view-content .tags-page-row,
#main-content .view-products-for-homepage .view-content .product-category-page-row,
.view-product-category .view-content .views-row,
.view-product-category .view-content .tags-page-row,
.view-product-category .view-content .product-category-page-row {
  width: 45%;
}


img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  }
  
 /*color changes 
 light green = 62964b
 dark green = 365235
 light blue = 00b4e5
 orange = #ff5831
 */
 .sidebar .block-title {
	background: #62964b;
 }
 .block-commerce-cart .block-title {
	 background:#365235;
 }
 .region-leaderboard .region-inner .custom-shopping-cart .content a {
	 background: #62964b;
 }
 /*color changes to mobile menu*/
 .custom-show-menu.block {
    border: 1px solid #62964b;
    background: #62964b ;
    background: -moz-linear-gradient(top, #62964b  25%, #62964b  25%, #365235 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #62964b ), color-stop(25%, #62964b ), color-stop(100%, #365235));
    background: -webkit-linear-gradient(top, #62964b  25%, #62964b  25%, #365235 100%);
    background: -o-linear-gradient(top, #62964b  25%, #62964b  25%, #365235 100%);
    background: -ms-linear-gradient(top, #62964b  25%, #62964b  25%, #365235 100%);
    background: linear-gradient(to bottom, #62964b  25%, #62964b  25%, #365235 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62964b ', endColorstr='#365235',GradientType=0 );
    width: 46px;
    height: 36px;
    border-radius: 5px;
    cursor: pointer;
 }	
.region-leaderboard .region-inner .block a:hover, #block-system-user-menu a:hover {
    color: #ff5831;
    text-decoration: none;
}
/*main picture*/
.big-product-image {
  width: 50%;
  border: none;
  text-align: center;
  float: left;
  margin-bottom: 10px;
}
/*side image*/
.jcarousel-skin-tango .jcarousel-container .slideshow-preview {
  width: 166px;
  height: 178px;
  border: none;
  position: relative;
  cursor: pointer;
}

/*remove comments tab on item pages*/
#quicktabs-tab-node_activities-2 {
    display: none;
}

#block-views-announcements-block{
background: #edf0f3;
border-top: 6px solid #ff5831;
padding: 10px 0 0 0;
}

#block-views-announcements-block .block-inner {
max-width: 1170px;
margin-left: auto;
margin-right: auto;

}

.view.view-announcements.view-id-announcements.view-display-id-block.view-dom-id-e169ba45757d0453abd3f181c9381530 {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

#block-views-important-information-block {
    border-top: 6px solid #62964b;
}

/*remove front page content missing*/
#first-time {
       display: none;
}	

.node-type-product .view-products-for-homepage .view-content .views-row {
    width: 22%;
}
