﻿/********** CATEGORY PAGE MARCA **********/
.page-title-marca {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #44c0f0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	overflow: hidden;
	background: none;
}

.category-page .page-title-marca {
	display: table;
	width: 100%;
}


.title-marcas {
	background-color: #44c0f0;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
}

@media all and (min-width: 1024px) {

	.page-title {
		margin: 0 0 20px 0;
		border-bottom: 1px solid #eee;
		text-align: center;
		overflow: hidden;
		background: none;
	}

	.page-title-marca {
		text-align: left;
	}
}

/********** CATEGORY PAGE **********/

.breadcrumb {
	margin-top: 15px;
	text-align: center;
}

.breadcrumb ul {
	font-size: 0;
}

.breadcrumb li {
	display: inline-block;
	line-height: 1.6;
	font-size: 13px;
}

.breadcrumb li:first-child:before {
	content: '\e938';
	display: inline-block;
	margin-right: 5px;
	font-family: prisma;
	font-size: 15px;
	color: #ddd;
	vertical-align: middle;
}

.breadcrumb li a {
	color: #aaa;
}

.breadcrumb li .delimiter {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	font-size: 0;
}

.breadcrumb li .delimiter:after {
	content: '\e925';
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	color: #ddd;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.breadcrumb strong {
	font-weight: normal;
	color: #444;
	display: none;
}

.category-grid {
	padding: 30px 15px 15px;
	background: #fff;
}

.category-grid .item-box {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

.category-page .sub-category-item li {
	font-size: 13px;
}

.filter-options {
	display: none;
}

.category-grid .item-box:nth-of-type(2n) {
	margin-left: 0;
}

.category-grid .item-box .title {
	margin: 0;
	padding: 25px 0;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

.category-page .item-box .title {
	padding: 20px;
	font-size: 16px;
}

.category-grid .item-box .content-wrapper {
	position: relative;
	margin: -40px auto 40px;
	width: 83%;
	height: auto;
	background: #fff;
	z-index: 2;
}

.category-page .item-box .content-wrapper {
	margin: -30px auto 0;
}

.category-grid .item-box .sub-categories-list {
	text-align: center;
	font-size: 14px;
}

.category-grid .item-box .sub-categories-list li {
	margin-bottom: 8px;
	color: #888;
	display: none;
}

.category-grid .item-box .sub-categories-list li a:hover {
	color: #57b568;
}

.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
	width: 100%;
}

.category-page-body .page-body {
	background: #f6f6f6;
}

.category-description,
.manufacturer-description,
.vendor-description {
	padding: 15px;
	line-height: 24px;
	font-size: 13px;
	color: #888;
}

.contact-vendor {
	margin: 0 0 20px;
}

.contact-vendor-button {
	border: 0;
	padding: 12px 20px;
	border: 1px solid #eee;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.product-tag-page .product-list,
.product-tag-page .product-grid {
	margin: 0;
	padding: 20px;
	background: #f6f6f6;
}

.product-tag-page .pager {
	background: #f6f6f6;
}

.vendor-page .product-grid {
	padding: 5px;
	background: #f6f6f6;
}

.vendor-description,
.manufacturer-description {
	margin-bottom: 20px;
	padding: 4px;
	background: #f6f6f6;
}

.product-filters {
	display: none;
}

.product-selectors {
	padding: 10px 15px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #f6f6f6;
	font-size: 13px;
	color: #aaa;
}

.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}

.product-selectors>div {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}

.product-selectors select {
	margin: 0 5px;
	border: 1px solid #eee;
	color: #000;
}

.product-selectors .product-sorting select {
	width: 230px;
}

.product-selectors .product-viewmode {
	display: none;
	font-size: 0;
}

.product-selectors .product-viewmode span {
	vertical-align: middle;
}

.product-selectors .product-viewmode a {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
	font-size: 0;
	opacity: 0.15;
	vertical-align: middle;
}

.product-selectors .product-viewmode a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 19px;
	color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-selectors .product-viewmode a.grid:after {
	content: '\e937';
}

.product-selectors .product-viewmode a.list:after {
	content: '\e93a';
	font-size: 20px;
}

.product-selectors .product-viewmode a.selected {
	opacity: 1;
}

.product-selectors .product-viewmode a.selected:after {
	color: #fff;
}

.product-selectors .product-page-size span {
	float: left;
	margin: 8px 2px;
}

.product-selectors .product-page-size select {
	float: right;
	width: 80px;
}

.product-viewmode a.selected {
	background: #57b568;
}


.item-box {
	position: relative;
	float: left;
	margin: 0 0 30px;
	width: 49%;
}

.item-box:nth-of-type(2n) {
	margin-left: 1.5%;
}


.sale-of-the-day .item-box:nth-of-type(2n) {
	margin-left: .75%;
}

.two-per-row .product-grid .item-box {
	width: 100%;
}

.two-per-row .product-grid .item-box:nth-of-type(2n) {
	margin-left: 0;
}

.item-box .picture {
	overflow: hidden;
	background: #fff;
	z-index: 1;
}

.spc-products .item-box .details {
	background-color: #fff;
}

.item-box .picture a {
	position: relative;
	display: block;
}

.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.manufacturer-grid .item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 163% !important;
}

