.products-grid .item .item-inner .item-img .item-box-hover {
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	width: 100%;
	top: 50%;
	opacity: 0
}

.products-grid .item:hover .item-inner .item-img .item-box-hover {
	visibility: visible;
	opacity: 1;
	left: 0px;
	bottom: 0px;
}

.products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 7px
}

.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
	color: #627c67;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none;
	width: 42px;
	background: #f3eeeb;
	border-radius: 50px;
}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px #d3e1d4 solid;
	width: 42px;
	background: #d3e1d4;
	border-radius: 50px;
	color: #fff;
	min-width: 10px;
	float: none;
}

.item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
	background-color: #d3e1d4;
	cursor: pointer;
	bottom: 10%;
	color: #fff;

}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 16px;
}

a.button.detail-bnt span {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 2px;
	font-weight: 700;
	margin-left: 6px;
	display: none
}

.products-grid .item .add_cart {
	display: inline-block;
}


.products-grid .item .add_cart .btn-cart span {
	display: none
}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button:hover {
	background: #d3e1d4;
	color: #627c67;

}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
	background: none;
	padding: 0px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.products-grid .item .item-inner {
	position: relative;
	text-align: center;
	overflow: visible;
	border-right: 1px solid #dde4e7;
	border-bottom: 1px solid #dde4e7;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-top: 15px;
	min-height: 500px;
}

.products-grid .item .item-inner .item-img {
	position: relative;
}

