section#buscador button {
	margin-top: -10px;
}
@media (max-width: 979px) {
	section#buscador button {
		float: none;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	section#buscador button {
		float: none;
		margin-top: -48px;
		margin-left: 10px;
	}
}
@media (max-width: 480px) {
	section#buscador button {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
		float: left;
	}
}
.search .qs_s {
  margin-top: 27px;
  margin-bottom: 24px;
  position: relative;
}
.search .qs_s #query {
  background-color: #f0f0f0;
  border-color: #d7d7d7;
  padding: 4px 14px;
  margin-bottom: 0;
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  /*
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  */
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  /*color: @arguments;*/
}
.search .qs_s #query:focus {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  /*color: @arguments;*/
}
.search #autocomplete-results {
  position: absolute;
  width: 100%;
}
.search #autocomplete-results ul {
  margin: 6px 0 0;
  background-color: #ffffff;
  border-left: 5px solid #e61d2b;
  position: relative;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  /*color: @arguments;*/
}
.search #autocomplete-results ul:before {
  content: "";
  display: block;
  width: 26px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -13px;
  background-image: url('../../img/triangle.png');
  z-index: 100;
}
.search #autocomplete-results ul li {
  list-style: none;
  border-top: 1px solid #f0f0f0;
}
.search #autocomplete-results ul li:first-child {
  border-top: none;
}
.search #autocomplete-results ul a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.search #autocomplete-results ul a .image {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.search #autocomplete-results ul a .image img {
  display: block;
}
.search #autocomplete-results ul a h6 {
  line-height: 30px;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.search #autocomplete-results ul a:hover {
  background-color: #f0f0f0;
}
.search #autocomplete-results ul li.active a {
  text-decoration: none;
  background-color: #e61d2b;
}
.search #autocomplete-results ul li.active a h6 {
  font-weight: 700;
  color: #ffffff;
}
.paginator {
	float: right;
	display: none;
}
.paginator.paginator-top {
	margin-bottom: 10px;	
  padding-top: 6px;
}
.paginator.paginator-bottom {
	margin-top: 0px;
}
@media (min-width: 1200px), (min-width: 768px) and (max-width: 979px) {
	.paginator.paginator-top {
		/*margin-top: -40px;*/
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.paginator.paginator-top {
		margin-top: 0px;
	}
}
/*---
| ISOTOPE
---*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item .buttons {
  margin-top: 20px;
  text-align: center;
}
#load_more [class^="icon-"] {
  display: none;
}
#load_more .icon-spin {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
#load_more.loading {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#load_more.loading [class^="icon-"] {
  display: inline-block;
}
.product .product-content #description span.block,
.product .product-content #product span.block {
  display: block;
  margin-top: 10px;
}
.product-list {
  margin-left: -30px;
  margin-top: 20px;
  overflow: visible !important;
  min-height: 430px;
  /*zoom: 1;*/
}
.product-list:before {
  content: '';
  display: block;
}
.product-list:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-list {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .product-list {
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .product-list {
    margin-left: 0;
  }
}
.product-list li {
  list-style: none;
  /*width: 248px;*/
  width: 251px;
  float: left;
  /*
  margin-left: 30px;
  margin-bottom: 30px;
*/
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .product-list li {
    width: 213px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-list li {
    width: 166px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-list li {
    width: 210px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .product-list li {
    width: 300px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.product-list li.featured {
  width: 570px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .product-list li.featured {
    width: 456px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-list li.featured {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .product-list li.featured {
    width: 440px;
  }
}
@media (max-width: 480px) {
  .product-list li.featured {
    width: 300px;
  }
}
.product-list li {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  /*z-index: 20;*/
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  /*color: @arguments;*/
}

.product-list li.product-destacat {
   border: 8px solid #99d4e6;;
}

.product-list li:hover {
  -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  /*color: @arguments;*/
}

.product-list li.product-destacat:hover {
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 30px #e61d2b;
}

.product-list li:hover .image .secondary {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.product-list li:hover .title .rating {
  color: #e61d2b;
}
.product-list li .image {
  position: relative;
  background: #ffffff url('../../img/preloader.gif') no-repeat center center;
  min-height: 50px;
}
.product-list li .image img {
  display: block;
  width: 100%;
  /*height: 100%;*/
}
.product-list li .image img.secondary {
  /*background-color: #474948 url('../img/zoom-in.png') no-repeat center center;*/
}
.product-list li .image .secondary {
  position: absolute;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
width: 800px;
}
.product-list li .image .badge-sale, .product-list li .image .badge-no-stock {
  position: absolute;
  right: -10px;
  top: 40px;
  background-color: #e61d2b;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 2px;
  background-clip: padding-box;
}
.product-list li .image .badge-sale:after, .product-list li .image .badge-no-stock:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #0e6252 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -10;
}
.product-list li .image .badge-no-stock {
  background-color: #BE5F7C;
}
.product-list li .image .badge-no-stock:after {
  border-color: #4C0017 transparent transparent transparent;
}
.product-list li .title {
  padding: 10px;
  position: relative;
  background-color: #ffffff;
}
.product-list li .title:before {
  /*
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  */
}
.product-list li .title .prices {
  text-align: right;
  /*float: right;*/
  margin-left: 0px;
  line-height: 20px;
  /*height: 20px;*/
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-list li .title .prices .price {
  color: #e61d2b;
  font-weight: 600;
  font-size: 25px;
  margin-top: -10px;
  /*margin-bottom: 10px;*/
}
.product-list li .title .prices .currency {
  color: #e61d2b;
  font-weight: 100;
  /*font-size: 12px;*/
  line-height: 13px;
  text-transform: uppercase;
}
.product-list li .title .prices .base {
  color: #c7c8c8;
  font-weight: 400;
  font-size: 11px;
}
.product-list .price-money {
	margin-top: 5px;
}
.product-info .price-money {
	margin-top: 20px;
}
.product-list .price-money .price-money-message, .product-info .price-money .price-money-message {
	font-style: italic;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
}
.product-info .price-money .price-money-message {
	font-size: 16px;
	line-height: 20px;
}
.product-list .price-money .price-money-points, .product-info .price-money .price-money-points {
	font-size: 18px;
    font-weight: 600;
	line-height: 18px;
}
.product-info .price-money .price-money-points {
	font-size: 27px;
	line-height: 34px;
}
.product-list .price-money .price-money-points > span, .product-info  .price-money .price-money-points > span {
	display: inline-block;
	
}
.product-list .price-money .price-money-points > span > span, .product-info .price-money .price-money-points > span > span {
	font-size: 12px;
    font-weight: 100;
}
.product-info .price-money .price-money-points > span > span  {
	font-size: 16px;
}

.product-list li .title h3 {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.product-list {
  position: relative;
}
.product-list li {
  position: absolute;
  left: 0px; top: 0px;
  transform: translate3d(0px, 0px, 0px);
}
html.lt-ie10 .product-list li {
  position: inherit;
}
@media(min-width: 768px) and (max-width: 979px) {
  .product-list li .title h3 {
    clear: both;
    margin-top: 20px;
  }
  .product-list li .title .prices {
    margin-left: 0px;
  }
  .product-list li .title .prices .price, .product-list li .title .prices .currency {
    float: left;
  }
}
@media(max-width: 767px) {
  .product-list li .title h3 {
    clear: both;
    margin-top: 20px;
  }
  .product-list li .title .prices .price, .product-list li .title .prices .currency {
    float: left;
  }
}
.product-list li .title .rating {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #c7c8c8;
}
.product-list li .title a {
  color: #606362;
  text-decoration: none;
}
.product-list li .buttons a, .product-list li .buttons a.btn-primary:hover, .product-list li .buttons a.btn-primary:active,
.product-list li .buttons a.btn-primary:focus {
  /*color: #e61d2b;*/
  width: 112px;
  border-radius: 0px !important;
  padding: 2px;
  text-transform: uppercase;

}
.product-list li .buttons a.btn-primary {
  color: #fff;
  width: 112px;
  border-radius: 0px !important;
  letter-spacing: 1px;
}
/*---
| PRODUCT LIST SMALL
---*/
.product-list-small {
  list-style: none;
  margin: -20px;
}
.product-list-small li {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
  /*zoom: 1;*/
}
.product-list-small li:before {
  content: '';
  display: block;
}
.product-list-small li:after {
  content: '';
  display: table;
  clear: both;
}
.product-list-small .image {
  display: block;
  float: left;
  margin-right: 20px;
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list-small .image a {
  display: block;
  border: 4px solid #f0f0f0;
  position: relative;
}
.product-list-small .image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product-list-small .image a:hover {
  border-color: #e61d2b;
}
.product-list-small .image a:hover:before {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product-list-small .image img {
  display: block;
}
.product-list-small .desc {
  float: left;
}
.product-list-small .desc h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-list-small .desc h6 a {
  color: #474948;
  text-decoration: none;
}
.product-list-small .desc h6 a:hover {
  color: #e61d2b;
}
.product-list-small .desc .price {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #868988;
  margin-bottom: 10px;
}
.product-list-small .desc .price .label {
  margin-left: 5px;
}
.product-list-small .desc .rating {
  font-size: 12px;
  line-height: 15px;
  color: #868988;
  position: relative;
  bottom: -10px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-list-small .desc .rating a {
  color: #c7c8c8;
  font-size: 10px;
  text-decoration: none;
}
.product-list-small .desc .rating a:hover {
  color: #e61d2b;
}
.product-list-small li:hover .desc .rating {
  color: #e61d2b;
  bottom: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.product-content .product-favorite {
  margin: -20px -20px 23px -20px;
}
.product-fav {
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #e50077;
  padding: 10px;
  /*height: 27px;*/
  height: 45px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #ccc;
  
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.product-fav:hover {
  background-color: #d5d5d5;
}
.product-content .product-favorite {
  margin: -20px -20px 23px -20px;
}
.product-content .product-fav {
  margin-bottom: 5px;
}
.product-fav .product-fav-icon {
  height: 27px;
  width: 27px;
  position: relative;
  margin: 0 auto;
}
.product-fav .product-fav-text {
}
.product-fav .product-fav-icon .product-fav-icon-top {
  position: absolute;
  z-index: 501;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.product-fav .product-fav-icon .product-fav-icon-bg {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  display: none;
  
  -webkit-transition: display ease 0.3s, color ease 0.3s;
  -moz-transition: display ease 0.3s, color ease 0.3s;
  -o-transition: display ease 0.3s, color ease 0.3s;
  transition: display ease 0.3s, color ease 0.3s;
}
.product-fav.favorite .product-fav-icon .product-fav-icon-bg {
  display: block;
}
.product-fav:hover .product-fav-icon .product-fav-icon-bg {
  display: block;
}
.product-content .product-fav {
  margin-bottom: 5px;
}
.product-fav .product-fav-icon {
  height: 27px;
  width: 27px;
  position: relative;
  margin: 0 auto;
}
.product-fav .product-fav-text {
}
.product-fav .product-fav-icon .product-fav-icon-top {
  position: absolute;
  z-index: 501;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  
  -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}
.product-fav .product-fav-icon .product-fav-icon-bg {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  display: none;
  
  -webkit-transition: display ease 0.3s, color ease 0.3s;
    -moz-transition: display ease 0.3s, color ease 0.3s;
    -o-transition: display ease 0.3s, color ease 0.3s;
    transition: display ease 0.3s, color ease 0.3s;
}
.product-fav.favorite .product-fav-icon .product-fav-icon-bg {
  display: block;
}
.product-fav:hover .product-fav-icon .product-fav-icon-bg {
  display: block;
}
#client-product-favorites-table {
  font-size: 0.8em;
}
#client-product-favorites-table td.text-center,
#client-product-favorites-table th.text-center {
  text-align: center;
}
#client-product-favorites-table td,
#client-product-favorites-table th {
  padding: 3px 10px;
  vertical-align: middle;
}
#client-product-favorites-table td i,
#client-product-favorites-table th i {
  font-size: 1.3em;
}
#client-product-favorites-table td a,
#client-product-favorites-table th a {
  text-decoration: none;
}
#client-product-favorites-table td a.btn,
#client-product-favorites-table th a.btn {
  font-size: 0.8em;
}
#client-product-favorites-table td.bolded {
  font-size: 1.2em;
  font-weight: bold;
}
.favorite-adv {
  padding: 20px;
  text-align: center;
  background-color: white;
  margin-bottom: 20px;
}
.favorite-adv h4 {
  font-size: 18px; font-weight: bold;
  margin-bottom: 5px;
}
.favorite-adv a {
  color: #474948;
  font-weight: bold;
}

@media (min-width: 1200px), (min-width: 768px) and (max-width: 979px) {
  .paginator.paginator-top {
    /*margin-top: -40px;*/
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .paginator.paginator-top {
    margin-top: 0px;
  }
}

.banner-favorite-container {
  padding: 5px;
  position: relative;
  overflow: hidden;
  height: 210px;
}
.banner-favorite-container h3 {
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.banner-favorite-text {
  font-size: 11px;
  letter-spacing: 0px;
  text-align: center;
}
.banner-favorite-text div:first-child {
  margin-bottom: 10px;
}
.banner-favorite-text-h5 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 35px;
  z-index: 999;
  position: relative;
  width: 80%;
}
.banner-favorite-points {
  font-size: 260%;
  line-height: 50%;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  letter-spacing: -2px;
}
.banner-favorite-points small {
  font-size: 35%;
}
.banner-favorite-image {
  text-align: center;
}
.banner-favorite-image a {

}
.banner-favorite-image img {
  margin-top: 10px;
  width: 40%; margin: 5px auto;
  
  -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}
.banner-favorite-image-corner img {
  width: 75%;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: -25%;
}
.banner-favorite-image img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.banner-favorite-link {
  text-align: center; width: 100%;
}
.banner-favorite-link a,
aside .widget .banner-favorite-link a {
  color: #ffffff;
  letter-spacing: 1px;
  background-color: #d5d5d5;
  padding: 6px;
  display: block;
  
  -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}

#client-product-favorites-table {
  font-size: 0.8em;
}
#client-product-favorites-table td.text-center,
#client-product-favorites-table th.text-center {
  text-align: center;
}
#client-product-favorites-table td,
#client-product-favorites-table th {
  padding: 3px 10px;
  vertical-align: middle;
}
#client-product-favorites-table td i,
#client-product-favorites-table th i {
  font-size: 1.3em;
}
#client-product-favorites-table td a,
#client-product-favorites-table th a {
  text-decoration: none;
}
#client-product-favorites-table td a.btn,
#client-product-favorites-table th a.btn {
  font-size: 0.8em;
}
#client-product-favorites-table td.bolded {
  font-size: 1.2em;
  font-weight: bold;
}
/*---
| PRODUCT
---*/
.product-info {
  margin-bottom: 80px;
}
.product-info .product-content .nav-tabs {
  margin: -20px -20px 20px;
}
.product-info .product-content .tab-content {
  overflow: visible;
}
.product-info .product-content #product .details,
.product-info .product-content #product .short-description,
.product-info .product-content #product .options,
.product-info .product-content #product .extras,
.product-info .product-content #product .add-to-cart {
  padding: 20px 0;
}
.product-info .product-content #product .details {
  padding-top: 0;
}
.product-info .product-content #product .add-to-cart {
  padding-bottom: 0;
}
.product-info .product-content #product form > div {
  border-bottom: 1px solid #f0f0f0;
}
.product-info .product-content #product form > div:last-child {
  border-bottom: none;
}
.product-info .product-content #product .details h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
}
.product-info .product-content #product .details .prices {
  line-height: 24px;
  margin: 0 0 20px;
}
.product-info .product-content #product .details .prices .price {
  color: #E61D2B;
  font-weight: 600;
  font-size: 20px;
}
.product-info .product-content #product .details .prices .base {
  color: #c7c8c8;
  font-size: 14px;
  font-weight: 400;
}
.product-info .product-content #product .details .meta {
  color: #606362;
  font-size: 12px;
  text-decoration: none;
  /*zoom: 1;*/
}
.product-info .product-content #product .details .meta:before {
  content: '';
  display: block;
}
.product-info .product-content #product .details .meta:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-content #product .details .meta > div {
  float: left;
  margin-right: 20px;
}
.product-info .product-content #product .details .meta > div i {
  margin-right: 2px;
}
.product-info .product-content #product .details .meta .categories a {
  color: inherit;
  text-decoration: none;
}
.product-info .product-content #product .details .meta .categories a:after {
  content: ", ";
}
.product-info .product-content #product .details .meta .categories a:last-child:after {
  content: "";
}
.product-info .product-content #product .details .meta .categories a:hover {
  color: #E61D2B;
}
.product-info .product-content #product .short-description {
  color: #939694;
  font-size: 14px;
}
.product-info .product-content #product .short-description p {
  margin-bottom: 0;
}
.product-info .product-content #product .extra {
  float: left;
  margin-right: 20px;
}
.product-info .product-content #description {
  font-size: 13px;
}
.product-info .product-content #description > *:last-child {
  margin-bottom: 0;
}
.product-info .product-content #description ul li,
.product-info .product-content #description ol li {
  list-style-position: inside;
}
.product-info .product-images .box {
  margin-bottom: 0;
}
.product-info .product-images .primary {
  margin: -20px -20px 0;
}
.product-info .product-images .thumbs {
  margin: 0 -20px;
  padding: 20px;
  position: relative;
}
.product-info .product-images .thumbs:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -8px;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info .product-images .thumbs .thumbs-list {
  margin-left: -3%;
  margin-bottom: -3%;
  /*zoom: 1;*/
}
.product-info .product-images .thumbs .thumbs-list:before {
  content: '';
  display: block;
}
.product-info .product-images .thumbs .thumbs-list:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-images .thumbs .thumbs-list li {
  width: 17%;
  float: left;
  margin-left: 3%;
  margin-bottom: 3%;
  list-style: none;
}
.product-info .product-images .thumbs .thumbs-list li a {
  display: block;
  border: 4px solid #f0f0f0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-info .product-images .thumbs .thumbs-list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product-info .product-images .thumbs .thumbs-list li a:hover {
  border-color: #E61D2B;
}
.product-info .product-images .thumbs .thumbs-list li a:hover:before {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product-info .product-images .thumbs .thumbs-list li a.active {
  border-color: #E61D2B;
}
.product-info .product-images .thumbs .thumbs-list li img {
  display: block;
}
.product-info .social {
  margin: 0 -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.product-info .social #sharrre {
  text-align: center;
}
.product-info .social #sharrre > div {
  display: inline-block;
}
.product-content .nav-item {
  text-align: center;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.nav-tabs {
  border-bottom: 5px solid #E61D2B;
  margin-bottom: 0;
  background-color: #ffffff;
}
.nav-tabs li {
  margin-bottom: 0;
}
.nav-tabs li > div,
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
  text-decoration: none;
  margin-right: 0px;
  padding: 14px 20px 9px;
  border: none;
  font-size: 12px;
  color: #797d7b;
  text-transform: uppercase;
  background-color: #ffffff;
  outline: 0 none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-tabs li > div [class^="icon-"],
.nav-tabs li a [class^="icon-"],
.nav-tabs li a:hover [class^="icon-"],
.nav-tabs li a:active [class^="icon-"],
.nav-tabs li a:focus [class^="icon-"],
.nav-tabs li > div [class*=" icon-"],
.nav-tabs li a [class*=" icon-"],
.nav-tabs li a:hover [class*=" icon-"],
.nav-tabs li a:active [class*=" icon-"],
.nav-tabs li a:focus [class*=" icon-"] {
  margin: 0 0 6px;
  display: block;
  text-align: center;
}
.nav-tabs li > div span,
.nav-tabs li a span,
.nav-tabs li a:hover span,
.nav-tabs li a:active span,
.nav-tabs li a:focus span {
  display: block;
  text-align: center;
}
.nav-tabs li a:hover {
  color: #E61D2B;
}
.nav-tabs li.active > div,
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
  border: 1px solid #c6030a;
  border-bottom: none;
  background-color: #E61D2B;
  color: #ffffff;
  webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.nav-tabs + .box {
  position: relative;
  z-index: 10;
}
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav-tabs.nav-stacked > li > a {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fbfbf9;
  padding: 15px 20px;
  text-transform: none;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:active,
.nav-tabs.nav-stacked > li > a:focus {
  border-bottom: 1px solid #E61D2B;
  background-color: #E61D2B;
  color: #ffffff;
  webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.nav-tabs.nav-stacked li.active {
  position: relative;
}
.nav-tabs.nav-stacked li.active a {
  border-right: none;
  border-bottom: 1px solid #e3e3e3;
  background-color: #ffffff;
  color: #E61D2B;
  font-weight: 700;
}
.nav-tabs.nav-stacked li.active:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: -1px;
  width: 1px;
  background-color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #f40009;
  color: #ffffff;
  border-color: #c6030a;
}
.nav-tabs .nav-link {
  border: 1px solid #ddd;
  border-bottom: 0px solid #ddd;
  border-color: #ddd;
  webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: #ffffff;
  color: #797d7b;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 1px solid #ddd;
  border-bottom: 0px solid #ddd;
  webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
html.lt-ie9 .product-info .product-images .thumbs,
html.lt-ie9 .product-info .product-images .thumbs .thumbs-list,
html.lt-ie9 .product-info .product-images .thumbs .thumbs-list li img{
  display: none;
}
.detail-product-info {
  clear: both;
  margin: 0px;
}
.detail-product-info span {
  margin-top: 3px;
  float: left;
  color: #ffffff;
  padding: 2px 10px;
  margin-right: 5px;  
}
.detail-product-info span.no-stock {
  background-color: #BE5F7C;
}
.detail-product-info span.other-info {
  background-color: #E61D2B;
  clear: left;
}
/* BOX */
.box {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  /*color: @arguments;*/
}
.box .box-header {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.box .box-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 700;
  margin: 0;
}
.box .box-header h5 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.box .box-image {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.box .box-image a,
.box .box-image img {
  display: block;
}
.box .box-body,
.box .box-content {
  margin-top: 20px;
}
.box .box-body > *:last-child,
.box .box-content > *:last-child {
  margin-bottom: 0;
}
.box .box-body .price-list,
.box .box-content .price-list {
  margin: -20px;
}
.box .box-body .price-list li,
.box .box-content .price-list li {
  margin: 0;
}
.box .box-footer {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}

.box-puntos {
  -webkit-border-radius: 0;
  -webkit-background-clip: none;
  -moz-border-radius: none;
  -moz-background-clip: none;
  border-radius: none;
  background-clip: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 50px;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;

}
.box-puntos .box-image {
  border-bottom: 0;
}
.box-puntos .box-header {
  border-bottom: 0;
  padding-bottom: 50px;
}
.box-puntos .box-footer {
  border-top: 0;
  background-color: #fff;
  padding: 0;
  margin-top: 50px;
}
.box .box-footer:before {
  content: '';
  display: block;
}
.box .box-footer:after {
  content: '';
  display: table;
  clear: both;
}
.box .box-header + .box-footer {
  border-top: none;
  margin-top: 0;
}
.box .box-content.highlight {
  margin: 0 -20px;
  padding: 0 20px;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}
.box .buttons {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .buttons:before {
  content: '';
  display: block;
}
.box .buttons:after {
  content: '';
  display: table;
  clear: both;
}
.box .hgroup.title + .buttons {
  border-top: none;
  margin-top: 0;
}
/*
.box.border-top {
  border-top: 5px solid #E61D2B;
}
.box.border-right {
  border-right: 5px solid #E61D2B;
}
.box.border-bottom {
  border-bottom: 5px solid #E61D2B;
}
.box.border-left {
  border-left: 5px solid #E61D2B;
}
*/
.product-info .product-content #description span.block, .product-info .product-content #product span.block {
  display: block;
  margin-top: 10px;
}
.product-list li .image .badge-sale,
.product-list li .image .badge,
.product-list li .image .badge-no-stock,
.detail-product-info span {
  -webkit-box-shadow: -4px 3px 3px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: -4px 3px 3px -2px rgba(0,0,0,0.75);
  box-shadow: -4px 3px 3px -2px rgba(0,0,0,0.75);
}
.product-list li .image .badge-sale, .detail-product-info span.other-info {
  background-color: #82b74b;
  color: #ffffff;
}
section#buscador input {
  min-height: 30px;
  background-color: #ddd;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: 0px !important;
}
section#buscador button {
  margin-top: -2px;
}
.product-categories-container {
  padding: 0px;
}
.product-categories-container .box {
  padding: 20px;
}
.product-categories-container ul.category-list {
  padding: 0px;
  list-style: none;
}
.product-categories-container ul.category-list li {
  font-size: 13px;
}
.product-categories-container ul.category-list li span.badge {
  float: right;
}
.orders > tbody > tr > td, table.orders > tbody > tr > td, table.orders > thead > tr > th,
table.orders > tfoot > tr > th {
  vertical-align: middle;
}
.orders .cancel {
  font-size: 11px;
  margin-top: 6px;
  margin-bottom: 0px;
}
div.radio label {
  display: inline-block;
  margin-left: 40px;
}