.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 100%;
}

.j-category .carousel-item.slick-slide.slick-active .item-box .picture img {
	border: solid 1px #515151;
	border-radius: 155px;
}

.j-category .item-box .picture {
	overflow: hidden;
	background: #f6f6f6;

}

.nop-jcarousel .slick-prev,
.nop-jcarousel .slick-next {
	background-color: #515151 !important;
}

.nop-jcarousel .slick-prev:after,
.nop-jcarousel .slick-next:after {
	color: #44c0f0 !important;
}

.spc-header li:before,
.spc-categories .category-title {
	background-color: transparent !important;
}

.nop-jcarousel.category-grid .item-box .title {
	font-size: 15px !important;
	color: #000 !important;
	text-transform: none !important;
	background-color: #f6f6f6 !important;
}

.item-box .details {
	padding-top: 10px;
	text-align: left;
}

.item-box .product-title,
.item-box .title {
	margin: 0 0 10px 0;
	height: 40px;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	overflow: hidden;
}

.item-box .product-title:hover,
.item-box .title:hover {
	color: #444;
}

.item-box .product-title a,
.item-box .title a {
	display: block;
	text-align: center;
}

.item-box .sku {
	display: none;
	/*remove if you want to show sku*/
	margin: 10px 0;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}

.product-list .item-box .sku {
	margin: 10px;
}

.item-box .product-rating-box {
	display: none;
}

.item-box .rating {
	margin-bottom: 5px;
	width: 70px;
	height: 11px;
	background-image: url('../img/rating.svg');
	background-repeat: repeat-x;
	background-color: #ccc;
	display: none;
}

.item-box .rating div {
	height: 11px;
	background-image: url('../img/rating.svg');
	background-repeat: repeat-x;
	background-color: #57b568;
}

.item-box .description {
	display: none;
	margin-bottom: 5px;
	font-size: 14px;
	color: #aaa;
}

.product-list .item-box .description {
	line-height: 120px;
}

.item-box .description a {
	display: block;
	overflow: hidden;
}

.item-box .prices {
	height: 80px;
	line-height: 1;
	text-align: center;
}

.item-box .old-price {
	margin-right: 7px;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 14px;
	color: #515151;
}

.item-box .actual-price {
	font-weight: bold;
	font-size: 16px;
}

.item-box .base-price-pangv,
.item-box .tax-shipping-info {
	white-space: nowrap;
	font-size: 11px;
	color: #aaa;
}

.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price {
	font-size: 15px;
}

.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price {
	font-size: 16px;
}

.item-box .attribute-squares {
	text-align: left;
}

.item-box .attribute-squares li {
	margin: 0 2px 0 0;
}

.item-box .attribute-squares label {
	padding: 2px;
	width: 26px;
	height: 26px;
}

.item-box .attribute-square {
	width: 20px;
	height: 20px;
}

.item-box .buttons-wrapper {
	display: none;
}

.item-box .buttons {
	display: inline-block;
	margin: 0;
	font-size: 0;
}

.product-list .item-box .buttons {
	direction: ltr;
	border-right: 4px solid #f6f6f6;
}

.product-list .item-box .buttons-wrapper .buttons button {
	border-bottom: 3px solid #57b568;
	height: 48px;
}

.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
	position: relative;
	padding: 0;
	border: 0;
	width: 47px;
	height: 45px;
	background: none;
	font-weight: normal;
	color: #57b568;
	font-size: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.item-box .buttons-wrapper button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 18px;
	color: #888;
	transition: all .3s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.item-box .buttons-wrapper button:hover:after {
	color: #57b568;
}

.item-box .add-to-compare-list-button:after {
	content: '\e91d';
}