.products-grid .item .item-inner .item-img .ico-product {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	background: #de44c3;
	padding: 4px 20px 8px;
	color: #FFF;
	font-size: 150%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.products-grid .item .item-inner .item-img .item-img-info {
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	/* overflow: hidden; */
	/* display: inline-block; */
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
	max-width: 100%;
	border-radius: 0px 0px 0px 0px;
}

.products-grid .item .actions .quick-view-btn, .products-grid .item .actions .link-wishlist, .products-grid .item .actions .link-compare, .products-grid .item .add_cart .btn-cart {
	line-height: 20px;
}

/* 2-Add to cart button */
.product-view .product-shop .add-to-box .btn-cart {
	background: #d3e1d4;
	color: #fff;
	padding: 10px 35px;
	border-radius: 999px;
}

.product-view .product-shop .add-to-box .btn-cart:hover {
	background: #9fa591;
	color: #fff;
}

.product-view .product-shop .add-to-box .btn-cart:disabled {
	background: #dadfd1;
}

.products-grid .item .add_cart .btn-cart span {
	display: none
}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before {
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 16px;
}

.products-list .product-shop button.button.btn-cart {
	color: #fff
}

.products-list .product-shop button.button:hover {
	color: #fff;
}

.products-list .product-shop .btn-cart:before {
	content: "\f07a";
	font-family: 'FontAwesome';
}

.products-list .product-shop button.button span {
	font-weight: 500;
}

.products-list .product-shop .btn-cart {
	border-bottom: 2px #565656 solid;
	background: #a2b6a5;
	color: #fff;
}

.products-list .product-shop .btn-cart:hover {
	background: #a2b6a5;
	border-bottom: 2px #565656 solid;
	color: #fff;
}

.products-list .product-shop .btn-cart span {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.products-grid .item .item-inner:hover .btn-cart {
	display: inline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*.bestsell-pro .item .item-inner:hover .item-price{display:none;}
.bestsell-pro .item .item-inner .btn-cart{display:none;}*/
.bestsell-pro .item .item-inner:hover .btn-cart {
	display: inline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.featured-pro .item .item-inner:hover .item-price {
	display: inline;
}

.featured-pro .item .item-inner .btn-cart {
	display: inline;
	font-size: 14px;
	color: #868686;
	display: inline-block;
	background: none;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: #222;
	transition: .6s;
	padding: 18px 36px;
	text-transform: uppercase;
	white-space: nowrap;
}

.featured-pro .item .item-inner:hover .btn-cart {
	display: inline;
}

.box-category .subDropdown {
	top: 10px;
	right: 0px;
	position: absolute;
	cursor: pointer;
	width: 18px;
	height: 18px;
	padding: 3px;
}

.box-category .subDropdown:hover {
	opacity: 0.8;
}

.box-category .subDropdown.plus {
	background-image: url(../images/plus.png);
}

.box-category .subDropdown.minus {
	background-image: url(../images/minus.png);
	top: 10px
}

.category-products li {
	list-style: none;
}

.social li {
	list-style: none;
}

ul.level0 {
	padding: 0;
	line-height: 20px;
}

li.level0>a>span>.cat-label {
	position: absolute;
	top: -12px;
	right: 0;
	padding: 0 6px;
	font-size: 14px;
	line-height: 22px;
}

/* Add pin (only 1st level) */
li.level0>a>span>.pin-bottom:before {
	position: absolute;
	right: 6px;
	top: 22px;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
	transition: border-color 450ms ease-in-out;
	-moz-transition: border-color 450ms ease-in-out;
	-webkit-transition: border-color 450ms ease-in-out;
	-o-transition: border-color 450ms ease-in-out;
}

li.level0>a:hover>span>.pin-bottom:before {
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms;
	-o-transition-duration: 100ms;
}

.box-content {
	margin-top: 15px
}

.box-category {
	padding: 0px 0px;
	background: #fff;
	border-radius: 0 0 0 0;
}

.box-category ul {
	list-style: none;
	margin: 10px 15px 10px 15px;
	padding: 0px;
}

.box-category>ul>li {
	display: block;
	position: relative;
	margin: 0;
	border-bottom: 0px #ececec solid
}

.box-category>ul>li.last {
	display: block;
	position: relative;
	box-shadow: 0 0px 0 #dbebf9, 0 0px 0 #FFFFFF;
}

.box-category>ul>li:first-child {
	border-top: 0;
}

.box-category .subDropdown {
	top: 10px;
	right: 0px;
	position: absolute;
	cursor: pointer;
	width: 18px;
	height: 18px;
	padding: 3px;
}

.box-category .subDropdown:hover {
	opacity: 0.8;
}

.box-category .subDropdown.plus {
	background-image: url(../images/plus.png);
}

.box-category .subDropdown.minus {
	background-image: url(../images/minus.png);
	top: 10px
}

.box-category ul li a {
	padding: 6px 0px;
	display: block;
	font-weight: normal;
}

.box-category ul li.double a {
	display: inline-block;
	margin: 0;
}

.box-category ul li {
	position: relative;
}

.box-category>ul>li>a {
	color: #646464;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 14px;

}


.box-category>ul>li ul {
	display: none;
	margin: 0px;
	margin-bottom: 25px;
}

.box-category>ul>li>ul li {
	padding: 0px;
}

.box-category>ul>li a.active {
	font-weight: normal;
}

.box-category>ul>li>a.active {
	color: #565656;
	font-weight: 500;
	margin-bottom: 0;
}

.box-category>ul>li a.active+ul {
	display: block;
}

.box-category a:hover {
	text-decoration: none;
	color: #a2b6a5;
}

.box-category>ul>li ul>li>a {
	border-bottom: 0 solid #EAEAEA;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	padding-left: 0px;
	padding-left: 15px;
}

.box-category>ul>li ul>li ul>li a {
	text-decoration: none;
	font-size: 14px !important;
	margin: 4px 8px !important;
	padding: 0px 16px !important;
	border-bottom: 0px solid #EAEAEA;
	color: #8597a4;
}

.box-category>ul>li ul>li ul>li a:hover {
	color: #222;
}

.box-category>ul>li ul>li>a:hover {
	color: #e0bd97;
}

.side-nav-categories, .side-nav-categories .block {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
	background: #fff;
}

.side-nav-categories .block-title {
	font-size: 25px;
	font-weight: 500;
	color: #e0bd97;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	line-height: normal;

}

.side-nav-categories ul li {
	padding: 0px 0px;
}

.side-nav-categories ul li a {
	display: inline-block;
	position: relative;
}

.side-nav-categories ul#magicat ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	line-height: 17px;
	margin-right: 5px;
	top: 6px;
}

.side-nav-categories ul#magicat ul li a {
	color: #666;
}

.side-nav-categories ul#magicat ul li a {
	padding-left: 12px;
}

.availability.in-stock {
	padding: 3px 3px;
	margin-bottom: 15px;
	margin-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.productborder {
	position: relative;
	overflow: hidden;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a {
	font-size: 1.1em;
	letter-spacing: normal;
	color: #627C67;
	font-weight: 600;
	word-spacing: 3px;
	text-transform: capitalize;
	padding-right: 15px;
}

.products-grid .item .item-inner .item-info .info-inner {
	margin-top: 10px;
}

.price {
	color: #757575;
	white-space: nowrap !important;
}

.item.col-md-4, .col-lg-4 {
	padding: 0;
}

.descuentos {
	color: #ffffff;
	font-size: 20px;
	line-height: 16px;
	display: inline-block;
	padding: 9px 20px;
	font-weight: 600;
	margin-left: 50%;
	position: relative;
	background: #c6d7c8;
	border-radius: 5px;
	text-transform: uppercase;
}

.descuentos i {
	font-size: 30px;
	padding: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	position: absolute;
	top: .5px;
}

.descuentos .fa-tag {
	color: #627c67;
	font-size: 30px;
}

/* Carrito */
.mini-cart {
	padding: 0px 0px 0px 0px;
	line-height: 50px;
	height: 50px;
	display: block;
	background: #fff;
	border-radius: 999px;
	width: 50px;
	text-align: center;
	margin-top: 25px;
	position: sticky;
	top: 0;
}

.mini-cart:hover {
	background: #a2b6a5;

}

.top-cart-content .basket a {
	border: none;
	color: #ef4749
}

.mini-cart:hover .basket a:before {
	color: #fff
}

.mini-cart .basket a {
	color: #151515;
	margin: 0px;
	font-size: 16px;
	letter-spacing: 0.5px;
	display: block;
	padding: 0 0 0px 0px;

}

.mini-cart .basket a:before {
	content: '\f291';
	font-family: FontAwesome;
	font-size: 18px;
	color: #627c67;
	display: inline-block;
	text-align: center;
	border-right: none;
	font-weight: normal;
}

.mini-cart .basket a span.cart_count {
	display: inline-block;
	color: #151515;
	width: 18px;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-right: 0px;
	padding-left: 0px;
	background: #cef1ea;
	border-radius: 999px;
	position: absolute;
	top: -7px;
	right: -8px;
	text-align: center;
}

.mini-cart .basket a div.price {
	display: inline-block;
}

.mini-cart .basket a:hover {
	text-decoration: none;
}

.mini-cart .open .basket a {
	color: #000;
	background: #fff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.product-view .product-shop .add-to-box .icon-basket {
	margin-right: 5px;
}

.mini-cart .basket a div.price {
	display: none;
}

.mini-cart .basket a {
	margin: 0px;
	font-size: 13px;
	letter-spacing: normal;
	font-weight: normal;
	line-height: 52px;
}

.mini-cart .fa {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 16px;
	color: #fff;
	height: 15px;
	display: inline-block;
	line-height: 10px;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	z-index: 1001;
}

.botones-carrito-miniatura {
	font-size: 10px !important;
	margin-left: 1px;
}

.custom button.items-count1 {
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-size: 5px;
	line-height: 0px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100px;
}

.custom button.items-count1 {
	background-color: #d3e0b9;
	color: #627c67;
}

.custom button.items-count {
	background-color: #d3e1d4;
	border: none;
	color: #ffffff;
	border-radius: 999px
}

.custom button.items-count:hover {
	background-color: #c6d7c8;
	color: #ffffff;
}

.custom button.items-count:disabled {
	background-color: #ebf1f4;
}

.custom button.items-count {
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-size: 10px;
	line-height: 0px;
	padding: 13px 12px 9px 14px;
	height: 40px;
	width: 40px;
	text-align: center
}

.top-cart-content {
	top: 40px;
	right: -60px;
}

.top-cart-content {
	display: none;
}

.top-cart-content .product-name {
	margin: 0;
}

.top-cart-content .product-name a {
	font-size: 15px;
	color: #627c67;
	text-transform: capitalize;
}

.top-cart-content strong {
	font-weight: 400
}

.top-cart-content .pull-right {
	margin-right: 10px;
	padding-top: 3px
}

.top-cart-content .basket a {
	border: none;
	color: #ef4749
}

.top-cart-content .empty {
	padding: 10px;
	color: #333333;
}

.top-cart-content {
	display: none;
	position: absolute;
	top: 57px;
	right: 0px;
	background: #fff;
	padding: 0;
	text-align: center;
	z-index: 1001;
	box-shadow: 0 5px 10px -7px;
	border-radius: 0px;
	min-width: 320px;
	line-height: normal;
}

.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px;
}

.top-cart-content .block-subtitle {
	border-bottom: 1px solid #DDDEE1;
	color: #fff;
	overflow: hidden;
	padding: 0px 5px;
	text-align: left;
	background: #ef4749
}

.top-cart-content .block-subtitle .price {
	color: #fdd21b
}

ul#cart-sidebar {
	padding: 15px 20px 0px;
}

.top-cart-content li.item {
	width: 290px;
	border-bottom: 1px #eee solid;
	display: inline-block;
	padding: 15px 0;
}

.top-cart-content li.item.last {
	margin: 0;
	border-bottom: 0px #eee solid;
	padding-bottom: 10px
}

.top-cart-content .product-details {
	color: #999;
	position: relative;
	text-align: left;
}

.top-cart-content .access {}

.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px;
}

