/*--- begin button ---*/
.products-list .product:hover .product-image > a > b {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.products-list .product:hover .product-image > a > i {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.products-list .product:hover .product-image > a > img {
  /*top: -30px;*/
  top: 0px;
}
.products-list .product:hover .product-image .product-action {
  bottom: 10px;
}
.products-list .product-image {
  position: relative;
  /*margin-bottom: 10px;*/
  overflow: hidden;
}
.products-list .product-image > a {
  display: block;
  position: relative;
  z-index: 1;
  /*border: 1px solid #ccc;*/
  overflow: hidden;
}
.products-list .product-image > a > img {
  position: relative;
  width: 100%;
  height: auto;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  /* Firefox 4 */

  -webkit-transition-duration: 500ms;
  /* Safari and Chrome */

  -o-transition-duration: 500ms;
  /* Opera */

}
.products-list .product-image > a > b {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.products-list .product-image > a > i {
  color: #333;
  font-size: 40px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  /*margin-top: -35px;*/
  margin-top: 0px;
  text-align: center;
  text-decoration: none !important;
}
.products-list .product-image > a > b,
.products-list .product-image > a > i {
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  /* Firefox 4 */

  -webkit-transition-duration: 500ms;
  /* Safari and Chrome */

  -o-transition-duration: 500ms;
  /* Opera */

}
.products-list .product-image .product-action {
  /*background: #fff;
  border-top: 1px solid #ccc;*/
  padding: 15px 0 0;
  position: absolute;
  width: 100%;
  /*bottom: -55px;*/
  bottom: -55px;
  z-index: 10;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  /* Firefox 4 */

  -webkit-transition-duration: 500ms;
  /* Safari and Chrome */

  -o-transition-duration: 500ms;
  /* Opera */

}
.products-list .product-image .product-action a {
  text-decoration: none !important;
  overflow: hidden;
}
.products-list .product-image .product-action span 
{
    float:left;
    width:88%;
}
.products-list .product-image .product-action a i {
  margin: 0 5px 0 0;
}
.products-list .product-image .product-action div a i {
  margin: 0;
}
.products-list .product-image .tag {
    display: block;
    position: absolute;
    top: 20px;
    right: -42px;
    width: 160px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    opacity: 0.7;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
    color: white;
    /*background-color: red;*/
    border: 1px solid white;
    z-index: 9;
}
.products-list .product-image .tag.new {
  background: #E29D09;
}
.products-list .product-image .tag.sale {
  background: #F15000;
}
.products-list .product-price {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  float:right;
}
.products-list .Drive-Away {
  font-size: 11px;
  font-weight: 400;
  margin-left: 15px;
  float:right;
  line-height:1.3em;
  text-align:right;
}
.product-header .Drive-Away {
  font-size: 11px;
  font-weight: 400;
  float:left;
  line-height:1.3em;
  text-align:right;
}
.product-details {
  height: 85px;
  padding:10px;
}
.product-details h3 {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.product-details h3 a {
  color: inherit;
  font-weight:bold;
  max-height:46px;
  float:left;
  overflow:hidden;
}
.product-categories a {
  color: inherit;
}
.product-details h3 a p
{
    font-size:11px;
    color:#777;
}
.product-header .product-price {
  font-weight: bold;
  font-size:16px;
}
.product-details .product-description 
{
    padding-top:5px;
}
.product-image .btn-success 
{
    width:92%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left:4%;
    margin-right:4%;
    padding:8px 5px;
}
.product-image .btn-success i 
{
    font-size:18px;
    padding-top:1px;
    float:right;
}
/*--- end button ---*/

body 
{
    font-size:13px;
}
.product 
{
    border: 1px solid #ddd;
    padding:3px;
    margin-bottom:25px;
    -moz-box-shadow: inset 0 0 10px #EAEAEA;
    -webkit-box-shadow: inset 0 0 10px #EAEAEA;
    box-shadow: inset 0 0 10px #EAEAEA;
}

/* -- Begin View 3 -- */
.css-view3 .product 
{
    float:left;
    width:100%;
}
.css-view3 .product .product-image 
{
      width: 50%;
      min-width: 180px;
      float: left;
      margin-right: 10px;      
}
/* -- End View 3 -- */

/* -- begin View 5 -- */
.css-view5 .product 
{
    float:left;
    width:100%;
}
.css-view5 .product .product-image {
  min-width: 200px;
  float: left;
  margin-right: 10px;  
}
/* -- End View 5 -- */

.btn-success
{    
    display: block;
    float:left;
    bottom: 0px;
    left: 0px;
    padding: 8px 12px;
    color: #fff;
    min-width:100px;
    margin-left:25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #2c7cc0;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, #2c7cc0 0%, #0a67b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c7cc0), color-stop(100%,#0a67b6));
    background: -webkit-linear-gradient(top, #2c7cc0 0%,#0a67b6 100%);
    background: -o-linear-gradient(top, #2c7cc0 0%,#0a67b6 100%);
    background: -ms-linear-gradient(top, #2c7cc0 0%,#0a67b6 100%);
    background: linear-gradient(to bottom, #2c7cc0 0%,#0a67b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7cc0', endColorstr='#0a67b6',GradientType=0 );
    border-color: #4796ea;
}
.product .More-Details:hover, .btn-success:hover
{
    border-color: #4796ea;
    background:#0D6796;
}

/* -- begin pagination -- */
ul.pagination li input {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    padding: 5px 10px;
}

ul.pagination li.active input {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    float: left;
    padding: 5px 10px;
}
/* -- end pagination -- */

/* -- list view --*/
ul#idStock {
  margin: 5px 0 0 25px;
  padding: 0;
}
ul#idStock li 
{
    list-style: none;
    float: left;
    margin: 3px;
}
ul#idStock li i 
{
    font-size:20px;
}
ul#idStock li input 
{
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

@media (max-width: 760px) 
{
    .css-view3 .product .product-description 
    {
        float:left;
        height:60px;
    }
    .css-view3 .product .product-image 
    {
        margin-bottom:5px;
    }
    .css-view3 .product 
    {
        margin-bottom:20px;
    }
    .css-view5 .product 
    {
        margin-bottom:25px;
    }
    .css-view5 .product .product-image {
      margin-bottom: 5px;
      float: none;
      width: 100%;
    }
    .css-view5 .product .product-details 
    {
        height:120px;
    }
}