/******************
Category
******************/

.crbc-product {
  background: #2bbbad !important;
  background-color: #2bbbad !important;
  color: #fff;
  padding: 20px 10px;
}
.crbc-product-title a:hover {
  color: #fff;
  text-decoration: none;
}
.crbc-category-page .crbc-sortby .crbc-control-label, .crbc-category-page .crbc-limit .crbc-control-label {
  margin: 5px;
  padding: 0;
  width: auto;
}
.crbc-category-page.crbc-simple.crbc-view-type-block .crbc-product-price,
.crbc-category-page.crbc-complex.crbc-view-type-block .crbc-product-price {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.crbc-category-page.crbc-simple .crbc-category-product-entry,
.crbc-category-page.crbc-complex .crbc-category-product-entry {
  background-color: #fff;
  border-radius: 0;
  position: relative;
  transition: box-shadow 0.25s ease 0s;
  box-shadow: 0px 2px 2px -5px rgba(0, 0, 0, 0.16), 0 2px 7px -1px rgba(0, 0, 0, 0.12);
  padding: 0;
  border: none;
  color: #777;
  overflow: hidden;
}
.crbc-category-page.crbc-simple .crbc-category-product-entry:hover,
.crbc-category-page.crbc-complex .crbc-category-product-entry:hover {
  background-color: #fff;
  border-radius: 0;
  position: relative;
  transition: box-shadow 0.25s ease 0s;
  box-shadow: 0px 2px 2px -5px rgba(0, 0, 0, 0.16), 0 2px 7px 2px rgba(0, 0, 0, 0.12);
}
.crbc-category-page.crbc-simple.crbc-view-type-block .crbc-stock-message,
.crbc-category-page.crbc-complex.crbc-view-type-block .crbc-stock-message  {
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0 10px;
  text-align: center !important;
}
.crbc-category-page.crbc-simple.crbc-view-type-block .crbc-product-image-container,
.crbc-category-page.crbc-complex.crbc-view-type-block .crbc-product-image-container {
  border: medium none;
  margin-top: 5px;
  box-shadow: none;
}
.crbc-category-page.crbc-simple.crbc-view-type-list .crbc-category-product-entry .crbc-product-image-container {
  border: medium none;
  box-shadow: none;
  height: 126px;
}
.crbc-product-title a {
  color: #fff !important;
  font-weight: normal !important;
}
.crbc-category-product-entry h2 {
  background: #26a69a;
  margin: 0;
  padding: 10px 6px;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backface-visibility: hidden;
}
.crbc-category-product-entry:hover h2 {
  background: #4dc8bc;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 6px;
}
.crbc-category-page.crbc-simple.crbc-view-type-block .crbc-product-price {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 40px;
  margin-bottom: 20px;
  padding: 2px 0;
}
.crbc-category-page.crbc-complex.crbc-view-type-block .crbc-product-price {
  border: none;
}
.crbc-category-page.crbc-simple .crbc-category-product-entry.crbc-span4 .crbc-product-price-label,
.crbc-category-page.crbc-complex .crbc-category-product-entry.crbc-span4 .crbc-product-price-label {
  font-size: 80%;
  color: #26a69a;
}
.crbc-category-product-entry img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  transition: transform 0.5s;
  backface-visibility: hidden;
}
.crbc-category-product-entry:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.crbc-category-page.crbc-simple .crbc-product-description,
.crbc-category-page.crbc-complex .crbc-product-description {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
}
.crbc-category-page.crbc-complex .crbc-product-description,
.crbc-category-page.crbc-view-type-list .crbc-stock-message {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: left;
}
.crbc-category-page.crbc-simple.crbc-view-type-list .crbc-product-price {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0;
}
.crbc-category-page .crbc-category-image {
  box-shadow: none;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
.crbc-category-page.crbc-complex .crbc-add-to-cart-button,
.crbc-category-page.crbc-complex .crbc-details-button {
  padding-left: 10px;
  padding-right: 10px;
}
.crbc-category-page.crbc-complex .crbc-sub-price {
  text-align: center;
  color: #26a69a;
  
}
.crbc-complex .crbc-total-price {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  text-shadow:none;
  font-weight: normal;
  
}


.crbc-complex .crbc-well {
    
    box-shadow: none;
   
    
}

.crbc-category-page.crbc-complex .crbc-total-price-group-category {
    font-size: 34px;
    line-height: 20px;
    
}


.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-product-image-container {
    display: block;
    float: left;
    width: 30%;
    box-shadow: none;
    border: none;
    overflow: hidden;
    
}


.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-product-title {
    text-align: left;
    margin-bottom: 10px;
    
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-quantity {
    clear: both;
    content: "";
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-total {
    float: left;
    margin-bottom: 50px;
    margin-right: 0;
    width: 39%;
    text-align: right;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-total .crbc-total-price,.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-total .crbc-total-price .crbc-sub-price  {
   
    text-align: right;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-product-price  {
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: auto;
    margin-top: 20px;
    padding: 20px 5px;
    text-align: center;
    background: #3EBBAF;
    border-radius: 0;
    text-shadow: none;
}

.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-product-price .crbc-product-price-label,
.crbc-category-page.crbc-complex.crbc-view-type-list .crbc-product-price  .crbc-sub-price
{
    color: #fff;
}