.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 30px;
	top: -2px;
}

.top-cart-content .product-details .btn-edit:hover {
	color: #339900;
}

.top-cart-content .actions {
	width: 88%;
	padding: 15px 0px;
	margin: 15px 20px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 4px;
}

.top-cart-content .btn-primary, .top-cart-content .btn-danger, .top-cart-content .btn-primary:hover, .top-cart-content .btn-danger:hover {
	background-color: #fff;
	border: medium none;
	color: #333;
	padding: 0;
	transition: all 0.3s linear 0s;
}

.top-cart-content {
	top: 40px;
	right: -60px;
}

.top-cart-content .actions {
	padding: 12px 10px 0;
}

.top-cart-content {
	top: 40px;
}

.top-cart-content li.item {
	width: 312px;
}

.top-cart-content .actions {
	padding: 12px 10px 0;
}

.top-cart-content {
	top: 39px;
}

.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 65px;
}

.mini-products-list .product-image img {
	width: 65px;
}

.mini-products-list .product-details {
	/* margin-left: 80px; */
	padding: 0;
}

.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
	word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
	white-space: normal !important;
}

.block-related .mini-products-list .product-details {
	margin-left: 125px;
	text-align: left;
}

.block-related .mini-products-list .product-details .product-name {
	text-align: left;
}

