
.owl-carousel .product-thumb {
  margin: 5px 0;
}
.product-buy-counter {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 7;
}
.product-buy-counter > span {
  display: inline-block;
  padding: 5px 7px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
.product-buy-counter > span .fa {
  margin-right: 5px;
}
.product-logo {
  display: inline-block;
  max-width: 50px;
  margin-bottom: 7px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-secondary-image {
  z-index: 3;
}
.product-secondary-image > img {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.product-title + .product-meta {
  margin-top: 7px !important;
}
.product-header {
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: 130px;
  background: url("../img/bg_thumb.gif");
  width:100%;
  /* padding-top: 10px; */
}
.horizontalThumb img {
	width: 100%;
	height: auto;
	
}
.verticalThumb img {
	height: 130px;
	width: auto;
	
}
.product-quick-view,
.product-secondary-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view {
  z-index: 4;
}
.product-quick-view .fa {
  height: 35px;
  line-height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  background: rgba(255,255,255,0.8);
  color: #525252;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  top: 50%;
  margin-top: -17px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view .fa:hover {
  background: #ff0000;
  color: #fff;
}
.product-thumb:hover .product-quick-view,
.product-thumb:hover .product-secondary-image,
.product-thumb:hover .product-logo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-category-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  background: #ff0000;
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-label {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 4px 8px;
}
.nuevo-label {
    position: absolute;
     right: 0; 
    /* top: 100px; */
    bottom: 0;
    width: 100%;
    padding: 5px 8px;
    text-transform: uppercase;
}
.product-search-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.product-desciption {
  color: #858585;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4em;
}
.product-time {
  color: #666;
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.product-location {
  border-top: 1px dashed #e6e6e6;
  margin-top: 13px;
  padding-top: 8px;
  line-height: 1em;
  margin-bottom: 0;
  color: #a3a3a3;
  font-size: 12px;
}
.product-thumb {
  z-index: 1;
  position: relative;
  text-decoration: none !important;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.product-thumb .product-header >img {
  display: block;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.product-thumb .product-inner2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 22px;
  border-top: none;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.product-thumb .product-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 22px;
  border-top: none;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.product-thumb .product-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
  margin-bottom: 5px;
  font-size: 16px;
}
.product-thumb .icon-list-rating {
  font-size: 11px;
  color: #ff0000;
  margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
  color: #949494 !important;
}
.product-thumb .product-non-rated {
  color: #ccc;
}
.product-thumb .product-meta {
  margin-top: 15px;
}
.product-thumb .product-price-list,
.product-thumb .product-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-thumb .product-price-list > li,
.product-thumb .product-actions-list > li {
  /*margin-right: 15px;*/
  padding-bottom: 5px;
  display: inline-block;
}
.product-thumb .product-price-list > li:last-child,
.product-thumb .product-actions-list > li:last-child {
  margin-right: 0;
}
.product-thumb .product-actions-list {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #e6e6e6;
}
.product-thumb .product-price-list {
  font-size: 15px;
  margin-bottom: 0;
}
.product-thumb .product-price-list > li > span {
  display: block;
  line-height: 30px;
  text-align: center;
  height: 30px;
}
.product-thumb .product-price {
  font-weight: 600;
  color: #fff;
  padding: 0 7px;
  background: #1f93c8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-thumb .product-old-price {
  color: #858585;
  text-decoration: line-through;
}
.product-thumb .product-save {
  font-weight: 600;
}
.product-thumb .product-category {
  font-size: 12px;
  color: #a3a3a3;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
  text-transform: lowercase;
  font-style: italic;
}
.product-thumb .product-category > i {
  color: #949494;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
.product-thumb:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
  box-shadow: 0 4px 2px rgba(0,0,0,0.25);
}
.product-thumb:hover .product-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-thumb-horizontal {
  margin-bottom: 30px;
}
@media (min-width:992px) {
.product-thumb-horizontal {
  background: #fff;
  overflow: hidden;
  text-align: left;
}
.product-thumb-horizontal .product-header {
  float: left;
  width: 30%;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
}
.product-thumb-horizontal .product-header > img {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product-thumb-horizontal .product-inner {
  float: left;
  padding-left: 30px;
  display: block;
  width: 70%;
  padding-right: 30%;
}
.product-thumb-horizontal .product-meta {
  position: absolute;
  width: 40%;
  margin-top: 0;
  top: 0;
  right: 0;
  padding: 20px 22px;
  text-align: right;
}
}


.btn {
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  border: 1px solid #e6e6e6;
}
.btn:hover {
  background: #e6e6e6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ccc;
}
.btn-mega {
  font-size: 21px;
  padding: 15px 30px;
}
.btn-primary {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.btn-primary:hover {
  background: #950000;
  border-color: #950000;
}
.btn-white {
  background: #fff;
  color: #ff0000;
}
.btn-white:hover {
  color: #ff0000;
  background: #e6e6e6;
}
.btn-info {
  background: #2f96b4;
  color: #fff !important;
}
.btn-info:hover {
  background: #267890;
}
.btn-success {
  background: #51a351;
  color: #fff !important;
}
.btn-success:hover {
  background: #418241;
}
.btn-warning {
  background: #f89406;
  color: #fff !important;
}
.btn-warning:hover {
  background: #c67605;
}
.btn-danger {
  background: #bd362f;
  color: #fff !important;
}
.btn-danger:hover {
  background: #972b26;
}
.btn-inverse {
  background: #222;
  color: #fff !important;
}
.btn-inverse:hover {
  background: #1b1b1b;
}
.btn-ghost {
  background: none;
  border: 1px solid #666;
  color: #666;
}
.btn-ghost:hover {
  background: #666;
  color: #fff;
  border: 1px solid #666;
}
.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-ghost.btn-white:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #666;
}
.btn-ghost.btn-primary {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.btn-ghost.btn-primary:hover {
  background: #ff0000;
  color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ff0000;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #ff0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