.item-box .add-to-wishlist-button:after {
	content: '\e91e';
}

.product-list .item-box .product-box-add-to-cart-button:before,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before,
.item-type-2 .item-box .product-box-add-to-cart-button:before {
	content: '\e91c';
	display: inline-block;
	margin-right: 10px;
	font-family: prisma;
	font-weight: normal;
	font-size: 18px;
	vertical-align: middle;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before {
	margin: 0;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #57b568;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}

.item-type-2 .bestsellers .product-box-add-to-cart-button:hover:after,
.item-type-1 .product-box-add-to-cart-button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.item-type-1 .item-box .buttons-wrapper .product-box-add-to-cart-button:hover:after {
	color: #fff;
}

.item-box .buttons button+button:before {
	content: '.';
	position: absolute;
	top: 3px;
	left: 0;
	height: 35px;
	width: 1px;
	background: #eee;
	text-indent: -9999px;
	font-size: 0;
}

.product-grid .buttons button:before,
.bestsellers .buttons button:before {
	background: #eee;
}

.item-type-2 .product-grid .buttons button:before {
	background: rgba(0, 0, 0, .15);
}

.product-grid .item-box .buttons-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}

.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after {
	content: '\e91c';
	color: #57b568;
}

.item-box .buttons-wrapper button:after {
	color: #888;
}

.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper {
	top: 4px;
	border-bottom: 3px solid #57b568;
	background: #fff;
}

.item-type-2 .product-grid .buttons button:first-child:before {
	content: none;
}

.product-grid .buttons button:before,
.item-type-2 .bestsellers .buttons button:first-child:before,
.item-type-2 .product-grid .buttons button+button:before {
	content: '.';
	position: absolute;
	top: 3px;
	left: 0;
	height: 35px;
	width: 1px;
	text-indent: -9999px;
	font-size: 0;
}

.item-type-2 .product-grid .item-box .buttons-wrapper {
	top: -42px;
	padding-bottom: 45px;
	border-bottom: 0;
	background: none;
	z-index: 1;
}

.bestsellers.product-grid .item-box .buttons-wrapper {
	padding-bottom: 0;
	border-bottom: 0;
	background: #fff;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	height: 45px;
	width: 100%;
	transition: all .3s;
	z-index: 1;
}

.item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover {
	background: #57b568;
	color: #fff;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
	position: relative;
	width: 45px;
	font-size: 0;
}

.bestsellers.product-grid .item-box .product-box-add-to-cart-button:hover {
	background: none;
}

.item-type-2 .product-grid .item-box .buttons {
	border-top: 3px solid transparent;
	height: 45px;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bestsellers.product-grid .item-box .buttons {
	display: inline-block;
	border: 0;
	width: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.item-type-2 .product-grid .item-box:hover .buttons {
	border-color: #57b568;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.bestsellers.product-grid .item-box:hover .buttons {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product-grid,
.product-list {
	margin: 15px auto 0;
	width: 95%;
}

.category-page .product-grid {
	margin-top: 40px;
}

.product-grid .title {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #444;
}

.product-grid .title strong {
	font-weight: normal;
}

.product-grid.featured-product-grid {
	padding-bottom: 0;
	margin-bottom: 0;
}

.cross-sells {
	margin-top: 100px;
	padding: 20px;
	background: #f6f6f6;
}

.pager {
	padding: 5px;
	border-top: 4px solid #fff;
	background: #f6f6f6;
}

.pager ul {
	text-align: center;
	font-size: 0;
}

.pager li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.pager li:last-child {
	margin: 0;
}

.pager li {
	position: relative;
	background: #fff;
}

.pager li a,
.pager li span {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	/*reset zeroing*/
	color: #aaa;
	cursor: pointer;
}

.pager li a:hover,
.pager li span:hover,
.pager li.current-page span {
	color: #fff;
}

.pager li:before,
.pager li.current-page:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #57b568;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.pager li.current-page:before,
.pager li:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	position: relative;
	font-size: 0;
}

.pager li.previous-page a:after,
.pager li.next-page a:after,
.pager li.first-page a:after,
.pager li.last-page a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: prisma;
	font-size: 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pager li.previous-page a:after {
	content: '\e921';
}

.pager li.next-page a:after {
	content: '\e922';
}

.pager li.first-page a:after {
	content: '\e924';
}

.pager li.last-page a:after {
	content: '\e925';
}

.category-page .pager~div {
	padding-top: 20px;
	border-top: 4px solid #fff;
}

.category-page .pager~div div {
	background: none;
}

/*manufacturers , vendors*/

.manufacturer-grid,
.vendor-grid,
.recently-added-products-page .product-grid {
	padding: 5px;
	background: #f6f6f6;
}

.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid {
	margin: 0 auto;
	padding: 10px;
	background: #f6f6f6;
}

.vendor-item .picture,
.manufacturer-item .picture {
	position: relative;
}

.vendor-item .picture .hover,
.manufacturer-item .picture .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #57b568;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover {
	opacity: .9;
}

.vendor-item .picture .hover span,
.manufacturer-item .picture .hover span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vendor-item .title,
.manufacturer-item .title {
	height: auto;
	text-align: center;
}

.vendor-item .title a,
.manufacturer-item .title a {
	margin: 0;
	padding: 15px 0;
	margin-top: 4px;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

.vendor-item:hover .title a,
.manufacturer-item:hover .title a {
	color: #57b568;
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
	position: relative;
	padding: 50px 0 0;
	border-bottom: 4px solid #fff;
	margin: 0 auto;
	background: #f6f6f6;
}

.home-page-product-grid:before,
.home-page-product-grid:after,
.bestsellers:before,
.bestsellers:after {
	content: '.';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 50%;
	background: #f6f6f6;
	text-indent: -9999px;
	font-size: 0;
}

.home-page-product-grid:before,
.bestsellers:before {
	right: 100%;
}

.bestsellers:after,
.home-page-product-grid:after {
	left: 100%;
}

.home-page-category-grid,
.manufacturer-grid {
	margin: 0 0 0;
}

.home-page-category-grid .item-grid {
	font-size: 0;
}

.home-page-category-grid .item-box {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.two-colums-wrapper {
	padding: 50px 0;
	overflow: hidden;
}

@media all and (min-width: 481px) {

	.category-grid .item-box,
	.item-box {
		width: 49%;
		/*two per row*/
		margin-left: 2%;
	}

	.item-box:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}

	.category-grid .item-box:nth-child(2n) {
		margin-left: 2%;
	}

	.two-per-row .product-grid .item-box {
		width: 49%;
	}

	.two-per-row .product-grid .item-box:nth-of-type(2n) {
		margin-left: 2%;
	}
}


@media all and (min-width: 769px) {

	.page-title,
	.checkout-page .page-title {
		margin: 0 0 20px 0;
		border-bottom: 1px solid #eee;
		text-align: center;
		overflow: hidden;
		background: none;
	}

	.order-progress {
		padding-bottom: 0;
	}

	.html-recently-added-products-page .master-wrapper-content,
	.vendor-page .master-wrapper-content,
	.manufacturer-page .master-wrapper-content,
	.category-page-body .master-wrapper-content {
		width: 98%;
	}

	.category-page-body .product-grid {
		padding: 15px 15px 0;
	}

	.product-selectors {
		text-align: left;
	}

	.product-selectors>div {
		float: left;
		margin: 3px 10px 0 0;
	}

	.product-selectors .product-viewmode {
		display: inline-block;
		margin: 0;
	}

	.item-box,
	.category-grid .item-box {
		width: 23.5%;
	}

	.category-page--landing .item-box {
		width: 19%;
	}

	.item-box:nth-child(2n+1),
	.category-grid .item-box:nth-child(2n+1) {
		clear: none;
		/*revert the second item*/
		margin-left: 2%;
		/*revert the second item*/
	}

	.category-page--landing .item-box:nth-child(2n+1) {
		clear: none;
		/*revert the second item*/
		margin-left: .75%;
		/*revert the second item*/
	}

	.two-per-row .product-grid .item-box:nth-child(2n+1),
	.two-per-row .product-grid .category-grid .item-box:nth-child(2n+1) {
		margin-left: 0;
	}

	.two-per-row .product-grid .item-box:nth-of-type(2n) {
		clear: none;
	}

	.item-box:nth-child(3n+1),
	.category-grid .item-box:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}

	.item-box .buttons {
		text-align: left;
	}

	.product-grid,
	.product-list {
		width: auto;
	}

	.product-list {
		margin: 15px;
	}

	.product-list .item-box {
		float: none;
		margin: 0;
		padding: 15px;
		width: auto;
	}

	.product-list .item-box .picture {
		float: left;
		width: 34%;
		margin: 0;
	}

	.product-list .buttons-wrapper {
		display: inline-block;
		background: #fff;
	}

	.product-list .item-box .product-item:after {
		content: "";
		display: block;
		clear: both;
	}

	.product-list .item-box .details {
		padding: 20px 0 0 0;
		background: #fff;
	}

	.product-list .item-box .picture+.details,
	.product-list .item-box .ribbon-wrapper+.details {
		position: relative;
		padding-bottom: 51px;
		margin: 0 0 0 36%;
	}

	.product-list .item-box .product-title {
		margin: 0 10px 15px;
		height: auto;
	}

	.product-list .item-box .product-rating-box,
	.product-list .item-box .description {
		display: block;
		margin: 0 10px 15px;
	}

	.product-list .add-info {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		border-top: 3px solid #f6f6f6;
		font-size: 0;
	}

	.product-list .item-box .prices {
		display: inline-block;
		margin: 0;
		border-right: 3px solid #f6f6f6;
		padding: 11px 10px 10px;
		height: 48px;
		width: 50%;
		line-height: 26px;
		vertical-align: middle;
	}

	.product-list .item-box .tax-shipping-info {
		display: inline-block;
		margin-left: 5px;
	}

	.product-list .buttons-wrapper {
		float: right;
		direction: rtl;
		-webkit-display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		width: 50%;
		max-width: 50%;
	}

	.product-list .buttons-wrapper * {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}

	.product-list .item-box .buttons-wrapper .buttons button {
		width: 33.3%;
		min-width: 36px;
	}

	.product-list .item-box .product-box-add-to-cart-button {
		direction: ltr;
		-ms-flex-positive: 1;
		flex-grow: 1;
		height: 48px;
		background: #57b568;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
	}

	.manufacturer-page .product-grid,
	.vendor-page .product-grid {
		padding: 20px;
	}
}
	.product-grid .item-box .details {
				padding-bottom: 30px;
	}


@media all and (min-width: 1025px) {

	/* CATEGORY PAGE & GRIDS */
	.breadcrumb {
		display: table-cell;
		text-align: right;
		line-height: 20px;
	}

	.breadcrumb a:hover {
		color: #888;
	}

	.category-page .page-title {
		display: table;
		width: 100%;
	}

	.category-page .page-title h1 {
		display: table-cell;
		margin-bottom: 0;
		text-align: left;
	}

	/* grids */

	.product-grid .item-box .details {
		position: relative;
		padding-top: 62px;
		padding-bottom: 20px;
	}

	.category-page--landing .sale-of-the-day .item-box .details {
		padding-top: 12px;
	}

	

	.product-grid .item-box .buttons-wrapper {
		display: block;
	}

	.home-page .topic-block {
		padding: 50px 0;
	}

	.home-page .product-grid,
	.home-page .bestsellers {
		padding: 90px 0 50px;
	}

	.home-page-polls {
		padding: 70px 0;
	}

	.bestsellers .item-box {
		margin-left: 0;
		width: 49%;
	}

	.bestsellers .item-box .product-item {
		display: table;
		width: 100%;
	}

	.bestsellers .item-box:nth-child(2n) {
		clear: none;
		margin-left: 2%;
	}

	.bestsellers .item-box .picture {
		display: table-cell;
		width: 45%;
		margin-right: 10px;
		vertical-align: top;
	}

	.bestsellers .item-box .details {
		display: table-cell;
		padding: 15px 15px 46px 15px;
		overflow: hidden;
	}

	.bestsellers.product-grid .item-box .buttons-wrapper {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 15px;
		right: 0;
		width: 86%;
	}

	.bestsellers .item-box .prices {
		height: 40px;
	}

	.bestsellers .item-box .product-title {
		margin-bottom: 5px;
	}

	.cross-sells .item-box,
	.also-purchased-products-grid .item-box,
	.related-products-grid .item-box {
		width: 23.5%;
	}

	.cross-sells .item-box button,
	.also-purchased-products-grid .item-box button,
	.related-products-grid .item-box button {
		width: 44px;
	}

	.cross-sells .item-box:nth-child(3n+1),
	.also-purchased-products-grid .item-box:nth-child(3n+1),
	.related-products-grid .item-box:nth-child(3n+1) {
		margin-left: 2%;
		clear: none;
	}

	.cross-sells .item-box:nth-child(4n+1),
	.also-purchased-products-grid .item-box:nth-child(4n+1),
	.related-products-grid .item-box:nth-child(4n+1) {
		margin-left: 0;
	}

	.cross-sells .item-box:nth-child(4n),
	.also-purchased-products-grid .item-box:nth-child(4n),
	.related-products-grid .item-box:nth-child(4n) {
		margin-left: 2%;
	}
}


@media all and (min-width: 1281px) {

	/* CATEGORY PAGE & GRIDS */
	.home-page-product-grid .item-box,
	.four-per-row .product-grid .item-box,
	.category-grid .item-box {
		width: 23.5%;
		/*four per row*/
	}

	.home-page-category-grid .item-box {
		width: 32%;
	}

	.product-grid div.item-box:first-child {
		margin-left: 0;
	}

	
	.home-page-product-grid .item-box:nth-child(3n+1),
	.four-per-row .product-grid .item-box:nth-child(3n+1),
	.category-grid .item-box:nth-child(3n+1),
	.home-page-category-grid .item-grid .item-box:nth-child(4n+1) {
		clear: none;
		/*revert the third item*/
		margin-left: 2%;
		/*revert the third item*/
	}

	.sale-of-the-day .item-box:nth-child(3n+1) {
		margin-left: .75%;
	}


	.home-page-product-grid .item-box:nth-child(4n+1),
	.four-per-row .product-grid .item-box:nth-child(4n+1),
	.category-grid .item-box:nth-child(4n+1),
	.home-page-category-grid .item-grid .item-box:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}

	.product-list .item-box .picture {
		width: 23.5%;
	}

	.vendor-grid .item-box,
	.manufacturer-grid .item-box {
		width: 23.5%;
	}

	.vendor-grid .item-box:nth-child(3n+1),
	.manufacturer-grid .item-box:nth-child(3n+1) {
		clear: none;
		margin-left: 2%;
	}

	.vendor-grid .item-box:nth-child(4n+1),
	.manufacturer-grid .item-box:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}

	.product-list .item-box .picture+.details,
	.product-list .item-box .ribbon-wrapper+.details {
		margin: 0 0 0 25%;
	}

	.product-grid.bestsellers .item-box {
		width: 32%;
	}

	.product-grid.bestsellers .item-box:nth-child(2n),
	.product-grid.bestsellers .item-box:nth-child(2n+1) {
		clear: none;
		margin-left: 2%;
	}

	.product-grid.bestsellers .item-box:nth-child(3n+1) {
		margin-left: 0;
	}

	.product-list .item-box .buttons-wrapper .buttons button {
		min-width: 45px;
	}

	.cross-sells .item-box,
	.also-purchased-products-grid .item-box,
	.related-products-grid .item-box {
		width: 15%;
	}

	.cross-sells .item-box:nth-child(4n+1),
	.also-purchased-products-grid .item-box:nth-child(4n+1),
	.related-products-grid .item-box:nth-child(4n+1) {
		margin-left: 2%;
		clear: none;
	}

	.cross-sells .item-box:nth-child(6n+1),
	.also-purchased-products-grid .item-box:nth-child(6n+1),
	.related-products-grid .item-box:nth-child(6n+1) {
		margin-left: 0;
	}

	.cross-sells .item-box:nth-child(4n),
	.also-purchased-products-grid .item-box:nth-child(4n),
	.related-products-grid .item-box:nth-child(4n) {
		margin-left: 2%;
	}
}




.spc-header li:hover,
.spc-header li.active {
	color: #000 !important;
	font-weight: 600;
	font-size: 18px;
}

.spc-products {
	min-height: 505px !important;
}


/**********CATEGORY LANDING**************/
.category-page-body .product-grid {
	padding: 0 !important;
}

.page.category-page--landing .banner-after-menu {
	display: none;
}

.item-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.landing-banner-secondary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
	margin: auto;
}

.landing-banner-secondary>* {
	padding: 6px;
}

.landing-categories {
	max-width: 1280px;
	margin: 35px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.landing-categories>* {
	padding: 0 !important;
}

.btn-landing-ir-a-pagina {
	background-color: #db2331;
	color: #fff;
	font-size: 16px;
	padding: 12px;
	margin: 30px auto 0 auto;
	max-width: 250px;
	text-align: center;
}

.landing-categories--title {
	margin: 50px auto -60px auto;
	font-weight: 600;
}

.landing-carrousel {
	max-width: 1280px;
	margin: auto;
}


@media all and (min-width: 580px) {

	.landing-banner-secondary {
		display: flex;
		flex-wrap: nowrap;
	}
}


@media all and (min-width: 800px) {

	.landing-categories {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin: 30px auto 0 auto;
	}
}