.block-related .mini-products-list .product-image {
	width: 100px;
	margin: 0;
	padding: 0 10px;
}

.mini-products-list .price-box * {
	display: inline;
}

.mini-products-list .price-box .price {
	margin-right: 10px;
}

.mini-products-list .product-image {
	margin-left: 8px;
}

.mini-cart .basket a span.cart_count {
	top: 5px;
	right: -6px;
}

.mini-cart .basket a span.cart_count {
	top: 5px;
	right: -6px;
}

.mini-cart .basket a:before {
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.mini-cart .basket a div.price {
	display: none;
}

.mini-cart .basket a span.cart_count {
	top: 5px;
	right: -6px;
}

.mini-cart .basket a {
	margin: 0px;
	font-size: 13px;
	letter-spacing: normal;
	font-weight: normal;
	line-height: 52px;
	/* padding: 19px 20px 24px; */
}

.mini-cart .basket a:before {
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.mini-cart .basket a {
	/*min-width: 100% !important;*/
	font-size: 12px;
}

.mini-cart .basket a span.price {
	display: none;
}

.mini-cart .dropdown-toggle {
	font-size: 14px;
	padding: 0px;
	text-transform: none;
}

ul#cart-sidebar {
	padding: 15px 20px 0px;
}

ul#cart-sidebar {
	padding: 10px 0 0;
}

