/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/
.main-menu {
    border-radius: 10px 10px 10px 10px;
    background-color: #021e31;
}

.main-menu li li a {
    background-color: #021e31; 
    border-radius: 10px 10px 10px 10px;
}


.main-menu li li:hover a, .main-menu li li.hover a {
    background-color:  #033e67;
    border-radius: 10px 10px 10px 10px;
}

.button {
    background-color: #136c04;
    border-radius: 4px 4px 4px 4px
}

.button.large {
    background-color: #136c04;
    border-radius: 4px 4px 4px 4px
}

.button:hover {
    background-color: #000000;
}

.product-grid.List .ProductName a {
    font-size: 16px;
    font-weight: normal;
    font-color: #000000;
}
.SortBox {
   display: none;
}
.push-eight: {
    display: none;
}
.four, .row .four {
    display: none;
}
.page .product-list.product-grid table.header, .page .product-grid.List table.header {
  display: table;
  margin: 0;
}
.page .product-list.product-grid ul li, .page .product-grid.List ul li {
  margin-right: 0;
  width: 100%;
}
.page .product-list.product-grid .ProductImage, .page .product-grid.List .ProductImage {
  display: none;
  float: right;
  width: 0%;
}
.page .product-list.product-grid .ProductImage img, .page .product-grid.List .ProductImage img {
  max-height: 0px;
}
.page .product-list.product-grid .ProductDetails, .page .product-grid.List .ProductDetails {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.page .product-list.product-grid .ProductDetails .row, .page .product-grid.List .ProductDetails .row {
  float: left;
  width: 80%;
}
.page .product-list.product-grid .ProductDetails .CustomizeItemLink, .page .product-grid.List .ProductDetails .CustomizeItemLink {
  float: left;
}
.page .product-list.product-grid h5, .page .product-grid.List h5 {
  float: left;
  width: 56%;
}
.page .product-list.product-grid .qty-label, .page .product-grid.List .qty-label {
  display: none;
}
.page .product-list.product-grid .IndividualPrice, .page .product-grid.List .IndividualPrice {
  display: table;
  line-height: 16px;
  position: relative;
  color: #287804;
  right: 15px;
}
.page .product-list.product-grid .ProductOptions, .page .product-grid.List .ProductOptions {
  clear: both;
}
.page .product-grid.List .ProductPrice {
    float: right;
    width: 20%;
    text-align: left;
    line-height: 16px;
    font-weight: normal;
    color: #287804;
    font-size: 16px;
}
}
.SortBox {
   display: none;
}
#sort {display: none;}