span.numero-productos:hover {
	color: #ffffff;
}

span.numero-productos {
	color: #627c67;
	font-weight: 600;
}

.item .item-inner .item-img .box-hover .add-to-links li a.link-wishlist:after {
	content: "\f004";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .box-hover .add-to-links li a.link-compare:after {
	content: "\f005";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .box-hover .add-to-links li a.link-quickview:after {
	content: "\f002";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .box-hover .add-to-links li a.add-to-cart:after {
	content: "\f07a";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
	color: #151515;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 11px 0px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none;
	width: 42px;
	background: #f3eeeb;
	border-radius: 50px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	min-width: 10px !important;
	/* padding: 0px 0px !important; */
}

.btn-remove1 {
	background-image: url(../images/btn_remove.png);
	margin: 0px 0 0 5px;
}

.btn-remove1:hover, .btn-remove1:focus {
	background-position: 0 -12px;
}

.btn-remove1 {
	display: block;
	width: 15px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	margin-top: 5px;
	background-color: white;
	float: right;
}

.block-compare .btn-remove1 {
	left: auto;
	right: 0px !important;
	margin-top: 0px;
	top: 10px
}

.mini-cart .btn-remove1 {
	margin-top: 0px;
	top: 0px;
	padding: 0px;
}

.handlers {
	margin-bottom: 3px;
	margin-right: 3px;
}

.product-manufacturer {
	color: #959595;
	font-size: 13px;
	font-weight: normal;
}

.col-left .block-cart ul li.item {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

.block-cart ul li.item img {
	width: 80px;
}

.col-left .block-cart ul li.item.last {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.col-left .block-cart ul li.item {
	display: inline-block;
}

.featured-pro .products-grid .item .item-inner .item-info .info-inner {
	border-top: none;
	font-size: 36px;
	margin-left: 140px;
	height: auto;
	margin-top: 35px
}

.featured-pro .new-top-right {
	/*	right: 0px; */
	top: 15px;
}

.featured-pro .products-grid .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	overflow: hidden;
	/*display: inline-block;*/
}

.featured-block .products-grid .item .item-inner {
	position: relative;
	text-align: left;
	overflow: hidden;
	/* border: 1px #fff solid; */
	/*padding: 15px 0px;*/
}

.featured-pro .products-grid .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	overflow: hidden;
	/*display: inline-block;*/
}

.featured-block .products-grid .item .item-inner {
	position: relative;
	text-align: left;
	overflow: hidden;
	/* border: 1px #fff solid; */
	/*padding: 15px 0px;*/
}

.featured-pro .products-grid .item .item-inner .item-info .info-inner .item-title a {
	font-size: 38px;
	display: block;
	/*margin-bottom: 15px;*/
	letter-spacing: normal;
}

.new-product .item .item-inner .item-info .info-inner .item-title {
	margin-bottom: 3px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	text-align: center;
}

.new-product .item .item-inner .item-info .info-inner .item-title a {
	text-decoration: none;
	font-size: 13px;
	color: #292b2c;
	margin-bottom: 0px;
}

.new-product .item .item-inner:hover .item-img .item-img-info a.product_image img {
	-moz-transform: scale(1.09, 1.09);
	-ms-transform: scale(1.09, 1.09);
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.new-product .item .item-inner .item-info .info-inner {
	border-top: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-top: 15px;
}

.new-product .new-top-right {
	/*	right: 0px; */
	top: 15px;
	left: -15px;
}

.new-product .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	margin-top: 15px;
}

.new-product .item .item-inner {
	position: relative;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
}

.new-product .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	margin-top: 15px;
}

.new-product .item .item-inner .item-img .item-img-info a.product-image:hover img {
	background: #000;
}

.new-product .item .item-inner .item-img .item-img-info a.product-image img {
	width: 100%;
}

.item .item-inner .item-img .box-hover .add-to-links li a.link-wishlist:after {
	content: "\f004";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .box-hover .add-to-links li a.link-compare:after {
	content: "\f005";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .box-hover .add-to-links li a.link-quickview:after {
	content: "\f002";
	font-size: 15px;
	font-weight: normal;
}

.item .item-inner .item-img .box-hover .add-to-links li a.add-to-cart:after {
	content: "\f07a";
	font-size: 15px;
	font-weight: normal;
}

.category-products .item .item-inner:hover .item-img .box-hover {
	right: 0;
}

.products-grid .item .item-inner {
	position: relative;
	text-align: center;
	overflow: visible;
	border-right: 1px solid #dde4e7;
	border-bottom: 1px solid #dde4e7;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-top: 15px;
}

.bestsell-block .item .item-inner {
	background: #fff;
	border-right: 1px solid #ebf1f4;
	border-bottom: 1px solid #ebf1f4;
}

.productborder {
	position: relative;
	overflow: hidden;
}

.products-grid .item .item-inner .item-img {
	position: relative;
}

.products-grid .item .item-inner .item-img .ico-product {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	background: #de44c3;
	padding: 4px 20px 8px;
	color: #FFF;
	font-size: 150%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.products-grid .item .item-inner .item-img .item-img-info {
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
	width: 100%;
	/* overflow: hidden; */
	/* display: inline-block; */
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
	max-width: 100%;
	/*	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0); */
	border-radius: 0px 0px 0px 0px;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main {
	display: inline;
}

.products-grid .item .item-inner .item-img .item-box-hover {
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	width: 100%;
	top: 50%;
	opacity: 0
}

.products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 7px
}

.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
	color: #151515;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 11px 0px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none;
	width: 42px;
	background: #f3eeeb;
	border-radius: 50px;
}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
	background: none;
	padding: 0px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before {
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 16px;
}

.products-grid .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 16px;
}

.products-grid .item .item-inner .item-img {
	margin: 0px auto 0;
	/* border-bottom: 1px solid #ddd; */
	border: none;
	box-shadow: none;
}

.featured-pro .slider-items-products .item .item-inner:hover .item-img {
	box-shadow: none;
}

.products-grid .item .item-inner:hover .item-img {}

.products-grid .item .item-inner .item-info .info-inner {
	border-top: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 140px;
}

.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings {
	/*margin: 0 0;*/
}

.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
	float: none;
	margin: 0 0;
}

.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
	display: none;
}

.products-grid .item .item-inner .item-info .info-inner .item-title {
	margin-bottom: 3px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 15px;
}

.featured-pro .products-grid .item .item-inner .item-info .info-inner .item-title a {
	text-align: left;
}

.featured-pro .products-grid .item .item-inner .item-info .info-inner .item-title {
	text-align: left;
}

.block-cart ul li.item img {
	width: 80px;
}

.col-left .block-cart .block-content ul li .product-details {
	float: right;
	width: 70%;
	color: #999
}

.col-left .block-cart .block-content ul li .product-details strong {
	font-weight: 400;
	color: #999
}

.col-left .block-cart .block-content ul li .product-details .access {
	float: left
}

.col-left .block-cart .block-content ul li .product-details .access .btn-remove1 {
	position: inherit;
	padding: 0px 0px;
}

.col-left .block-cart ul li.item {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

.col-left .block-cart .block-content ul li .product-details {
	width: 80%;
}

.col-left .block-cart .block-content ul li .product-details {
	width: 100%;
	margin-top: 10px;
}

.col-left .block-cart .block-content ul li .product-details {
	width: 55%;
}

.sidebar .block-cart .block-subtitle {
	color: #a2b6a5;
	font-size: 14px;
	padding-top: 60px;
}

.col-left .block-cart .block-content ul li .product-name {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 17px;
	margin-top: 5px;
}

.col-left .block-cart .block-content ul li .product-name a {
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	letter-spacing: normal;
	text-align: left;
	text-transform: capitalize;
}

.block-cart .amount {
	margin-bottom: 5px;
	text-align: left;
	font-size: 16px;
	color: #797C7D;
	font-weight: normal;
}

.block-cart .amount a {
	margin-bottom: 5px;
	text-align: left;
	font-size: 16px;
	color: #9fa591;
	font-weight: 700;
}

.block-cart .subtotal {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 8px
}

.block-cart .subtotal .price {
	font-weight: 600;
	font-size: 20px;
}

.block-cart .block-content .summary .subtotal .label {
	background: none repeat scroll 0 0 transparent;
	border-radius: 0 0 0 0;
	box-shadow: none;
	font-weight: 700;
	padding: 2px 0;
	text-shadow: none;
	color: #627C67;
	font-size: 20px;
}

.mini-cart .view-cart {
	width: 100% !important;
	cursor: pointer;
	float: none;
	padding: 14px 0px;
}

.mini-cart .view-cart:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 7px;
}

/* producto */
.bestsell-block .item .item-inner {
	background: #fff;
	border-right: 1px solid #ebf1f4;
	border-bottom: 1px solid #ebf1f4;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
	max-width: 100%;
	border-radius: 0px 0px 0px 0px;
}

.bestsell-block {
	position: relative;
	/*background: #fff;*/
}

.bestsell-block {
	margin-bottom: 20px;
}

.bestsell-pro .block-content {
	padding: 0px 0px 0;
	margin: 0px;
	width: auto;
	border: 1px solid #ebf1f4;
	border-right: none;
	border-bottom: none
}

.product-view .product-shop .price {
	font-size: 36px;
	font-weight: 400;
}

.product-view .product-name h1 {
	margin: 0 0 2px;
	line-height: 1;
	padding-bottom: 12px;
	text-transform: capitalize;
	color: #a2b6a5;
}

.add-to-cart .qty, .qty-holder .qty {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
}

.add-to-cart .qty {
	height: 40px;
	text-align: center;
	width: 40px;
	margin: 0px;
}

.product-view .short-description p {
	font-size: 14px;
	text-align: justify;
	font-weight: 500;
}

.descripcion {
	font-size: 14px;
	text-align: justify;
	font-weight: 500;
	padding: 0 30px;
}

.descripcion li {
	line-height: 26px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: none;
	color: #ffffff;
	background: #667268;
}

.nav-tabs.product-tabs>li>a {
	padding: 25px 30px;
	font-size: 20px;
	color: #627c67;
	font-weight: 600;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active {
	color: #ffffff;
}

#productTabContent {
	padding: 30px 0 10px 0px;
	background: #fff;
	width: 100%;
}

.product-view {
	margin: 0px;
	position: relative;
	z-index: 0;
	padding: 10px 0px;
	display: block;
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: 30px
}

.product-view .product-shop {
	margin-top: 0;
}

.product-view .product-shop .add-to-box {
	padding: 15px 0px 20px 0px;
	text-align: left;
}

.product-shop .social ul li i {
	font-size: 20px;
	padding: 10px;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

/* .owl-carousel .owl-item{
	padding: 0px;
} */
.product-view .product-img-box .product-image .product-full img {
	width: 100%;
}

.product-full {
	overflow: hidden;
}

.product-view .product-img-box {
	border-right: 1px solid #ebf1f4;
	padding-right: 30px;
}

.product-view .product-img-box .product-image .product-flexslider {
	margin: 5px 45px 0 45px;
}

.product-view .product-img-box .product-image .product-full img {
	width: 100%;
}

.product-view .product-img-box .product-image .owl-next {
	right: -25px;
	top: 48%;
	margin: 0px;
}

.product-view .product-img-box .product-image .owl-next a, .product-view .product-img-box .product-image .owl-prev a {
	border: none;
	background: none;
}

.more-views .slider-items-products .owl-buttons .owl-next a:before, .more-views .slider-items-products .owl-buttons .owl-prev a:before {
	font-size: 24px;
}

.product-view .product-img-box .product-image .owl-prev {
	left: -45px;
	right: auto;
	top: 48%;
	margin: 0px;
}

.product-view .product-img-box .product-image .more-views-items {
	margin: 0px 10px;
}

.thmsoft-quickview .product-img-box, .thmsoft-quickview .product-shop {
	padding: 0px;
}

.product-img-box img {
	width: 100%;
}

.zoomWindowContainer {
	z-index: 9;
}

.zoomWindow {
	z-index: 1 !important;
}

.pro_details .bestsell-pro {
	margin-top: 30px;
	margin-bottom: 70px;
}

.custom {
	padding-right: 10px;
}

.main-container {
	min-height: 400px;
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}

.container-product {
	margin: 50px auto;
}

.handlerTable {
	width: 130px;
	margin: 0 auto;
}

.carrito-vacio {
	font-size: 1.9em;
	padding-top: 20px;
	color: #627C67;
	font-weight: 600;
}

.fa-shopping-cart {
	color: #d3e1d4;
}

button, input, select, textarea {
	border: 1px solid #ffffff;
	color: #627C67;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-bottom: 1px solid #dddddd;
	border-top: #ffffff;
}

.cart .product-name a {
	font-size: 15px;
	color: #797C7D;
	font-weight: 500;
}

.carrito-compras {
	font-size: 23px;
	font-weight: 700;
	padding: 11px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #627C67;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tabla-info-nutricional {
	width: 50%;
	border: 1px solid #9fa591;
	margin-left: auto;
	margin-right: auto;
}

.tabla-info-nutricional th {
	width: 5%;
	text-align: center;
	border: 1px solid #9fa591;
	background-color: #627c67;
	color: #FFFFFF;
}

.tabla-info-nutricional td {
	width: 5%;
	text-align: center;
	border: 1px solid #9fa591;
	font-weight: 600;
}

.data-table thead th, .data-table thead td, .data-table tfoot th, .cart .totals table th {
	font-size: 16px;
}

.sub-categorias {
	text-transform: capitalize;
}

p {
	font-size: 14px;
	font-weight: normal;
}

ul.products-grid {
	padding: 0;
}

.top-cart-content {
	overflow-y: scroll;
	max-height: 550px;
	-webkit-overflow-scrolling: touch;
}

.product-details .col-md-6 {
	padding-right: 5px;
	padding-left: 15px;
}

.product-details .col-md-9 {
	padding-right: 0;
	padding-left: 0;
}


.product-details .col-md-3 {
	padding-right: 5px;
	padding-left: 3px;
}

a {
	font-size: 14px;
	font-weight: normal;
	font-family: 'PoppinsRegular';
}

li {
	font-size: 14px;
	font-weight: normal;
}

input.price {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 999px;
	font-size: 15px;
	color: #000000;
	height: 40px;
	text-align: center;
	width: 40px;
	margin: 0px;
}

.mensaje {
	font-size: 1.3em;
}

.precio-anterior {
	color: orange;
	text-decoration: line-through;
	font-size: 18px;
}

.precio-2x1 {
	color: orange;
	font-size: 18px;
}

.descuento {
	color: orange;
}